@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body {
	font: 62.5%/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background-image:url(img/back.jpg);
	background-repeat:repeat-x;
	
}

p {
	font-size:12px;
}

.vspace{
	margin-bottom:20px;
}

#holder {
	width:100%;
	margin:0 auto;
	
}

#container {
	width:960px;
	margin:0 auto;
	
}

#titleholder {
	width:750px;
	float:left;
	
}



#title {
	color:#34b6ec;
	font-size:18px;
	margin-top:25px;
	margin-bottom:10px;
	width:300px;
	float:left;
	
}

#undertitle {
	color:#666;
	font-size:14px;
	width:150px;
	float:left;
	clear:both;
	
	
}

.bannersize{
color:#666;	
}

#return {
	font-size:18px;
	margin-top:25px;
	margin-right:500px;
	width:60px;
	float:right;
	
	
}

#logo {
	width:100px;
	margin-right:45px;
	margin-bottom:10px;
	float:right;
	vertical-align:top;
}


#contentarea {
	clear:both;
}


#stimorolone {
	float:right;
	width:750px;
}

#stimoroltwo {
	float:left;
	width:170px;
	padding-bottom:20px;
}

#mil{
	float:left;
	width:150px;
}

#shop{
	float:left;
	width:150px;
}




.paddingright {
	padding-right:15px;
}

.paddingright2 {
	padding-right:15px;padding-bottom:20px;
}




.imagepadding{
	padding-bottom:12px;
}

.underText{
	font:0.9em Trebuchet MS;
	color:#666;
}

a {
	font-size:14px;
	color:#666;
	text-decoration:none;	
}

a:hover {
	color:#999;
	text-decoration:underline;
}

.nav {
	padding:0px 0;
	position:relative;
	margin-bottom:30px;
	
}

.nav li {
	float:left;
	list-style:none;
}

.nav li a {
	padding:0px;
	font:1.5em Trebuchet MS;
	color:#666;
	margin:0px;
	text-decoration:none;
	display:block;
}
.nav li a:hover {
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}

#nav li a.active {
	text-decoration:none;
}



/* breadcrumb */
.breadcrumb{height:28px; margin-top:20px;background:url(img/breadcrumb/breadcrumb_bg.jpg) repeat-x top left;clear:both;width:930px;}
.breadcrumb ul{float:left;}
.breadcrumb li{padding:0px 5px 0px 5px;}
.breadcrumb li, .breadcrumb li a{display:block;text-decoration:none;height:28px; float:left;}
.breadcrumb li{display:inline-block;color:#20558e;height:28px;line-height:30px;}
.breadcrumb a{color:#666; font-size:10px; line-height:28px;}
.breadcrumb a:hover{color:#20558e;}

.breadcrumb ul.path li{background:url(img/breadcrumb/breadcrumb_li.jpg) no-repeat top right;font-size:11px;}
.breadcrumb ul.path li a{padding:0 30px 0 20px;}
.breadcrumb ul.path li a:hover{color:#20558e;}
.breadcrumb ul.path li:first-child a{text-indent:-999em;height:28px;width:17px;background:transparent url(img/gfx.png) no-repeat -360px -5px;display:block; padding:0;}
.breadcrumb ul.path li:first-child{padding:0 30px 0 20px;}
.breadcrumb ul.path li:first-child a:hover{background-position:-380px -5px;}

.breadcrumb ul.pagination{float:right;padding-right:5px;}
.breadcrumb ul.pagination .prev a, .breadcrumb ul.pagination .next a{text-indent:-7777px;}
.breadcrumb ul.pagination .prev a, .breadcrumb ul.pagination .next a{width:29px;background:url(img/pagination_arrows.jpg) no-repeat left top;padding:0;}
.breadcrumb ul.pagination .next a{background-position:right top;}
.breadcrumb ul.pagination .next a:hover{background-position:right -29px;}
.breadcrumb ul.pagination .prev a:hover{background-position:left -29px;}

