﻿/* Main Page Layout */       
#main_wrapper
{
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: left;
	background-image: url('/shared/images/02blue/main_wrapper_background.jpg');
	background-repeat: repeat-x;
	background-color:#3366CC;
}

#content_wrapper
{
	background-image: url('shared/images/02blue/content_background_lt_blue.jpg');
	background-repeat: repeat-x;
	background-color: White;
}


#header
{
	background-color: White;
}

#header_top
{
	background-image: url('../images/header_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
}

#header .column_1
{
	float: left;
	width: 420px;
	padding-right: 15px;
}

#header .column_2
{
	float: left;
}

#header_transparent_bar
{
	height: 30px;
}  

/* Content Page */
#content_page #column_1
{
	width: 258px;
	padding-right: 15px;
	float: left;
}

#content_page #column_2
{
	width: 685px;
	float: left;
}

#content_page #column_2 .wrapper
{
	padding: 30px;
}



/* Text */
.bold_text
{
	font-weight: bold;
}

.underline_text
{
    text-decoration: underline;
}

.white_text
{
	color: White;
	font-weight: bold;
}

.blue_text
{
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}

.blue_text a
{
	color: #006699;
}

.blue_text a:hover
{
	color: Black;
}

.red_text
{
	color: Red;
	font-weight: bold;
}

.large_text
{
	font-size: 22px;
}

.medium_text
{
	font-size: 16px;
}

.small_text
{
	font-size: 12px;
}

.nav_header
{
	background-image: url('/shared/images/02Blue/nav_cat_header.png');
	color: white;
	font-weight: bold;
	height: 22px;
	padding: 10px 22px 10px 22px;	
}

/* Images */
.left_image
{
	float: left;
	padding-right: 10px;
}

.right_image
{
	float: right;
}

/* left_nav Box */
.left_nav_box
{
	padding: 3px 30px 3px 30px;
	background-color: #ebc644;
}

/* White Box */
.white_box
{
	padding: 3px 30px 3px 30px;
	background-color: #FFFFFF;
}

/* Yellow Box */
.yellow_box
{
	padding: 3px 30px 3px 30px;
	background-color: #ffcc33;
}

/* Hours Box */
.hours_box
{
	padding: 3px 30px 3px 30px;
	background-color: #ebc644;
}

/* Post It */
#post_it
{
	position: relative;
	height: 300px;
}

#post_it_content
{
	position: absolute;
	left: -30px;
}

/* Left Products Menu */
#left_products_menu ul
{
	list-style: none;
	padding: 10px 0px 10px 0px;
}

#left_products_menu li
{
	padding-bottom: 5px;
	font-weight: bold;
}

#left_products_menu a:hover
{
	color:white;
}

/* Bold Bullets */
#bold_bullets
{
	padding: 30px 0px 10px 10px;
}

#bold_bullets ul
{
	
}

#bold_bullets li
{
	padding-bottom: 5px;
	color: Yellow;
}

/* Featured Products */
#featured_products
{
	padding: 0px 30px 0px 30px;
}

.featured_product_image
{
	float: left;
	margin-right: 10px;
}

.featured_product_text
{
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.featured_product_header
{
	color:#FFFFFF;
	background-color:#c30808;
	padding: 5px 0px 5px 10px;
}

/* Top Menu */
#top_menu
{
	vertical-align: bottom;
	text-align: right;
}

#top_menu a
{
	color: white;
}

#top_menu a:hover
{
	color: #999999;
}

.top_menu_tab
{
	background-image: url('/shared/images/02Blue/top_menu_tab.png');
	background-repeat: no-repeat;
	width: 122px;
	height: 36px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}     

.top_menu_tab_text
{
    padding-top: 9px;
}    


/* Dealer Logo and Address */
#dealer_logo
{
	margin-left: 20px;
	margin-top: 35px;
}

#header_message
{
	float: left;
	color:#0000FF;
	padding-top: 40px;
	font-weight: bold;
	font-size: 20px;
	height: 74px;
}

#advanced_search
{
	float: left;
	padding: 35px 0px 0px 70px;
}

#advanced_search a
{
	color: Gray;
	text-decoration: underline;
}

#advanced_search a:hover
{
	color: Black;
}

#home_page_welcome
{
	padding: 20px;
}  

/* Home Page */
#home_page #column_1
{
	width: 250px;
	padding-right: 15px;
	float: left;
}

#home_page #column_2
{
	width: 437px;
	padding-right: 15px;
	float: left;
}

#home_page #column_3
{
	width: 233px;
	float: left;
}

#home_page_welcome
{
	padding-top: 20px;
}




/* CSS DropShadow */
.shadow-container 
{
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
.shadow-container .shadow2, .shadow-container .shadow3, .shadow-container .container 
{
	position: relative;
	left: -1px;
	top: -1px;
}
 
.shadow-container .shadow1 
{
	background: #F1F0F1;
}
 
.shadow-container .shadow2 
{
	background: #DBDADB;
}

.shadow-container .shadow3 
{
	background: #B8B6B8;
}

.shadow-container .container 
{
	background: #ffffff;
	border: 1px solid #848284;
	padding: 0px;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 20px 0px 10px 0px;
	background-color: White;
}

#bottom_navigation
{
	padding-bottom: 10px;
}

#copyright
{
	text-align: center;
	font-size: 12px;
}