BODY {
	background-color: black;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
CODE { 
	margin-left: 20px;
}
P, SELECT, TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
}
INPUT, TEXTAREA {
	font-family: verdana, arial, helvetica, sans-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: white;
}

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: white;
	border: none;
	display: table;
}
#textbody {
	background-color: white;
	font-size: 100%;
	text-indent: 1px;
	line-height: 1.3;
}

/* SHOP - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#shop_wrapper {
}

#shop_shelf_wrapper {
	float: left;
	display: table;
}
#shop_shelf {
	padding: 15;
	text-align: left;
}
#shop_shelf H6,
#shop_shelf P {
	text-align: center;
}
#shop_shelf EM {
	color: red;
	font-weight: bold;
	font-style: normal;
}
#shop_shelf A, #shop_shelf A:visited, #shop_shelf A:link, #shop_shelf A:active {
	color: red;
}
#shop_shelf A:hover {
	color: red;
}
#shop_shelf TABLE {
	width: 530;
	border-collapse: collapse;
	font-size: 95%;
}
#shop_shelf TD.center {
	text-align: center;
}
#shop_shelf TD {
	vertical-align: top;
	font-size: 80%;
	padding: 5 0;
}
#shop_shelf TD P {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
#shop_shelf TD.quantity {
	vertical-align: middle;
	background-color: #dfdfdf; 
	text-align: center;
	padding: 10;
}
#shop_shelf TD.quantity INPUT {
	margin: 5 0;
}
#shop_shelf TD.bar {
	padding: 0;
	border: none;
	border-bottom: 1px solid #afafaf;
	font-size: 1px;
}
#shop_shelf IMG {
	height: 75;
	border: none;
}
#shop_shelf IMG.button {
	width: 80;
	border: none;
}

#shop_checkout {
	padding: 15;
	text-align: left;
}

#shop_checkout H2 {
	background-color: black;
	color: white;
	padding: 5;
}
#shop_checkout TABLE {
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 10 0;
}
#shop_checkout TD {
	vertical-align: top;
	font-size: 80%;
	padding: 5;
}
#shop_checkout TD.center {
	text-align: center;
}

#shop_basket_wrapper {
	float: left;
	background-color: transparent;
}
#shop_basket {
	padding: 116 0;
	text-align: right;
}
#shop_basket TABLE {
	width: 215;
	font-size: 75%;
	border-collapse: collapse;
}
#shop_basket TH {
	border: 1px solid white;
	background-color: red;
	color: white;
	padding: 5;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
#shop_basket TH.left,
#shop_basket TD.left {
	text-align: left;
}
#shop_basket TH.center,
#shop_basket TD.center {
	text-align: center;
}
#shop_basket TH.right,
#shop_basket TD.right {
	text-align: right;
}
#shop_basket TH.subheader {
	background-color: black;
	color: white;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket TH.subtotal {
	background-color: #dfdfdf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket TH.vat {
	background-color: #bfbfbf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket TH.total {
	background-color: #8f8f8f;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket TD A {
	color: black;
	text-decoration: none;
	padding: 0;
}
#shop_basket TD A:hover {
	color: red;
}
#shop_basket IMG.button {
	border: none;
}

#shop_basket2_wrapper {
	float: left;
	display: table;
}
#shop_basket2 {
	padding: 15;
	text-align: left;
}
#shop_basket2 A {
	color: black;
}
#shop_basket2 A:hover {
	color: red;
}
#shop_basket2 TABLE {
	width: 417;
	font-size: 100%;
	border-collapse: collapse;
}
#shop_basket2 TH {
	border: 1px solid white;
	background-color: red;
	color: white;
	padding: 5;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
#shop_basket2 TH.left,
#shop_basket2 TD.left {
	text-align: left;
}
#shop_basket2 TH.center,
#shop_basket2 TD.center {
	text-align: center;
}
#shop_basket2 TH.right,
#shop_basket2 TD.right {
	text-align: right;
}
#shop_basket2 TH.subheader {
	background-color: black;
	color: white;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket2 TH.subtotal {
	background-color: #dfdfdf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket2 TH.vat {
	background-color: #bfbfbf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket2 TH.total {
	background-color: #8f8f8f;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket2 TD {
	padding: 5;
}
#shop_basket2 TD A {
	color: black;
	text-decoration: none;
	padding: 0;
}
#shop_basket2 TD A:hover {
	color: red;
}

#shop_basket3_wrapper {
	float: left;
	background-color: transparent;
}
#shop_basket3 {
	padding: 0;
	text-align: right;
}
#shop_basket3 P {
	padding: 5 0;
	text-align: center;
}
#shop_basket3 TABLE {
	width: 215;
	font-size: 75%;
	border-collapse: collapse;
}
#shop_basket3 TH {
	border: 1px solid white;
	background-color: red;
	color: white;
	padding: 5;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
#shop_basket3 TH.left,
#shop_basket3 TD.left {
	text-align: left;
}
#shop_basket3 TH.center,
#shop_basket3 TD.center {
	text-align: center;
}
#shop_basket3 TH.right,
#shop_basket3 TD.right {
	text-align: right;
}
#shop_basket3 TH.subheader {
	background-color: black;
	color: white;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket3 TH.subtotal {
	background-color: #dfdfdf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket3 TH.vat {
	background-color: #bfbfbf;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket3 TH.total {
	background-color: #8f8f8f;
	color: black;
	font-size: 100%;
	text-transform: capitalize;
}
#shop_basket3 TD A {
	color: black;
	text-decoration: none;
	padding: 0;
}
#shop_basket3 TD A:hover {
	color: red;
}
#shop_basket3 IMG.button {
	border: none;
}

.button {
	padding: 0;
	margin: 0;
	float: left;
}
.button A {
	padding: 0;
	margin: 0;
}
.button IMG {
	height: 30;
	border: none;
	padding: 0;
	margin: 0;
}

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: 5; 
	font-size: 9px; 
	font-weight: bold;
	background-color: rgb(200,200,200);
	border: 1px solid black; 
	color: black;
	text-decoration: none;
}

#product_info_wrapper {
	float: left;
	display: table;
}
#product_info {
	padding: 15;
	text-align: left;
}
#product_info H1 {
	color: black;
	padding-bottom: 5;
}
#product_info TABLE {
	width: 500;
	font-size: 95%;
	border: 1px solid #afafaf;
}
#product_info TABLE.pricebreaks {
	font-size: 75%;
}
#product_info TH {
	vertical-align: middle;
	color: white;
	background-color: red;
}
#product_info P {
	font-size: 100%;
	margin: 0;
	padding: 0 5;
}
#product_info TD {
	vertical-align: top;
	border: 1px solid #afafaf;
	line-height: 2;
}
#product_info TD.center {
	text-align: center;
}
#product_images {
	margin: 0;
	padding: 0;
}
#product_images IMG {
	border: none;
}

/* DEFAULT - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#default_1_wrapper {
	background-image: url(../images/watermark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#default_1 {
	padding: 15;
	text-align: left;
}
#default_1 A {
	color: red;
}

/* ABOUTUS - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#aboutus_wrapper {
}
#aboutus_menu_wrapper {
	float: left;
	background-image: url(../images/cubes/cubes_header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
}
#aboutus_menu {
	text-align: right;
}
#aboutus_img_wrapper {
	float: left;
}
#aboutus_img {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
}
#aboutus_text_wrapper {
	float: left;
}
#aboutus_text {
	padding: 15;
	text-align: left;
}

#aboutus_text UL {
	list-style: none;
	margin: 0;
	padding: 20 5;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #afafaf;
}
#aboutus_text LI {
	display: inline;
	color: #afafaf;
}
#aboutus_text LI A, #aboutus_text LI A:link, #aboutus_text LI A:visited, #aboutus_text LI A:active {
	padding: 0;
	border: none;
	color: red;
	text-decoration: underline;
}
#aboutus_text LI A:hover {
	color: red;
}

#aboutus_menu {
	padding-top: 135;
}
#aboutus_menu UL {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
#aboutus_menu LI {
	display: inline;
	padding: 0;
	margin: 0;
	color: #afafaf;
}
#aboutus_menu LI A, #aboutus_menu LI A:link, #aboutus_menu LI A:visited, #aboutus_menu LI A:active {
	display: block;
	padding: 17 0 30 10;
	margin: 0;
	border: none;
	color: red;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}
#aboutus_menu LI A:hover {
	color: red;
}

.cube_vp_on { background-image: url(../images/cubes/cubes_vp_on.jpg); }
.cube_sj_on { background-image: url(../images/cubes/cubes_sj_on.jpg); }
.cube_nj_on { background-image: url(../images/cubes/cubes_nj_on.jpg); }
.cube_mp_on { background-image: url(../images/cubes/cubes_mp_on.jpg); }

.cube_vp_on:hover { background-image: url(../images/cubes/cubes_vp_on.jpg); }
.cube_sj_on:hover { background-image: url(../images/cubes/cubes_sj_on.jpg); }
.cube_nj_on:hover { background-image: url(../images/cubes/cubes_nj_on.jpg); }
.cube_mp_on:hover { background-image: url(../images/cubes/cubes_mp_on.jpg); }

.cube_vp_off { background-image: url(../images/cubes/cubes_vp_off.jpg); }
.cube_sj_off { background-image: url(../images/cubes/cubes_sj_off.jpg); }
.cube_nj_off { background-image: url(../images/cubes/cubes_nj_off.jpg); }
.cube_mp_off { background-image: url(../images/cubes/cubes_mp_off.jpg); }

.cube_vp_off:hover { background-image: url(../images/cubes/cubes_vp_on.jpg); }
.cube_sj_off:hover { background-image: url(../images/cubes/cubes_sj_on.jpg); }
.cube_nj_off:hover { background-image: url(../images/cubes/cubes_nj_on.jpg); }
.cube_mp_off:hover { background-image: url(../images/cubes/cubes_mp_on.jpg); }

/* NEWS - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#news_1,
#news_1_padded {
	padding: 0;
	padding-top: 5;
	text-align: left;
}
#news_1_padded {
	padding: 5;
}
#news_2 {
	padding: 50 10;
	min-height: 300;
}
#newsBox {
}
#newsBox TABLE {
	border-collapse: collapse;
	margin: 5 10;
}

#newsBox TR.oddNewsLine,
#newsBox A.oddNewsLine {
	display: block;
	color: black;
}
#newsBox TR.evenNewsLine,
#newsBox A.evenNewsLine {
	display: block;
	color: #afafaf;
}
#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: white;
	background-color: red;
}
#newsBox TD {
	text-align: left;
	vertical-align: top;
	padding: 5;
}
#newsBox TD A, #newsBox TD A:link, #newsBox TD A:visited, #newsBox TD A:active {
	text-decoration:none;
}

/* CONTACT - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#contact_1_wrapper {
}
#contact_1 {
	padding: 15;
	text-align: left;
	background-color: transparent;
}
#contact_1 A {
	color: red;
}
#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;
}

/* REGISTER - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#register_1_wrapper {
}
#register_1 {
	padding: 15;
	text-align: left;
	background-color: transparent;
}
#register_1 A {
	color: red;
}
#register_1_img1 {
	background-image: url(../images/contact_type.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	padding-right: 230;
}
#register_1 H1 {
	 margin: 3 0;
}
#register_1 FORM {
	 margin: 5 0;
}
#register_1 P {
	 margin: 0;
}
#register_1 TABLE.options {
	 margin: 5 0;
	 width: 75%;
}
#register_1 TABLE.buttons {
	 margin: 10 0;
	 width: 95%;
}

/* TEXTBODY_x - Main Display Area
------------------------------------------------------------------------------------------------------------------------------- */
#textbody_1 {
	padding: 20;
	padding-bottom: 0;
	text-align: left;
}
#textbody_1 UL {
	list-style: none;
	margin: 0;
	padding: 5;
	padding-top: 20;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	text-align: right;
	border-top: 1px solid #afafaf;
}
#textbody_1 LI {
	display: inline;
	color: #afafaf;
}
#textbody_1 LI A, #textbody_1 LI A:link, #textbody_1 LI A:visited, #textbody_1 LI A:active {
	padding: 0;
	border: none;
	color: red;
	text-decoration: underline;
}
#textbody_1 LI A:hover {
	color: red;
}
#textbody_2 {
}
#textbody_3 {
}
#textbody_3 IMG {
	margin: 0;
	padding: 0;
	width: 230;
}
#textbody_3 UL {
	list-style: none;
	margin: 0;
	padding: 5;
	font-size: 100%;
	font-weight: bold;
	float: right;
	width: 200;
	text-align: left;
}
#textbody_3 LI {
	display: block;
	color: #afafaf;
}
#textbody_3 LI A, #textbody_3 LI A:link, #textbody_3 LI A:visited, #textbody_3 LI A:active {
	display: block;
	margin-right: 5;
	padding: 15 0;
	border: none;
	color: red;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}
#textbody_3 LI A:hover {
	color: red;
}
#textbody_4,
#textbody_4padded {
	padding: 0;
	padding-top: 5;
	text-align: left;
}
#textbody_4padded {
	padding: 5;
}
#textbody_5 {
}


/* 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;
}

/* CREDITS
------------------------------------------------------------------------------------------------------------------------------- */
#web_credits ADDRESS {
	margin: 0;
	padding: 0;
	font-style: normal;
}
#web_credits  TABLE {
	width: 100%;
	border-collapse: collapse;
}
#web_credits  TD {
	padding: 2;
	padding-right: 10;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: rgb(100,100,155); 
}
#web_credits  A, #web_credits  A:link, #web_credits  A:visited, #web_credits  A:active {
	text-decoration:none;
	color: rgb(100,100,155); 
}
#web_credits  A:hover {
	color: red;
}

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

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

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

.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;
}