/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	color: #000;
	background: url(images/bg_home1.jpg) left top repeat-x #E3F3FF;
	text-align:center;
}

#sub {
	background: url(images/bg_sub1.jpg) left top repeat-x #E3F3FF;
}

p { 
	margin:0 0 1.1em 0;
}

/* ==================================================================
 * Headings
 * ================================================================== */

h1, h2, h3, h4, h5, h6
{ color:#293378; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
h1
{ margin-bottom:.7em; font-size:120%; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color: #30796B; letter-spacing: .1em; }
h2
{ font-size:130%; margin-bottom:.9em;  color: #266C5F; letter-spacing: .13em; font-weight: bold;} /*Page Titles and Home page headline*/
h3
{ font-size:110%}
h4
{ font-size:110%}
h5
{ font-size:110%}
h6
{ font-size:110%}

/* ==================================================================
 * Lists
 * ================================================================== */

dd {
	padding: 0 0 1.1em 0;
}

ul, dl {
	margin:1em 0;
	padding:0;
	list-style:none;
}

ul li {
	background:url("images/bullet_list.gif") no-repeat 0 .3em;
	margin:0;
	padding:0 0 1em 1.3em;
	line-height: 1.2em;
}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #293378;
	text-decoration:none;
}

a:visited {
	color: #293378;
	text-decoration:none;
}

a:hover {
	color: #293378;
	text-decoration: underline;
}

a:active {
	color: #293378;
	text-decoration: underline;
}

/* ==================================================================
 * Misc
 * ================================================================== */

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

.img_left {
	float: left;
	margin: 0 15px 20px 0;
}

.clear {
	clear: both;
}

.quote {
	padding: 25px 0 0 8px;
	background: url(images/bg_openquote.gif) left top no-repeat;
	color: #0d116c;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.8em;
}
	.quote div {display:inline; position:relative;}
	.quote img {position:absolute; left: 10px; top: 6px;}

/* ==================================================================
 * Layout
 * ================================================================== */

#container_outer {
	font-size: 1em;
	line-height: 1.3em;
	width:771px;
	margin: 0 auto;
	text-align:left;
}

#container_inner {
	width: 759px;
	float: left;
	border-right: 1px solid #7290AF;
	border-left: 1px solid #7290AF;
	padding: 0 5px 0 5px;
	background: #fff;
}
	#about #container_inner,
	#contact #container_inner,
	#gunite #container_inner,
	#fiberglass #container_inner 
	{ background: url(images/bg_left.gif) left top repeat-y #fff;}

/*--------------Masthead is the top area containing primenav logo and slogan--------------*/
#masthead {
	width: 759px;
	position: relative;
	height: 112px;
	z-index: 50;
	text-align: right;
	overflow: visible;
}
	#masthead h1 {display: none}
	#logo {
		position: absolute;
		top: 0px;
		left: -18px;
		z-index: 99;
	}
	
	#secnav {
		position: absolute;
		right: 20px;
		top: 50px;
		z-index: 100;
	}


/*--------------Banner is the large image--------------*/
#banner {
	width: 759px;
	position: relative;
	z-index: 1;
}

		
/*--------------Content is the white area below banner. Contains, content_left, content_middle, content_right--------------*/
#content {
	float: left;
	clear: left;
	width: 706px;
	position: relative;
	background: #fff;
	padding: 27px 26px 25px 27px;
	min-height: 250px;
}
	*html #content {height: 250px;}
	
	#about #content,
	#contact #content,
	#gunite #content,
	#fiberglass #content
	{ background:url(images/bg_content.jpg) left top no-repeat; padding: 27px 10px 25px 10px; width: 739px;}


	#content_left {
		float: left;
		width: 401px;
	}
		#sub #content_left  {
			float: left;
			width: 167px;
			color: #fff;
			display:inline;
			margin: 0 0 0 10px;
		}
		
	#content_right {
		float: left;
		margin: 0 0 0 22px;
		width: 282px;
	}
		#sub #content_right {
		float: right;
		margin: 0 10px 0 0;
		padding-top: 15px;
		width: 516px;
		display: inline;
		}
	
	.gallery_image {
		float: left;
		padding: 3px;
		border: 1px solid #408779;
		margin: 20px 17px 20px 0;
	}
	
	.gallery_image_vert {
		float: left;
		padding: 3px;
		border: 1px solid #408779;
		margin: 0 17px 20px 0;
	}
	
	
	#box {
		width: 282px;
		background:url(images/bg_box_right.gif) left top no-repeat;
		float: left;
	}
		#box_inner {
			padding: 10px;
		}
		
		#box_bottom {
			background:url(images/bg_box_right_bot.gif) left bottom no-repeat;
			height: 30px;
		}
	
	
/*--------------Footer--------------*/	
#footer {
	padding: 10px;
	clear: both;
	width: 739px;
	border-top: 1px solid #7290AF;
	background: #fff;
}
