@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */
.boxheader {
height:25px;
background:#2da0f7;
font:12px Tahoma, Arial, Helvetica, sans-serif;
color:#FFF;
padding-left:15px;
width:100%;
font-weight:bold;
vertical-align:middle;
}

.cartheader {
background: url(../images/cart/header.jpg) no-repeat;
height:28px;
color:#FFF;
}

.boxcontentgreen {
background:#d4dea3;
vertical-align:top;
width:100%;
}
body {
	margin: 0;
	padding: 0;
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat-x;
	background-color: #00335e;
}

td, th {
	font: 11px Arial, Helvetica, sans-serif;
	color:#101b70;
	font-size:12px;
}

h1 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #101b70;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.PageBox {
	background-color: #FFFFFF;
}


a {
	color: #101b70;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #101b70;
	font-weight:bold;
	text-decoration:underline;
}

.price { /* All Prices on site */
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.PageHeader {
}
.PageFooter {
	background-image: url(../images/imgPageFooter.gif);
}
.ColumnBox {
	margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

.CenterColumnBox {
	margin: 10px;
}

.RightColumnBox {
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

#LeftNavigation a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-indent: 4px;
	margin-left:15px;


}

#GalleryItem img {
	display: block;
	float: left;
	margin: 2px;

}

#Gallery td.GalleryTitle {
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	text-align: left;
	text-indent: 2px;
	font-size: 11px;
	color: #101b70;
}

#RelatedProductList td.RelatedProductTitle {
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	font-size: 11px;
	color: #101b70;
}

#ProdBox {
	float: left;
	margin: 0px;
	margin-bottom: 20px;
}

#ProdBox a{
	text-decoration: none;
	font-weight: bold;
	color: #282828;
}

#ProdBox td.BoxHeading {
	padding-top: 0px;
}

#ProdBox td.BoxFooter {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #663333;
}

#ProdBox td.BoxContent {
	padding-top: 0px;
	padding-bottom: 0px;
}

#CatBox {
	float: left;
	margin: 0px;
	margin-bottom: 20px;
}

#CatBox a{
	text-decoration: none;
	font-weight: bold;
	color: #282828;
}

#CatBox td.BoxHeading {
	padding-top: 4px;
}

#CatBox td.BoxFooter {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #663333;
}

#CatBox td.BoxContent {
	padding-top: 1px;
	padding-bottom: 0px;
}

#CatBox td.BoxDescription {
	padding-top: 4px;
	padding-bottom: 4px;
}

#RelatedProductList td.RelatedProdListBox {
}

#ProdList td.ProdListBox {
}

#CatList td.CatListBox {
}

h3.ProductListInfo {
	font-size: 11px;
	font-weight: bold;	
	color: #101b70;
}

#BackLink a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #101b70;
}

#ProdExtraImageList img {
	margin: 5px;
}

#ProdExtraImageList td.ProdExtraImageBox {
	border: 1px solid #101b70;	
}

#BreadCrumb h1 {
	font-size: 11px;
	color: #101b70;
	margin-top: 0px;
	margin-bottom: 0px;
}

#BreadCrumb a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #101b70;
}

#DirectoryLink a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #101b70;
}

#NewsHeadline a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #101b70;
}

#ProductReviews td.ReviewTitle {
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	font-size: 11px;
	color: #101b70;
	border-bottom: 1px solid #007bdb;
}

#ProductReviews td.ReviewHeading {
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	font-size: 11px;
	color: #101b70;
}

#ProductReviews td.ReviewDate {
	color: #101b70;
	font-size: 10px;
}

#ProductReviews td.ReviewAuthor {
	color: #101b70;
	font-size: 10px;
}

#HeaderBasket {
}

td.BasketBox {
	border: 1px solid #cccccc;
}

.nav_sep_on {
background-image:url(../images/general/menu/sep_on.gif);
background-repeat:no-repeat;
height:38px;
width:1px;
}
.nav_sep_off {
background-image:url(../images/general/menu/sep_off.gif);
background-repeat:no-repeat;
height:38px;
width:1px;
}
.nav_center_on {
background-image: url(../images/general/menu/center_on.gif);
background-repeat:repeat-x;
}

.nav_center_on a {
color:#FFFFFF;
font-weight:bold;
text-decoration: none;
}
.nav_center_on a:hover {
color:#FFFFFF;
font-weight:bold;
text-decoration: none;
}

.nav_center_off {
background-image: url(../images/general/menu/center_off.gif);
background-repeat:repeat-x;
}
.nav_center_off a {
color:#ffffff;
font-weight:bold;
text-decoration: none;
}
.nav_center_off a:hover {
color:#cccccc;
font-weight:bold;
text-decoration: none;
}


.searchbox {
font: 11px Tahoma, Arial, Verdana; 
color: #000;
background-image: url(../images/general/searchbox.jpg);
background-repeat:no-repeat;
width:130;
}

.gobtn {
background: url(../images/general/gobtn.jpg) no-repeat;
width:27px;
height:19px;
border:0px none;
margin-left:4px;
}


.box_t{
height:1px;
background-color: #afb4b7;
}
.box_b{
height:1px;
background-color: #afb4b7;
}
.box_l{
width:1px;
background-color: #afb4b7;
}
.box_r{
width:1px;
background-color: #afb4b7;
}
.box_tl{
background-color: #d3d6d7;
}
.box_tr{
background-color: #d3d6d7;
}
.box_bl{
background-color: #d3d6d7;
}
.box_br{
background-color: #d3d6d7;
}

.title_white {
font: 11px Tahoma, Arial, Verdana; 
color: #ffffff;
}
.title_white14 {
font: 14px Tahoma, Arial, Verdana; 
color: #ffffff;
}
.specialoffers {
font: 28px "Times New Roman", Tahoma, Arial, Verdana; 
color: #127fd1;
font-weight: bold;
}

.nav a{
color:#FFFFFF;
text-decoration:none;
}
.nav a:hover{
color:#CCCCCC;
text-decoration:none;
}

.footer {
	color:#4a4a4a;
}
.footer a {
	color:#4a4a4a;
	text-decoration:none;
	font-weight:normal;
}
.footer a:hover {
	color:#444b1f;
	text-decoration: underline;
}

#RSNavBar {
	color: #FFFFFF;
	font-weight: bold;
}

#RSNavBar td {
	color: #FFFFFF;
	font-weight: bold;
}

#RSNavBar a {
	text-decoration: none;
	color: #FFFFFF;
}


.contactLabel {
	color: #101b70;
	font-weight: bold;
	font-size: 11px;
}

td.FilterBoxLabel {
	font-weight: bold;
	color: #6a441f;
	text-align: right;
}

select.FilterMenu {
	width: 100px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #6a441f;
	border-left: 1px solid #6a441f;
	border-right: 1px solid #6a441f;
	border-top: 1px solid #6a441f;
	border-bottom: 1px solid #6a441f;
	margin-bottom: 1px;
	padding: 1px;
	background-color: #d4dea3;
	
}

.cartbkg {
background: url(../images/cart/cartrow.jpg) no-repeat;
height:33px;
color:#000;
}

.cartbkgover {
background: url(../images/cart/cartrowover.jpg) no-repeat;
height:33px;
color:#000;
}

.button {
	color:#FFF;
	border:1px solid #101b70;
	font-weight:bold;
	background-color: #101b70;
}

#ProductDetail {
	color: #101b70;
}

#ProductDetail table {
	border: none;
}

#ProductDetail table td {
	border: 1px solid #cccccc;
}

#ProductDetail table strong{
	color: #101b70;
}

#PageBody {
	color: #101b70;
}

#ReviewCategory a {
	color: #101b70;
}

#NavBox a {
display: block;
	padding-top: 12px;
}

.minorder{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#101b70;
}

.minorder10{
font-family:Tahoma;
font-size:10px;
font-weight:bold;
color:#101b70;
}
