@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

/* Declare body first of all */

body {
	background:#333;
	font:normal 62.5% 'Lucida Grande',Verdana,sans-serif;
	text-align:center;
}



/* Wireframing - use border:1px to place borders around all div elements during development, but be aware that you'll need to change sidebar width to 306px to allow for the border widths */

/*div {
margin:0;
padding:0;
border:0px solid #F00;
}
*/
/* ---------------
   Layout elements
   --------------- */

/* Masthead and descendants */

#masthead {
	height:140px;
	background:url(/images/header.gif) no-repeat;
}



/* Container - needed only for faux background */

#container {
	width:700px;
	margin:0px auto 10px auto;
	background:#FFF;
	border-left:3px #D4D4D4 solid;
	border-right:3px #D4D4D4 solid;
	padding-bottom: 10px;
	}

#mainCol {
	float:right;
	width:505px;
	font-size:1.1em;
	color:#000000;
	/* background:#211E0E url(images/back_rightcol.gif) no-repeat; */
text-align:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#mainCol h1 {
	background-color: #840000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	font-size: 16px;
}

#mainCol h3 {
	font-family: Arial;
	font-size: 12px;
	margin: 10px 0 10px 0;
	line-height: 150%;
	text-align: center;
}

#mainCol h4 {
	font-family: Tahoma;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #990000;
}


#mainCol p {
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 15px;
	line-height: 150%;
}

#mainCol ul {

}

#mainCol li {
	background: transparent url(/images/redbullet.gif) no-repeat 0 4px;
	padding: 0 0 0 20px;
	list-style: none;
	margin: 0 0 10px 15px;
}

#limit ul {
	margin: 0;


}

#limit li {
	background: transparent url(/images/pointer.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	line-height: 150%;
	list-style: none;
	margin: 0 0 10px 15px;
}

#offer ul {
	margin: 0;


}

#offer li {
	background: transparent url(/images/redbullet.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	line-height: 125%;
	list-style: none;
	margin: 0 0 10px 15px;
}


#sidebar {
	float:left;
	width:170px;
	/*background:#211E0E url(images/back_leftcol.gif) no-repeat; */
text-align:left;
	margin: 0 0 0 10px;
	height: 600px;
}

#sidebar h1 {
	background-color: #DFC0BE;
	color: #840000;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}


#sidebar ul {
	list-style:none;
	margin:20px 0px 50px 20px;
	padding:0;
	color: #666666;
}
#sidebar li {
	display:list-item;
	margin:0 10px 10px  0;
	padding:0;
	line-height:200%;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration:underline;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
}
#sidebar li a:hover {
	color: #840000;
	font-style: italic;
}

/*#sidebar img {
	margin: 0 0 0 40px;
	border: none;
}*/

.googlepro {
	margin: 0 0 0 40px;
	border: none;
}

form {
margin:0;
padding:0;
}

fieldset {
border:0;
margin:10px 0 10px 56px;
padding:0;	
}

label {
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	line-height: 200%;
}

input.submit {
margin:0 0 30px 56px;
}

#contactform {
	padding: 0px 0px 20px 0;
	margin-left: 50px;
}

#contactform dl, dd {
	padding: 0px;
	margin: 0px;
}

#contactform textarea, input, select {
	border: 1px solid #A10016;
}

.nored {
border: 2px solid #000000;
}


#footer {
	clear:both;
	height:40px;
	font-size:10px;
	background-color: #e2e2e2;
	margin: 10px 10px 0px 10px;
	padding: 2px;
	border: #CCCCCC 1px solid;
}

#footer p {
	color:#666666;
	text-align:center;
	font-family: Arial;
	margin-bottom: 2px;
}
