@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}

#container {
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #4C4186;
	background-image: url(media/images/site/container_bg.png);
	background-repeat: repeat;
	width: 770px;
	margin: 0 auto 0 auto;
}
#container #page_footer {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	clear: both;
	line-height: 30px;
}
#container #page_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #page_footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#container #alt_col {
	display: block;
	width: 204px;
	float: left;
	text-align: center;
	font-size: 12px;
}
#container #alt_col #search_form {
	background-image: url(media/images/site/search_bg.jpg);
	height: 54px;
	width: 194px;
	margin-right: 0px;
	margin-left: auto;
	padding-top: 23px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #4C4186;
	display: block;
}
#container  #alt_col  #search_form  .text_input {
	background-color: #D3E3F4;
	border: 1px solid #4C4186;
	width: 170px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	margin-right: 10px;
}
#container #alt_col #search_form .form_button {
	margin-left: auto;
	display: block;
	margin-right: 10px;
	width: 80px;
	margin-top: 2px;
	background-color: #FFFFFF;
	color: #4C4186;
	border: 1px solid #4C4186;
	height: 22px;
	line-height: 22px;
}
#container #alt_col #main_menu {
	text-align: right;
	list-style-type: none;
	line-height: 45px;
	font-size: 24px;
	display: block;
	margin-top: 5px;
	clear: left;
	margin-bottom: 22px;
}
#container #alt_col #main_menu li {
	margin-top: 5px;
	display: block;
}

#container #alt_col #main_menu a:link {
	margin-top: 5px;
	display: block;
}

#container #alt_col #main_menu #home_link {
	background-image: url(media/images/menu/home_bg.jpg);
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #4C4186;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#container #alt_col #main_menu #home_link:hover {
	background-image: url(media/images/menu/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container #alt_col #main_menu #about_link {
	background-image: url(media/images/menu/about_bg.jpg);
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #4C4186;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#container #alt_col #main_menu #about_link:hover {
	background-image: url(media/images/menu/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container #alt_col #main_menu #contact_link {
	background-image: url(media/images/menu/contact_bg.jpg);
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #4C4186;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#container #alt_col #main_menu #contact_link:hover {
	background-image: url(media/images/menu/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container #alt_col #main_menu #shop_link {
	background-image: url(media/images/menu/shop_bg.jpg);
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #4C4186;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#container #alt_col #main_menu #shop_link:hover {
	background-image: url(media/images/menu/shop_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}






#container #main_col {
	display: block;
	margin-left: 204px;
	background-color: #FFFFFF;
	color: #000000;
}
#container #main_col .main_header {
	color: #FFFFFF;
	background-color: #6097D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 20px;
	text-transform: capitalize;
	padding-left: 10px;
	line-height: 28px;
	margin-bottom: 5px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}
#container #main_col .normal_text {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
#container #main_col .normal_list {
	margin-left: 10px;
	padding-left: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}
#container #main_col .sub_header {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.float_right_img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
}
#container #main_col #address {
	display: block;
	width: 170px;
	float: right;
}
h2 {
	font-size: 14px;
	margin-left: 10px;
}
#container #main_col #map {
	height: 300px;
	width: 370px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #6097D0;
}
#container #main_col #shop_container {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-left: solid 0px #000000;
	border-bottom: solid 0px #000000;
}
#container #main_col #brand_list {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#container #main_col #brand_list li {
	display: inline;
}
#container #main_col #brand_list li img {
	border: 1px solid #000000;
}
