html {
 margin:0;
 padding:0;
}

body {
	font-family:"Helvetica", "Arial", sans-serif;
	background:#f5fcfe url(../images/body_bg.png) repeat-x;
	overflow-x:hidden;
	margin:0;
	padding:0;
	height:100%;
}

ul.order {
margin:0 0 0 30px;
}

ul.order li {
margin:0 0 10px 0;
}


ul.order li span {
color:#555;
}

#wrapper {
	width:960px;
	padding: 0;
	margin:0 auto 20px auto;
	background:url(../images/bottom_bg.png) repeat-x bottom;
}

#menu img {
	position:relative;
	left:845px;
	top:-90px;
	
}

hr, hr.footer {
	height:2px;
	width:100%;
	background:#ccc;
	border:none;
}

hr.footer {
	margin:20px 0 0 0;
}

hr {
 margin:15px 0;
}

h4 {
 margin: 0 0 20px 0;
 color: #666;
}

#menu {
	height:45px;
	width:100%;
	margin:0;
	border-top:thin solid #82a14c;
}

#menu ul {
 list-style: none;
 width:960px;
 height: 34px;	
 margin:10px 0 0 0;
 padding:0 30px 5px 0;
 font-family: "Lucida Grande", "Verdana", sans-serif;
}

#menu ul li {
 display: block; 
 float: left; 
 margin: 0 3px 0 0; 
}

#menu ul li.current {
 font-weight:bold;
 margin: 0 7px 0 0;
}


#menu ul li a {
	padding:10px 15px 12px 15px;
	font-weight:bold;
	color:#fafafa;
	font-size:13px;
	text-decoration: none;
	font-weight:normal;
	background:#06592f;
	margin-right:4px;
	display:block;
}

#menu ul li.current a {
    padding:10px 15px 8px 15px;
	font-weight:bold;
	color:#3e464a;
	font-size:13px;
	text-decoration: none;
	font-weight:normal;
	background:#fcfafe;
	border-bottom: none;
	margin-right:0;
	display:block;
	height:16px;
	text-align: center;
	border-right: 3px solid #d9e2e6;
	border-left: 3px solid #d9e2e6;
	border-top: 3px solid #d9e2e6;
}


#content {
	width:100%;
	margin:18px 0 0 0;
	padding: 0 0 0 0;
}

#text {
    font-family:verdana, arial, sans-serif;
	width: 602px;
	float:left;
	margin:0 18px 0 0;
	padding:25px 2% 15px 0;
	min-height:351px;
    height:auto !important;
    height:351px;
}

#text img {
	margin:15px 0 0 0;
}


#text h3 {
	color:#3e464a;
	font-size:20px;
	margin:0 0 12px 0;
	padding:0;
	letter-spacing: .5px;
}


#text p {
	font-size:17px;
	line-height:30px;
	text-align:justify;
	color:#3e464a;
	margin-bottom:12px;
}

#text p a {
	color:#555;
	font-size:12px;
	text-decoration: none;
	text-transform: uppercase;
	padding:0;
}

#text p a:hover {
	color:#111;
}

#sidemenu, #scene {
	width: 320px;
	float:left;
	height:391px;
	margin:0;
	background:#ccc url(../images/cover.png) no-repeat;
}

#sidemenu {
	background:#ccc url(../images/cover.png) no-repeat;
}


#scene {
	background:#ccc url(../images/scene.png) no-repeat;
}

.box, .boxbot {
	height:90px;
	background:#333;
	padding:30px 0 0 0;
	color:#b7d246;
	text-align:center;
	width:24.9%;
	float:left;
}

.box h3, .boxbot h3 {
	margin:12px 0 0 0;
	padding:0;
	font-size:18px;
}

.box h3 p, .boxbot h3 p {
	margin:8px 0 0 0;
	font-weight:normal;
	padding:0;
	font-size:12px;
}

.box h3 a, .boxbot h3 a {
	font-weight:normal;
	color:white;
	text-decoration:none;
}

.box h3 a:hover, .boxbot h3 a:hover {
	color:#e3ecab;
}

.box {
 border-right:dotted #555 thin;
}

.boxbot {
	border:none;
}

#linkbox {
width:710px;
height:115px;
margin:15px 0 0 170px;
}

#linkbox .link {
	height: 24px;
	padding:10px 10px 0 10px;
	float:left;
	margin:10px 30px 10px 0;
	
}

#linkbox .link:hover {
	background: #a6d86e;
   color:#fafafa;
}

#linkbox .link a {
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	font-weight:normal;
	color:#3e464a;
}

#linkbox .link span {
	margin: 0 0 0 5px;
	font-size:12px;
}

#footer {
	width:890px;
	margin:160px 0 20px 20px;
	background: #f2f4dd url(../images/face.png) no-repeat;
	float:left;
	height:126px;
	padding:0 30px 13px 0;
}


.clear {
	clear:both;
}

/* form container styles */

form.paypal {
width:200px;
min-height:20px;
border:none;
text-align: left;
}

input.paypalbutton {
width:200px;
height:80px;
border-collapse: collapse;
border:none;
}

.formbox {
	width:330px;
	padding:20px 0 5px 0;
	height:338px;
	font-weight:normal;
}

/* input styles */

input {
	border:thin solid #ddd;
}

input {
	width:60%;
	float:right;
	margin-bottom:5px;
	height:25px;
	font-size:17px;
	color:#204b60;
}

input.btn {
	height:30px;
	width:100px;
	float:right;
	background:url(../images/submit.png) repeat-x;
	border:thin solid #666;
	margin-right:0;
	color:white;
	font-size:12px;
}

label {
	font-family: "Tahoma", "Helvetica", sans-serif;
	float:left;
	margin:5px 0 6px 2px;
	position:relative;
	font-size:15px;
	color: #666;
}

textarea {
	font-family:"Helvetica", "Arial", sans-serif;
	color:#204b60;
	width:318px;
	padding:5px;
	overflow: auto;
	height:105px;
	border:thin solid #ddd;
	margin-bottom:15px;
}

fieldset {
	border:none;
}

