/******************************************************************************/
/* HEADER																	  */
/******************************************************************************/

#header {
	width: 944px;
	height: 173px;
/*	background: url(../images/header.jpg);*/
}

/******************************************************************************/
/* SUBMENU																	  */
/******************************************************************************/

#subMenu {
	width: 209px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	clear: left;
	float: left;
	margin: 0 1px 0 0;
	font-size: 1.2em;
}

#subMenu ul li {
	width: 209px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 0 0 1px 0;
}

#subMenu ul li a {
	width: 209px;
	height: 24px;
	line-height: 24px;
	display: block;
	background: #666;
	color: #FFF;
	text-indent: 15px;
	text-decoration: none;
}

#subMenu ul li ul li {
	margin: 0;
	padding-bottom: 0;
}

#subMenu ul li a:hover, #subMenu ul li a.active {
	background: #990000;
	color: #FFF;
	text-decoration: none;
}

#subMenu ul li ul li a {
	background: #D1D1D1;
	color: #666;
	font-size: 0.8em;
	text-indent: 25px;
}

#subMenu ul li ul li a.active {
	background: #BC4634;
}

#subMenu ul li ul li a:hover {
	background: #990000;
}

/******************************************************************************/
/* CONTENT																	  */
/******************************************************************************/

#content {
	width: 457px;
}

/******************************************************************************/
/* RIGHT CONTENT															  */
/******************************************************************************/

#rightContent {
	width: 209px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	float: left;
	font-size: 1.2em;
}

#rightContent a.imageLink {
	margin-right: 0;
}

/******************************************************************************/
/* RIGHT CONTENT															  */
/******************************************************************************/

#promotionLink {
	width: 300px;
	height: 31px;
	line-height: 31px;
	display: block;
	margin: 0 auto;
	background: url(../images/buttonBg.png) repeat-x;
}

#promotionLink div {
	height: inherit;
	line-height: inherit;
	background: url(../images/buttonLeftBg.png) left no-repeat;
	padding: 0 0 0 36px;
}

#promotionLink div div {
	height: inherit;
	line-height: inherit;
	padding: 0 11px 0 0;
	background: url(../images/buttonRightBg.png) right no-repeat;
}
