/* First CSS */

html, body   {
background-image:url(img/bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#e6e6e6;
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

H1 {
	font-size:26px;
	color:#808080;
	margin-top:6px;
	margin-bottom:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:18px;
	color:#808080;
	margin-top:6px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



a:link, a:visited, a:active {
	color:#f36f21;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#floatRight {
	float:right;
}





.mainContainer {
	width:920px;
}

.leftColFloat {
	width:212px;
	float:left;
}

.menuContainer {
	width:181px;
	background-image:url(img/menubg.gif);
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:13px;
	padding-bottom:4px;
}

.menuitem {
	width: 161px;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#ededed;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	display:block;
	letter-spacing:0.2em;
	margin-bottom:1px;
	font-weight:normal;
}

a.menuitem:link, a.menuitem:visited, a.menuitem:active {
	text-decoration: none;
	color:#000000;
}

a.menuitem:hover {
	color: #fa9a34;
	text-decoration: none;
	background-color:#555758;
}

.menuEnd {
	width:212px;
	height:28px;
	background-image:url(img/menu_end.gif);
	background-repeat:no-repeat;
}

.rightColFloat {
	width:708px;
	float:left;
}

.content {
	width:608px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:40px;
	padding-left:60px;
	background-image:url(img/contentbg.gif);
	background-repeat:repeat-y;
	text-align:left;
	min-height:200px;
}

.contentBtm {
	width:708px;
	height:40px;
	background-image:url(img/contentbtm.gif);
	background-repeat:no-repeat;
}

.brandBox {
	width:920px;
	height:68px;
	clear:both;
	padding-left:7px;
	padding-right:13px;
	text-align:left;
	padding-bottom:25px;
}
	

.rome {
	width:124px;
	height:43px;
	background-image:url(img/bb_rome.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.rome:hover {
	background-position:bottom;
}

.bern {
	width:70px;
	height:43px;
	background-image:url(img/bb_bern.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.bern:hover {
	background-position:bottom;
}

.ripzone {
	width:117px;
	height:43px;
	background-image:url(img/bb_ripzone.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.ripzone:hover {
	background-position:bottom;
}

.powderroom {
	width:113px;
	height:43px;
	background-image:url(img/bb_powderroom.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.powderroom:hover {
	background-position:bottom;
}

.levi {
	width:67px;
	height:43px;
	background-image:url(img/bb_levi.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.levi:hover {
	background-position:bottom;
}

.elm {
	width:84px;
	height:43px;
	background-image:url(img/bb_elm.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.elm:hover {
	background-position:bottom;
}

.supreme {
	width:152px;
	height:43px;
	background-image:url(img/bb_supreme.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.supreme:hover {
	background-position:bottom;
}

.spacer {
	width:29px;
	float:left;
}

