/*		compressed normalize 		*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
/*		end of normalize			*/
html{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
body{
	font-size:14px;
	background:url(../images/body-bg.png) repeat-x #DEDEDE;
	color:#777;
}
a{
	font-weight:bold;
	color:#999;
}
a:hover{
	color:#65788C;
}
h1{
	color:#f90;
}
h2{
	color:#65788c;
}
h3{
	color:#88CC00;
}
#container{
	width:710px;
	margin:0 auto;
}
#head{
	width:500px;
	margin:0 auto;
	height:150px;
	background:url(../images/header.png) no-repeat left top;
}
#logo{
	width:127px;
	height:150px;
	float:left;
}
#nav{
	padding-top:55px;
	clear:both;
	text-align:right;
}
#nav ul{
	padding:70px 0px 5px;
}
#nav ul li{
	display:inline;
	padding:70px 0px 5px;
}
#nav ul li #home{
	background-image:url(../images/home_off.jpg);
}
#nav ul li #about{
	background-image:url(../images/about_off.jpg);
}
#nav ul li #products{
	background-image:url(../images/products_off.jpg);
}
#nav ul li #contact{
	background-image:url(../images/contact_off.jpg);
}
#nav ul li #home.active, #nav ul li #home:hover{
	background-image:url(../images/home.jpg);
}
#nav ul li #about.active, #nav ul li #about:hover{
	background-image:url(../images/about.jpg);
}
#nav ul li #products.active, #nav ul li #products:hover{
	background-image:url(../images/products.jpg);
}
#nav ul li #contact.active, #nav ul li #contact:hover{
	background-image:url(../images/contact.jpg);
}
#nav ul li a{
	text-decoration:none;
	padding:90px 20px 5px;
	background:no-repeat center;
}
#nav ul li a.active, #nav ul li a.active:hover{
	text-decoration:none;
	color:#09f;
}
#nav ul li a:hover{
	text-decoration:underline;
}
#body{
	clear:both;
}
#body-top{
	background-image:url(../images/body-top.png);
	height:38px;
}
#body-inner{
	background-image:url(../images/body-inner.png);
	padding:0 20px 20px;
}
#body p, dl{
	padding:8px;
}
#body h2{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:6px;
}
#body .box{
	padding:10px;
}
#page-contact dl{
	padding-top:20px;
}
#page-contact dt{
	font-weight:bold;
}
#page-contact dd{
	padding:10px;
}
#page-contact dd ul{
	list-style:disc;
	padding-left:10px;
}
.rounded{
	padding:0 10px;
}
.rounded .top{
	height:20px;
	margin-top:10px;
	background:url(../images/rounded-top.png) no-repeat;
}
.rounded .middle{
	padding:0 20px;
	background:#FFF;
}
.rounded .middle .right{
	width:360px;
	float:right;
}
.rounded .middle .left{
	width:200px;
}
.rounded .middle hr{
	clear:both;
	height:0;
	margin:0;
	border:0;
}
.rounded .middle .left .submit{
	width:180px;
}
.rounded .bottom{
	clear:both;
	padding:8px;
	text-align:center;
	margin-bottom:10px;
	background:url(../images/rounded-bottom.png) no-repeat;
}
.rounded img{
	padding-bottom:15px;
}
.rounded h3{
	font-size:17px;
	font-weight:bold;
}
.rounded span{
	font-size:12px;
}
.rounded span.price{
	padding-top:8px;
	font-size:18px;
	display:block;
}
.rounded span.price input{
	width: 115px;
}
#body .rounded p{
	padding-bottom:0;
}
.show-code{
	font-size:12px;
	text-align:right;
}
.show-code button{
	font-size:10px;
	padding:0;
}
#body-inner .big{
	font-size: 18px;
	font-weight: bold;
	padding:0;
}
#body-inner .big a{
	min-height:80px;
	display:block;
	text-decoration:none;
	padding:15px 120px 15px 15px;
	border:2px solid transparent;
	background:url(../images/arrow.png) no-repeat right center;
}
#body-inner .big a:hover{
	background:url(../images/arrow-hover.png) no-repeat right center;
}
#all-received-parameters li{
	clear:both;
	border-bottom:1px solid #DDD;
}
#all-received-parameters span{
	float:left;
	width:48%;
	padding:1%;
}
#all-received-parameters span.parameter-key{
	font-weight:bold;
}
#all-received-parameters li:hover span{
	color:#06F;
}
#bottom{
	height:20px;
}
#feet{
	font-size:10px;
	height:35px;
	padding:0 30px;
	background:url(../images/feet.png);
	margin-bottom:100px;
}
#feet #copy{
	float:left;
}
#feet ul{
	float:right;
}
#feet ul li{
	display:inline;
}
#feet ul li a{
	text-decoration:none;
	padding:3px 8px;
}
#feet ul li a:hover{
	text-decoration:underline;
}
#feet ul li a.active, #feet ul li a.active:hover{
	color:#999;
	text-decoration:underline;
}
.center{
	text-align:center;
}

/* code highlight */
button{
	display:none;
}
code{
	padding:3px;
	font-size:10px;
	margin-top:10px;
	background:#FFC;
	border:2px dotted #FFA;
}

