@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin:0px;
	background:#ffffff url(../images/mainbg.jpg) repeat-y top center !important;
	color:#000;
	height:100%;
	font-family: 'Lucida Grande', helvetica, arial, tahoma, verdana, sans-serif;
}
p {
}
img {
	border: 0;
}
h1 {
	color:#ff4100;
}
h2 {
	color:#3f83be;
}
h3 {
	color:#666;
}
h4 {
	color:#999;
}
hr {
	color:#ff4100;
	width:80%;
	height:1px;
	margin:25px auto;
	border-top:1px solid #ff4100;
	text-align:center;
}
/* LINKS */
a, a:link, a:hover {
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	color:inherit;
	text-decoration:none;
}
/* MISC */
.clear {
	clear: both;
}
/*Container*/
#Container {
	position:relative;
	width:900px;
	margin:10px auto;
	padding:255px 50px 10px 50px;
	border:1px solid #bfbfbf;
	background:#f2f1f0 url(../images/bodybg.jpg) no-repeat top left;
}
/*Menu Area*/
#Menu {
	position:absolute;
	top:0px;
	right:0px;
}
#Menu h1 {
	text-indent:-500000px;
}
#Menu h2 {
	text-indent:-500000px;
}
#Menu ul {
	padding:7px;
	margin:0px;
}
#Menu ul li {
	margin:0px;
	list-style: none;
	display: inline;
	padding:0px 0px;
}
#Menu ul li a {
	margin:0px 5px;
	padding:0px;
	list-style: none;
	display: inline;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
}
#Menu li a:hover {
	text-decoration:underline;
	color:#a1e3f9;
}

/*QuickBoxes Area*/
#ByLine {
	position:relative;
	text-align:right;                                                                                                                                                
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
}
#ByLine a {
	font-size:0.8em;
	text-decoration:none;
}
#ByLine img {
	padding-left:5px;
}
#QuickBoxes div {
	position:relative;
	float:left;
	width:219px;
	height:90px;
	border:1px solid #bfbfbf;
	overflow:hidden;
}
/*BODYAREA LAYOUT*/
#MainArea {
	position:relative;
	width:860px;
	margin:0px 0px 5px 0px;
	padding:20px;
	text-align:left;
	background:#FFFFFF;
	border:1px solid #bfbfbf;
	z-index:0;
}
#MainArea a, #MainArea a.link {
	text-decoration:underline;
}
/*
#MainArea h1,#MainArea h2 {
	text-indent:-50000px;
}
*/

#MainArea p {
	position:relative;
	line-height:1.4em;
	margin-left:20px;
	/*text-indent:1.2em;*/
	font-size:0.9em;
}
#MainArea ul {
	position:relative;
	line-height:1.4em;
	margin-left:20px;
	font-size:0.9em;
	left:2.0em;
	width:700px;
}
#MainArea img {
	position:relative;
	float:left;
}

/*BottomArea*/
#BottomArea h2 {
	position:relative;
	color:#ff4100;
	text-align:left;
}
#BottomArea p {
	font-size:0.8em;
}
#BottomArea a {
	color:#000;
}
#Testimonies {
	position:relative;
	float:left;
	width:48%;
	height:150px;
	border:1px solid #bfbfbf;
	background:#FFFFFF;
	padding:5px;	
}
#Testimonies p {
	position:relative;
	text-align:center;
}
#RebateInformation {
	position:relative;
	float:right;
	width:48%;
	height:150px;
	border:1px solid #bfbfbf;
	background:#FFFFFF;
	padding:5px;
}
#RebateInformation p {
	position:relative;
	text-align:left;
	padding:10px 0px;
}
#BottomArea .readmore {
	position:absolute;
	bottom:2px;
	right:2px;
	color:#666;
}

/* FOOTER */
#Footer {
	position:relative;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#Copyright {
	font-size:.7em;
	text-align:left;
}
#Copyright p{
	margin-bottom:10px;
}
#Copyright a{
	text-decoration:underline;
}
#Copyright a:hover {
	text-decoration:none;
}
#PaymentOptions {
	position:relative;
	float:right;
	text-align:right;
	font-size:1.8em;
	color:#333;
}

/*Other General */
.tooltip {
	position:absolute;
	right:-400px;
	top:0px;
	width:75px;
	/*position:relative;*/
	margin:4px 10px 0px 0px;
	text-align:center;
	color:#1c84b8;
	/*border:1px solid #1c84b8;*/
	font-size:1.0em;

}
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }