html {
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	background:url(bgMain.jpg) center top repeat-x;
	background-color:#cad8e8;
}

/*header layout*/
.shadow{
	width:1025px;
	padding-top:13px;
	background:url(bgHeader.png) center top no-repeat;
}
.header{
	width:960px;
	padding:20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #d68d68;
}
.logos{
	width:1000px;
	padding-top:22px;
	background:url(bgLogos.jpg) center top repeat-x;
}
.headerSmall{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #d68d68;
}
.headerLarge{
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #3f2315;
}

/*menu layout*/
.menu{
	padding:8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
.menu:hover{
	padding:8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #255b1f;
}
.menuOff{
	padding:8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #255b1f;
}
.menuOff:hover{
	padding:8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #427d3d;
}

/*menu dropdowns*/
/*products*/
#dropdown1{
	position:absolute;
	z-index:1000;
	width:130px;
	height:21px;
	background:url(arrowDown1.png) left top no-repeat;
	color:#000000;
	overflow:hidden;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, height, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, height, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, height, background;
	-o-transition-timing-function: ease;
}
#dropdown1:hover{
	width:150px;
	height:140px;
	background:url(arrowDown2.png) left top no-repeat;
	color:#000000;
}
.dropdown1-Inner{
	width:100px;
	margin-top:5px;
	margin-left:10px;
	padding:10px;
	border:#ffffff 2px dashed;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #000000;
	background:url(bgSide2.png) center top repeat-y;
}
.dropdown1-Inner a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
.dropdown1-Inner a:hover{
	text-decoration: none;
	color: #cad8e8;
}

/*page layout*/
.side{
	float:right;
	margin-top:-150px;
	width:275px;
}
.side1{
	width:275px;
	height:100px;
	margin-bottom:-75px;
	background:url(bgSide1.png) center top no-repeat;
}
.side2{
	width:275px;
	background:url(bgSide2.png) center top repeat-y;
}
.side3{
	width:275px;
	height:100px;
	margin-top:-75px;
	background:url(bgSide3.png) center top no-repeat;
}
.testimonials{
	width:215px;
	padding-left:30px;
	padding-right:30px;
	text-shadow: 0px 0px 5px #000000;
	font-size: 18px;
	font-style: italic;
	color: #ffffff;
}
.sideHeader{
	margin-bottom:5px;
	text-shadow: 0px 0px 5px #000000;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}
.formInput{
	padding:5px;
	margin-bottom:5px;
	background:url(bgForm.png) center top;
	border:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}
.formInput:hover{
	background-color:#ffffff;
	text-decoration: none;
	color: #000000;
}
.body{
	width:980px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:left;
	color: #000000;
}
.body a{
	font-weight: bold;
	text-decoration: underline;
	color: #255b1f;
}
.body a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.bodyHeader{
	margin-bottom:10px;
	font-size: 30px;
	font-weight: bold;
	color: #255b1f;
}
.bodySubHeader{
	font-size: 22px;
	font-weight: bold;
	color: #427d3d;
}
.tableLeft{
	background-color:#255b1f;
	font-weight:bold; font-size:16px;
	color:#ffffff;
}
.tableRight{
	background-color:#427d3d;
	font-size:14px;
	color:#ffffff;
}

/*footer layout*/
.footer{
	padding:20px;
	background:url(bgFooter.jpg) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}
.footer a{
	padding:10px;
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: none;
	color: #000000;
}
.footerFrame{
	width:450px;
	padding:10px;
}
.copyright{
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}
.copyright a{
	padding:0px;
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover{
	text-decoration: none;
	color: #000000;
}