/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:800px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(images/img_bg.png);
}

#wrapper {
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

/* Header Style */
#header {
	width: 800px;
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(/images/img_hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 436px;
}
#header1 {
	width: 800px;
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(/images/img_hdr_263.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 263px;
}
#header2 {
	width: 800px;
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(/images/img_hdr_173.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 173px;
}

#topnav {
	padding-right:10px;
	padding-top:265px;
	line-height: 25px;
	font-size: 1.4em;
	color: #FF0000;
	float: right;
}

#topnavf {
	padding-right:10px;
	padding-top:2px;
	line-height: 25px;
	font-size: 1.4em;
	color: #FF0000;
	float: right;
}

#topnav a {
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}

#topnav a:hover {
	color: #33cc33;
	text-decoration: underline;
}
#topnavf a {
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}

#topnavf a:hover {
	color: #33cc33;
	text-decoration: underline;
}
.buynow a {
	line-height: 25px;
	font-size: 1.4em;
	color: #FF0000;
	font-size:1.9em;
	font-weight:bolder;
	text-decoration: none;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:45px;
	_margin-left:22px; /* IE 6 and below */
	margin-top:5px;
	width: 425px;
	padding-top: 5px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:25px;
	margin-bottom:30px;
	float:left;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.1em;
	color: #660000;
}

#content a {
	color:#FF0000;
	text-decoration:underline;
}


#content2 {
	width:460px;
	margin-top:0px;
	float:right;
	text-align: justify;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 22px;
}

#content2 p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.1em;
	color: #660000;
}
#content3 {
	width:460px;
	margin-top:0px;
	float:right;
	text-align: justify;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 22px;
}

#content3 p {
	padding-top:1px;
	padding-bottom:1px;
	font-size:1.2em;
	line-height:1.1em;
	color: #660000;
}
#content2 a {
	color:#FF0000;
	text-decoration:underline;
}

h2 {
	color:#660000;
	padding:1px;
	font-size:1.7em;
	font-weight:bolder;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#leftside {
	margin-left:25px;
	_margin-left:10px; /* IE 6 and below */
	margin-top:0px;
	width: 205px;
	padding-top: 5px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:10px;
	margin-bottom:30px;
}
#leftside2 {
	margin-left:25px;
	_margin-left:10px; /* IE 6 and below */
	margin-top:0px;
	width: 205px;
	padding-top: 5px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:10px;
	margin-bottom:30px;
	
}
#leftside2 p {
	font-size:1.2em;
	line-height:1.1em;
	color: #FF0000;
	text-align:center;	
}
.testimnonial {
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 25px;
	font-size: 1.2em;
}

#attrib {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	width:800px;
	background-color:#FFFFFF;
	clear:both;
	border-top-style: none;
	text-align: center;
	font-size: 1.1em;
	background-image: url(images/img_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	color: #660000;
}

#footernav a {
	color:#006600;
	text-decoration:none;
}

#footernav a:hover {
	color: #99CC00;
}
/* End Footer Styles */

/* Misc Styles */
.small {
	font-size:.85em;
}
.med {
	font-size:large;
}
.list {
	font-size: 1.25em;
	color: #666666;
}
.qname {
	font-size: x-small;
	color: #660000;
	padding-left: 220px;
}