/* import stylesheets */
@import url("nav.css");
/* end import */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,hr {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/*
Title:		South Tacoma Glass: main.css
Author: 	www.focusdesignstudios.com, patrick@focusdesignstudios.com
Created:	October 2007
*/
	
body {
	background:#e5f6ff;
	font:16px/1.4 Verdana, Arial, Helvetica, sans-serif; /* sets default font for the entire page */
	color:#333;
	}
	
h1 {
	font:normal bold 36px/1 Georgia, "Times New Roman", Times, serif;
	color:#319bde;
	margin:15px 0 0 0;
	}
	
.h1_green {
	color: #1abe92;
	}
	
h2 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin:20px 0 0 0;
	}
	
p {
	margin:10px 0;
	}
	
a {
	color:#319bde;
	}
	
a:hover {
	color: #1abe92;
	}
	
.inner_container { /* centering container for each content divs */
	margin: 0 auto;
	width: 770px;
	}
	
#header {
	float:left;
	width:100%;
	background:url(../images/bg_header.jpg) #fff repeat-x;
	border-bottom:2px solid #319bde;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#2899c6;
	}
	
#header h1 {
	display: none;
	}
	
	.main_logo {
		margin-top: 20px;
		}
	
	.special {
		float: right;
		width:345px;
		height:117px;
		margin: 40px 15px 0 0;
		background:url(../images/bg_upperright.jpg) no-repeat;
		}
		
	.special h2 {
		margin-top:35px;
		margin-left:5px;
		font: normal 24px Georgia, "Times New Roman", Times, serif;
		color:#0a5483;
		}
		
	.special p {
	margin:-1px 0 0px 7px;
	padding:0;
	font-size:12px;
	color:#fff;
		}
	
#section_content {
	float:left;
	width:100%;
	border-bottom: #319bde solid 3px;
	background:#fff;
	}
	
	#section_content p {
		margin-right: 250px;
		}
		
	#section_content img {
		float:right;
		margin:10px 15px 10px 0;
		}
		
#main_content {
	padding-top: 25px;
	width:100%;
	float:left;
	}
	
	#main_content h1 {
		clear:both;
		}
		
	#main_content ul {
		list-style:disc;
		list-style-position:outside;
		margin-left:35px;
		margin-bottom:10px;
		}
		
	#main_content hr {
		margin: 15px 0;
		color:#319bde;
		background:#319bde;
		border:none;
		}
/******** Tri-Column Anatomy ********/
		
.column {
	width: 225px;
	float:left;
	_display:inline;
	}
	
	.column h2 {
		font: normal normal Georgia, "Times New Roman", Times, serif;
		font-size:35px;
		color: #2899c6;
		background:url(../images/bg_heads.jpg) left bottom no-repeat;
		}
		
	.column img {
		margin-bottom: 15px;
		}
	
	.midcol {
		padding: 0 25px;
		margin:0 22px;
		background: url(../images/bg_midcol.jpg) 0 30px no-repeat;
		}
		
	.midcol h2 {
		color: #1abe92;
		}
		
	a.learn_more {
		display:block;
		width:125px;
		height:47px;
		margin: 0 auto;
		text-indent:-9000px;
		outline:none;
		background:url(../images/bg_learnmore_button.jpg) no-repeat;
		margin-bottom: 15px;
		}
		
	a.learn_more:hover {
		background:url(../images/bg_learnmore_button.jpg) 0 -47px no-repeat;
		}
		
/******** 2 Column Anatomy ************/
	
.leftcol {
	float: left;
	width: 250px;
	color: #336699; /* sets color for fonts, unless otherwise specified */
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	}
	
.rightcol {
	float: left;
	width: 475px;
	margin-left: 25px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	}
	
	.leftcol h2, .rightcol h2, .leftcol_contact h2, .rightcol_contact h2 {
		font: normal normal 25px Georgia, "Times New Roman", Times, serif;
		color: #2899c6;
		margin: 0 0 15px 2px;
		}

.leftcol_contact { /* Left column for the contact page */
	float: left;
	width: 275px;
	color: #336699; /* sets color for fonts, unless otherwise specified */
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	}
	
.rightcol_contact { /* Right column for the contact page */
	float: left;
	width: 450px;
	margin-left: 25px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	}
		
	.rightcol_contact img.map {
		border: 2px solid #2899c6;
		float:right; margin-bottom:15px;
		}
		
/********* One Column Anatomy *********/

.gallery {
	width: 100%;
	}
	
	.gallery img {
		margin: 10px 15px 0 0;
		}
	
/********* Footer Anatomy **********/

#footer {
	float:left;
	width:100%;
	background: url(../images/bg_footer.jpg) #29414d repeat-x;
	font-size: 14px;
	padding: 10px 0;	
	color: #f1f1f1;
	clear: both;
	}
	
#footer hr {
	color:#51656f;
	background:#51656f;
	margin: 20px 45px;
	height: 1px;
	}
	
#footer h1 {
	font: normal normal 30px Verdana, Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	}
	
#footer .right {
	text-align: right;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/******** Clearing ********/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;} /* for IE-mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/************ Contact Form ******************/

#contactForm label {
	float: left;
	text-align:right;
	width: 125px;
	padding: 0;
	margin:0 5px 0 0;
}

#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

div#contactForm {
	margin-left: 15px;
	}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
	color: #333;
}

#contactForm fieldset {
	width: 500px;
	margin: 0;
	padding: 10px;
}

#contactForm .txt {
	border: 1px solid #2899c6;
}

#contactForm .textarea {
	width:250px;
	height:165px;
	border: 1px solid #2899c6;
	}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #2899c6;
	background-color: #1ABE92;
	color:#fff;
}

.req {
	color:#FF0000;
	}

#poweredby {
	text-indent: -9000px;
	}
