/*
 * Primary Styles
 */

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a {
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

/*
 * Page
 */

html, body {
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 890px;
	padding-top: 34px;
	text-align: left;
	padding-right: 36px;
}

#logo {
	margin-left: 76px;
	float: left;
}

#status {
	color: #9e9e9e;
	font-size: 12px;
	margin-left: 132px;
	float: left;
	padding-top: 15px;
}

.login {
	margin-top: 4px;
	width: 98px;
	height: 19px;
	background: url(../../../images/button-login.png);
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

.register {
	margin-top: 4px;
	margin-left: 10px;
	width: 122px;
	height: 19px;
	background: url(../../../images/button-register.png);
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

#company {
	margin-top: 16px;
	text-align: right;
}

#company-link {
	color: #ff9200;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	padding-right: 60px;
	height: 28px;
	padding-top: 19px;
	background: url(../../../images/company-register.png) no-repeat right;
	font-weight: bold;
}

#header {
	margin-top: 32px;
	float: left;
	background: url(../../../images/header.jpg);
	width: 318px;
	height: 346px;
}

#blog {
	position: absolute;
	z-index: 10000;
	margin-left: 290px;
	margin-top: 10px;
}

#navigation {
	margin-top: 50px;
	margin-left: 10px;
	background: url(../../../images/navigation-background.png) no-repeat center;
	width: 551px;
	height: 52px;
	float: left;
}

#navigation li {
	display: block;
	float: left;
	width: 115px;
	height: 20px;
	margin-top: 5px;
}

#navigation li.row {
	margin-top: 16px;
}

#navigation li a {
	font-size: 12px;
	font-weight: bold;
	color: #343b42;
}

#navigation li.active a {
	color: #60c920;
}

#navigation li.home {
	margin-top: 12px;
	margin-left: 18px;
	width: 70px;
}

#navigation li.home a {
	background: url(../../../images/navigation-home.png);
	width: 25px;
	height: 26px;
	display: block;
}

#navigation li.home.active a {
	background: url(../../../images/navigation-home-active.png);
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #60c920;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4c5258;
}

#infobox {
	margin-left: 416px;
	margin-top: 150px;
}

#infobox p {
	margin-top: 20px;
	font-size: 12px;
	color: #343b42;
	line-height: 1.8;
	width: 380px;
	margin-bottom: 20px;
}

.box {
	margin-top: 20px;
	background: url(../../../images/box-background.png);
	height: 117px;
	width: 251px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding-right: 37px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

h3 {
	color: #343b42;
	font-size: 15px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 21px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #60c920;
	margin-top: 180px;
	margin-left: 70px;
	margin-bottom: 5px;
}

.box.small {
	background: url(../../../images/box-background-small.png);
	padding-right: 3px;
}

.box.first {
	margin-left: 50px;
}

#background {
	width: 100%;
	background: url(../../../images/background.png) repeat-x;
	min-height: 210px;
	
	padding-top: 10px;
}

#content {
	margin: 0 auto;
	width: 890px;
	padding-top: 34px;
	text-align: left;
	padding-right: 36px;
	padding-bottom: 180px;
}

#push {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	margin-bottom: -180px;
}

#footer {
	position: relative;
	bottom: 0px;
	height: 180px;
	width: 100%;
	background: url(../../../images/footer-background.png) repeat-x bottom;
}

#top50 {
	float: left;
	margin-top: 120px;
	margin-left: 53px;
}

#house {
	background: url(../../../images/house.png) no-repeat right;
	height: 134px;
	margin: 0 auto;
	width: 926px;
}

#house ul {
	float: right;
	padding-top: 140px;
	margin-right: 20px;
}

#house ul li {
	display: block;
	float: left;
	background: url(../../../images/footer-spacer.png) no-repeat right;
	padding-right: 6px;
	margin-left: 5px;
	padding-bottom: 4px;
}

#house ul li.last {
	background: none;
}

#house ul li a {
	color: #fffcfc;
	font-size: 10px;
}

/*
 * Form
 */

.form {
	padding-left: 34px;
}

input[type="text"] {
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
	background: url(../../../images/input-background.png);
	border: 0;
	width: 136px;
	height: 20px;
	margin-bottom: 2px;
}

.field-outer {
	float: left;
	margin-right: 38px;
}

.field-message {
	float: left;
	height: 23px;
}

#what_number,
#orientation_number,
#roof_number,
#size_number,
#table_number {
	background: url(../../../images/badge.png);
	width: 23px;
	height: 21px;
	display: block;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.field-question {
	color: #343b42;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 28px;
}

.field-option {
	padding-top: 10px;
	margin-left: 25px;
	font-size: 12px;
	color: #343b42;
	line-height: 2;
}

#submit {
	border: 0;
	padding: 0;
	background: url(../../../images/submit-background.png);
	height: 45px;
	width: 144px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

.form-clear {
	clear: both;
	height: 30px;
}

#roof_3_space {
	width: 100px;
	float: left;
	
}

#size_1_space,
#size_2_space,
#size_3_space {
	width: 140px;
	float: left;
}

#table-left {
	float: left;
	margin-right: 30px;
}

.wide {
	width: 496px;
}

td.left {
	width: 84px;
}

sup {
	vertical-align: top;
}

.errors {
	color: red;
}

.errors ul {
	padding-left: 30px;
}

/* MISC */

.sub_navigation a {
	margin-top: 4px;
	margin-left: 10px;
	width: 122px;
	height: 19px;
	background: url(../../../images/button-category.png);
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
}

.sub_navigation a.active {
	background: url(../../../images/button-category-active.png);
}

.page_navi_td_div_active {
	background: url(../../../images/badge.png);
	width: 23px;
	height: 21px;
	display: block;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
