/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/mainBG.jpg);
}

* {
   padding:0;
   margin:0;
}

#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height:100%;
	min-height: 800px;
}
#footer {
	background-color: #2E2175;
	text-align: center;
	margin: 0px;
	height: auto;
	width: 750px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFF00;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

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

#footer a:hover {
	color:#A49CC4;
	text-decoration:none;
}

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

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

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #A49CC4;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: 700;
	color: #FFFF00;
	text-align: left;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	width: auto;
}
#homecopy {
	position: relative;
	width: 253px;
	height: 489px;
	z-index: 2;
	left: 42px;
	top: 19px;
	display: inline;
	float: left;
}
#productcopy {
	position: relative;
	width: 710px;
	height: 100%;
	z-index: 2;
	left: 23px;
	top: 18px;
	float: none;
	overflow: visible;
}

#productcopy .img img {
	display: inline;
	float: right;
	padding: 5px;
}
#main {
	background-image: url(../images/homeBG2.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #EA7720;
	background-position: center top;
	left: 0px;
	top: 170px;
	min-height: 600px!important;
}

#main2 {
	background-image: url(../images/main2BG.jpg);
	background-repeat: no-repeat;
	height: 1178px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #EA7720;
	background-position: center top;
	left: 0px;
	top: 170px;
}

#main3 {
	background-image: url(../images/main2BG.jpg);
	background-repeat: no-repeat;
	background-color: #EA7720;
	background-position: center top;
	top: 170px;
	left: 0px;
	height: 100%;
	width: 750px;
	margin: 0px;
	min-height: 600px!important;
}

#navigation {
	height: 221px;
	width: 750px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#productcopy a:link {
	color: #2D2075;
	text-decoration: none;
}
#productcopy a:hover {
	color: #FFFF04;
	text-decoration: underline;
}
#productcopy a:visited {
	color: #2D2075;
}
#productcopy a:active {
	color: #2D2075;
}

.formcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	width: auto;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	width: auto;
	padding-bottom: 50px;
}
