/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main-table-bg {
	background:#728caf;
}
.main-top-bg {
	background:url(images/top-bg.gif) top left no-repeat #728caf;
}
.main-top-bg2 {
	background:url(images/top-bg2.gif) top right no-repeat #728caf;
}
.main-bottom-bg {
	background:url(images/bottom-bg.gif) bottom left no-repeat #728caf;
}
.main-bottom-bg2 {
	background:url(images/bottom-bg2.gif) bottom right no-repeat #728caf;
}
.bottom-blue-bg {
	background:url(images/blue-bottom2.gif) bottom no-repeat #4d688d;
}
.yellow-top-bg {
	background:url(images/yellow-top.jpg) top left no-repeat;
}
.yellow-top-bg2 {
	background:url(images/yellow-top.jpg) top right no-repeat;
}
.yellow-bottom-bg {
	background:url(images/yellow-bottom.gif) bottom left no-repeat #faf9e4;
}
.yellow-bottom-bg2 {
	background:url(images/yellow-bottom.gif) bottom right no-repeat #faf9e4;
}
.content-bg {
	background:url(images/yellow-bg.jpg) top repeat-x #faf9e4;
}
.header {
	border-top:solid 2px #728caf;
}
.header-ryt-bg {
	background:url(images/top2.gif) no-repeat right;
	background-color:#728caf;
}
.header-left-bg {
	background:url(images/top1.gif) no-repeat left;
	background-color:#728caf;
}
.searchbox {
	background-color:#4d688d;
	border:solid 1px #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.customer-login {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.customer-login2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.customer-login3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1e4db4;
}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#684127;
}
a:hover.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#684127;
}
.image-border {
	border:solid 1px #6a240b;
	margin-right:8px;
}
.line {
	background:url(images/line.gif) repeat-x top;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.cookietrail {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#becee4;
}
.menulink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#eeeebf;
}
.menulink2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.menulink2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}
.contact-bg {
	border-left:solid 2px #728caf;
	border-right:solid 2px #728caf;
}
.product_holder{
	border: 1px solid #999900;
	width:100px;
	height:148px;
	background:#333333;
	text-align:center;
	float:left;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
}
.products{
	width:100px;
	height:130px;
	background:#FFFFFF;
	text-align:center;
	overflow:hidden;
	max-height:130px;
}
.subtitle{
	width:100px;
	height:18px;
	background:#333333;
	text-align:center;
	color:#CCCCCC;
	float:left;
}
.subtitle a{
	color:#CCCCCC;
	text-decoration:none;
}
.subtitle a:hover{
	color:#FFFF99;
}


// >> product search tabs

.section-body{
	background:#e9f0f5;
	height:140px;
	padding:14px;
}
ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
	/*
	border-bottom:solid 1px #e9f0f5;
	*/
	height:29px;
}
li{float:right; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(images/tab-round.png) right 60px;
	color:#56554e;
	color:#ffffff;
	display:block;
	font-weight:bold;
	height:29px;
	line-height:29px;
	text-decoration:none;
}
.tab a span{
	background:url(images/tab-round.png) left 60px;
	display:block;
	height:29px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(images/tab-round.png) right 29px;
	display:block;
	color:#e0ded0;
	color:#ffffff;
}
.tab a:hover span{
	background:url(images/tab-round.png) left 29px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#ff000;/*#1c4e7e;*/
	background:url(images/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(images/tab-round.png) left 0 no-repeat;
}


// << product search tabs
