@import url('reset.css');

body {
	background: #7FCDCD;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	color: #777;
}

a {
	color: #BBB;
	text-decoration: none;
	opacity: 1;
}

hr {
	background-color: #CCC;
	height: 15px;
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

h1 {
 font-size: 2.2em;
 margin-bottom: 15px;
}

h3 {
 font-size: 1.6em;
 margin-bottom: 15px;
}

#hoz_cen {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 780px;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	font-weight: normal;
	font-style: normal;
	
}

.header {
	width: 720px;
	height: 65px;
	clear: both;
}

#logo {
	float: left;
	text-align: center;
	/*font: 33px helvetica;*/
	background: transparent url('i/logo.jpg') no-repeat center;
	margin: 10px 0 0 10px;
	height: 60px;
	width: 200px;
}

#logo a {
	display: block;
	height: 60px;
	width: 200px;
}

#nav {
	float: right;
	margin-right: -60px;
	background-color: #7FCDCD;
}

#nav li {
	text-align: center;
	float: left;
	margin-
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.6em;
	padding: 41px 15px 15px 15px;
	display: block;
	width: 70px;
}

#nav-products a{
	background-color: #fbad00;
} 

#nav-products a:hover {
	background-color: #f89a00;
}

#nav-green {
	background-color: #AAEF3B;
} #nav-green a:hover {
	background-color: #8EDF0D;
}

#nav-info {
	background-color: #FB805F;
} #nav-info a:hover {
	background-color: #EF3E0E;
}

#nav-contact {
	background-color: #E0E070;
} #nav-contact a:hover {
	background-color: #fcf859;
}

.sidebar {
	float: left;
	width: 149px;
	height: auto;
	padding: 10px 5px 0 5px;
}

.sidebar h2 {
	margin-top: -4px;
	font-size: 1.6em;
	color: #fff;
	background-color: #fbad00;
	width: auto;
	padding:5px 3px 3px 3px;
}

.sidebar h2.info_head {
	background-color: #FB805F;
}

.sidebar h2.contact_head {
	background-color: #E0E070;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	height: 100%;
}

.sidebar li {
	padding-top: 5px;
	margin-top: 5px;
}

.prod_over {
	background: url(i/prod_arrow.gif) center left no-repeat; 
	padding-left:15px; 
	font-weight:bold;
}

.sidebar a {
	font-size: 1.4em;
}

.sidebar a:hover {
	font-weight:bold;
}

#page {
	float: right;
	width: 590px;
	border-left: 1px solid #CCC;
	min-height: 460px;
	padding: 15px;
}

#browse div.prod_info {
	float: left;
	margin-left: 55px;
	width: 260px;

}

#browse h3 {
	text-align: left;
	margin-top:100px;
	margin-bottom: 15px;
}

#browse p {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
}

#browse p.prod_dimens {
	font-weight: bold;
	margin-bottom: 10px;
}

#browse p.prod_desc {
	margin-bottom: 10px;
	height: 175px;
}

#browse p.prod_image {
	float: left;
}

#browse p.pager {
    float:left;

}

#browse p.pager #pager_text{
    position:relative;
	top: -2px;
}

#browse img#main_image {

	width: 300px;
	height:340px;
	margin-top: -15px;
	margin-right:-15px;
	margin-bottom: -15px;
	float: right;
}

td {
	padding:5px;
	border-bottom: 1px solid #CCC;
}

td a{
	border-bottom: 1px dotted #CCC;
}

td a:hover{
	border-bottom: 1px solid #FF0000;
}

input, textarea {
	padding:2px;
	border: 1px solid #CCC;
}

#page #info p {
font-size: 1.2em;
margin-bottom: 15px;
line-height: 1.4em;

}

#page #info ul{
margin-left: 15px;
font-size: 1.2em;
margin-bottom: 15px;
}

#page #info ul li{
margin-left: 15px;
list-style-type:disc;
margin-bottom: 3px;
}

#contactform {
	width: 350px;
	float:left;
}

#contactform p {
font-size:1.1em;
margin-bottom:3px;
}

#contactform label {
margin-bottom:3px;
}


#contactform textarea{
	width: 300px;
}

#contactinfo {
	width: 200px;
	float:left;
	margin-top: 10px;
	margin-left: 305px;
}

#contactinfo p {
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1.3em
}

.footer {
	clear: both;
	text-align: left;
	color: #CCC;
	background-color: #fff;
	line-height: 20px;
	font-size: 10px;
	border-top: 1px solid #ccc;
}

.footer #obfiscate {
	display: none;
}
.footer_contact {
	margin-left: 82px;
}
.footer_contact span:hover {
	color: #777;
}