@charset "utf-8";
/* 
Master CSS document for Norwalk Raleigh Website
Created by: Neal Saxon, Click Optimize
*/

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/images/bg-body.jpg) center top repeat-x;
}

body#index{
	background: #fff url(/images/bg-body-index.jpg) center top repeat-x;
}

/*-------------------( header )-------------------*/
#header{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 893px;
	height: 100px;
}

#logo{
	position: absolute;
	top: 26px;
	left: 0;
	width: 262px;
	height: 74px;
}
#logo a{
	display: block;
	width: 262px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/norwalk-logo.jpg) no-repeat;
}
#header-contact{
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #80837c;
}
ul#header-nav{
	position: absolute;
	bottom: 10px;
	right: 5px;
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	line-height: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#header-nav li{
	float: left;
	border-right: 2px solid #80837c;
	padding: 0 5px;
}
ul#header-nav li.last{
	padding-right: 0;
	border-right: none;
}
ul#header-nav li a{
	color: #80837c;
	text-decoration: none;
}
ul#header-nav li a:hover{
	text-decoration: underline;
}
#july{
	position: absolute;
	top: 15px;
	left: 330px;
	width: 282px;
	height: 70px;
}
#july a{
	display: block;
	width: 282px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/customer-appreciation.png) no-repeat;
}

/*-------------------( home banner )-------------------*/

#banner{
	margin: 0;
	padding: 2px 0 0 0;
	height: 283px;
	background: url(/images/bg-banner.jpg) center top no-repeat;
}
#banner img{
	margin: 0 auto;
	padding: 0;
	height: 283px;
}

/*-------------------( main navigation )-------------------*/

#nav{
	position: relative;
	width: 966px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font: 16px Helvetica, Verdana, Arial, sans-serif;
	line-height: 16px;
	text-align: center;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
	padding: 0 1px 0 0;
	background: url(/images/bg-nav-border.png) right top no-repeat;
}
#nav ul li.one{ width: 90px; }
#nav ul li.two{ width: 130px; }
#nav ul li.three{ width: 85px; }
#nav ul li.four{ width: 202px; }
#nav ul li.five{ width: 120px; }
#nav ul li.six{ width: 115px; }
#nav ul li.seven{ width: 152px; }
#nav ul li.eight{ width: 60px; padding: 0; background: none; }
#nav ul li a{
	color: #fff;
	font-weight: bold;
	padding: 17px 0;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a.current{
	color: #6a1b0f;
	background: #fff;
}


/*-------------------( main content )-------------------*/

#content-container{
	position: relative;
	width: 893px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
}

#content-main{
	float: left;
	width: 585px;
	text-align: justify;
	line-height: 19px;
}

h1{
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #6a1b0f;
	line-height: 30px;
	margin: 0;
	padding: 0 0 20px 0;
}
h2{
	font: 25px Georgia, "Times New Roman", Times, serif;
	color: #6a1b0f;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px 0;
}

p{
	margin: 0;
	padding: 0 0 15px 0;
}

#content-main a{
	color: #6a1b0f;
	text-decoration: none;
}
#content-main a:hover{
	text-decoration: underline;
}

#content-main ul{
	margin-top: 0px;
	padding-top: 0px;
}

#flashcontent {
	width: 585px;
	height: 550px;
}


div.clear{ clear: both; }

/*-------------------( sidebar )-------------------*/

#content-sidebar{
	float: right;
	width: 293px;
}

.btn-container{
}
.btn-container a{
	display: block;
	width: 293px;
	text-indent: -9999px;
	overflow: hidden;
}

}

a#create-own-style{
	height: 118px;
	background: url(/images/btn-create-own-style.png) left top no-repeat;
}
a#create-own-style:hover{ background: url(/images/btn-create-own-style.png) left -118px no-repeat; }
a#find-us{
	height: 98px;
	background: url(/images/btn-find-us.png) left top no-repeat;
}
a#find-us:hover{ background: url(/images/btn-find-us.png) left -98px no-repeat; }

#signup-short{
	width: 268px;
	height: 106px;
	padding: 85px 0 0 25px;
	background: url(/images/bg-signup-short.png);
}
input.txt{
	font-size: 10px;
	color: #666;
	width: 225px;
	margin-bottom: 10px;
}
input.submit{
}

/*-------------------( footer )-------------------*/

#footer-wrap{
	background: #2c2c2c url(/images/bg-footer.jpg) left top repeat-x;
}

#footer{
	position: relative;
	width: 893px;
	margin: 0 auto;
	padding: 45px 0 30px 0;
	font-size: 10px;
	line-height: 10px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footer ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#footer ul.row1{ padding: 20px 0 0 0; width: 710px; }
#footer ul.row2{ clear: left; padding: 7px 0 10px 0; width: 180px; }
#footer ul li{
	float: left;
	margin: 0;
	padding: 1px 5px;
	border-right: 1px solid #fff;
}
#footer ul li.last{
	border-right: none;
}

