/* COPYRIGHT NOTICE

Site: Sound Building Supply
Author: Ignite Studios (www.ignitestudios.net)

Date Created: Feb. 23, 2010
Date Modified: Feb. 23, 2010
*/

/* GLOBAL */

body {
	color: #333333;
	background: #D7E5F2 url(../imgs/main_bg.jpg) repeat-x 0 top;	
	margin: 0px;
	padding: 0px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #16394B;
}

h1 {
	color: #16394B;
	font: bold 22px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	color: #FFFFFF;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	color: #16394B;
	font: bold 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

h4 {
	color: #16394B;
	font: bold 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

h5 {
	color: #C9C78B;
	font: bold 22px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	color: #333333;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* STYLES */

.navbtn {
	text-transform: uppercase;
	text-align: center;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	margin-left: 20px;
	text-decoration: none;
}

.navbtn:link {
	color: #FFFFFF;
}

.navbtn:hover {
	color: #C9C78B;
}

.foot_nav {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	margin-right: 10px;
}

.foot_nav:link {
	color: #FFFFFF;
}

.foot_nav:hover {
	color: #C9C78B;
}

.bold {
	font-weight: bold;
}

.legal {
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	margin-right: 10px;
}

.legal:hover {
	color: #C9C78B;
}

.sidenavbtn {
	text-transform: capitalize;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6F676D;
	text-decoration: none;
}

.sidenavbtn:link {
	color: #6F676D;
}

.sidenavbtn:hover {
	color: #6F676D;
}

.quotes {
	font: italic 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	text-align: left;
}

.quoter {
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	vertical-align: bottom;
}

.quote_company {
	color: #74898B;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	vertical-align: top;
}

/* BOXES */

#nav_box {
	margin-bottom: 10px;
	width: 100%;
	height: 63px;
	background: url(../imgs/nav_bg.jpg) repeat-x 0 top;
}

#java_box {
	width: 100%;
	height: 320px;
}

#info_box {
	width: 100%;
	height: 213px;
	margin-bottom: 10px;
}

/* CONTAINERS */

#nav_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo_container {
	width: 444px;
	height: 63px;
	background: url(../imgs/sbs_nameplate.png) no-repeat center center;
	float: left;
}

#nav_btns {
	width: 496px;
	height: 23px;
	padding-bottom: 10px;
	padding-top: 30px;
	float: right;
}

#java_container {
	width: 960px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#info_container {
	width: 960px;
	margin-right: auto;
	padding-right: 20px;
	margin-left: auto;
}

#home_ltcol {
	width: 445px;
	height: 213px;
	float: left;
	margin-right: 4px;
	background: url(../imgs/home_lft_col.png) no-repeat center bottom;
}

#home_ltcopy {
	width: 270px;
	height: 193px;
	float: right;
	padding: 10px;
	margin-left: 155px;
}

#home_ctrcol {
	width: 242px;
	height: 213px;
	float: left;
	background: url(http://soundbuildingsupply.com/imgs/home_ctr_col.png) no-repeat center bottom;
}

#home_ctrcopy {
	width: 222px;
	height: 193px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#home_rtcol {
	width: 269px;
	height: 213px;
	float: left;
	background: url(http://soundbuildingsupply.com/imgs/home_rgt_col.png) no-repeat center bottom;
}

#home_rtcopy {
	width: 239px;
	height: 193px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

#home_rtimg {
	width: 49px;
	height: 51px;
	float: left;
	margin-top: 10px;
}

/* BUTTONS */

#morebtn_box {
	width: 150px;
	height: 36px;
	float: right;
	margin-top: 10px;
}

#learnbtn_box {
	width: 138px;
	height: 36px;
	float: right;
	margin-top: 10px;
}

#readbtn_box {
	width: 138px;
	height: 36px;
	float: left;
	margin-top: 20px;
}

#contactbtn_box {
	width: 138px;
	height: 36px;
	float: left;
	margin-top: 10px;
}

/* JAVASCRIPT */

#java_show {
	width: 920px;
	height: 300px;
	border: solid #FFF 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* FOOTER */

#footer_box {
	width: 100%;
	height: 218px;
	background: #16394B url(../imgs/footer_bg.jpg) repeat-x 0 top;
}

#foot_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#foot_navbox {
	float: left;
	width: 700px;
}

#foot_nav {
	float: left;
	width: 700px;
	margin-top: 10px;
}

#foot_contact {
	float: right;
	width: 200px;
}

#foot_legal {
	float: left;
	width: 700px;
	margin-top: 50px;
	margin-bottom: 5px;
}

#sitemap_links {
	float: left;
	width: 700px;
}

/* GALLERY PAGE - PHOTOS */

#thumbbox {
	width: 800px;
	height: 400px;
	margin: auto;
}

#thumbcol {
	width: 560px;
	height: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}

#thumbquote {
	width: 400px;
	height: 400px;
	margin: 10px;
	float: right;
	padding: 10px;
	font-size: 18px;

}

#thumbimg {
	width: 130px;
	height: 108px;
	float: left;
	margin: 5px;
}	

div#aboutbox {
	width: 650px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

#download_row {
	width: 560px;
	height: 20px;
	margin-bottom: 5px;
}

#download_col1 {
	width: 450px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

#download_col2 {
	width: 40px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

#download_col3 {
	width: 40px;
	height: 20px;
	float: left;
	margin-right: 10px;
}