/* CSS Document */


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

div.page {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	height: 800px;
	width: 975px;
}

div.head {
	text-align: center;
	height: 108px;
	width: 975px;
}

div.nav {
	background-color:#996633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/navBack.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 975px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	text-align: center;
	color: #FF6600;
	font-size: 24px;
}

div.navLinks {
	margin-top: 7px;
}
.nav a:visited {
	color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-decoration: none;
}
.nav a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #ff6600;
	text-decoration: none;
}


.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #ff6600;
	text-decoration: none;
}

.nav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC00;
	text-decoration: underline;
}

div.ltcontent {
	background-color: #660000;
	background-image: url(../images/ltBack.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	float: left;
	height: 608px;
	width: 175px;
}

div.ltquote {
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	border: 4px outset #FF6600;
	margin-top: 75px;
}

span.quoteperson {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
}

div.main {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: center;
	float: none;
	height: 608px;
	width: 625px;
	left: 189px;
	position: absolute;
	overflow: auto;
}

div.rtcontent {
	background-color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	background-image: url(../images/rtBack.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: right;
	float: right;
	height: 608px;
	width: 175px;
}

div.foot {
	background-color: #422320;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	font-weight: bolder;
	color: #FF6600;
	text-align: center;
	clear: both;
	float: left;
	width: 969px;
	border: 3px inset #FF6600;
}

.foot a:visited {
	color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
.foot a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}

.foot a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}

.foot a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC00;
	text-decoration: underline;
}

div.navLinksFoot {
	margin-top: 5px;
}

div.ctform {
	background-color:#422320;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-align: center;
	height: 315px;
	width: 300px;
	border: 3px inset #FF6600;
	overflow: hidden;
}

table.products {
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	height: auto;
	width: auto;
}

.products caption {
	font-size: 36px; 
	font-weight: bolder
}

#col1 {
	text-align: left;
	padding: 3px;
	width: 47%;
	margin-left: 10px;
	border-right: thin solid #FC5F1C;
}
#col2 {
	float: right;
	width: 43%;
	text-align: left;
	margin-right: 10px;
}
#weather {
	width: 160px;
	height: 600px;
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring2_160x600_bg.jpg );
	background-repeat: no-repeat;
	background-color: #607041;
	float: right;
	margin-right: 5px;
}
