body {
	margin: 0;
 	padding: 10px 0;
	text-align: center;
	background: #7f7f7f;
	color: #6a6e6e;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	color: #6a6e6e;
}
#wrapper2 {
	width: 100%;
	margin: 10px auto;
	padding: 20px 0;
	text-align: left;
	background: #fff;
	color: #6a6e6e;
}

#wrapper, h1, h2, a, input, ul a, ul ul a, p a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #6a6e6e;
	background: #fff;
}

input, ul a, ul ul a, p a {
 	font-size: 100% !important;
}

a {
	text-decoration: none;
	border: 0;
}

a img {
	border: 0;
}

ul, form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	color: #7f7f7f;
	background: #7f7f7f;
	border: 0;
}

.hide
{
 position: absolute; margin-left: -999px;
}

/*====================================================================*/
/* header and headings */

h1 {
	margin:0;
 	color: #000;
 	background-color:#fff;
 	font-size:120%;
	padding-bottom:10px;
	text-transform:uppercase;
	clear:both;
}

h2 {
 	font-size: 100%;
	font-weight: bold !important;
	font-weight: bold;
	padding: 2px 0 0 0;
	color: #000;
	text-transform:uppercase;
	background: #fff;
	margin:10px 0;
	margin:10px 0 !important;
	float:left;
	clear:both;
}

h3 {
	clear: left;
 	font-size: 100%;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	color: #000;
	background: #fff;
}

h4, h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0 2px 0;
	background: #fff;
}

#desc{
	text-align: right;
	margin-right:13px;
}

#logo {
	display:none;	
}
#logo img{
	float:left;
	padding:0;
	margin:0;
}
#logo a{
	color:#fff;
}
#logo a:hover{
	color:#fff;
	text-decoration:underline;
}

#form {
	padding: 5px 40px 0 0;
	float:right;
	color:#fff;
	text-align:right;
	margin-left:100px;
}
#form input{
	border:1px solid #7f7f7f;
	margin:0 0 5px 0;
}
#logoimg {
	padding: 0 0 0 40px;
	float:left;
}
/*====================================================================*/
/* side menu  */
#menu {
display:none
}

/* hide from Mac IE5 \ */
#menu {
	clear: left;
	float: left;
}
/* end hide  */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #7f7f7f;
}

#menu li a {
	display: block;
	padding: 3px;
	background: #f7f6f6;
	width: auto !important;
	width: 100%;
	color: #6a6e6e;
}

#menu li a:hover {
	color: #e38415;
	background-color: #eaeaea;
	
}
#menu li a.current {
	color: #6a6e6e;
	background-color: #eaeaea;
	
}

#menu li a.current {
	font-weight: bold;
}

/*====================================================================*/
/* sub menu  */

#menu li.sub ul {
	display:none;
}

#menu li.sub {
	margin: 0;
}

#menu li.sub, #menu li.sub li {
	border: none;
	background: #f7f6f6;
}
#menu li.sub li a {
	display: block;
	background: #f7f6f6;
	border-top: 1px dashed #7f7f7f;
	color: #6a6e6e;
	width: auto !important;
	width: 98%;
}

#menu li.sub li a:hover {
	background: #eaeaea;
	color: #e38415;
	font-weight:normal;
}

/*====================================================================*/
/* content */
#content1 {
	float: left;
	width: 100%;
	display: inline; /* for IE double margin bug */
	margin: 0;
	padding: 0;
	clear:both;
}
#content1 .range{
	border:solid 1px #eaeaea;
	padding:5px;
	margin-top:10px;
	background:#f7f6f6;
}
#content1 .range a{
	color:#e38415;
	font-size:150%;
	margin:0;
	padding:0;
	background:#f7f6f6;
}

#content1 .range a:hover{
	text-decoration:underline;
	color:#7f7f7f;
	font-size:150%;
	background:#f7f6f6;
}
#content1 .features{
	border:solid 1px #eaeaea;
	padding:5px;
	margin-top:10px;
	background:#f7f6f6;
	float:left;
	width:100%;
}
#content1 .features h4{
	margin-bottom:5px;
	color:#7f7f7f;
	background:#f7f6f6;
}
#content1 .features a{
	color:#7f7f7f;
	font-size:150%;
	margin:0;
	padding:0;
	background:#f7f6f6;
}

#content1 .features a:hover{
	text-decoration:underline;
	color:#7f7f7f;
	font-size:150%;
	background:#f7f6f6;
}

#content2, #content2pics {
	float: right;
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 8px 30px 8px;
	background: #fff;
	clear:right;
}

#content2pics {
	margin: 7px 0 8px 0;
	padding: 0;
}
#content2 {
	margin: 7px 0 30px 0;
	padding: 0;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
}

#content2pics img, #content2pics img.first {
	background: #fff;
	padding: 2px;
	margin: 0 0 4px 0;
	border: 1px solid #7f7f7f;
}

#content2 a img {
	border: 0;
	padding: 0;
	margin: 8px 0 4px 0;
}
#content2pics img.first {
	margin: 0 0 4px 0;
}

p {
	margin: 0 0 12px 0;
}

p.prelist {
	margin: 0 0 4px 0;
}

#content1 img, #content1 img.second {
	float: left;
	border: 1px solid #7f7f7f;
	padding: 2px;
	margin: 0 8px 4px 0;
}

#content1 img.second {
	margin: 8px 8px 4px 0;
}

#content1 a, #content2 a, #content2pics a {
	font-weight: bold;
	color:#e38415;
}

#content1 a:hover, #content2 a:hover, #content2pics a {
	text-decoration: underline;
}

#content1 ul {
	list-style: square inside;
	margin: 0 0 16px 0;
}

#content1 ol {
	margin: 0 0 16px 20px;
}

/* hide from Mac IE5 \*/
#content1 ul {
	list-style: square inside;
	margin: 0 0 16px 18px;
	text-indent: -17px;
}

#content1 ol {
	margin: 0 0 16px -20px !important;
	margin: 0 0 16px 25px;
}
/* end hide */

#content1 ul a, #content1 ol a {
	font-weight: normal;
}
#sitemapleft, #sitemapright{
	width:50%;
	float:left;
	clear:right;
}
/*====================================================================*/
/* footer */

#footer {
	display:none;
	clear: both;
	padding: 10px !important;
	padding: 10px;
	margin: 30px 0 0 0;
	font-size: 95%;
	text-align:center;
	border-top:1px solid #7f7f7f;
	background-color:#fff;
}

#footer p {
	margin: 0;
	padding: 0 0 2px 0;
}

#footer a {
	display: inline;
	padding: 3px 6px 3px 6px;
}

#footer a:hover {
	text-decoration: underline;
	color:#7f7f7f;
}

/*====================================================================*/
/* forms */

#content1 form{
	background-color:#f7f6f6;
	padding:10px 0 10px 20px;
	margin: 0 30px 0 0;
}
#content1 form span{
	margin: 0 20px 10px 0;
	float: left;
}
#content1 form .message{
	margin: 10px 0;
	clear:both;
	float: left;
}
#content1 form .submit{
	margin: 10px 0 0 0;
	clear:both;
}
textarea, input{
	border: solid 1px #4e413b;
	color:#333;
	margin-top:3px;
}
textarea{
	width:515px !important;
	width:466px;
	width/**/:/**/525px;
	background-color:#fff;
}
.forminput{
	float:left;
	clear:both;
}
label{
	color:#4e413b;
	font-weight:bold;
	}