/*** Sub Navigation ------------------------------------------------------ ***/
#menu_sub li {
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#menu_sub li a {
	display: block;
	line-height: 34px;
	border: 1px solid #e9d5a3;
	border-top-style: none;
	font-size: 13px;
}
#menu_sub ul li:first-child a {
	padding-top: 5px;
}
#menu_sub li a:hover {
	background: transparent url(../images/sub_menu_hover.gif) repeat-x scroll left top;
	color: #3e4d4a;
}
#menu_sub li.on a {
	color: #fcfcfc;
	background: #d4902f url(../images/sub_menu_active.gif) repeat-x scroll left top;
}
#menu_sub li.on a:hover {
	color: #3e4d4a;
}
#menu_sub {
	height: 295px;
	padding: 0;
}
/*** End Sub Navigation ***/

/*** Banners ------------------------------------------------------------- ***/
#banner {
	height: 260px;
	position: relative;
	margin-bottom: 20px;
}
#banner h2 {
	clear: left;
	float: left;
	width: 201px;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}
#banner h2 span.link {
	width: 188px;
	display: block;
	line-height: 22px;
	background-color: #44a4b4;
	text-align: center;
	color: #fcfcfc;
	font-size: 13px;
}
#banner h2.on span.link {
	color: #3e4d4a;
	margin-left: 10px;
	background: #8ad4e1 url(../images/home/banner_link_active.gif) no-repeat scroll right center;
}
#banner h2.on span.link span {
	padding-right: 20px;
}
#banner h2.hover span.link {
	color: #3e4d4a;
	background-color: #8ad4e1;
}
#banner div.links {
	position: absolute;
	top: 0;
	right: 15px;
	width: 570px;
	height: 260px;
	background-color: #fcfcfc;
}
#banner div.links div.bg {
	width: 430px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner div.links div.bg a {
	display: block;
	width: 430px;
	height: 260px;
}
#banner div.links ul {
	margin: 0;
	padding: 0;
	width: 130px;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
#banner div.links li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
#banner div.links li a {
	display: block;
	height: 87px;
}
#banner div.links li a .image {
	display: block;
	height: 67px;
	background-position: center center;
	background-repeat: no-repeat;
}
#banner div.links li a .name {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
/*** End Banners ***/

/*** Home Body ----------------------------------------------------------- ***/
#body {
	padding: 0 20px 0 10px;
}
#body .col1 {
	float: left;
	width: 178px;
}
#body .col2 {
	float: right;
	width: 557px;
}
#body p {
	margin-top: 0;
}
/*** End Home Body ***/

/*** Brands List --------------------------------------------------------- ***/
#brands {
	clear: both;
}
#brands h1 {
	margin: 0 10px;
	padding: 0 0 3px 5px;
	color: #928b78;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	background: transparent url(../images/dot_grey.gif) repeat-x scroll left bottom;
}
#brands p.own {
	float: right;
	margin: -23px 10px 0 0;
	padding: 0;
	font-size: 11px;
}
#brands p.own a {
	display: block;
	line-height: 20px;
	padding: 0 5px;
}
#brands ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	height: 80px;
	background-color: #ffffff;
	list-style: none;
}
#brands li {
	float: left;
}
#brands li a {
	float: left;
	padding: 10px;
	line-height: 60px;
}
#brands li a img {
	border-style: none;
}
/*** End Brands List ***/
