* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #09C;	
}

body {
	background: #09C;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.bgWrapper {
	width: 936px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	background: #09C url(gfx/header.jpg) no-repeat center top;
	height: 155px;
}

#header h1 { visibility: hidden; }

#navigation {
	background-color: #09C;
	padding: 0 12px 0 22px;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li { float: left }

#navigation ul li a {
	padding: 0px 12px;
	color: #FFF;
}

#navigation ul li a:hover {
	color: #F90;
}

#navigation ul li ul { 
	position: absolute;;
	display: none;
}

#navigation ul li ul li {
	clear: both;
	display: block;
}

#nav-service:hover ul { 
	display: block;
	background: #999;
}

.bodyWrapper {
	background: #09C url(gfx/content_bg-top.jpg) no-repeat center top;
	min-height: 32px;
	width: 100%;
}

.bodyBackground {
	background: #FFF url(gfx/content_bg.jpg) repeat-y center top;
	min-height: 250px;
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
}

.contentWrapper{
	float: right;
	width: 674px;
}

	#content {
		margin: 0 24px 18px 16px;
	}
	
	#content p {
		margin: 12px 8px 24px 8px;
	}

.sidebarWrapper {
	float: left;
	width: 262px;	
}

	#sidebar {
		margin: 0 0 18px 17px;
		padding: 0 10px;
	}
	
	#sidebar p {
		margin: 10px 0;
	}
	
.productList {
	margin: 0 0 18px 0;
	list-style-type: none;
}

	.productList ul {
		list-style-type: none;
		margin: 0px 0 8px 12px;
	}

#footer {
	clear: both;
	background: #09C url(gfx/content_bg-bottom.jpg) no-repeat center top;
	min-height: 55px;
	width: 100%;
	padding: 75px 0;
	text-align: center;
}

#copyright { 
	text-align: left;
	font-size: smaller;
	margin-top: 12px;
	color: #222;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 { color: #009; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.center { margin: 0 auto; }

.nobr { display: none; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.j { text-align: justify; }

.q { }

.hilight {
	background: #FF0;
	padding-left: 3px;
	padding-right: 3px;
}


.signupForm {
	border: 1px #F00 dashed;
	background-color: #EFEFEF;
	padding: 8px;
}

.signupForm label {
	display: block;
	text-align: right;
}

.signupForm label input {
	text-align: left;
}

#content .signupForm p {
	margin: 10px 6px;
}

#headline {
	letter-spacing: -1px;
	font-size: xx-large;
	
}

#starburst {
	margin-top: -90px;
	margin-left: -50px;
	z-index: 1;
	position: absolute;

}

.testimonial {
	border: 1px #66C solid;
	background-color: #EFEFFF;
	margin: 8px 0;
	padding: 12px;
	text-align: right;
}

.testimonial h3 { text-align: left; }

.testimonial blockquote {
	font-style: italic;
	text-align: justify;
}

.testimonial cite {
	font-style: normal;
	font-weight: bold;
}

.product {
	width: 500px;
	border: 1px #FFDCDC solid;
	margin: 2px auto 10px auto;
	padding: 8px 0;
}

.product img {
	float: left;
}

.product ul {
	margin: 12px 0 0 135px;
}

.product a.orderNow {
	display: block;
	font-size: x-large;
	color: #C00;
	margin: 12px 0 0 223px;
}

.product a.orderNow:hover {
	color: #0C0;	
}

.product .productLinks {
	clear: both;
	text-align: left;
}

.getItNowBtn{
	font-size: x-large;
	width: 200px;
	margin-left: 18px;
	color: #D00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

