/*****************************************************
	FogLight CSS Style Guide
	Project: FogLight
	Version: 0.0.1
*****************************************************/



/*****************************************************
	BASE 
*****************************************************/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
}

hr.seperator {
	clear: both;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}

hr.clear {
	clear: both;
	height: 0px;
	border: 0px;
	padding: 5px 0 0 0;
	overflow: hidden;
}




/*****************************************************
	STRUCTURE 
*****************************************************/

#headerwrapper {
	width: 100%;
	height: auto;
	background: #EEEEEE url(images/bg-header.jpg) repeat-x;
}

#header {
	margin: 0 auto;
	width: 720px;
	height: 271px;
	position: relative;
}


#header h1 {
	width: 114px;
	height: 0;
	padding: 33px 0 0 0;
	overflow: hidden;
	background:url(images/logo-foglight.jpg) no-repeat;
	position: absolute;
	top: 14px;
	left: 0px;
}

#header h2 {
	width: 343px;
	height: 0;
	padding: 19px 0 0 0;
	overflow: hidden;
	background:url(images/title-fast-feature-filtering.jpg) no-repeat;
	position: absolute;
	top: 91px;
	left: 0px;
}

#header h3 {
	width: 338px;
	height: 0;
	padding: 65px 0 0 0;
	overflow: hidden;
	background:url(images/text-enable-your-customers.jpg) no-repeat;
	position: absolute;
	top: 122px;
	left: 0px;
}

#header a.btnDemo:link {
	width: 106px;
	height: 0;
	padding: 31px 0 0 0;
	overflow: hidden;
	background: url(images/btn-try-a-demo.jpg) no-repeat;
	position: absolute;
	top: 205px;
	left: 0;
}

#header a.btnDemo:visited {
	width: 106px;
	height: 0;
	padding: 31px 0 0 0;
	overflow: hidden;
	background: url(images/btn-try-a-demo.jpg) no-repeat;
	position: absolute;
	top: 205px;
	left: 0;
}

#header a.btnDemo:hover {
	width: 106px;
	height: 0;
	padding: 31px 0 0 0;
	overflow: hidden;
	background: url(images/btn-try-a-demo-over.jpg) no-repeat;
	position: absolute;
	top: 205px;
	left: 0;
}

#headerscreenshot {
	width: 370px;
	height: 252px;
	position: absolute;
	top: 18px;
	left: 355px;
}




#contentwrapper {
	width: 100%;
	height: auto;
	background: #EEEEEE;
}

#content {
	margin: 0 auto;
	width: 720px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
}




.summary {
	float: left;
	width: 310px;
	height:145px;
	margin: 0 0 20px 0;
}

.summary h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px 0;
}

.summary p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.summary ul {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 0 15px;
}





.feature {
	clear: both;
	margin: 15px 0 0 0;
}

.feature img {
	float: left;
	margin: 0 20px 15px 0;
}

.feature h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px 0;
}

.feature p {
	font-size: 1.2em;
	line-height: 1.6em;
}




.qanda {
	margin: 20px 0 20px 0;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 40px 70px;
	
}


.qanda h2 {	
	width: 280px;
	height: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
	background:url(images/text-foglight-q-and-a.jpg) no-repeat;
}

.qanda h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 25px 0 0px 0;
}

.qanda p {
	font-size: 1.2em;
	line-height: 1.6em;
}


#contactwrapper {
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
}

#contact {
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 580px;
	position: relative;	
}

#contact h2 {	
	width: 219px;
	height: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
	background:url(images/title-contact-us.jpg) no-repeat;
}


#contact address {
	float: left;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 20px;
}

#contact table {
	margin-top: 30px;
}	

#contact td {
	vertical-align: top;
}

#contact form {
	float: right;
}

#contact form p {
	width: 300px;
	background-color:#00FFCC;
}

#contact label {
	display: block;
	width: 50px;
	height: 30px;
	font-weight: bold;
}

#contact input {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#contact textarea {
	width: 250px;
	height: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#contact input.B1 {
	width: 80px;
	margin: 10px 0 20px 50px;
}

#footerwrapper {
	width: 100%;
	height: auto;
	background: #999999;
	padding: 20px 0 0 0;
}

#footer {
	margin: 0 auto;
	width: 720px;
	height: 40px;
	position: relative;	
}

#footer p {
	color: #000000;
	text-align: center;
	font-size: 1.1em;
}


#thanks {
	margin: 40px 0 40px 0;
}

#thanks h2 {	
	width: 202px;
	height: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
	background:url(images/title-thank-you.jpg) no-repeat;
}


#thanks p {
	font-size: 1.2em;
	line-height: 1.6em;
}
