@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	text-align: center;
	background: #343434 url(../images/background-1.jpg) repeat-x;
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
a, a img {
	text-decoration: none;
	border-style: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 10px auto 0;
	width: 760px;
	text-align: left;
}
#whitewrapper {
	background: #FFFFFF url(../images/corner_top_right.jpg) no-repeat right top;
	border-left: 1px solid #343434;
	width: auto;
}

/****   Header  *********************************/
#header {
	height: 172px;
	width: auto;
	border-bottom: 8px solid #CCCCCC;
	margin-right: 2px;
	margin-left: 1px;
	text-align: center;
	background: url(../images/generators.jpg) no-repeat center center;
	font: bold 28px "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 4px;
}
#headerlogo {
	float: left;
	height: 100px;
	width: 200px;
	text-align: left;
}

/****   Nav Row  *******************************/
#navrow {
	width: auto;
	margin-top: 4px;
	height: auto;
}
#primarypicbox {
	float: right;
	height: 370px;
	width: 495px;
	margin-bottom: 4px;
	background: #FFFFCC;
	margin-right: 2px;
}

#nav {
	width: 256px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 24px;
}
#nav li {
}
#nav li a {
	display: block;
	background: url(../images/nav_bkgnd.jpg) no-repeat left top;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #1051A1;
}
#nav li a:hover {
	background: url(../images/nav_bkgnd.jpg) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
}

#contactbox {
	background: #f1f1f1;
	width: 222px;
	height: 124px;
	padding: 20px 10px 10px 24px;
}
#contactbox p {
	padding-top: 10px;
}
#phonebox {
	width: 170px;
	margin: 0px;
}

/****   Body Row  ****************************/

#bodycontent {
	background: #FFFFFF url(../images/corner_bottom_right.jpg) no-repeat right bottom;
	border-top: 8px solid #CCCCCC;
	margin-left: 1px;
	clear: both;
	padding: 4px 2px 2px;
	width: auto;
}

#bodycontent .h1image {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#bodycontent p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 12px;
}
#bodycontent ul {
	list-style: disc;
	margin-left: 30px;
	padding-left: 0px;
}
#bodycontent li {
	margin-left: 0px;
}


#content10col {
	width: 100%;
	background: url(../images/h1_bkgnd_red.jpg) repeat-x;
	padding-top: 0px;
	margin: 0px 4px 4px 0px;
}

#content21col {
	width: 254px;
	background: #f1f1f1 url(../images/h1_bkgnd_blue.jpg) repeat-x;
	float: left;
	padding: 0px;
}
#content21col ul {
	list-style: url(../images/check_red.gif);
	margin-left: 40px;
	font-weight: bold;
}
#content21col li {
	margin-top: 6px;
	margin-bottom: 6px;
}

#content22col {
	margin-bottom: 4px;
	background: url(../images/h1_bkgnd_red.jpg) repeat-x;
	margin-left: 258px;
	margin-top: 0px;
	padding: 0px;
}
#content22col img {
	border: 1px solid #333333;
	margin-left: 30px;
	margin-right: 30px;
}
#salestable {
	margin-left: 10px;
}
#salestable img {
	border-style: none;
	margin: 0px;
}
#salestable h1 {
	color: #FFFFFF;
	background: #343434;
	text-indent: 10px;
	font-size: 14px;
	line-height: 26px;
}

#contentpicbox {
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contentpicbox img {
	border: 1px solid #333333;
	margin-right: 0px;
	margin-left: 0px;
}


/****   Footer  ***/
#footer {
	height: 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}

