html, body {
	margin:0; 
	padding:0;
	font-family: "Arial", sans-serif;
	color:#fff;
	background:#CCCCCC;
	font-size:86%;
	}

img { border: 0; margin: 0; padding: 0; }
	
span{
	padding:0;
	margin:0;
	}

h1{
	padding:0;
	margin:0 0 0px 0;
	font-size:150%;
	}
	
h2{
	padding:0;
	margin:0 0 0 0;
	font-size:160%;
	font-weight:normal;
	}

h3{
	padding:0;
	margin:0 0 0.4em 0;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	}
	
h4{
	padding:0;
	margin:0 0 0.2em 0;
	font-size:140%;
	font-weight:normal;
	color:#A32020;
	background:inherit;
	line-height:1.4em;
	}
	
p{
	padding:0;
	margin:0 0 0.6em 0;
	}
	
.clear{
	clear:both;
	}
	
a:link,
a:active,
a:visited,	
a:hover{
	text-decoration:none;
	padding:0;
	margin:0;
	font-weight:bold;
	background:inherit;
	}
	
a:hover{
	text-decoration:underline;
	}
	
#wrap{
	width:775px;
	margin:0px auto;
	background:#01009A;
	/*height: 1000px;*/
	}
	
#wrap_whitebg{
	/*width:775px;*/
	margin:0 auto;
	background:#fff;
	}
	
#header{
	padding:7px 0px 0px 14px;
	height:100px;
	}
	
#header img{
	border:none;
	padding-top:5px;
	}
	
#header .logo{
	border:none;
	padding-top:22px;
	}
	
#header .flags {
	padding-right: 14px;
	float: right;
}

#header .flags .flag {
	margin: 0 5px 0 6px;
}
	
#headerleft{	
	float:left;
	width:215px;
	}
	
#headerright{
	float:right;
	text-align:right;
	padding:15px 16px 0px 0px;
	width:520px;
	}
	
#headerright h2{
	padding-top:34px;
	}
	
#headerright .h2{
	padding-top:19px;
	}
	
#menu{
	background:#0034CD url(../images/homenavbg.gif) repeat-x top;
	text-align:right;
	padding:6px 16px 6px 0;
	}
	
/* main site top menu */
#main_menu{
	background:#0034CD url(../images/homenavbg.gif) repeat-x top;
	padding:6px 16px 6px 0;
}

#main_menu .search {
	padding-left: 18px;
	float: left;
	margin: 0px;
}

form .inputbox{
	border:1px solid #000;
	width:120px;
	height:15px;
	background:#EEE;
	font-size:90%;
	color:#8B8B8B;
	}
	
input{
	border:1px solid #808080;
	font-size:90%;
	}
	
form .submitbutton{
		position:relative;
		top:5px;
	}

#main_menu .links {
	margin-top: 3px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	float: right;
}

#main_menu .links .divider {
	margin: 0 3px 0 2px;
}

#main_menu .links a:link,
#main_menu .links a:active,
#main_menu .links a:visited,
#main_menu .links a:hover {
	margin: 0;
	padding: 0;
	background-image: none;
	color:#fff;
	font-weight:normal;
}

/* home content */
#home_image{
	margin:0;
	padding:0;
	float:left;
	height:146px;
}
#home_image span { position:absolute; left:-999em; } /* hide "alt" text */

#home_content {
	padding: 10px 23px 19px 22px;
	background-image: url(../images/home-bg.jpg);
	background-repeat: repeat-x;
	background-color: #0032cb;
}

#home_content h3 {
	margin-left: 3px;
}

#home_content .wrapper_left {

}

#home_content .left {
	width: 248px;
	float: left;
}

#home_content .inner {
	/*border-left: 1px solid #80abf7;*/
	
	margin-top: 0px;
	/*height: 200px;*/
}

#home_content .left h3 {
	margin-left: 0px;
}

#home_content .right {
	margin-left: 240px;
	border-left: 1px solid #80abf7;
	border-right: 1px solid #80abf7;
}

#home_content .content {
	padding: 0 18px;
}

#home_content .left .box {
	font-size: 98%;
}

#home_content .box h3{
	margin: 0;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 98%;
	padding: 2px;
	margin-bottom: 3px;
}

#home_content .box h3 i {
	font-family: "Arial Black", sans-serif;
}

#home_content .box_content {
	background-color: #005ff8;
	padding: 2px;
}

#home_content .left .box_content {
	padding-top: 14px;
}

#home_content .left .box_content .image {
	width: 60px;
	text-align: center;
	float: left;
}
.main_iefix {
	float: left;
	width: 170px;
}
.middleiefix {
	/*width: 400px;*/
	padding: 0px;
	margin: 0px; } /* ADDED 26-09-07 */
	
#home_content .left .box_content .main {
	float: left;
}

#home_content .box_content .link {
	clear: both;
	margin-left: 62px;
	text-align: right;
	margin-right: 2px;
}

#home_content .box_content .link a {
	display: block;
	padding: 0px 0;
	padding-right: 20px;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
	color: #fff;
}



#home_content .customer_links {
	margin: 4px;
	padding: 0;
}

#home_content .customer_links li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#home_content .customer_links li a {
	color: white;
	margin-right: 30px;
	padding-right: 20px;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
}

#home_content a:link,
#home_content a:active,
#home_content a:visited,
#home_content a:hover{
	font-weight:normal;
	color:#fff;
	}

#home_content .product {
	float: left;
	margin: 4px 4px 4px 3px;
	width: 103px;
}

#home_content .product .image {
	background-color: #003dd6;
	padding: 5px;
	margin-bottom: 5px;
}

#home_content .product .description {
	background-color: #003dd6;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
	height:2.5em;
}

#home_content .row2 .product .image {
	background-color: #005ff8;
}
#home_content .row2 .product .description {
	background-color: #005ff8;
}

#home_content .featured_product {
	margin: 4px;
	float: left;
	width: 212px;
}

#home_content .featured_product .image {
	padding: 4px;
	float: left;
}
#home_content .featured_product .description {
	padding: 4px;
	margin-left: 70px;
}

#home_content .box_content .morelink {
	margin-left: 62px;
	text-align: right;
	margin-right: 2px;
	margin-top: 3px;
}

#home_content .box_content .morelink a {
	display: block;
	padding-right: 20px;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
	color: #fff;
}

.print{
	float:right;
}






#products_header span{ 
	display:block;
	margin-left:86px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:7px;
	padding-bottom: 0px;
	font-size:160%;
	font-weight:normal;
}

#dropdown{
	float:right;
	margin:9px 5px;
	padding-right:11px;
}

#dropdown .dropdown{
	font-size:100%;
	border:1px solid #808080;
}

#products_content {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	background-color: #ffffff;
	color:#000;
	
	/*height: 800px;*/
}

#products_content h3 {
	font-size:1.1em;
	padding-left:2px;
	color: #707070;
}

#products_content .left {
	margin: 0;
	width:200px;
	float:left;
}

#products_content .middle {
	padding: 0px;
	/*margin: 0 140px 0 200px;*/
	width: 407px;
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX very important float here */
#products_content .right {
	margin-left: 0px;
	padding: 0px;
	/*width: 120px;*/
	/*float: right;*/
	
}

#products_content .left .box {
	font-size: 80%;
	margin-right:10px;
}

#products_content .box h3{
	margin: 0;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 110%;
	padding: 2px;
	margin-bottom: 3px;
	color:#fff;
}

#product_image{
	border: 1px solid #0160f8;
}

/* PRODUCTS */

#items{
	border: 1px solid #fff;/*#79b0ff;*/
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
	font-size:95%;
	text-align:center;
	margin-bottom:10px;
}
#items .no_borders { border: 0px solid white; }
#items .bg{
	background:#c0d7fe;
}

#items th{
	border: 1px solid #79b0ff;
	border-spacing:0;
	padding:0;
	font-weight:bold;
}

#items td{
	border: 1px solid #79b0ff;
}

#items input{
	border: 1px solid #000;
	width:25px;
	height:15px;
}

#items .basketinput{
	border: 0px;
	width:16px;
	height:16px;
}

#main_middle {
margin: 0px;
padding: 0px;

 }

#main_middle .producttitle{
	margin: 0px;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 110%;
	color:#fff;
	padding:4px;
	
}

#main_middle .product_thumb{
	margin:0;
	padding:0;
	padding-top: 0px;
	clear:both;
}

#main_middle .product_left{
	float:left;
	clear:both;
}

#main_middle .product_right{
	margin-left:102px;
}

.beth_link_right {
	width: 100px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top, padding-bottom: 0px;
	text-align: left;
	border: 1px solid #005FF8;
	cursor: pointer;	
	background: url('../images/right_arrow_dark.gif') top right no-repeat;
	background-color: #005FF8;
	
}

.beth_link_right a {
	color: #ffffff;
	text-decoration: none;
}

.beth_link_left {
	width: 100px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top, padding-bottom: 0px;
	text-align: right;
	border: 1px solid #005FF8;
	cursor: pointer;	
	background: url('../images/left_arrow_dark.gif') top left no-repeat;
	background-color: #005FF8;
	
}

.beth_link_left a {
	color: #ffffff;
	text-decoration: none;
}

/*.beth_link a{
	/*float:right;*/
/*	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 17px;
	background: #80b0fc; /*url(../images/right_arrow_light.gif) top right no-repeat;*/
/*	display:block;
	padding: 3px;
	/*padding-right: 13px;*/
/*	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-weight:bold;
	width: 84px;
	/*position:relative;
	bottom:65px;
	right:3px;*/
/*}*/

#main_middle .productlink a{
	
	float:right;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 17px;
	background: #80b0fc url(../images/right_arrow_light.gif) top right no-repeat;
	display:block;
	padding: 3px;
	padding-right: 13px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-weight:bold;
	/*position:relative;
	bottom:65px;
	right:3px;*/
}

/*LEFT MENU*/

#left_menu{
	padding: 0;
	margin:0;
	list-style:none;
}
	
#left_menu ul{
	padding: 0;
	margin:0;
	list-style:none;
}

#left_menu li{
	border:1px solid white;
	border-top: 1px solid #d2d2d2;
	padding:0;
	margin:0;
}	
	
#left_menu a{
	display:block;
	background: #fff;
	padding: 2px;
	font-family:arial;
	color:#000;	
	text-decoration:none;
	font-size:90%;
	margin:0;
}
	
#left_menu li.submenu{
	border:1px solid white;	
	margin:0;
	padding:0;
}	
	
#left_menu a.submenu{
	margin-left:20px;
	display:block;
	background: #fff;
	padding: 2px;;
	font-family:arial;
	color:#000;	
	text-decoration:none;
	font-size:90%;
}
	
#left_menu a:hover {
	color:#000099;
}

/*CONTACT BOX*/

#contact_box{
	padding: 0;
	margin: 1em 10px 0 0;
	list-style:none;
	}
	
#contact_box li.intro{
	padding:0;
	margin-bottom: 2px;
	background: #005ff8;
}
#contact_box li.phone{
	margin-bottom: 2px;
	background: #80b0fc url(../images/phone_icon.gif) right no-repeat;
	padding:2px;
}
#contact_box li.fax{
	margin-bottom: 2px;
	background: #80b0fc url(../images/fax_icon.gif) right no-repeat;
	padding:2px;
}
#contact_box li.email{
	margin-bottom: 2px;
	background: #80b0fc url(../images/email_icon.gif) right no-repeat;
	padding:2px;
}
	
#contact_box span{
	margin-right: 22px;
	display:block;
	background:#80b0fc;
	padding: 2px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	}
	
#contact_box span.intro{
	display:block;
	background:#005ff8;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:78%;
	font-weight:bold;
}
	
/*MAIN BOX */
#main_middle{
	margin:3px 11px 11px 11px;
	height:300px;
	min-height:300px;
	
}

*>  #main_middle {

	height:auto;

}

.title{
	font-size:1.4em;
	padding-left:0px;
	padding-top: 0px;
	color: #707070;
	font-weight:bold;
	display:block;
	margin: 0px;
}
	
#main_middle .product_image{
	float:left;
}

#main_middle .middle_right{
	float:right;
	width:187px;
}
	
#main_middle .middle_right .box{
	margin: 0;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 110%;
	color:#fff;
	padding:3px;
	width:187px;
}
	
#main_middle .middle_right li{
	margin:0;
	}
	
#main_middle .box{
	margin: 0;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 110%;
	color:#fff;
	padding:3px;
	float:right;
}
	
#main_middle .boxheader{
	margin-top: 10px;
	background-color: #005ff8;
	font-weight: bold;
	font-size: 110%;
	color:#fff;
	padding:3px;
}
	
/* RIGHT SIDE */

#basket{
	margin-left:1px;
	font-size: 90%;
	color:#000;
}

#beth_basket{
	margin-left:1px;
	font-size: 90%;
	color:#000;
}
.right h3.underline{
	text-align:center;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px;
	/*position: relative;*/
	right: 9px;
	/*width: 150px;*/
	}
	
#basket .checkbox{
	padding:0px;
	margin:0;
	border:1px solid #000;	
	height:10px;
	width:10px;
}

#basket table{
	border-spacing:0;
	padding:0;
	margin:0;
	font-size:95%;
	width: 143px;
	}

#basket table tr.header{
	font-weight:bold;
	font-size: 120%;
	text-align:left;
	}
	
#basket_box{
	margin:0;
	padding: 0;
	list-style:none;
	}

#basket_box a{
	margin-top: 2px;
	background: #80b0fc url(../images/right_arrow_light.gif) top right no-repeat;
	display:block;
	padding: 2px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:8pt;
	font-weight:400;
	margin-right:5px;
	width:143px;
	}
	
#basket_box a.darkblue{
	margin-top: 2px;
	background: #005ff8 url(../images/right_arrow_dark.gif) top right no-repeat;
	display:block;
	padding: 2px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:110%;
	font-weight:400;
	margin-right:10px;
	width:143px;
	}

#beth_div a.darkblue{
	margin-top: 2px;
	background: #005ff8 url(../images/right_arrow_dark.gif) top right no-repeat;
	display:block;
	padding: 2px;
	margin-left: 165px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:90%;
	font-weight:400;
	margin-right:0px;
	width:200px;
	}

#basket_box a.logout{
	margin-top: 4px;
	background: #005ff8 url(../images/right_arrow_dark.gif) top right no-repeat;
	display:block;
	padding: 2px;
	font-family:arial;
	color:#fff;	
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	}

/*--*/
	
.navlink:link,
.navlink:active,
.navlink:visited,
.navlink:hover{
	background:url(../images/arrow.gif) no-repeat right !important;
	padding-right:20px !important;
	padding:4px 0;
	color:#fff;
	font-weight:normal;
	}
	
#globalhomecontent{
	padding-top:104px;
	padding-bottom:40px;
	}
	
#flags{
	float:right;
	width:246px;
	}
	
#buttons{
	float:right;
	width:174px;
	}
	
#buttons a{
	display:block;
	}
	
#bottomborder{
	height:24px;
	background:url(../images/homefooterbg.jpg) repeat-x;
	}

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	clear:both;
	padding:4px 0;
	font-size:94%;
	background-color:#CCCCCC;
	color:#000;
	}

#footerleft{
	float:left;
	}
	
#footerleft p{
	padding:0;
	margin:0;
	}
	
#footerright{
	float:right;
	}
	
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover{
	font-weight:normal;
	color:#000;
	}

p{
	margin-top:7px;
}

th {
	text-align:left;
	vertical-align:top;
	white-space: wrap; 
}

table {
	border: 1px solid #80b0fc;
	width:100%;
}
