@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	background-color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, img, p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#header {
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	height: 185px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	width: 800px;
}
#starbubble {
	background-image: url(../images/star.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 221px;
	height: 210px;
	top: 185px;
	left:20px;
}


#wrapper {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#wrapper > h1 {
	padding-left:225px;
	width: 550px;
	text-align:center;
	font-size:20px;
	color:#333;
	font-family:Arial,Verdana;
}
#content-top {
	width:100%;	
}

#soldsign-border {
	margin-right:25px;
	float:right;	
	background: #EEEEEE;
	border:1px solid #CCC;
	padding:10px;
}

#soldsign {
	border:1px solid #555;
}

#thanks {
	padding:175px 20px 20px 20px;
}
#content-left {
	padding:30px 10px 10px 10px;
	width: 49%;
	float: left;
}
#pitch {
	padding-top:170px;
	padding-left:5px;
}
#pitch > h1 {
	font-size:25px;
	color:#333;
	padding-bottom:10px;
	font-family:Arial,Verdana;

}
#pitch p {
	font-size:14px;
	font-weight:200;
	color:#333;
}
#nav-links {
	margin: 10px 0;	
	text-align:center;
	background:#e5e5e5;
	padding:5px;
}
#nav-links a {
	font-size: 13px; /* navigation links text size */
	color:#66A; /* navigation links text color */	
	font-weight:bold;
}
#content-right {
	padding:20px 10px 10px 10px;
	width: 45%;
	float: right;
}

#callnow h3 {
	text-align:center;
	font-size:16px;	
	font-weight:bold;
	color:#66A;
	padding-bottom:10px;
}
#formbox {
	padding:10px 10px 10px 20px;
	background: #eee; /* form background color */
	border:1px solid #9dbdcc;
}
#formbox h3 {
	padding:10px 0;
	color: #ce0000; /* form title text color */
	text-decoration: underline;
	text-align:center;
	font-size:20px;
}
#formbox p {
	padding:10px;
	color: #333333; /* form instructions text color */
}

#footer {
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	position: relative;
	clear: both;
	color: #333;
	font-weight: normal;
	border-top:1px dashed #9dbdcc;
}

#footer p {
	margin: 0;
	padding: 0; 
	width: 100%;
	text-align:center;
}

#footer a {
	color: #999;	
}

.yellow-highlight { /* this makes your text look like it is highlighted in yellow */
	font-weight: bold;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #CC0000;
}
.greybox { /* apply this class to a paragraph to give it a grey box around it */
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.redunderline { /* apply to any text to make it red and underlined */
	color: #CC0000;
	text-decoration: underline;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black { /* mainly used if you want your H1 text black since it defaults to red in the template */
	color: #000000;
}
.lineout { /* crosses out text with a line */
	text-decoration: line-through;
}
blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.blockquotesig {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}
.blockquotesig em { /* we used this to style to name of the person giving the testimonial - just a little bigger and red */
	color: #990000;
	font-style: normal;
	font-size: 11px;
}

#footer .copyright {
	padding-top:5px;
}

#contactform {
	margin: 0;
	width: 325px;
}
#contactform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 130px;
	display: block;
	float: left;
	color:#333333; /* form label text color */
	text-align:left;
	padding-left:10px;
}
#contactform input.text {
	width: 170px;
	padding: 2px;
	margin-bottom: 7px;
}
#contactform textarea {
	width: 170px;
	padding: 2px;
	height: 80px;
	margin-bottom: 7px;
	
	
}
#submit-button {
	border:none;
	background-image: url(../images/button.png); 
	width:292px;
	height:42px;
	cursor:pointer;
}