* {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f4f6 url(../img/brick.jpg) top left repeat;
}

a {
	color: #ccc;
}

p, td, div, label {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

p {
	margin: 0 0 .5em 0;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.75em 0;	
}
h1 {
	font: 24px "Myriad Pro";
}
h3 {
	font-weight: normal;
	color: #fff;
}

input {
	font-size: 11px;
	height: 20px;
}

.deltaTau {
    position: absolute;
    left: -9999px;
}

.clear {
	clear: both; 
}

.imgHeaderSmall {
	margin: 0 0 .5em 0;
}

.imgHeaderMed {
	margin: 0 0 .75em 0;
}

.imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
.imgright {
	float: right;
	margin: 0 10px 0 5px;
}
.nlFname, .nlEmail {
	margin-right: 3px;
}
.nlFname, .nlLname, .nlEmail {
	border: 1px solid #862d02;
	margin: 0 0 2px 0;
	padding: 2px 0 0 2px;
	height: 16px;
	
}
.nlSubscribe {
	position: absolute;
	left:152px;
}
.nlCancel {
	position: absolute;
	left:216px;
}

.formRow {
	margin: 0 0 2px 0;
	
}
.formField {
	float: left;
	width: 120px;
	color: #fff;
}

.quoteSig 
{
    text-align: right;
    display: block;
}

.product {
    width: 175px;
    float: left;
    margin: 0 30px 20px 0;
}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
}

#topNav {
	height: 74px;
	background: url(../img/nav_bg.gif) repeat-x bottom left;

}

#navList {
	list-style: none;
	margin: 0 0 0 120px;
	text-align: center;
	padding: 25px 0 0 0;
	
}

#navList li {
	float: left;
	margin: 0 40px 0 0;
}

#navList li a {
	color: #fff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#navList li a:hover {
	text-decoration: underline;
}


#banner {
}

#bannerLeft {
	float: left;
	width: 452px;
}

#bannerRight {
	float: right;
	
}

#leftCol {
	float: left;
	width: 309px;
	background: #fff;
}

#rightCol {
	float: right;
	width: 471px;
}

#newsletter {
	height: 91px;
	width: 257px;
	background: url(../img/newsletter_bg.gif) repeat-x 0 0;
	padding: 19px 26px 0 26px;
	position: relative;
}

#news {
	width: 257px;
	height: 100%;
	padding: 19px 26px 0 26px;
	background: #fff url(../img/news_bg.gif) repeat-x 0 0;
}

#news p {
	color: #787878;
	margin-bottom: 2em;
}

#news h5
{
    color: #999;
}

#content {
	padding: 19px 26px;
	background: #fff url(../img/news_bg.gif) repeat-x 0 0;
	clear: both;
}

#content p {
    color: #787878 !important;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    color: #787878 !important;
}

#welcome {
	background: url(../img/welcome_bg.gif) repeat-x 0 0;
	height: 187px;
	width: 379px;
	padding: 20px 46px 0 46px;
}
#rightContent {
	background: #9F3F03 url(../img/welcome_bg.gif) repeat-x 0 0;
	width: 379px;
	height: 577px;
	padding: 20px 46px 0 46px;
}


#popular {
	background: #f0f4f6 url(../img/popular_bg.gif) no-repeat top left;
	width: 379px;
	height: 367px;
	padding: 20px 46px 0 46px;
}

#popular p
{
    color: #999;
}

#footer {
	clear: both;
	height: 40px;
	background: url(../img/nav_bg.gif) repeat-x bottom left;
	text-align: center;
	padding: 15px;
}

#footer p {
	color: #ccc;
}

#footer a {
	color: #fff;
}

#photogallery {
	text-align: center;
	margin-top: 5px;
}
div.photo {
/*	border: 1px solid #ddd;*/
	float: left;
	width: 160px;
	height: 140px;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

div.photo img {
	padding: 3px;
	background: #fff;
	border: 2px solid #ccc;
	margin-bottom: 5px;
}
div.photo a:hover {
	background: #fff;	
}
div.photo a:hover img {
	border-color: #f87400;
}
