@charset "UTF-8";
/*for google news*/
div.lh{
	margin-top:-45px;
}
div.lh a b{
	display:none;
}
/*end for google news*/

body{
	margin:0px;
	font-family:Trebuchet MS, Arial;
	color:#333;
	text-align:center;
	background: #fff url(/elements/bg.gif) top center no-repeat;
}
#container {
	background-color: #fff;
	width:952px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#content {
	width:952px;
	text-align:left;
	padding-top:190px;
	padding-right:0px;
	padding-left:0px;
	margin:0;
}

#navigation{
	position:absolute;
	top:0px;
	width:950px;
}
#navigation #tabs{
	width:952px;
	height:15px;
	clear:both;
	position:absolute;
	text-align:center;
	overflow:hidden;
	text-transform: capitalize;
	z-index:20;
}
#navigation #tabs .main, #navigation #tabs .main li .sub{
	list-style:none;
	padding:0px;
	margin:0px;
}
#navigation #tabs .main li{
	width:115px;
	float:left;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	margin-right:1px;
	margin-left:1px;
	height:165px;	
}
#navigation #tabs .main li a{
	color:#00FF00;
	text-decoration:none;
	display:block;
	height:15px;
}
#navigation #tabs .main li a:hover{
	background-color:#ccc;
}
#navigation #tabs .main li .sub{
	background:transparent filter: alpha(opacity=80);	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}
#navigation #tabs .main li .sub li{
	width:115px;
	height:auto;
	border-left:0px solid white;
	text-align:left;
	padding:0;
	margin:0;
}
#navigation #tabs .main li .sub li a{
	color:black;
	font-weight:normal;
	height:20px;
	display:block;
	width:115px;
	background-color:white;
}
#navigation #tabs .main li .sub li a:hover{
	background-color:#00FF00;
}
#navigation #header{
	margin-top:0px;
	width:952px;
	height:150px;
	clear:both;
	position:absolute;
}
#navigation #header img{
	border:0px;
}

#navigation #bct{
	width:952px;
	height:20px;
	background-color:#efefef;
	clear:both;
	position:absolute;
	margin-top:165px;
}
#navigation #bct ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation #bct ul li{
	float:left;
	margin-left:5px;
}
#navigation #bct ul strong, #navigation #bct ul li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	font-size:10px;
	display:block;
	padding:4px;	
}
#navigation #bct ul li a:hover{
	color:#00FF00;
	background:#333;
}
#navigation #searchbox{
	width:130px;
	height:14px;
	border:solid black 0px; 
	background:black;
	color:#00FF00;
	font-size:10px;
	line-height:10px;
	font-weight: bold;
	text-align:center;
	font-family:Trebuchet MS, Arial;
}

/*HOMEPAGE BREDERS LIST*/
#breeders{
	margin:0;
	padding:0;
	list-style-type:none;	
	float:left;
	width:900px;
	background:#fff;
}

#breeders li{
	margin:0;
	padding:0;
	float:left;
	border:0px;
	background:#fff;
}

#breeders li img{
	border:0px;
	margin-left:50px;
}
#breeders li a:hover img{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	opacity:0.2;	
}


/*PRODUCT DETAIL PAGE*/
#product{
	float:left;
	width:800px;
	height:600px;
	margin:0;
	padding:0;
}
#product h1, #product h2{
	margin:0;
	padding:0;
}
#product h1{
	font-size:18px;
	text-transform: uppercase;
}
#product h2{
	font-size:18px;
	text-transform: lowercase;
	color:#ccc;
}
#product strong{
	font-size:16px;
}
#product p{
	font-size:12px;
}
a:hover #breederlogo{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
}
a #breederlogo{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	opacity:0.1;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:600px;
	border:0px;	
	z-index:20;
}
#productimage{
	float:left;
	border:0px;
	margin-bottom:100px;
}
#product #description{
	float:right;
	width:470px;
	margin-right:10px;
}
/*RELATED PRODUCTS*/
#related{
	float:right;
	width:152px;
	margin:0;
	padding:0;
	font-size:10px;
}
#related ul{
	margin:0;
	padding:0;
	list-style:none;
}
#related ul li{
	margin:0;
	padding:0;
	width:148px;
	border:2px solid #efefef;
	background: #efefef;
	margin-bottom:3px;
}
#related a{
	font-size:12px;
	color:#333;
	text-decoration:none;
	display:block;
	height:210px;
	width:148px;
	font-weight:bold;
}
#related a:hover h3{
	color:#ccc;
}
#related a h3{
	font-weight:bold;
	text-transform: uppercase;	
	padding:0;
	margin:0;
	background:#efefef;
}
#related a .relproductdata{
	padding:10px;
	color:#efefef;
}
#related a:hover .relproductdata{
	padding:10px;
	color:#333;
	background:#efefef;
}

/*CATEGORY PAGES*/
#content h1{
	margin:5px  0px 0px 0px;
	padding:0;
	font-size:24px;
	text-transform: uppercase;
}
#breederthumb{
	float:left;
	margin:3px;
}
#content ul{
	margin:15px  0px 0px 0px;
	padding:0;
	list-style:none;
}
#content ul li a{
	color:#333;
	text-decoration:none;
	display:block;
}
 .big, .small{
	padding:0;
	border-top:2px solid #efefef;
	border-left:0px solid #efefef;
	border-right:2px solid #efefef;
	border-bottom:2px solid #efefef;
	float:left;
	font-size:10px;
}
#content ul li a img{
	border:0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
}
#content ul li a:hover img{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:0.6;
}
.big{
	width:302px;
	overflow:hidden;
	margin:5px;
	height:197px;
	background:#efefef;
}
.small{
	width:224px;
	overflow:hidden;
	margin:5px;
	height:135px;
	background:#efefef;
}
.small h3, .big h3{
	padding:0;
	margin:0;
}
.small h3{
	font-size:12px;
}

.buynow a{
	font-weight:bold;
}
.buynow a:hover{
	background:red;
}
/*FOOTER*/
#footer{
	clear:both;
	width:952px;
	height:18px;
	background-color: #efefef;
	margin-top:25px;	
}