﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

#header {
	height: 100%;
	height: 224px;
	background: white url('images/head-bg.jpg') repeat-x scroll left;
}

#head {
	margin: 0 auto;
	width: 1004px;
	height: 224px;
	background: white url('images/head.jpg') repeat-x scroll left;
}

.contact-head {
	float: right;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	margin-top: 42px;
	margin-right: 29px;
}

.stock-head a {
	float: right;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	margin-top: 32px;
	margin-right: 29px;
	text-decoration: none;
}

.stock-head a:hover {
	color: #d2ff00;
}

#nav {
	
}

#nav li {
	list-style: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 22px 31px 0 31px;
}

#nav li a {
	color: #000;
	text-decoration: none;
}

#nav li a:hover {
	color: #1b6615;
}



#content {
	margin: 0 auto;
	width: 1002px;
	padding: 20px 0 20px 0;
	background-color: #fff;
}

#content-back {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

#bottom-content {
	margin: 0 auto;
	width: 1002px;
	height: 81px;
	background: white url('images/bottom-content.jpg') repeat-x scroll left;
}



#footer {
	height: 100px;
	width: 1004px;
	margin: 0 auto;
}

.copyright {
	font-size: 12px;
	color: #fff;
	float: right;
	color: #b8b8b8;
	margin-top: 30px;
}

.profile a {
	font-size: 12px;
	color: #fff;
	float: left;
	color: #b8b8b8;
	margin-top: 30px;
	text-decoration: none;
}



/* --------------------------------------------------------------------------------- */


	#content-form { margin: 0 auto; width: 350px; border: #bfbfbf 1px solid; background-color: #fff; padding: 20px 20px 12px 20px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
	h1 { font-weight: normal; font-size: 20px; color: #8b8b8b; margin: 0 0 4px 0; position: relative; margin-left: 10px }
	p { font-size: 20px; color: #bfbfbf; padding: 10px}
	a { color: #155411; text-decoration: none; }
	a:hover { color: #dedede; }
	input.text { border: #bfbfbf 1px solid; -moz-border-radius: 7px; -webkit-border-radius: 7px; font-size: 20px; width: 315px; height: 35px; padding: 5px }
	.ptour_crtbtn { border:1px outset #ccc; padding: 5px 2px 4px; color: #fff; min-width: 100px; text-align: center; cursor: pointer; background: #155411; background:-webkit-gradient(linear, left top, left bottom,from(#3cba2b),to(#155411));background:-moz-linear-gradient(top,#3cba2b,#155411);background:-o-linear-gradient(top,#3cba2b,#155411);background:linear-gradient(top,#3cba2b,#155411);-moz-border-radius:7px; -webkit-border-radius:7px; }
























