@charset "utf-8";
/* Common CSS Document to define standard setup */

/* General Styling */

a, big, blockquote, body, br, button, caption, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, input, legend, li, ol, option, p, pre, select, small, span, textarea, tt, u, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	margin : 10px 0;
	padding : 0;
	background: #CFCFD1 url(../images/freestyle-bg-new.jpg) repeat-x fixed;
	color : #4C4D4D;
	font-size : 80.1%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 940px;
	border: 1px solid #CFCED0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	padding: 10px;
}

/* Header */

#header {
	text-align: right;
	min-height: 90px;
	position: relative;
	margin: 0 10px;
	border-bottom: 7px solid #9C2528;
}

#header #logo {
	width: 272px;
	height: 92px;
	float: left;
}

#header #logo a img {
	border: none;
}

#header_top {
	float: right;
	text-align: left;
	padding: 10px 0;
}

#header_top p#header_consult {
	float: left;
	font-size: 0.9em;
	width: 90px;
	text-align: justify;
	margin: 5px 10px 0 0;
}

#header_top p#header_text {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: 7px 5px 0 0;
}

#header_top p#header_text #header_tel {
	font-size: 1.5em;
	font-weight: bold;
	color: #9C2528;
	margin: 5px 10px 0 0;
}

#header_top #search {
	float: left;
	border: 1px solid #AFB0B0;
	background: url('../images/search-bg.gif') repeat-x top #EFEFEF;
	margin: 5px 10px 0 0;
	padding: 5px;
}

#header_top img {
	float: left;
}

#header #header_top #search input[type=text] {
	border: 1px solid #BBBBBB;
	width: 110px;
}

#header #header_top #search input[type=submit] {
	background: none;
	border: none;
	text-decoration: underline;
}

/* Top Navigation Menu */

#navlist ul {
	margin: 0 0px;
	padding: 0;
	list-style-type: none;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
}

#navlist a {
	background: url('../images/menu-bg.gif') repeat-x top #FFFFFF;
	margin: 0px 0px 0px 4px;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
	color: #4C4D4D;
	display: block;
	float: left;
}

#navlist a:hover {
	background: #9C2528;
	color: #FFFFFF;
}

#navlist li.current a {
	background: #9C2528;
	color: #FFFFFF;
}

/* Columns */

#left_col {
	width: 170px;
	margin: 0 10px 0 0;
	float: left;
}

#large_right_col {
	width: 660px;
	margin: 0 40px;
	float: left;
}

/* Breadcrumbs */

#breadcrumbs {
	color: #9C2528;
	padding: 9px 0 10px 0;
	font-size: 0.9em;
}

#breadcrumbs ul, #content_footer ul {
	margin-left: 0;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	color: #9C2528;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* Content Boxes */

.content_box {
	border-top: 5px solid #EFEFEF;
	padding: 10px 0;
}

.content_box h3 {
	margin: 0;
}

.content_box_invisible {
	padding: 10px 0;
}

.content_box_invisible_nopad {
	padding: 0 0 10px 0;
}

.content_box_first {
	padding: 0 0 10px 0;
}

.content_box_invisible h3 {
	margin: 0;
}

.side_box {
	width: 170px;
}

/* Quick Links */

#quick_links {
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 10px;
}

#quick_links select {
	width: 158px;
	border: 1px solid #BBBBBB;
	padding: 1px;
}

/* Login Form */

#side_login {
	background: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 14px 10px 13px;
	margin-top: 1px;
}

#side_login h3 {
	margin: 0 0 5px 0;
}

p.need_help {
	margin: 3px 0 0 3px;
}

form.left_login input[type=submit] {
	float: left;
	margin-right: 10px;
}

form.left_login input[type=text], form.left_login input[type=password] {
	margin-bottom: 5px;
	width: 144px;
}

/* News */

.side_news h3 {
	margin: 0 0 0.3em 0;
}

ul.news {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

ul.news li {
	border-top: 1px solid #BBD6E2;
}

ul.news li a {
	color: #4C4D4D;
	text-decoration: none;
	padding: 3px 10px;
	display: block;
}

ul.news li a:hover {
	background-color: #EFEFEF;
}

#news_list ul li a {
	text-decoration: none;
}

#news_list ul li a:hover {
	text-decoration: underline;
}

a#news_rss img {
	border: none;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

/* Banners */

span.banner_box {
	display: block;
}

span.banner_box a {
	text-decoration: none;
	display: block;
	color: #000000;
}

span.banner_box a img {
	border: none;
	margin-bottom: 0.3em;
}

span.banner_box span.banner_title {
	color: #9C2528;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

span.banner_box span.banner_link {
	color: #000000;
	text-decoration: underline;
}

span.banner_box span.banner_link:hover {
	color: #9C2528;
}

/* Headings */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px dotted #BBBBBB;
	margin-bottom: 1em;
}

h1.home {
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}

h1 span.h1_subtitle {
	font-weight: normal;
}

h2 {
	margin: 1.4em 0 0.5em 0;
	color: #9C2528;
}

h3 {
	font-size: 1em;
	color: #9C2528;
	font-weight: bold;
	margin: 1.5em 0 0.3em;
}

h4 {
	font-size: 1em;
	color: #9C2528;
	font-weight: bold;
	margin: 0.8em 0 0 0;
}

/* Content */

p {
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
	color: #9C2528;
}

a:hover {
	color: #000000;
}

strong {
	font-weight: bold;
}

.red {
	color: #9C2528;
}

ul {
	list-style-position: outside;
	list-style-image: url('../images/list_marker.gif');
	margin-bottom: 1em;
	margin-left: 14px;
}

ol {
	list-style-position: outside;
	margin-left: 14px;
	margin-bottom: 1em;
}	

ul.email_friend_form {
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 15px 0 5px 0;
	color: #6C6B6D;
}

#footer p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#footer a {
	color: #6C6B6D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	float: right;
}

/* Social Bookmarking Footer */

#content_footer {
	margin: 30px 0 50px 0;
}

#content_footer a img {
	border: none;
}

#content_footer img {
	position: relative;
	top: 1px;
}

#content_footer ul
{
	list-style: none;
}

#content_footer ul li
{
	float: left;
	position: relative;
	padding-right: 5px;
	vertical-align: bottom;
	line-height: 40px;
	margin-right: 15px;
}

#content_footer ul li ul li {
	line-height: normal;
	margin-right: 0;
	width: 204px;
	z-index: 1000;
	padding: 5px;
}

#content_footer ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
	background: url('../images/menu-bg.gif') repeat-x top #FFFFFF;
	border: 1px solid #4C4D4D;
}

#content_footer ul li:hover ul
{
	display: block;
}

#content_footer form input[type=text], #content_footer form textarea {
	margin: 5px 0;
	width: 200px;
}

#content_footer form label {
	display: inline;
	font-weight: bold;
}

#content_footer .title {
	color: #9C2528;
	font-weight: bold;
}

#content_footer .title a {
	color: #9C2528;
	font-weight: bold;
	text-decoration: none;
}

#content_footer .title a:hover {
	text-decoration: underline;
}

#content_footer a img {
	border: none;
}

/* Collapsible Side Menu */

ul.side_menu {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

ul.side_menu a {
	display: block;
	border-bottom: 1px dotted #BBD6E2;
	padding: 3px 3px;
	text-decoration: none;
	color: #000000;
}

ul.side_menu a:hover {
	background-color: #EFEFEF;
	color: #9C2528;
}

li.side_menu_area a {
	background-color: #EFEFEF;
	margin-top: 10px;
	border: none;
	font-weight: bold;
	color: #9C2528;
}

li.first a {
	margin-top: 0;
}

li.side_menu_area a:hover {
	color: #000000;
}

li.side_menu_sect_current a {
	background-color: #9C2528;
	color: #FFFFFF;
}

li.side_menu_cat a {
	padding-left: 10px;
	font-style: italic;
}

li.side_menu_cat_current a {
	padding-left: 10px;
	font-style: italic;
	background-color: #9C2528;
	color: #FFFFFF;
}

/* Form table */

table.form_table tr.captcha {
	display: none;
	height: 0;
}

table.form_table td {
	padding-right: 20px;
	padding-bottom: 5px;
}

table.form_table td.title {
	padding-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #9C2528;
}

/* Article list e.g. on category page */
ul.article_table li {
	margin-bottom: 20px;
}

ul.article_table a {
	font-weight: bold;
	text-decoration: underline;
}

/* FAQs */

.faq {
	padding-bottom: 1em;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 1em;
}

p.faq_q {
	font-weight: bold;
	margin-bottom: 0.5em;
}

p.faq_a {
	margin: 0;
}

/* Content tables */

#large_right_col table {
	background: #F4F4F4;
	margin-bottom: 1em;
}

#large_right_col table p {
	margin: 0;
}

#large_right_col table b {
	color: #9C2528;
}

/* Alert box if email has been sent */

#email_sent_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .65;
	filter: alpha(opacity=65);
}

#email_sent_message {
	position: fixed;
	top: 35%;
	left: 50%;
	width: 300px;
	padding: 20px;
	border: 5px solid #CCCCCC;
	background-color: #DEDCE1;
	margin-left: -175px;
}

#email_sent_message p {
	text-align: center;
	margin: 0;
	font-size: 1.2em;
}

/* Freestyle Contractor page styles */
#features-box {
	padding: 0px;
	width: 182px;
	height: 210px;
	margin: 5px;
	background: url(/images/features-bg.gif) no-repeat top;
	padding-top: 30px;
}
#features-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 5px 5px 0px;
	padding-left: 15px;

}
#features-box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9d0621;
	margin: 5px 0px 5px 0px;
	text-decoration: underline;
	padding-left: 15px;
}

#quote-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 175px;
	height: 125px;
	background: url(/images/request-quote-bg.gif) no-repeat top;
	margin: 5px;
	padding: 0px;
	}
#quote-box p {
	padding: 8px;
}
#ebrochure-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 175px;
	height: 65px;
	background: url(/images/ebrochure-request-bg.jpg) no-repeat top;
	margin: 5px;
	padding: 0px;
	padding-top: 90px;
	}
#ebrochure-box p {
	padding: 8px;
}

#testimonials-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 175px;
	height: 65px;
	background: url(/images/testimonials-bg.jpg) no-repeat top;
	margin: 5px;
	padding: 0px;
	padding-top: 70px;
	}
#testimonials-box p {
	padding: 8px;
}
#guarantee-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 175px;
	height: 65px;
	background: url(/images/freestyle-guarantee.gif) no-repeat top;
	margin: 5px;
	padding: 0px;
	padding-top: 90px;
	}
#guarantee-box p {
	padding: 8px;
}
.testimonial {
	font-style: italic;
	color: #9d0621;
	font-size: 12px;
	background-color: #eeeeee;
	padding: 8px;
}
ol.videos {
	list-style-type: disc;
	list-style-image: url(/images/video-icon.gif);
	font-size: 11px;
	list-style-position: inside;
}
.benefit-img {
	margin: 20px 10px 0px 0px;
	float: left;
}
.benefit {
	height: 120px;
	width: 490px;

}

.benefit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -10px 5px 5px 5px;
	}

.benefit h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9d0621;
	margin-top: 0px;
}
.benefit h3 {
	font-size: 12px;
	color: #000000;
}
.highlight {
	font-size: 35px;
	font-weight: bold;
}
#quick-quote {
	width: 465px;
	margin: 20px 0px;
	padding: 5px 10px;
	background-color: #FFC;
	border: 1px solid #9d0621;
	float: left;
}
#links-box {
	float: right;
	margin: 20px 0px;
	width: 150px;
	border: 1px solid #9d0621;
}