body {
	
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d503f;
	font-size: 8pt;
	text-align: center;
	background: #E4E4E4 url(../images/bg.png) 0 0 repeat-x;
	height:100%;
}
img {
	border: 0;
}


a
	{
	color: #0068b2;
	text-decoration: none;
	}

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


#wrapper {
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}
#header {
	background: url('../images/header-carts.jpg');
	height: 253px;
	width: 780px;
}
#nav {
	background: url('../images/navbg.gif');
	width: 780px;
	height: 52px;
}


#content {
	background-color: #fff;
	display:block;
}


#navigation {
	margin: 0px 0 0 -50px;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#navigation li {
	margin: 0 0 0 70px;
	display: inline;
}
#navigation li a:link, #navigation li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-bottom: 6px solid #ccc;*/
	font-size: 93%;
	color: #000;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}		
#navigation li a:hover, #active { color: #0068b2; }

#active {border-bottom: 5px solid #0068b2; }

#left { width: 450px; float: left; margin: 5px}

#right { width: 300px; float: right; margin: 5px}

#lefthome {
	float: left;margin:5px 0px 5px 5px;width:375px
}
#righthome {
	float: right;margin:5px 0px 5px 5px;width:375px
}
#lefthome h2 a {
	font-size: 120%;
}
h1, p.ph1 {
	display: block;
	border-top: 1px solid #eee;
	padding: 7px;
	border-bottom: 1px solid #eee;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.6em;
	color:#4f82bd;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 7px;
}
h2 strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d503f;
	font-size: 0.8em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d503f;
	font-size: 0.8em;
	margin: 7px;
	line-height: 1.8;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 2;
	color: #000;
	margin: 7px;
}
h3 strong {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d503f;
	font-size: 0.8em;
	margin: 7px 0 7px 0;
	line-height: 1.8;
}
h6 {
	margin: 7px 10px 7px 10px;
	line-height: 1.8;
	font-size: 0.8em;
}
.mail {
	position: relative;
	top: 5px;
	margin-left: 10px;
}
.product img {
	float: left;
	margin: 5px;
}
/*.product {display:block;}
.product h2 { float: left; }*/
.products div strong { margin-left: 0; }/*
.product {display: block; border-bottom: 4px solid #eee;}*/

.products div h2 {margin: 15px 0 20px 0;}
.products div {clear: both; margin-top: 5px;}
.products div a:link, .products div a:visited {border: 1px solid #fff; display: block; color: #312423;}
.products div a:hover {border: 1px solid #eee; color: #A00000;}
.product img { float: left; margin-right: 10px;}

.prices div {clear: both; margin-top; 5px; }
.prices div a:link, .prices tr a:visited { border: 1px solid #fff; display: block; color: #312423; }
.prices div a:hover { border: 1px solid #eee; color: #A00000; }

#fixheight {
	line-height: 1;
}

 
hr {
color: #ded5bb;
background-color: #eae6da;
height: 1px;
}


input.button{
	background: #0068b2;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 8pt;
	font-weight: normal;
	width: 90px;
}



input.buttonover{
	background: #1f4866;
	border: 1px solid #666666;
	color: #FFFFFF;
	cursor:pointer;cursor:hand;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
	width: 90px;
}


select{
	background: #E3E6EA;
	border: 1px solid #000;
	color: #000;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

input.text{
	background: #E3E6EA;
	border: 1px solid #000;
	color: #000;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

div#searchform {
	padding:7px;
	border-bottom: 1px solid #EEEEEE;
}
div#searchform label {
	font-weight: bold;
	display:block;
}
div#searchform select {
	width:160px
}

div#contactform {
	padding:12px
}


div#contactform input.button{
	background: #3381FF;
	border: 1px solid #3381FF;
	color: white;
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	font-weight: bold;
	margin-left: 5px;
	width: 100px;
}

div#contactform input.button:hover{
	background: #0a64f5;
	border: 1px solid #0a64f5;
}

div#contactform input.textfield{
	background: #FFFFFF !important;
	border: 1px solid #797474;
	color: #797474;
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	font-size: 13px;
	margin-left: 5px;
	width: 229px;
}

div#contactform input.textfield:focus{
	background: #FFFFBF !important;
	border: 1px solid #2A2A2A;
	color: #353333;
}


div#male-details {
	display: none
}
div#female-details {
	display: none
}