@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#58483b;
	padding:30px 0;
}

body p {
	padding: 0;
	margin:10px 0;
}

body img {
	border:none;
}

body p {
	padding:0 0 18px 0;
	margin:0;
}


body a {
	color:#58483b;
}

body a:hover {
	text-decoration:none;
}

body h2 {
	padding:0;
	margin:0;
	font-size:16px;
}

#wrap {
	width:840px;
	margin:0 auto;
	border:#58483b 1px solid;
	padding:20px 30px;
	overflow:hidden;

}

#header {
	padding:0 0 20px 0;
	float:left;
	width:840px;
}

.logo {
	float:left;
}

.navigation {
	float:right;
	width:380px;
	margin:35px 0 0 0;
}

.navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}

.navigation li {
	float:left;
	margin:0 0 0 25px;
}

.home a {
	display:block;
	background:url(../images/button_home.gif) no-repeat;
	width:40px;
	height:37px;
	text-indent:-9999px;
}

.home a:hover, .homeselected {
	display:block;
	background:url(../images/button_home_r.gif) no-repeat;
	width:40px;
	height:37px;
	text-indent:-9999px;
}

.about a {
	display:block;
	background: url(../images/button_aboutus.gif) no-repeat;
	width:64px;
	height:37px;
	text-indent:-9999px;
}

.about a:hover, .aboutselected {
	display:block;
	background:url(../images/button_aboutus_r.gif) no-repeat;
	width:64px;
	height:37px;
	text-indent:-9999px;
}

.product a {
	display:block;
	background: url(../images/button_product.gif) no-repeat;
	width:100px;
	height:37px;
	text-indent:-9999px;
}

.product a:hover, .productselected {
	display:block;
	background: url(../images/button_product_r.gif) no-repeat;
	width:100px;
	height:37px;
	text-indent:-9999px;
}

.contact a {
	display:block;
	background: url(../images/button_contactus.gif) no-repeat;
	width:76px;
	height:37px;
	text-indent:-9999px;
}

.contact a:hover, .contactselected {
	display:block;
	background: url(../images/button_contactus_r.gif) no-repeat;
	width:76px;
	height:37px;
	text-indent:-9999px;
}


#billboard {
	float:left;
	width:840px;
}

#content {
	float:left;
	width:840px;
	padding:30px 0;
}

.left {
	width:410px;
	margin:0 20px 0 0;
	float:left;
	text-align:justify;
}

.right {
	width:410px;
	float:left;
}

.leftv2 {
	width:415px;
	margin:0 10px 0 0;
	float:left;
}

.rightv2 {
	width:415px;
	float:left;
}

.leftv2 img {
	float:left;
	margin:0 10px 60px 0;
}

.rightv2 img {
	float:left;
	margin:0 10px 80px 0;
}

#footer {
	width:840px;
	float:left;
	border-top:1px solid #58483b;
	padding:30px 0;
}

.footerbox {
	padding:0 15px;
	border-right: 1px solid #58483b;
	float:left;
	height:85px;
}

.footerboxlast {
	padding:0 0 0 15px;
	float:left;
	height:70px;
}

#copyright {
	width:840px;
	float:left;
	padding:0 0 30px 0;
	text-align:center;
}

.form {
	font-size:11px;
	width:410px;
	border:1px solid #999999;
	padding:3px;
	margin:5px 0;
}

