@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:16px;
	font-family: Geneva, Verdana, sans-serif;
	color: #AAAAAA;
	background: #FFFFFF;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #95d4ef;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

p {
	margin: 0;
	padding: 0;
}

p2 {
	color: #777777;
}
.h1 {
	font-size: 18px;
	font-weight: bold;
}

.h2 {
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
}

.h3 {
	color: #105f9b;
	font-size: 14px;
	font-weight: bold;
}

.h3 a:link, .h3 a:visited, .h3 a:active {
	color: #105f9b;
	font-size: 14px;
	font-weight: bold;
}

.h3 a:hover {
	color: #3688c6;
}



a img {
	border:none;
}

/* Container */
#container {
	position: relative;
	width: 950px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#content_container {
	position:relative;
	width:100%;
	background-image:url(images/body_slice.jpg);
	background-repeat:repeat-y;
	background-position: top left;
	overflow: hidden;
}

#content_container_head {
	position: absolute;
	width: 950px;
	height: 399px;
	top: 0px;
	left: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#content_container_foot {
	position: relative;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	
}

#mail_icon {
	position: absolute;
	top: 36px;
	left: 40px;
	z-index: 3;
}

#home_link {
	position: absolute;
	top: 12px;
	left: 64px;
	height: 150px;
	width: 150px;
}

/* Main Menu */
#main_menu {
	position: absolute;
	width: 200px;
	top: 190px;
	left: 38px;
	z-index: 2;
}

#main_menu ul {
	list-style-type:none;
	margin: 0px;
	padding:0px;
}

#main_menu li {
	margin: 0px;
	padding: 0px 0 15px 0;
}

#main_menu a:link, #main_menu a:visited, #main_menu a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#main_menu a:hover {
	color:#105f9b;
	text-decoration:none;
	border-bottom: none;
}


/*Main Content */
#main_content {
	position: relative;
	margin: 0px;
	padding: 90px 27px 0 0;
	left: 0px;
	top: 0px;
	float: right;
	width: 646px;
	text-align:left;
	overflow: hidden;
}

.full_column {
	padding: 4px 27px 4px 27px;
}

.full_column_img {
	padding: 15px 0 15px 0;
	max-width: 646px;
	clear: both;
}

.column_one {
	position: relative;
	width: 285px;
	padding: 0 0 0 27px;
	float: left;
	margin: 0px
}

.column_two {
	position: relative;
	width: 285px;
	float: right;
	padding: 0 27px 0 0;
	margin: 0px;
}

#main_content ul {
	list-style-type:none;
	list-style-image: url(images/li_bullet.gif);
	margin: 0 0 0 12px;
	padding:0px;
}

#main_content li {
	margin: 0px;
	padding: 5px 0 5px 0;
}

#main_content ul img {
	margin: 0 0 0 -12px;
}


/* White Box */
#white_box {
	position: relative;
	width: 646px;
	clear:both;
	margin: 25px 0 25px 0;
	overflow: hidden;
	padding: 0px; 
}

#white_box2 {
	position: relative;
	top: -4px;
	width: 646px;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px; 
	padding: 0px; 
	
}

#white_box_content {
	position: relative;	
	overflow:hidden;
	padding: 10px 0 10px 0;
	
}

#white_box_head {
	height: 12px;
	margin: 0px;
	background-image:url(images/white_box_head.gif);
	background-repeat:no-repeat;
	padding: 0px; 
}

#white_box_foot {
	height: 12px;
	margin: -5px 0 0 0;
	background-image:url(images/white_box_foot.gif);
	background-repeat:no-repeat;
	clear:both;
	padding: 0px; 
}

.brand_logo img{
	border-color: #CCC;
	border-width: 1px;
	border-style:solid;
}


/* Bottom Sidebar */

#bottom_sidebar {
	position: relative;
	margin: -330px 0px 0px 0px;
	clear: both;
	float: left;
	left: 37px;
	width: 200px;
}

#wrench_club {
	background-image:url(images/wrench_club_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	padding: 40px 20px 0 20px;
	margin: 0 0 40px 0;
	text-align:left;
}

#hours {
	position:relative;
	margin: 0 0 40px 0;
	line-height: 21px;
}

#hours a:link, #hours a:visited, #hours a:active, #hours a:hover {
	border-bottom:none;
	text-decoration:none;
}

#address {
}


/* Footer */
#footer {
	margin: 0 0 10px 0;
	color:#BBB;
}

