* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	background-image:url(/images/site_bk.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper { 
	margin: 0 auto;
	width: 899px;
}

 /*
#################################################
# Header Image top of page
# 
#################################################
*/

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	height: 194px;
	margin: 0px 0px 0px 0px;
	background:#FFFFFF url(/images/nav_bk.jpg);
	background-repeat:no-repeat;
}

/*
#################################################
#Top Navigation Section
# 
#################################################
*/
#navigation {
	float: left;
	width: 899px;
	color: #333;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #BD9C8C;
}

#logo{
	width:305px;
	height:194;
	float:left;
	font-size:12px;
}

#top_nav{
	
	float:left;
	margin:130px 0px 0px 0px;
}

#top_nav a{
	color:#0066cc;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	border:0px solid #000;
	padding:5px 0px 0px 0px;
}
#top_nav a:hover{
	color:#333;
	
}
#flash{
  display:inline;
	width:auto;
	width:220px;
	height:194px;
	float:right;
}

/*
#################################################
# Left Navigation, Login, Contact Section
# 
#################################################
*/
#leftcolumn_wrapper { 
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 199px;
	float: left;
}

#leftcolumn { 
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}

#contact{ 
	font-size:11px;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-top:0px dashed #333;
}

#contact a{ 
	font-size:11px;
	color: #0066cc;
	text-decoration:none;
	font-weight:bold;
}

.wireframemenu{
	border: 0px solid #C0C0C0;
	border-bottom-width: 0;
	width: 190px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a{
	font: bold 10px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	color: #999;
	text-decoration:none;
}
/*
#################################################
# Page Content
# 
#################################################
*/
#page_content{
	padding:5px;
	line-height:18px;
	font-size:12px;
	color:#333;
	margin:0px 0px 10px 0px;
}

#content { 
	float: left;
	color: #000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 500px;
	display: inline;
}

#content_member { 
	float: left;
	color: #000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 895px;
	display: inline;
}

#page_title, .Title_Title, H1{
	padding:5px;
	font-size:18px;
	color:#0066CC;
	font-weight:bold;
}

/*
#################################################
# News Section
# 
#################################################
*/
#news_date{
	color:#0066CC;
	font-weight:bold;
}

#news_content{
	font-size:12px;
	color:#333;
	line-height:18px;
}

#news_content img{
	margin:5px 0px 0px 0px;
	padding:1px 1px 1px 1px;
	border:3px solid #0066CC;
	line-height:18px;
}

/*
#################################################
# Featured
# 
#################################################
*/

#featured {
	width: 500px;
	border-top: 3px solid #0066cc;
	border-bottom: 3px solid #0066cc;
	padding-bottom: 10px;
	clear:both;
}

#featured_Title {
	width: 100%;
}

#featured_product {
	float: left;
	display: inline;
	height: 150px;
	width: 161px;
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 2px;
}

#featured_product a {
	color: #000;
	text-decoration: none;
}

#Clear {
	Clear: both;
}


/*
#################################################
# News, Substitute News
# 
#################################################
*/
#rightcolumn_wrapper { 
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFFF;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 350px;
	width: 190px;
	float: left;
}


/*
#################################################
# Footer Section
# 
#################################################
*/
#footer_wrapper { 
	width: 899px;
	height:202px;
	clear: both;
	color: #333;
	background-image:url(/images/footer_jeeps.jpg);
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-top:1px solid #cccccc;
}

#footer { 
	font-size:11px;
	text-align:center;
	color: #333;
	border: 0px solid #ccc;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

#footer a{ 
	font-weight:bold;
	color: #0066CC;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

#footer a:hover{ 
	color: #0066CC;
	text-decoration:underline;
	padding: 0px 0px 0px 0px;
}

#copyright{
	font-size:10px;
	text-align:center;
}

.form_input {
	width: 98%;
	border: 1px solid black;
}

#row_0 {
	display: block;
	float: left;
	background-color: #000000;
	color: #fff;
	font-weight: bold;
	width: 475px;
}

#row_1 {
	display: block;
	float: left;
	width: 475px;
	font-size: 10px;
}

#row_2 {
	width: 475px;
	display: block;
	float: left;
	background-color: #d6ebff;
	font-size: 10px;
}

#row_3 {
	width: 475px;
	display: block;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

#cell {
	text-indent: 5px;
	display: block;
	float: left;
	width: 240px;
}

#cell_3 {
  text-indent: 5px;
  display: block;
  float: left;
  width: 175px;
}

#cell_25 {
  display: block;
  float: left;
  width: 25px;
  text-align: center;
}

#cell_50 {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}

#cell_100 {
	display: block;
	float: left;
	width: 70px;
	text-align: center;
}

#cell_100 a {
	font-weight: bold;
	color: #066acd;
	text-decoration: none;
}

#SubCategory_Wrapper {
	width: 500px;
	display: block;
}

#Category_Content {
	width: 500px;
	display: block;
}

#Category_Guide {
	width: 500px;
	height: 410px;
	overflow: auto;
	display: block;
	border: 1px solid black;
}

#Category_Title {
	display: block;
	width: 500px;
}

#event_wrapper {
	display: block;
	width: 190px;
}

#event {
	text-indent: 10px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dashed #ccc;
}

#event_title a {
	font-weight: bold;
	font-size: 10px;
	color: #066acd;
	text-decoration: none;
}
#event_title a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

#event_date {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

/*
#################################################
#
#
#################################################
*/

#Cat_List_Wrapper {
	width: 895px;
	display: block;
}

#Cat_Wrapper {
	width: 240px;
	height: 250px;
	display: block;
	float: left;
	padding: 2px;
}

#Cat_Image {
	width: 100%;
	height: 230px;
	display: block;
	text-align: center;
}

#Cat_Name {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#Cat_Name a {
	font-weight: bold;
	text-decoration: none;
}

/*
#################################################
# Contact Form CSS
# 
#################################################
*/

table.form_table {
	width:490px;
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fff;
}

table.form_table th {
	color:#fff;
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: #333;
	-moz-border-radius: ;
}

table.form_table td {
	text-align:left;
	color:#0066CC;
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: #efefef;
	-moz-border-radius: ;
}

#Form_Wrapper {
	width: 490px;
	display: block;
	float: left;
}

#Form_Contents_Name {
	width: 140px;
	float: left;
	margin: 2px;
	text-align: right;
}

#Form_Contents_Input {
	width: 340px;
	float: left;
	margin: 2px;
	text-align: right;
}

#Form_Contents_Input input {
	width: 100%;
	border: 1px solid black;
}

#Form_Contents_Submit {
	width: 490px;
	float: left;
	margin: 2px;
	text-align: right;
}

#Form_Contents_Textarea {
	width: 490;
	float: left;
	margin: 2px;
	text-align: left;
}

#Form_Contents_Textarea textarea {
	width: 100%;
	border: 1px solid black;
}

#Show_Checkbox {
	display: block;
	float: left;
	width: auto;
	padding-right: 10px;
}