@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
}
body {
	background-color: #000000;
	background-image:url(../images/back_body.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align:center;

}

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


#container {
	background-image:url(../images/back_wrapper.png);
	background-repeat: repeat-y;
	background-position: center top;
	

}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	

}

#header {
	background-image:url(../images/back_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:117px;
}	

#content {
	background-image:url(../images/back_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:40px;
}

#footer {
	background-image:url(../images/back_footer.png);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:20px 0px 100px 0px;
	color:#555555;
	font-size:10px;
	border-top: solid 1px #555555;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:active {
	text-decoration: none;
	color: #666666;
}

.nav1 {
	margin-left:600px;
	padding: 10px 20px;
	color:#CC6600;
	font-size:12px;
	text-align:right;	
}

.nav1 a:link {
	color: #CC6600;
	text-decoration: none;
}
.nav1 a:visited {
	text-decoration: none;
	color: #CC6600;
}
.nav1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav1 a:active {
	text-decoration: none;
	color: #FF6600;
}

.nav1 ul{
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}

.nav1 li {
	list-style-type: none;
	display: inline;
}

.nav2 {}

.text {
	padding:10px 22px;
}

.left {
	border-right: solid #999999 1px;
	margin-top:24px;
	padding-bottom: 12px;
	
}
	
.left_box {
	width:560px;
	background-image:url(../images/box_back.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;	
}

.left_box p {padding: 0px 24px;}


.right {
	padding:10px 20px 10px 0px;
}

.testimony {
	padding:12px 4px 10px 6px;
	font-size:13px;
}

img {
	border:none;
}

.other {
	float:left;
	width:200px;
	margin:5px;
	padding:5px 10px 10px 20px;
	font-size:14px;
}

.order {
	padding-top:18px;
}

.faq {
	width:560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;	
}

.product {
	font-size:16px;
	font-weight:bold;
	color:#990000;
	padding-top:3px;
	margin-top:0;
	}