/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	background-color:#223845;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	text-align:center;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote{
	padding:0;
	margin:0;
}

img{
	border:0px;
}	

ul{
	list-style-position:inside;	
	list-style-type:disc;
}

#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}

#logo{
	float:left;
	margin-left:1px;
}
#callToday{
	position:relative;
	top:100px;
	left:5px;
}

#mainNav{
	background-image:url(images/mainNav_back.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #D1D1D1;
	height:40px;
}
#mainNav ul{
	list-style-type:none;
	padding-top:15px;
	padding-left:10px;
	width:500px;
}
#mainNav ul li{
	display:inline;
}
#mainNav a{
	color:#565656;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	display:block;
	height:20px;
	float:left;
	border-right:1px solid #CCCCCC;
}
#mainBar{
	width:950px;
	overflow:hidden;
	border-right:1px solid #31AAED;
	border-left:1px solid #31AAED;
	background-color:#FFFFFF;
}
#leftCol{
	width:185px;
	float:left;
	padding-bottom:20px;
	background-image:url(images/menu_back.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border-right:1px solid #D8D7D7;
}

#rightCol{
	width:750px;
	float:left;
	overflow:hidden;
}

#footer{
	width:100%;
	height:100px;
}
.footerlinks{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	text-align:left;
}
.footerlinks a{
	color:#999999;
	text-decoration:none;
	margin-right:20px;
}
.footerlinks a:hover{
	text-decoration:underline;
}


#topBar{
	height:167px;
	width:948px;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 12px;
	margin-top:40px;
	margin-bottom:0px;
	padding:0px;
}
#logoLeft{
	float:left;
}
#shoppingBasket{
	width:220px;
	height:117px;
	background-image:url(images/basket_background.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:right;
	position:relative;
	top:125px;
	left:-10px;
}
#basketContent{
	height:20px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	padding:15px;
	margin-top:30px;
	float:none;
	position:relative;	
}
#basketButtons{
	
}

#navMenu{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-bottom:20px;
}
#navMenu li a{
	padding:5px;
	font-size:13px;
	color:#5D4C4C;
	text-decoration:none;
	display:block;
	width:155px;
}
#navMenu li a:hover{
	background-color:#E20000;
	color:#FFFFFF;
}
.pageText{
	color:#585858;
	font-size:12px;
	width:680px;
	margin-left:20px;
	
}
.pageText p{
	margin-bottom:10px;
}

div.rightContent{
	float:right;
	width:350px;
	margin-left:10px;
}
div.rightContent img{
	border:1px solid #7EC7F1;
}
div#frontBanner{
	margin-top:40px;
}

#categoryPageContent{
	width:680px;
	margin-left:20px;
	padding-top:50px;
	padding-bottom:50px;	
}
#categoryPageContent h1{
	color:#8A8A8A;
	font-size:16px;
	position:relative;
	top:-20px;
}

.basketTable{
	border:1px solid #E0DFDF;
	background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;
	background-color:#BCBCBC;
	margin-bottom:10px;
	margin-top:10px;
	width:670px;
	padding:10px;
	color:#585858;
}
.basketTable td.productName{
	border-bottom:1px solid #E0DFDF;
}
.basketTable td#totalpricerow{
	font-size:13px;
}
.basketTable td.removeCell a{
	font-size:11px;
	color:#C60000;
	text-decoration:none;
}
.basketTable td.removeCell a:hover{
	text-decoration:underline;
}
div#discountform{
	border:1px solid #E0DFDF;
	background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;
	width:640px;
	background-color:#00639B;
	margin-bottom:10px;
	margin-top:10px;
	padding:15px;
	color:#585858;
}

.productAddBox{
	background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;
	width:320px;
	background-color:#BCBCBC;
	border:1px solid #E0DFDF;
	margin-bottom:10px;
	margin-top:10px;
	padding:15px;
	color:#585858;
}
.productAddBox h3{
	margin-bottom:5px;
	font-size:13px;
}
.productAddBox .multiOption{
	margin-bottom:2px;
}
.productAddBox .multiOption input{
	margin-right:5px;
}
.productAddBox .optionList{
	margin-bottom:10px;
}
.productSection{
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px solid #F3F3F3;
}
#addForm{
	margin-top:10px;
}
#submitButton{
	display:block;
	margin-top:5px;
}

.productBox{
	border:1px solid #E0DFDF;
	width:205px;
	overflow:hidden;
	float:left;
	margin:7px;
	margin-bottom:10px;
}

.productBox h2{
	padding:5px;
	height:25px;
}

.productBox h2 a{
	font-size:11px;
	color:#666666;
	height:25px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
.productBox .imageLink{
	width:205px;
	height:100px;
	overflow:hidden;
	display:block;
	color:#CCCCCC;
	text-decoration:none;
}
.productBoxPrice{
	background-image:url(images/prodPrice_back.gif);
	background-repeat:repeat-y;
	padding:5px;
	color:#FFFFFF;
}
.productLeftCol{
	overflow:hidden;
}
.productDescription{	
	overflow:hidden;	
	margin-bottom:10px;

}
#productPage a{
	color:#BC0000;
	
}
#productPage h2{
	font-size:14px;
	margin-bottom:5px;
}
#productPage p{
	margin-bottom:8px;
}
.productBox .productInfo{
	padding:10px;
}

.productImage{
	float:right;
	width:350px;
	height:140px;
	overflow:hidden;
	background-color:#000000;
}
.productIntro{
	color:#585858;
	height:70px;
	width:300px;
}
.imageCaption{
	font-size:9px;
	color:#585858;
}
.moreInfoLink{
	padding-top:5px;
}

#productPage{
	padding-top:50px;
	line-height:150%;
	font-size:12px;
	color:#585858;
	margin-bottom:50px;
	overflow:hidden;
	padding-left:20px;
}
.homepagecontent {
	padding-top:0px !important;
}
.homepagecontent div.pageSection{
	width:500px;
	display:block;
	overflow:hidden;
}
#productPage h1{
	color:#8A8A8A;
	font-size:16px;
	position:relative;
	top:-20px;
	display:block;
	width:400px;
}
.homepagecontent{
	width:500px;
	display:block;
	overflow:hidden;
	float:left;
	margin-bottom:0px;
}
.homepagecontent h1{
	display:block!Important;
	margin:15px 0 15px 0!Important;
	top:0!important;
	font-size:28px!important;
	width:auto!important;
	text-align:center;
	height:auto!important;
	line-height:auto!important;
}
.homepagecontent h2{
	font-size:22px!important;
	height:auto!important;
	line-height:120%!important;
	display:block;
	margin:15px 0 15px 0!Important;
}

.productImageCol{
	float:right;
	width:280px;
	overflow:hidden;
	margin-left:10px;
}

.productImageCol img{
	border:1px solid #7EC7F1;
}

.checkoutform{
	width:650px;
	margin-bottom:20px;
}
.checkoutform .checkoutline{
	margin-bottom:5px;
}
.checkoutform fieldset{
	padding:10px;
	background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;
	background-color:#BCBDBC;
	border:1px solid #E0DFDF;
	width:650px;
	margin-bottom:10px;		
}
.checkoutform legend{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#909090;
	border:1px solid #E0DFDF;
	background-color:#FFFFFF;
	/*background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;*/
	
}
.checkoutform label{
	width:200px;
	float:left;
	clear:left;
}
.checkoutform fieldset input, .checkoutform fieldset textarea{
	border:1px solid #E0DFDF;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
div.errorBox{
	padding:10px;
	border:2px solid #004C86;
	width:650px;
	margin-bottom:10px;
	background-color:#90C0E5;
	color:#000033;
}
#cardlogos{
	border:2px solid #004C86;
	margin-top:10px;
}
.pageImageCol{
	float:right;
}
.imageBox{
	float:none;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:10px;
}
.imageBox img{
	border:1px solid #7EC7F1;
}
div.photoGallery{
	width:640px;
}
div.photoGallery div.imageBox{
	float:left;
	margin-left:0px;
	margin-right:10px;
}

div.pageSection{
	margin-bottom:20px;
	padding-bottom:10px;
	width:670px;
	overflow:hidden;
	border-bottom:1px solid #3F96C7;
}
div.pageSection hr{
	border-bottom:1px solid #3F96C7;
}
div.downloadable{
	padding:10px;
	border:1px solid #CC6600;
	margin-top:20px;
	width:200px;
	background-image:url(images/product_add_bg.jpg);
	background-color:#00639B;
	border:1px solid #3EA1D9;	
}
div.downloadable a{
	font-size:13px;
	text-decoration:none;
	display:block;
	margin-top:3px;
}
div.downloadable a:hover{
	text-decoration:underline;
}
img.downloadicon{
	margin-right:5px;
	position:relative;
	top:3px;
}
ul.pageLinks{
	margin-bottom:20px;
}
ul.pageLinks li{
	margin-bottom:5px;
}
ul.pageLinks a{
	
}
div.subCategoryList{
	background-image:url(images/product_add_bg.jpg);
	background-repeat:repeat-x;
	width:640px;
	background-color:#BCBDBC;
	border:1px solid #E0DFDF;
	margin-bottom:10px;
	margin-top:10px;
	padding:15px;
	color:#585858;
}

div.subCategoryList ul{
	list-style-type:none;
	list-style-position:outside;
}
div.subCategoryList ul a{
	padding:5px;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
div.subCategoryList ul a:hover{
	text-decoration:underline;
}
div.newsPage{
	margin-bottom:50px;
}
ul#newsList{
	list-style-type:none;
	list-style-position:outside;
}
ul#newsList li{
	border-bottom:1px solid #3EA1D9;
	padding:5px;
}
ul#newsList a{
	padding:5px;
	text-decoration:none;
	display:block;
}
ul#newsList a span.newsDate{
	margin-right:10px;
	color:#006699;
	font-size:14px;
	font-weight:bold;
}
ul#newsList a span.newsTitle{
	color:#585858;
	font-size:14px;
}
ul#newsList a:hover{
background-color:#0099FF;
}

div.frontPageLinkBox{
	padding:10px;
	color:#585858;
	background-image:url(images/frontlink_back.jpg);
	background-repeat:repeat-x;
	background-color:#00639C;
	border:1px solid #E0DFDF;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	margin-top:10px;
}
div.frontPageLinkBox h2{
	font-size:16px;
	margin-bottom:8px;
}
.frontPageLinkText a{
	color:#585858;
	text-decoration:none;
	font-size:13px;
}
.frontPageLinkText a:hover{
	text-decoration:underline;
}
div.videoPageBox{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	overflow:hidden;
	background-image:url(images/frontlink_back.jpg);
	border:1px solid #E0DFDF;
}
#searchBox{
	padding:10px;
	margin-top:10px;
}
#searchBox .textInput{
	margin-bottom:5px;
	border:1px solid #E0DFDF;
	padding:3px;
	margin-left:3px;
}

#bestSellers{
	width:205px;
	float:right;
	margin-top:50px;
}
.bestSeller{
	width:200px;
	border:1px solid #E0DFDF;
	margin-bottom:5px;
}
.bestSeller h2 a{
	font-size:11px;
	color:#666666;
	height:25px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
.bestSeller h2{
	padding:5px;
}
.bestSeller .imageLink{
	width:200px;
	height:100px;
	overflow:hidden;
	display:block;
}
.bestSellerPrice{
	background-image:url(images/prodPrice_back.gif);
	background-repeat:repeat-y;
	padding:5px;
	color:#FFFFFF;
}

#voucherBox{

}

.resource_title{
	font-size:14px;
	color:#666666;
	margin-bottom:5px;
	text-decoration:none;
}
a.resource_link{
	color:#666666; display:block; clear:left; margin-left:20px;"
}
#siteMap{
	padding:10px;
}

#siteMap .cat1 a{
	font-size:14px;
	color:#999999;
	margin-bottom:5px;
	margin-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#siteMap .cat2 a{
	font-size:14px;
	color:#999999;
	margin-bottom:5px;
	margin-top:5px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#siteMap .prod1 a{
	font-size:12px;
	color:#000000;
	margin-bottom:5px;
	text-decoration:none;
}
#siteMap .prod2 a{
	font-size:12px;
	
	color:#000000;
	margin-bottom:5px;
	text-decoration:none;
}
#siteMap .prod1 a:hover{
	text-decoration:underline;
}
#siteMap .prod2 a:hover{
	text-decoration:underline;
}
#welcomeVideo{
	display:block;
	width:500px;
	height:180px;
	overflow:hidden;
	text-align:right;
	margin-top:10px;
	margin-left:20px;
	background-image:url(images/video_back.jpg);
	background-repeat:no-repeat;
}
