
/* Menu Main (top)*/
#menubar
{
	background-image: url('images/menugradient.png');
	height: 38px;
	line-height: 38px;
	max-height: 38px;	
}

#menubar a
{
	color: #ff1e0a;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #999 1px 1px 1px;
}

.nocalibri #menubar a
{
	font-size: 15px;
}

#menubar a:hover
{
	text-shadow: #515151 1px 1px 2px;
	color: #fff;
}

#menulayout
{
	width: 100%;
}

#menuleft
{
	width: 174px;
	text-align: center;
}

#menucenter
{
	width: 665px;
}

#menucenter ul
{
	width: 665px;
	padding: 0px;
	list-style-type: none;
}

#menucenter ul li
{
	/*float: left;*/
	clear: none;
	margin: 0px;
	height: 38px;
	max-height: 38px;
	vertical-align: top;
	display:inline-block;
	*display:inline;
}

* html #menucenter ul li
{
	display: inline;
}

#menucenter ul li a
{
	padding: 0px;
	max-height: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 12px;
}

* html #menucenter ul li a
{
	display: inline;
}

#menucenter ul li + li a
{
	background-image: url('images/separator.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px 15px;
}
/*
#menucenter ul li .current
{
	background-image: url('images/focuslight.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}*/

/*#menucenter ul li a:hover, */
#menucenter ul li .current, .dropping
{
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
}

#menucenter ul li .current:hover, .dropping
{
	background-image: url('images/buttonfocus.png') !important;
	color: #fff;
}

#menucenter ul li .loaded
{
	/*background-image: url('');*/
}

.current:after
{
	background-image: url('') !important;
}

 /* 2nd level */
#menucenter ul li ul
{
	display: none;
	position: absolute;
	clear: none;
	float: left;
	left: 0px;
}

#menucenter ul li ul a
{
	font-size: 14px !important;
}

.nocalibri #menucenter ul li ul a
{
	font-size: 12px !important;
}

#menucenter ul li ul li
{
	font-size: 14px !important;
	background-color: #141414;
	clear: right;
}

.nocalibri #menucenter ul li ul li
{
	font-size: 12px;
}

 /* 3rd level */
#menucenter ul li ul li ul
{
}

 /* 4th level */
#menucenter ul li ul li ul li ul
{
	display: none !important;
}

#menuright
{
	
}

#menuright #reasons
{
	visibility: hidden;
}

/* lowermenu */
#lowermenu
{
	width: 660px;
	background-color: #c0c0c0;
	/*border-top: 1px solid #ff1e0a;*/
	/*background-image: url('images/lowergradient.png');*/
	background-repeat: repeat-y;
	padding: 10px 0px 10px 5px;
	display: none;
	position: absolute;
	z-index: 20;
}

#lowermenu ul
{
	 z-index: 20;
}

#lowermenu ul li
{
	position: relative;
	display: inline;
	clear: none;
	left: 0px;
	z-index: 20;
}

#lowermenu > ul > li > a
{
	color: #ff1e0a;
	padding: 5px 8px;
	font-weight: bold;
	background-image: url('images/separator.png');
	background-repeat: no-repeat;
	background-position: right center;
}

/* Tan hack for IE6 */
* html #lowermenu  ul li a
{
	color: #ff1e0a;
	padding: 5px 8px;
	font-weight: bold;
	background-image: url('images/separator.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.nocalibri #lowermenu > ul > li > a
{
	font-size: 13px;
}

#lowermenu a:hover
{
	color: #fff;
}

/* Third level */
#lowermenu > ul > li > ul
{
	display: none;
	font-size: 14px;
	position: absolute;	
	background-color: #c0c0c0;
	width: 180px;
	left: 1px;
	margin-left: 0px;
	margin-top: 4px;
	padding-bottom: 10px;
	background-image: url('images/dropdownbottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 21;	
}


/* Tan hack for IE6 */
* html #lowermenu  ul li ul
{
	display: none;
	font-size: 14px;
	position: absolute;	
	background-color: #c0c0c0;
	width: 180px;
	left: 1px;
	margin-left: 0px;
	margin-top: 4px;
	padding-bottom: 10px;
	background-image: url('images/dropdownbottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 21;
}

.nocalibri #lowermenu > ul > li > ul
{
	font-size: 12px;
}

#lowermenu > ul > li > ul > li
{
	border: 0px;	
	clear: both;
	display: list-item;
	background-image: none;	
	left: 0px;
}

/* Tan hack for IE6 */
* html #lowermenu ul li ul li
{
	border: 0px;	
	clear: left;
	clear: both;
	display: block;
	background-image: none;	
	left: 0px;
}

#lowermenu > ul > li > ul > li a
{
	color: #ff1e0a;
	font-weight: bold;
	padding: 8px 0px 2px 8px;
	width: 160px;
	display: block;
}

/* Tan hack for IE6 */
* html #lowermenu ul li ul li a
{
	color: #ff1e0a;
	font-weight: bold;
	padding: 8px 0px 2px 8px;
	width: 160px;
	display: block;
	clear: left;
	background-image: url('');
}

#lowermenu > ul > li > ul > li a:hover
{
	color: #fff;
}

/* Tan hack for IE6 */
* html #lowermenu ul li ul li a:hover
{
	color: #fff;
}

/* 4th level */
#lowermenu > ul > li > ul > li > ul
{
	display: none;
}

/* Tan hack for IE6 */
* html #lowermenu > ul li ul li ul
{
	display: none;
}

#menuright
{
	width: 160px;
	text-align: left;
	line-height: 12px;
}

#menuright a
{
	width: 156px;
	padding: 6px 0px 0px 4px;
	display: block;
}

#menulayout
{
	
}
/* !Menu Main (top) */

/* Image Menu */
#quoteme
{
	z-index: 100;
	width: 186px;
	height: 100px;
	margin-top: -180px;
	margin-left: 250px;
	position: absolute;
	float: left;
	background-image: url('images/quotemeup-trans.png');
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

#quoteme:hover
{
	background-image: url('images/quotemedown-trans.png');
}

#headlayout #headcenter
{
	width: 675px;
	/*background-image: url('images/imagemenu.jpg');*/
}

#headcenter #imagemenulayout
{
	width: 666px;
	height: 260px;
	margin-top: 7px;
	margin-left: 10px;
}

#headcenter #imagemenulayout td
{
	width: 332px;
	height: 131px;
}

.container
{
	display: none;
	z-index: 1;
	margin-top: 24px;
}

.container .content
{
	z-index: 2;
	padding: 0px 10px 10px;
}

.container .content h2
{
	color: #ff1e0a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;	
	width: 100%;
	text-align: center;
	background-image: url('images/headingbottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 0px;
	margin-bottom: 12px;
}

.nocalibri .container .content h2
{
	font-size: 14px;
}

.container .content li
{
	margin-left: 32px;
	padding: 2px;
}

.container .content a
{
	color: #141414;
	font-size: 14px;
}

.nocalibri .container .content a
{
	font-size: 12px;
}

.container .content a:hover
{
	color: #ff1e0a;
}

.container .content  a
{
	text-transform: uppercase;
	font-weight: bold;
}

.container .content  ul li ul *, .container .content td li a
{
	text-transform: none;
	font-weight: normal;
}

.container .content td > ul
{
	margin-bottom: 10px;
	clear: both;
}

.small
{
	width: 333px;
	height: 131px;
	top: 129px;
	position: absolute;
	z-index: 3;
}

.small .content
{
	padding-left: 100px;
}

.medium
{
	width: 333px;
	height: 260px;
	top: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 2;
}

.large
{
	width: 666px;
	height: 260px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.left-indent
{
	padding-left: 20px;
}

#bike .right-indent
{
	padding-left: 75px;
}

#car .right-indent
{
	padding-left: 175px;
}

#special .right-indent
{
	padding-top: 18px;
}

.right
{

}

.right .container .content
{
	/*padding-left: 0px;*/
}

.right h2
{
	text-align: right;
}

.transparent
{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.85;
	position: absolute;
	background-color: white;
	z-index: -1;
}

/* !Image Menu*/

/* Left Menu */
.leftmenu
{
	padding: 20px 0px 0px 10px;
	
}

.leftmenu li
{
	padding: 3px;
}

.leftmenu li a
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.nocalibri .leftmenu li a
{
	font-size: 12px;
}

.leftmenu li a:hover
{
	color: #ff1e0a;
}

/* !Left Menu */
/* Child Left Menu *//*
#childleftmenu
{
	padding: 20px 0px 0px 10px;	
}

#childleftmenu li
{
	padding: 3px;
}

#childleftmenu li a
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#childleftmenu li a:hover
{
	color: #ff1e0a;
}*/

/* !Left Menu */
