BODY {
	background-color: black;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 90%;
	font-weight: normal;
}
CODE { 
	margin-left: 20px;
}
P, SELECT, TD {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 85%;
}
INPUT, TEXTAREA {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 100%;
}
A,A:link,A:visited, A:active {  
	color: black;
	font-size: 100%;
}
A:hover {  
	color: darkblue;
	font-size: 100%;
}

H1, H2, H3, H4, H5, H6 {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

H1, H2 {
	font-size: 102%;
}
H3, H4 {
	font-size: 101%;
}
H5,H6 {
	font-size: 100%;
}
H1,H3,H5 {
	color: red;
	background-color: transparent;
}
H2,H4,H6 {
	color: #afafaf;
	background-color: transparent;
}

THEAD {
	display: table-header-group;	
}
TFOOT {
	display: table-footer-group;	
}
THEAD TH, THEAD TD {
	position: static; 
} 

/* WRAPPER
Controls the boundarys of the site content
------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
	background-color: black;
	border: none;
}

/* INNER WRAPPER
Controls the interior boundary of the content
This is used when a colour offset or secondary background image is required
------------------------------------------------------------------------------------------------------------------------------- */
#innerwrapper {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;

	padding-bottom: 0;
	background-color: transparent;
	border: none;
}

#header {
	text-align: center;
}
#header IMG {
	margin: 0;
	padding: 0 200;
	height: 93;
	border: none;
}

#navigation {
	text-align: center;
	background-color: transparent;
	background-image: url(../images/buttons/button_background.png);
	background-repeat: repeat-x;
}
#navigation IMG {
	margin: 0;
	padding: 0 5;
	height: 28;
	width: 111;
	border: none;
}
#navigation EM {
	background-color: black;
	color: red;
	font-style: normal;
	padding: 2 5;
}
#navigation UL {
	list-style: none;
	margin: 0;
	padding: 0 5;
	font-size: 75%;
	font-weight: bold;
	width: 100%;
}
#navigation LI {
	display: inline;
}
#navigation LI A, #navigation LI A:link, #navigation LI A:visited,#navigation LI A:active {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;	
	padding-right: 12px;	
	border: none;
	color: white;
	text-decoration: none;
}
#navigation LI A:hover {
	background-color: red;
}

/* LEFT HAND BOX
------------------------------------------------------------------------------------------------------------------------------- */

#leftbox IMG {
	margin: 0;
	margin-bottom: 10;
	padding:0;
	border: 1px solid black;
	width: 160;
}
#leftbox TABLE {
	margin: 0;
	margin-bottom: 10;
	padding:0;
	width: 162;
	border: 1px solid black;
	border-collapse: collapse;
}
#leftbox TH {
	color: white;
	background-color:gray;
	font-size: 70%;
	font-weight: bold;
}
#leftbox TD {
	font-size: 70%;
	font-weight: normal;
}

/* TEXTAREA - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#textbody_wrapper {
	background-color: black;
	border: none;
	display: table;
}
#textbody {
	background-color: white;
	font-size: 100%;
	line-height: 1.3;
}

/* DEFAULT - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#default_wrapper {
	font-family: Georgia, Times New Roman, Times, serif; 
}
#default {
	padding: 15;
	text-align: left;
}

/* ABOUT US - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#aboutus { 
	color: black; 
	background-color: transparent;
	font-size: 13px; 
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 14px; 
	height: 346px; 
	width: 216px; 
	left: 34px; 
	top: 214px; 
	position: absolute; 
	visibility: visible; 
	text-align: left;
}
#aboutus H1 { 
	color: red; 
	font-size: 10pt; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold; 
	line-height: 12pt; 
	margin: 3 3 5 0; 
}
#aboutus H6 { 
	color: #808080; 
	font-size: 10pt; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold; 
	line-height: 12pt; 
	margin: 3 3 3 0; 
}
#aboutus P { 
	color: black; 
	background-color: transparent;
	font-size: 9pt; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: normal; 
	line-height: 12pt; 
	padding: 0;
	margin: 0 3 4 0; 
}

#aboutus UL {
	list-style: none;
	margin: 0;
	padding: 0 5;
	font-weight: normal;
	text-align: left;
}
#aboutus LI {
	display: inline;
	padding: 0 4 0 0;
	color: #afafaf;
}
#aboutus LI A, #aboutus LI A:link, #aboutus LI A:visited, #aboutus LI A:active {
	padding: 0 4 0 0;
	border: none;
	color: red;
	text-decoration: underline;
}
#aboutus LI A:hover {
	color: red;
}

/* NEWS - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#news {
	color: black; 
	background-color: transparent;
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 14px; 
	visibility: visible; 
	text-align: left;
}
#newsBox {
	width: 100%;
	text-align: left;
}
#newsBox TABLE {
	border-collapse: collapse;
}

#newsBox TR.oddNewsLine,
#newsBox A.oddNewsLine, 
#newsBox TR.evenNewsLine,
#newsBox A.evenNewsLine {
	display: block;
	color: black;
}

#newsBox A.oddNewsLine:hover,
#newsBox A.evenNewsLine:hover,
#newsBox TR.oddNewsLine:hover,
#newsBox TR.evenNewsLine:hover,
#newsBox A.oddNewsLineHiLite,
#newsBox A.evenNewsLineHiLite,
#newsBox TR.oddNewsLineHiLite,
#newsBox TR.evenNewsLineHiLite { 
	display: block;
	font-weight: bold;
	color: red;
}
#newsBox TD {
	vertical-align: top;
	padding: 5;
	text-align: left;
	font-size: 13px; 
}
#newsBox TD A, #newsBox TD A:link, #newsBox TD A:visited, #newsBox TD A:active {
	text-decoration:none;
}

/* SHOP - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#shop {
	color: black; 
	background-color: transparent;
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 1.5; 
	visibility: visible; 
	text-align: left;
}
#shop TD {
	padding: 5 0;
	font-weight: bold;
}
#shop TD.right {
	text-align: right;
}
#shop TD P {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#shop A, #shop A:visited, #shop A:active, #shop A:link, #shop A:hover {
	color: red;
}
#shop H1 {
	padding: 0 0 5 0;
	font-style: normal;
	text-transform: uppercase;
	color: blue;
	font-size: 85%;
}
#shop H2 {
	padding: 0 0 5 0;
	font-style: normal;
	color: black;
}
#shop H2 EM {
	font-style: normal;
	color: red;
}
#shop IMG {
	width: 130;
}

#shop_shelf {
	color: black; 
	background-color: transparent;
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 1.5; 
	visibility: visible; 
	text-align: left;
}
#shop_shelf TD {
	padding: 5 0;
	font-weight: bold;
}
#shop_shelf TD.right {
	text-align: right;
}
#shop_shelf TD P {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#shop_shelf A, #shop_shelf A:visited, #shop_shelf A:active, #shop_shelf A:link, #shop_shelf A:hover {
	color: red;
}
#shop_shelf H1 {
	padding: 0 0 5 0;
	font-style: normal;
	text-transform: uppercase;
	color: blue;
	font-size: 85%;
}
#shop_shelf H2 {
	padding: 0 0 5 0;
	font-style: normal;
	color: black;
}
#shop_shelf H2 EM {
	font-style: normal;
	color: red;
}
#shop_shelf IMG {
	width: 130;
}

.shop_shelf_text {
	width: 230;
}
.shop_shelf_qty {
	width: 10;
}
.shop_shelf_image {
	width: 130;
}

#shop_basket TABLE,
#shop_basket2 TABLE {
	border-collapse: collapse;
}
#shop_basket TH,
#shop_basket2 TH {
	border: 1px solid white;
	background-color: red;
	color: white;
	padding: 5;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
#shop_basket TH.left,
#shop_basket TD.left,
#shop_basket2 TH.left,
#shop_basket2 TD.left {
	text-align: left;
}
#shop_basket TH.center,
#shop_basket TD.center,
#shop_basket2 TH.center,
#shop_basket2 TD.center {
	text-align: center;
}
#shop_basket TH.right,
#shop_basket TD.right,
#shop_basket2 TH.right,
#shop_basket2 TD.right {
	text-align: right;
}
#shop_basket TH.subheader,
#shop_basket2 TH.subheader {
	background-color: #EADDCA;
	color: red;
	font-size: 90%;
	text-transform: capitalize;
}
#shop_basket TH.subtotal,
#shop_basket2 TH.subtotal {
	background-color: #EADDCA;
	color: black;
	font-size: 90%;
	text-transform: capitalize;
}
#shop_basket TH.vat,
#shop_basket2 TH.vat {
	background-color: #EADDCA;
	color: black;
	font-size: 90%;
	text-transform: capitalize;
}
#shop_basket TH.total,
#shop_basket2 TH.total {
	background-color: #EADDCA;
	color: black;
	font-size: 90%;
	text-transform: capitalize;
}

#shop_buttons IMG {
	border: none;
	margin: 0;
	width: 68;
	height: 65;
}
.shop_buttons_div {
	float: right;
	width: 76;
	text-align: center;
	font-family: times new roman, georgia, serif;
}
#shop_buttons P {
	padding: 0;
	margin: 0;
	padding-top: 10;
	float: left;
}
#shop_buttons A, #shop_buttons A:visited, #shop_buttons A:active, #shop_buttons A:link {
	color: #404040;
	text-decoration: none;
	font-size: 10px;
}
#shop_buttons A:hover {
	color: red;
	text-decoration: underline;
}
.red {
	color: red;
	text-decoration: underline;
}

A.buttonAdd, A.buttonAdd:visited, A.buttonAdd:link, A.buttonAdd:active, A.buttonAdd:hover,
A.buttonMinus, A.buttonMinus:visited, A.buttonMinus:link, A.buttonMinus:active, A.buttonMinus:hover,
A.buttonDelete, A.buttonDelete:visited, A.buttonDelete:link, A.buttonDelete:active, A.buttonDelete:hover {
	margin: 0; 
	padding: 1 3; 
	font-size: 9px; 
	font-weight: bold;
	background-color: #EADDCA;
	border: 1px solid white; 
	color: red;
	text-decoration: none;
}

/* PROTX - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#protx_wrapper {
}
#protx {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 85%;
}
#protx H2 {
	color: black;
	padding: 5;
	text-align: left;
}
#protx TD {
	vertical-align: top;
	text-align: left;
	padding: 2 5;
}

/* CONTACT - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#contact_1_wrapper {
}
#contact_1 {
	padding: 15;
	text-align: left;
	background-color: transparent;
}
#contact_1_img1 {
	background-image: url(../images/contact_type.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 230;
}
#contact_1_img2 {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 250;
}

/* DEFAULT - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#default_wrapper {
}
#default {
	padding: 15;
	text-align: left;
	background-color: transparent;
}
#default A, #default A:link, #default A:visited, #default A:active {
	padding: 0 4 0 0;
	border: none;
	color: red;
	text-decoration: underline;
}
#default A:hover {
	color: red;
}

/* RIGHT HAND BOX
------------------------------------------------------------------------------------------------------------------------------- */
#rightbox {
	border: 1px solid black;
	background-color:lightsteelblue;
}
#rightbox IMG {
	margin: 0;
	margin-bottom: 10;
	padding:0;
	border: 1px solid black;
	width: 160;
	height: 70;
}

/* BASEBAR - Footer Area
------------------------------------------------------------------------------------------------------------------------------- */
#basebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: center;
	color: red;
}
#basebar UL {
	list-style: none;
	margin: 0;
	padding: 5;
}
#basebar LI {
	padding: 0 5;
	display: inline;
	color: #afafaf;
}
#basebar LI A, #basebar LI A:link, #basebar LI A:visited, #basebar LI A:active {
	padding: 0;
	padding-right: 10;
	border: none;
	border-right: 1px solid #afafaf;
	color: red;
	text-decoration: underline;
}
#basebar LI A:hover {
	color: white;
}

/* CUSTOM BITS
------------------------------------------------------------------------------------------------------------------------------- */
.pdf {
	float: none;
	height: 32;
	width: 32;
	margin: 5; 
	border: none; 
}

.forceTDtitlewidth {
	width: 120;
}
.alert,
.showMe {
	background-color: yellow;
}

.hilite {
	color: red;
	font-weight: bold;
	font-size: 150%;
}

#popup {
	
}

#popup h1 {
	background-color:white;
	color:black;
	padding:5px;
}

#popup img {
	width:300px;
	border:3px solid gray;
}

.noCountry {
	float: left; 
	width: 100;
	background-color: rgb(255,204,0);
	border: 1px solid rgb(195,154,0);
	font-size: 9px;
	text-align: center;
	margin-top: 10;
	padding: 3;
}
.noCountry A,
.noCountry A:link,
.noCountry A:visited,
.noCountry A:active {
	color: black;
	text-decoration: none;
}
.noCountry A:hover{
	color: blue;
	text-decoration: none;
}

.help {
	float: left; 
	width: 100;
	background-color: rgb(255,204,0);
	border: 1px solid rgb(195,154,0);
	font-size: 9px;
	text-align: center;
	margin-top: 10;
	padding: 3;
}
.help A,
.help A:link,
.help A:visited,
.help A:active {
	color: black;
	text-decoration: none;
}
.help A:hover{
	color: blue;
	text-decoration: none;
}