/* Basic Style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #222;
	text-decoration: none;
}

a:hover, a:active {
	color: #c09711;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

small.rules {
	font-size: 70%;
	line-height: 110%;
	border: 1px solid black;
	background: #ccc;
	display: block;
	padding: 5px;
	margin-top: 10px;
}

.quote {
	font-style: italic;
	margin-bottom: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px dotted #ddd;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
.header .call_toll_free {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FBC411;
	text-align: right;
}

.header .nav ul {
	position: absolute;
	right: 0px;
	bottom: 18px;
	list-style-type: none;
	font-weight: bold;
}

.header .nav li {
	display: inline;
	float: left;
	margin-right: 14px;
}

.header .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

/* Homepage
----------------------------------------------------------------------------------------------------*/

.index_slider {
	height: 250px;
	background: red;
	margin-bottom: 10px;
}

.index_offer {
	height: 140px;
	float: left;
	margin: 0px 20px 10px 0px;
}

.index_info {
	background: #ececec;
	float: left;
}

.index_headline {
	height: 30px;
	background: url(../images/index_headline_bg.jpg) repeat-x;
	padding-bottom: 10px;
	position: relative;
}

.index_headline_content {
	padding: 0px 10px;
}

.index_headline h3.title {
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Other pages
----------------------------------------------------------------------------------------------------*/

.inside_page {
	background: white;
	line-height: 140%;
}

.inside_page table td {
	padding: 10px 15px;
	height: 50px;
	font-weight: bold;
	vertical-align: middle;
}

.windows_list li {
	font-size: 14px;
	margin-top: 4px;
}

.inside_page h3.title {
	font-size: 16px;
}

/* Thumbnail Galleries
----------------------------------------------------------------------------------------------------*/

.page_thumb_gallery {
	float: left;
	overflow: auto;
	margin-bottom: 10px;
}

.page_thumb_gallery .thumb {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #333;
	float: left;
	display: block;
}

/* Sidebar
----------------------------------------------------------------------------------------------------*/

.sidebar {
	display: inline;
	background: #ECECEC;
	padding-left: 10px;
	padding-top: 15px;
}

.sidebar .title {
	display: block;
	width: 230px;
	margin-bottom: 10px;
}

.sidebar .sidebar_form_field {
	display: block;
	margin-bottom: 7px;
	width: 224px;
}

.errors {
	color: red;
	font-weight: bold;
	width: 220px;
	padding: 5px;
	border: 1px solid red;
	margin-bottom: 5px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer ul {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
}

.footer ul li {
	margin-right: 10px;
	color: #FBC411;
	font-weight: bold;
}

/* Padding & Margins
----------------------------------------------------------------------------------------------------*/

.ten_bottom_margin {
	margin-bottom: 10px;
}

.twenty_bottom_margin {
	margin-bottom: 20px;
}

.ten_right_margin {
	margin-right: 10px;
}

.ten_left_margin {
	margin-left: 10px;
}

/* Free Estimate Form
----------------------------------------------------------------------------------------------------*/

.contest_form {
	float: right;
}

.contest_form input, .contest_form label, .contest_form textarea { 
	clear: left;
	float: left;
}

.estimate_form_field {
	display: block;
	margin-bottom: 15px;
	width: 224px;
}

/* Admin Section
----------------------------------------------------------------------------------------------------*/

.admin {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.admin .center {
	width: 960px;
	margin: 0 auto;
}

admin table {
	clear: right;
}

.admin td {
	color: #FFF;
	padding: 10px;
	font-size: 12px;
}

.admin th {
	color: #FBC411;
	height: 50px;
	font-size: 18px;
	background: #000;
}

#index_estimate {
	cursor: pointer;
}