/*
These are the default styles for MaxLanding Template 6. These styles
are overridden by the styles used within maxlanding-template-6.php.
*/
body
{
	background-color: #292e34;
	background-position: left top;
	background-repeat: repeat-x repeat-y;
}
#bottom
{
	background-color: #cfcfcf;
	width: 960px;
	margin-top: -15px;
	margin-bottom: 15px;
}
.clear
{
	clear: both;
}
#main
{
	background-color: #ffffff;
}
#main .content
{
	float: left;
	width: 580px;
	margin-right: 20px;
	padding: 10px 20px 20px 20px;
}
#main .content .headline
{
	margin-top: 20px;
	font-family: Georgia;
	font-size: 36px;
	font-weight: bold;
	color: #414141;
}
#main .content .logo
{
	width: 350px;
	height: 50px;
}
#main .content .subheadline
{
	margin-top: 10px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #414141;
}
#main .form
{
	float: left;
	width: 270px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
	background-color: #f1f1f1;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #414141;
}
#main .form input[type='submit']
{
	background: url('../images/action-button-background-green.png') repeat-x;
	width: 270px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#main .form input[type='text']
{
	border: solid 1px #e1e1e1;
	padding: 5px;
	width: 260px;
	color: #414141;
}
#main .form select
{
	border: solid 1px #e1e1e1;
	padding: 3px;
	width: 270px;
	color: #414141;
}
#page
{
	width: 960px;
	text-align: left;
}
.powered-by
{
	margin-bottom: 10px;
}
#quote
{
	background-color: #cfcfcf;
	padding: 20px 100px 20px 100px;
	text-align: center;
}
#quote .customer-credit
{
	font-style: italic;
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	color: #414141;
}
#quote .customer-quote
{
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #414141;
}
#top
{
	background-color: #ffffff;
	width: 960px;
	margin-top: 15px;
	margin-bottom: -15px;
}
#touts
{
	background-color: #1a2026;
	padding: 40px 0px 10px 130px;
}
#touts .tout
{
	float: left;
	width: 300px;
	padding-right: 100px;
	margin-bottom: 30px;
}
#touts .tout .description
{
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #b1b1b1;
}
#touts .tout .screenshot
{
	width: 300px;
	height: 200px;
	border: solid 1px #e1e1e1;
	margin-bottom: 10px;
}
#touts .tout .title
{
	padding-bottom: 5px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #538baa;
	text-align: center;
}