@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666766;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666766;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #454442;
	clear:both;
}
.oneColFixCtrHdr #footer {
	background:#666766;
	margin-top:5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menu {
	background: url(../images/menu_gradient.jpg) repeat-x left;
}
.menutext {
	font: 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: capitalize;
	color: #FFF;
	text-align:center;
	padding:10px;
}
.darkgradient {
	background: url(../images/dark_gradient.jpg) repeat-x left top;
}
.greentable {
	border: 3px solid #578383;	
}
.product {
	width:175px;
	float:left;
	padding-left:10px;
	padding-top:15px;
	position:absolute;
}
.clearleft {
	clear:left;
}
.pic1 {
	background: url(../images/pic1.jpg) no-repeat left top;
	float:left;
	margin-top:20px;
	margin-left:15px;
	width:190px;
}
.pic2 {
	background: url(../images/pic2.jpg) no-repeat left top;	
	float:left;
	margin-top:20px;
	margin-left:15px;
	width:190px;
}
.pic3 {
	background: url(../images/pic3.jpg) no-repeat left top;
	float:left;
	margin-top:20px;
	margin-left:15px;
	width:190px;
}
.blackstripe {
	width:175px;
	background-color:#000000;
	top:25px;
	padding:5px;
	color:#FFF;
	z-index:2;
	
}
.red_grad_top {
	
}
.red_grad_bottom {
	background: url(../images/red_grad_bottom.jpg) repeat-x left top;	
}
.collage_bx {
	background:#454442;
	text-align:center;
}
.white1 {
	color:#FFF;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.white6 {
	color:#FFF;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.white6 a:link, .white6 a:hover, .white6 a:active, .white6 a:visited {
	color:#FFF;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.white_yellow a:link {
	color:#FFF;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}

.white_yellow a:hover, .white_yellow a:visited {
	color:#b98d44;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}
.yellow_yellow a:link {
	color:#b98d44;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}

.yellow_yellow a:hover, .yellow_yellow a:visited {
	color:#FFF;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}

.red1 {
	color:#920000;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.slogan {
	text-align:right;
	padding-right:40px;
	padding-top:30px;
}
.left_column {
	width:230px;
	margin-left:5px;
	margin-top:5px;
	float:left;
	background:#1f1f1f;
}
.main_column {
	float:left;
	margin-left:8px;
	margin-top:5px;
	margin-right:5px;
	background: #2b2b2b;
	width:720px;
	padding:5px;
}
.center_pic {
	margin: 0 auto;
}
.margin_15 {
	margin:15px;
}
.margin_152 {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
.red_border {
	border: 1px solid #920000;
	background:#000;
}
.yellow1 {
	color:#b98d44;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.center {
	text-align:center;
}
.dark_gradient2 {
	background: url(../images/dark_gradient2.jpg) repeat-x left top;
	border: 1px solid #b88b42;
	border-bottom-style: none;
	padding:5px;
}
.menu1 {
	border-top: 1px solid #b88b42;
	border-right-style: 1px solid #b88b42;
	border-bottom-style: none;
	border-left-style: 1px solid #b88b42;
	padding:5px;
}
.yellow_box {
	background: #b4843c url(../images/yellow_gradient.jpg) repeat-x left top;
	padding:5px;
}
.table1 {
	margin-top:30px;
	margin-left:3px;
	margin-right:3px;
	font-size:10px;
}
.header_box {
	background:#000;
	border: 1px solid #b4843c;
	padding:8px;
}
.dark_row {
	background:#262626;
	padding:10px;	
}
.dark_row_yellow {
	background:#262626;
	padding:10px;
	border-bottom:1px solid #b98d44;
}
.light_row {
	padding:10px;
	color:#FFF;
}
.light_row_yellow {
	padding:10px;
	color:#FFF;
	border-bottom:1px solid #b98d44;
}

.model_table {
	float:left;
	background:#262626;
	margin-top:15px;
}
.full_table {
	float:left;
	background:#262626;
	margin-top:15px;
}
.standard_features {
	float:left;
	margin-top:15px;
	margin-left: 15px;
	background:#262626;
}
img {
	border:none;
}
.map {
	margin-right:8px;
	float:left;
}
.pad_left_25 {
	padding-left:25px;
}
.yellow1 a:link, .yellow1 a:hover, .yellow1 a:active {
	color:#b98d44;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
