/* 
URL: http://clindustries.com/
Author: Matt Green   
Title: Web Developer/Flaxen Design 
Company: Flaxen Design

[Table Of Contents] 

1- Global Selectors
2- Major Page Layout Elements
3- Header
4- Navigation 
5- Content 
6- Pages
7- Footer
*/

/* 1. Global Selectors 
-------------------------------------------------------------- */

html {
	color: #0b1c2c;
}

p { 
	color:#666;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h2 { 
	font-family:"Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#4c8fcb;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 a { 
	font-family:"Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#4c8fcb;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 { 
	font-family:"Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color:#4c8fcb;
	font-weight: normal;
}

a {
	color:#4f9acc;
	font-size: 12px;
}

ul {
	color:#666;
	font-size: 12px;
	list-style: none;
}

a {
	text-decoration:none;
}

textarea {
	overflow:hidden;
	
}

div.content form p.error, div.content form p.success {
	margin-bottom: 12px;
}

/* 2. Major Page Layout Elements 
-------------------------------------------------------------- */

body {
	background: url(../images/body_bg.jpg) #0b1c2d top center repeat-x;
	position: relative;
}

div#container {
	margin:0px auto 0px auto;
	width:804px;
	position: relative;
}

div#page_shadow {
	background: url(../images/page_shadow.png);
	z-index: 1;
	position: absolute;
	width:804px;
	height:414px;
	top:-2px;
}

div#page {
	background: white;
	width:786px;
	min-height:500px;
	margin: 154px 0px 0px 9px;
	position: relative;
	z-index: 2;
	text-align:left;
}

h1#branding {
	width:158px;
	height: 105px;
	text-indent: -9999px;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	top:-155px;
	left:30px;
}

/* 3. Header 
-------------------------------------------------------------- */

div.header {
	margin:0px;
	padding:0px;
	width:785px;
	height:190px;
	background-repeat: no-repeat;
	position: relative;
}

div.home { background: url(../images/header_home.jpg); height:156px; width:786px; margin-left: 0px; }
div.about { background: url(../images/header_about.jpg); }
div.pool_finishes { background: url(../images/header_pool_finishes.jpg); }
div.deck_finishes { background: url(../images/header_deck_finishes.jpg); }
div.stucco { background: url(../images/header_stucco.jpg); }
div.building_materials { background: url(../images/header_building_materials.jpg); }
div.bonding_agents { background: url(../images/header_bonding_agents.jpg); }
div.links { background: url(../images/header_links.jpg); }
div.contact { background: url(../images/header_contact.jpg); }

div.header object {
	position:absolute;
	left:0px;
	top:2.5px;
}


/* 4. Navigation 
-------------------------------------------------------------- */

/* located in the CSS file named dropdown.css */

/* 5. Content
-------------------------------------------------------------- */

div.column {
	width:33%;
	float:left;
	margin:15px 0px;
}

div.left { width:268px; }
div.middle { width:248px; border-left:#cacaca solid 1px; }
div.right { width:255px; border-left:#cacaca solid 1px; padding-left:2px; }

div.column h2 , div.column p, div.column ul  {
	padding:0px 15px 0px 15px;
}

div.column h2 {
	padding-bottom: 5px;
	font-size: 24px;
}

div.left h2, div.left p, div.left ul {
	padding-left: 25px;
}

div.column ul {
	margin:10px 0px 0px 0px;
}

div.column ul li {
	margin-bottom: 4px;
}

div.column p {
	margin-bottom: 5px;
}

.border_right {	border-right:#cacaca solid 1px; }
.border_left {	border-left:#cacaca solid 1px; }

div#big_bg {
	width:757px;
	height:282px;
	background: url(../images/content_bg.jpg) no-repeat;
	margin-left: 15px;
	clear:both;
}

div.columns {
	width:31%;
	float:left;
	background: white;
	margin-top:15px;
	margin-left: 13px;
	min-height: 250px;
}

div.columns h2 {
	text-align: center;
	background-image: url(../images/headline_bg.jpg);
	padding:10px;
	color:white;
	font-size: 19px;
	letter-spacing: 1px;
}

div.columns h2 a {
	text-align: center;
	padding:10px;
	color:white;
	font-size: 19px;
	letter-spacing: 1px;
}


div.columns ul {
	color:#666;
	font-size: 14px;
	list-style: none;
	margin-top: 12px;
}

div.columns ul li a{
	color:#666;
	font-size: 13px;
	text-decoration: none;
}

div.columns ul li a:hover {
	color:#2f81cb;
}

div.columns ul li {
	padding:5px;
}

div.columns ul li.odd {
	background-color:#f1f1f1;
}

ul#content {
	line-height: 18px;
	margin:0px;
	padding: 0px;

}

ul#content li {
	padding: 15px 0px 0px 0px;
	border-bottom: 1px dotted #999;
	clear: both;
}

ul#content li p {
	margin-bottom: 15px;
}

ul#content li h3 {
	margin-bottom: 10px;
	margin-bottom: 5px;
}

img.body_pic {
	float: right;
	margin-left: 25px;
	margin-bottom: 65px;
	border: 1px #666 solid;
}

ul.links {
	margin: 0px 0px 0px 0px;
	padding:0px;
	line-height: 18px;
	float: left;
}

#resources {
	float: right;
	width: 400px;
	margin: -29px 0px 0px 0px;

}
#resources img{
	float: left;
	margin: 5px 10px 0px 0px;
	
}
.pdf_generic{
	float: left;
	margin: -5px 10px 0px 0px 
}
ul.resources{
	margin: 0px;
	padding:0px;
	line-height: 20px;
	float: left;

}
#resources li{
	margin-bottom: 10px;
}


ul.contact {
	margin: 0px;
	padding:0px;
	line-height: 16px;
}

/* form */

form {
	margin-top: 10px;
}

form p {
	margin:0px;
	padding:0px 0px 0px 10px;
}

form textarea, form input {
	width:90%;
	border: solid 1px #ccc;
	background: #f1f1f1;
}

form input {
	padding:5px;
	margin-bottom: 8px;
}

form input:focus, form textarea:focus {
	border: solid 1px #a9cde4;
	background: white;
}

form textarea {
	height:50px;
	margin-bottom: 0px;
	margin-top: 0px;
}

form input#send {
	border:none;
	background: none;
	margin:8px 0px 10px 0px;
	padding: 0px;
	cursor: pointer;
	color:#2f81cb;
	text-decoration: underline;
	float: right;
	width:60px;
}

form input#send:hover {
	color:black;
}

div.featured_img {
	background: #ededed;
	margin:13px 15px;
	padding-bottom: 3px;
}

div.featured_img p {
	text-align: center;
	margin-bottom: 7px;
}

div.featured_img img {
	border: 2px solid white;
	margin: 12px 24px 5px 22px;
}



/* 6. Pages
-------------------------------------------------------------- */

/* Finishes */
div.content {
	padding:20px 25px;
	
}

div.content h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

div.content p {
	line-height: 18px;
	margin-bottom: 10px;
}

div#logos { 
	float: right;
	width:275px;
	margin-left: 50px;
	margin-bottom: 5px;
}

div#logos p { 
	margin:-13px 0 4px 0;
	line-height: 13px;
	text-align: center;
	font-size: 11px;
	widows: 2;
	width: 95%;
}

div#logos h3 { 
	text-align: center;
	margin:8px 0px 10px 0px;
}

div#logos img {
	margin-right:0px;
	padding: 0px;
	float:right;
}

div#logos img.pearl { 
	margin-right:-12px;
}

div#logos img.pooltite {
	margin-right: 16px;
}

p.finishes_text {
	font-family:"Lucida Grande", Arial, sans-serif;
	width:400px;
	padding: 70px 0px 0px 30px;
	color:#ccc;
	font-size: 11px;
	line-height: 18px;
}

/* Finishes component - ajax */
div.pool_products {
	width:100%;
	min-height: 539px;
	background: url(../images/products_bg.jpg) repeat-x #181818;
	position: relative;
	margin-top: 20px;
}

div.products_left {
	margin-left: 14px;
	float: left;
	padding-top: 26px;	
	width:154px;
	font-family:"Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.products_left img {
	margin-bottom: 15px;
}

div.products_left p {
	background: url(../images/bg.png);
	padding:6px 8px;
	line-height: 16px;
	color: #bfbfbf;	
	margin-bottom: 15px;
	width:138px;
}

div.products_left .extended_warranties {
	font-style: italic;
	font-size: 90%;
	line-height: 120%;
}

div.products_left h3 {
	color: #fff;
	font-size: 12px;
	padding: 5px 8px;
	background: url(../images/heading.jpg) repeat-x;
	text-shadow: 1px 1px 1px #666;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div.products_left a {
	color: #bfbfbf;
	text-decoration: underline;
}

div.products_left a:hover {
	text-decoration: none;
}

div.pool_frame {
	width:552px;
	height:395px;
	background: url(../images/pool_frame.png) no-repeat; 
	position: relative;
	float:left;
	margin: 20px 0px 0px 8px;
	display: inline;
}

div.pool_frame img {
	margin:20px 0px 0px 20px;
}

div.pool_frame p {
	font-family:"Lucida Grande", "Helvetica Neue", Arial, Helvetica, Verdana, sans_serif;
	font-size: 21px;
	color: #c0c0c0;
}

ul.samples {
	width:550px;
	float: left;
	margin:5px 0px 10px 15px;
}

ul.samples li {
	float: left;
	margin-right: 4.5px;
	margin-bottom: 2px;
	color: #666;
}

/* Color Coat Select product samples */

.smaller p { width: 450px; }

ul#color_coat_select {
	width:500px;
	margin: 0px;
}

ul#color_coat_select li {
	height:100px;
	width:100px;
	float: left;
	margin:0px 10px 20px 0px;
	position: relative;
}

ul#color_coat_select li p {
	position: absolute;
	bottom:-30px;
}

ul#color_coat_select li.dune { background: #d0bf9c; }
ul#color_coat_select li.linen { background: #ead4b0; }
ul#color_coat_select li.santa_fe { background: #e0c39c; }
ul#color_coat_select li.stone_beige { background: #b4a48f; }
ul#color_coat_select li.taupe { background: #a89f96; }
ul#color_coat_select li.cloud { background: #cfc9c1; }
ul#color_coat_select li.steel_grey { background: #b3b3b3; }
ul#color_coat_select li.slate { background: #777f8e; }
ul#color_coat_select li.graphite { background: #48525a; }
ul#color_coat_select li.autumn_leaf { background: #af9d93; }
ul#color_coat_select li.dusk { background: #c29a8d; }
ul#color_coat_select li.sedona { background: #72382c; }

/* AquaBond */

ul#content ol.aquabond { border: none; margin-bottom: 10px; }
ul#content ol.aquabond li {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Contact */

img#logo_contact {
	margin-top:-25px;
	float:left;
	margin-right:25px;
	margin-bottom:5px;
}

table.contact {
	width:375px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	color:#666;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

table td {
	margin: 0px;
	padding:6px;
	text-align: left;
	border: 1px solid #cecece;
}

table tr {
	background: #f6f6f6;
}

table tr.odd {
	background: #dadada;
}

table tr#bottom {
	margin-bottom: 10px;
}

form.contact {
	width:300px;
	float: right;
}

form.contact p {
	margin:0px;
}

form.contact textarea {
	height:100px;
}

/* 7. Footer 
-------------------------------------------------------------- */

div#footer {
	margin:0px auto 0px auto;
	width:804px;
	height:64px;
	background: url(../images/footer.png) no-repeat;
}

div#footer p {
	text-align: center;
	padding-top: 50px;
	color:#999;
}

div#footer p a {
	color: #999;
}
