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

body, div, p, ul, li, h1, h2 {
	margin: 0; padding: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}

/* General
----------------------------------------------------------------------*/
body {
	background: #403224;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

#container {
	background: #fff;
	width: 899px;
	margin: 0 auto; padding: 0 0 10px;
	border-left: 1px solid #9a928b; border-right: 1px solid #4b3e31;
}

/* Header
----------------------------------------------------------------------*/
#header {
	height: 238px;
	overflow: hidden;
	position: relative;
}
#header #logo {
	background: url(../images/SemenRx.jpg) no-repeat;
	width: 299px; height: 204px;
	margin: 25px 0 0 20px;
	text-indent: -9999px;
}
#header #logo a {
	width: 100%; height: 100%;
	display: block;
	overflow: hidden;
}

#header #fader {
	position: absolute;
	top: 11px; left: 341px;
}

#header #value-contact {
	width: 177px;

	position: absolute;
	top: 11px; right: 23px;
}
#header #value-contact a {
	display: block;

	text-indent: -9999px;
	overflow: hidden;
}
#header #value-contact #bestvalue {
	background: url(../images/SemenRx.jpg) no-repeat -299px 0;
	width: 174px; height: 97px;
	margin: 14px 0 0;	
}
#header #value-contact #ordernow {
	background: url(../images/SemenRx.jpg) no-repeat -299px -96px;
	width: 177px; height: 96px;
	margin: 19px 0 0;
}

/* Navigation
----------------------------------------------------------------------*/
#navigation {
	background: url(../images/nav.jpg) repeat-x;
	width: 100%; height: 33px;
	margin: 17px 0 0;
}
#navigation ul {
	margin: 0 0 0 15px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	height: 25px;
	margin: 0 3px; padding: 8px 7px 0;
	display: block;

	color: #382512;
}
#navigation ul li a:hover {
	background: url(../images/navHover.jpg) repeat-x;
}

/* Content
----------------------------------------------------------------------*/
#content {
	margin: 4px 9px 0;

	position: relative;
}

/* Products - content
----------------------------------------------------------------------*/
#content .product {
	background: url(../images/cart_back.jpg) repeat-x;
	height: 165px;
	margin: 0 0 46px;
	overflow: hidden;

	position: relative;
}
#content .product h2 {
	margin: 4px 0 0 15px;

	color: #dc333b;
	font-size: 14px;
	font-style: italic;
}
#content .product img {
	margin: 10px 0 0 12px;
}
#content .product div {
	position: absolute;
	top: 65px; right: 18px;
}
#content .product div a {
	background: url(../images/addtocart.jpg) no-repeat;
	width: 122px; height: 26px;
	display: block;
	overflow: hidden;

	text-indent: -9999px;
}
#content .product div p {
	margin: 0 0 0 23px;

	font-size: 12px;
	text-align: left;
}
#content .product p {
	margin: 15px 10px 0 auto;

	color: #dc333b;
	font-size: 13px;
	text-align: right;
}
#content .product1 {
	width: 465px;
}
#content .product2 {
	width: 411px;
	position: absolute;
	top: 0; right: 0;
}
#content .product2 img {
	margin-left: 97px;
}
#content .product2  div {
	right: 75px;
}

/* Right - content
----------------------------------------------------------------------*/
#content .left {
	width: 600px;
	margin: 40px 0 0;

	color: #473f37;
}
#content .left h1 {
	color: #75482b;
	font-size: 14px;
}
#content .left h1 strong {
	margin: 5px 0 0 15px;
	display: block;

	color: #000000;
	font-size: 12px;
}
#content .left h2 {
	background: url(../images/header.png) no-repeat;
	height: 24px;
	padding: 7px 8px 0;

	color: #75482b;
	font-size: 15px;
}
#content .left h2 a {
	background: #403224;
	display: inline-block;
	padding: 5px 7px;
	position: relative;
	top: -2px; left: 10px;
	vertical-align: top;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	color: #fff;
	font-size: 10px;
}
#content .left p {
	margin: 12px 0;

	font-size: 13px;
}
#content .left ul {
	margin: 0 20px;
}
#content .left ul li {
	margin: 10px 0;
	list-style: disc;
}

/* Right - content
----------------------------------------------------------------------*/
#content .right {
	width: 257px;

	position: absolute;
	top: 205px; right: 8px;

	color: #473f37;
}
#content .right div {
	width: 255px;
	margin: 0 0 7px;
	border: 1px solid #403224;
}
#content .right div h2 {
	background: #403224;
	width: 235px; height: 20px;
	padding: 8px 10px;

	color: #fff;
	font-size: 14px;
}
#content .right div img {
	margin: 20px auto 12px;
	display: block;
}
#content .right div p {
	margin: 0 12px 15px;
}
#content .right div table {
	width: 100%;
	border-collapse: collapse;
}
#content .right div table thead th {
	background: #e4ded7;
	height: 29px;
}
#content .right div table td {
	padding: 8px 0;

	text-align: center;
}
#content .right div p span {
	color: #ff000d;
}
#content .right div table td a {
	color: #473F37;
}

/* Footnav
----------------------------------------------------------------------*/
#footnav {
	background: url(../images/footnav.png) repeat-x;
	height: 31px;
	padding: 0 10px;

	color: #fff;
}
#footnav a {
	height: 24px;
	padding: 7px 0 0;
	display: inline-block;
	vertical-align: middle;

	color: #fff;
}
#footnav a:hover {
	background: url(../images/navfootover.png) no-repeat center top;
}

/* Disclaimer & social
----------------------------------------------------------------------*/
p.disclaimer {
	margin: 14px 12px;
}
div.social {
	height: 27px;
	margin: 10px 14px;
}
div.social a {
	background: url(../images/social.jpg) no-repeat;
	height: 25px;
	border: 1px solid #88827c;
	display: block;

	text-indent: -9999px;
	overflow: hidden;
}
div.social a.facebook {
	width: 79px;
	margin: 0 10px 0 0;
	float: left;
}
div.social a.twitter {
	background-position: -79px 0;
	width: 87px; height: 21px;
}

/* Footer
----------------------------------------------------------------------*/
p.footer {
	margin: 10px 0;

	color: #fff;
	font-size: 11px;
	text-align: center;
}
p.footer a {
	color: #fff;
}