@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e3e3e3;
	margin-top: 10px;
	text-align:center;
}
img {
	border:none;
}
a {
	color:#990033;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.mainBody {
	width: 778px;
	text-align:center;
	border:1px solid #dbdbdb;
	margin:auto;
}
/*outer shadows*/
.borderShadow1 {
	border:1px solid #dbdbdb;
	float:left;
}
.borderShadow2 {
	border:1px solid #d6d6d6;
	float:left;
}
.borderShadow3 {
	border:1px solid #cecece;
	float:left;
}
.borderShadow4 {
	border:1px solid #8d8d8d;
	float:left;
}
.innerBody {
	border:1px solid white;
	background-color:white;
	float:left;
}
/*main content classes*/
.contentBody {
	text-align:left;
	float:left;
	width:100%;
}
.topNav {
	background-image: url(img/bg_topnav.gif);
	background-repeat: repeat-x;
	height:37px;
	border:1px solid #a40000;
	text-align:center;
	float:left;
	width:766px;
}
.navItems {
	height:18px;
	margin-top:13px;
	margin-left:10px;
	display:inline;
	text-align:center;
	float:left;
}
.navItems img {
	height:18px;
	margin-right:10px;
	padding-right:10px;
	background-image:url(img/divider.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.navItems .no_bg {
	background-image:none;
}
.search {

	width:216px;
	float:right;
	height:30px;
	border-left:1px solid white;
	padding:7px 0 0 8px;
	background-image:url(img/bg_search.gif);
	background-position:top;
	background-repeat:repeat-x;
}
form {margin:0; border:0; padding:0;}
.search input, .search_btn{
	float:left;
	margin-right:3px;
}
.search input{
	font-weight:bold;
}

.masthead {
	background-image:url(img/masthead.jpg);
	background-repeat:no-repeat;
	height:142px;
	float:left;
	width:768px;
}
.email_link {
	margin-top:105px;
	width:500px;
	padding-left:8px;
	float:left;
}
.mainContent {
	padding:8px 0 8px 8px;
	float:left;
			
}
/*products*/
.productBox {
	background-color:#e3e3e3;
	width:235px;
	margin-right:12px;
	margin-top:12px;
	border:1px solid #8d8d8d;
	float:left;
}
.whiteBorder {
	border:2px solid white;
	height:100%;
}
.productBox img {
	border:1px solid #c5c5c5;
	margin-top:8px;
	margin-bottom:8px;
}
.productContent {
	padding:8px;
}
.productDescription {
	height:60px;
	overflow:hidden;
}

/*product sub cat*/
.productBoxSub {
	background-color:#e3e3e3;
	margin-right:12px;
	margin-top:12px;
	border:1px solid #8d8d8d;
	float:left;
	width:170px;
}
.productDescriptionSub {
	height:20px;
	margin-left:10px;
}

.crumb_trail {
	width:700px;
	padding:5px;
	color:#000;
	margin-bottom:10px;
	background-image:url(img/bg_crumbtrail.gif);
	background-repeat:repeat-y;
	float:left;
}
.crumb_trail A {
	color:#000;
}

/*about us*/
.align_centre {
	text-align:center;
}
.mainText {
	padding:0 20px 20px 20px;

}
.redText {
	color:#a40000;
	font-weight:bold;

}
/*footer*/
.footer {
	background-image:url(img/bg_footer.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:768px;
	margin-top:20px;
}
.footerText {
	margin-top:16px;
	font-weight:bold;
	text-align:center;
	
}

.noprod{
width:700px;
text-align:center;
vertical-align:middle;
font-size:12;
font-weight:;
color:#a40000;
margin-top:100px;
height:200px;
}


.imageBox {
	background-color:#e3e3e3;
	width:140px;
	margin-right:12px;
	margin-top:12px;
	border:1px solid #8d8d8d;
	float:left;
	text-align:center;
}

.imageBox img {
	border:1px solid #c5c5c5;
	margin-top:8px;
	margin-bottom:8px;
}
.imageContent {
	padding:8px;
}

.menuBG{
background-image:url(admin/img/menu_bg.gif);
height:20px;
color:#FFFFFF;
font-weight:bold;
padding-top:5px;
padding-left:5px;
}

.input{text-transform:lowercase}


.productsTable{background-color:#E0E0DE; width:700px; margin-top:15px;}
.productsTableProdList{font-weight:normal;}
.productsTableProdList a{font-weight:normal;}
.productsTableRoundedTop{background-image:url(img/tb_rounded_top.gif); height:10px; background-position:top; background-repeat:no-repeat}
.productsTableRoundedBottom{background-image:url(img/tb_rounded_bottom.gif); height:10px; background-position:bottom; background-repeat:no-repeat}

.searchErrorBox{height:200px; font-weight:bold; margin-top:10px;}
