/*

(c) Daniel Brouse
www.danielbrouse.com

/* GLOBAL SETTINGS------------------------------------- GLOBAL SETTINGS */

html {

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #757575;
}




/* LINKS -------------------------------------------------------- LINKS */

a {
	color: #ee2e24;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/* HEADINGS -------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.3em 0;
}

h1 {
	font-size: 1.7em;
	color: #000;
}

span.header {
	font-size: 1.7em;
	background: url(/images/redblock.gif) 0 2px no-repeat;
	padding-left: 27px;
	color: #000;
	padding-bottom: 50px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 1em;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;

}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.9em;
	font-weight: bold;
}


/* PARAGRAPHS ---------------------------------------------- PARAGRAPHS */

p {
	font-size: 1em;
	line-height: 1.45em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

li { 
	font-size: 1em;
	line-height: 1.6em;
}

ul li {
	list-style:circle;
}

/*-- nested lists --*/
ul ul {
	padding: 0 0 0 1.5em;
}

ol ol {
	padding: 0 0 0 1.5em;
}

/* LAYOUT ------------------------------------------------------ LAYOUT */

#header {
	width: 100%;
	height: 487px;
	background: url(/images/header_glow.jpg) top center no-repeat #ee2e24;
}



#header.thankyou,
#header.thankyou #header_center {
	height: 140px;
}

#header_center {
	width: 930px;
	height: 487px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 100%;
	background-color: #fafafa;
	padding: 27px 0;
}

#content_center {
	width: 930px;
	margin: 0 auto;
}

.col_1, .col_2, .col_3 {
	float: left;
}

.col_1 {
	width: 308px;
}

.col_3, .col_2 {
	padding-left: 18px;
	width: 290px;
}


#contact_form_container {
	background: url(/images/contactform_bg.jpg) 0 0 no-repeat;
	width: 374px;
	height: 470px;
	position: absolute;
	right: -35px;
	bottom: 0;
}

input.text_input, #contact_form textarea {	
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	padding: 10px;
	font-size: 12px;
	width: 247px;
	border: none;
	display: block;
}

input.text_input {
	background: url(/images/input_bg.gif) 0 0 no-repeat;
	height: 14px;
}

#contact_form textarea {
	height: 53px;
	background: url(/images/textarea_bg.gif) 0 0 no-repeat;
}
	
#contact_form_container ol,
#contact_form_container li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contact_form_container ol {
	position: absolute;
	left: 57px;
	top: 161px;
}

#contact_form_container li {
	margin-bottom: 5px;
}


input.sendrequest_btn {
	width: 280px;
	height: 54px;
	display: block;
	background: url(/images/sendrequest_btn.gif) 0 0 no-repeat;
	text-indent: -999999em;
	border: none;
	position: absolute;
	left: 52px;
	bottom: 15px;
	cursor: pointer;
}

input.sendrequest_btn:hover {
	background-position: 0 -54px;
}

#slideshow {
	position: absolute;
	left: -4px;
	bottom: 23px;
	background: url(/images/slideshow_bg.jpg) 0 0 no-repeat;
	width: 579px;
	height: 348px;
	overflow: hidden;
}


#footer {
	width: 100%;
	border-top: 5px solid #f6f6f6;
	padding-top: 18px;
}

#footer_center {
	width: 930px;
	margin: 0 auto;
}

#footer_center p {
	color: #b2b2b2;
}

#footer_center a {
	color: #b2b2b2;
	text-decoration: none;
}

#footer_center a:hover {
	color: #333;
}

#footer_logos {
	width: 930px;
	margin: 0 auto;
	position: relative;
	height: 123px;
}

a.fl_pblinds {
	position: absolute;
	left: 0;
	top: 30px;
	width: 179px;
	height: 72px;
	display: block;
	background: url(/images/fl_pblinds.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

a.fl_pblinds:hover {
	background-position: 0 -72px;
}

a.fl_pshutters {
	position: absolute;
	left: 350px;
	top: 30px;
	width: 206px;
	height: 67px;
	display: block;
	background: url(/images/fl_pshutters.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

a.fl_pshutters:hover {
	background-position: 0 -67px;
}

a.fl_ptinting {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 183px;
	height: 67px;
	display: block;
	background: url(/images/fl_ptinting.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

a.fl_ptinting:hover {
	background-position: 0 -67px;
}

/* MISC --------------------------------------------------------- MISC */

hr {
	background: #ddd;/*NS FF OP */
	color: #ddd;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
}


img.logo {
	position: absolute;
	top: 25px;
	left: 0;
}

/* FORMS -------------------------------------------------------- FORMS */





/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.hidden_text {
	text-indent: -999999em;
}

.light {
	color: #cecdcd !important;
}
