body {
	background: #010000 url(/images/bg.jpg) 50% 0 no-repeat;
	color: #777777;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.wrap {
	margin: 0 auto;
	width: 1046px;
}

#bgMiddleStretch {
	background: url(/images/bg_middle_stretch.jpg) 0 0 repeat-y;
}

#bgMiddleTop {
	background: url(/images/bg_middle_top.jpg) 0 0 no-repeat;
}

#bgMiddleBottom {
	background: url(/images/bg_middle_bottom.jpg) 0 100% no-repeat;
}

/*******************************************************************************************************************************************************/
/*********************************** header ************************************************************************************************************/
/*******************************************************************************************************************************************************/

#header {
	height: 159px;
	margin: 0;
	padding: 0;
	position: relative;
}

#printheader {
	display: none;
	visibility: hidden;
}

#logo {
	left: 43px;
	height: 129px;
	position: absolute;
	top: 17px;
	width: 119px;
	z-index: 5000;
}

/************************ quicklinks ****************************************************************************/

#quicklinks {
	margin: 0 45px;
	padding: 34px 0 12px;
}

#quicklinks ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#quicklinks li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#quicklinks li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#quicklinks li a:hover,
#quicklinks li a.selected {
	color: #ff8a00;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/************************ main navigation ****************************************************************************/

#mainNavigation {
	background: url(/images/bg_main_nav.png) 0 0 no-repeat;
	height: 65px;
	margin: 0 16px 0 20px;
	padding: 4px 7px 8px 4px;
	position: relative;
	z-index: 3000;
}

#mainNavigation ul {
	float: right;
	list-style-type: none;
	margin: 0 24px 0 0;
	padding: 0;
}

#mainNavigation li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNavigation li a {
	color: #382100;
	display: block;
	float: left;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	margin: 24px 23px 22px 25px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 5px rgba(198, 198, 198, 0.75);
	text-transform: uppercase;
}

#mainNavigation li a:hover,
#mainNavigation li a.selected {
	color: #ff8a00;
	display: block;
	float: left;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	margin: 24px 23px 22px 25px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 5px rgba(198, 198, 198, 0.75);
	text-transform: uppercase;
}

#mainNavigation li#homeLi a {
	margin: 16px 10px 24px 0;
	text-shadow: 0;
}

#mainNavigation li#homeLi a:hover,
#mainNavigation li#homeLi a.selected {
	margin: 16px 10px 24px 0;
	padding: 0;
	text-shadow: 0;
}

#mainNavigation li#homeLi a span {
	background: url(/images/home.png) 0 0 no-repeat;
	display: block;
	height: 27px;
	margin: 0;
	width: 22px;
}

#mainNavigation li#homeLi a:hover span,
#mainNavigation li#homeLi a.selected span {
	background: url(/images/home_over.png) 0 0 no-repeat;
	display: block;
	height: 27px;
	margin: 0;
	width: 22px;
}

#mainNavigation li#homeLi a span span,
#mainNavigation li#homeLi a:hover span span,
#mainNavigation li#homeLi a.selected span span {
	display: none;
	visibility: hidden;
}

/*******************************************************************************************************************************************************/
/*************************** homepage ******************************************************************************************************************/
/*******************************************************************************************************************************************************/

#content {
	background-color: #ffffff;
	margin: 0 21px 29px 24px;
	padding: 1px;
}

#cbTopLeft {
	float: left;
	height: 320px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 792px;
	z-index: 200;
}

#cbTopLeft .layer {
	left: 0;
	z-index: 200;
}

#cbTopLeft .controls {
	bottom: 5px;
	height: 18px;
	left: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 300;
}

#cbTopLeft .controls input {
	background: transparent url(/images/img_counter_off.png) 0 0 no-repeat;
	border: none;
	color: #dbdbdb;
	cursor: pointer;
	font-size: 1px;
	height: 18px;
	margin: 0 2px 0 0;
	padding: 0;
	text-decoration: none;
	width: 18px;
}

#cbTopLeft .controls input.active,
#cbTopLeft .controls input:hover {
	background: transparent url(/images/img_counter_on.png) 0 0 no-repeat;
	border: none;
	color: #691916;
	cursor: pointer;
	font-size: 1px;
	height: 18px;
	margin: 0 2px 0 0;
	padding: 0;
	text-decoration: none;
	width: 18px;
}

#cbTopRight {
	float: right;
	height: 320px;
	width: 206px;
}

#cbTopRightTitle h1 {
	background: url(/images/bg_cb_top_right_title.jpg) 0 0 no-repeat;
	border: 1px solid #6d6d6d;
	border-bottom: 0;
	color: #ffffff;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 19px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	padding: 13px 13px 13px;
}

#cbTopCorners {
	background: url(/images/bg_cb_top.png) 0 100% no-repeat;
	height: 21px;
}

#cbBgStretch {
	background: url(/images/bg_cb_stretch.png) 0 0 repeat-y;
	min-height: 1px; /*ie7*/
}

#cbBgBottom {
	background: url(/images/bg_cb_bottom.png) 0 100% no-repeat;
	min-height: 200px;
}

.cb {
	display: inline;
	float: left;
	margin: 0 22px 0 0;
	padding: 0 1px 36px;
	width: 231px;
}

.cb p {
	margin: 0 8px 0 8px;
}

.cb p img {
	margin-left: -8px;
	margin-right: -8px;
}

/*******************************************************************************************************************************************************/
/********************** inside page ********************************************************************************************************************/
/*******************************************************************************************************************************************************/

#bgInsidepageStretch {
	background: url(/images/bg_insidepage_stretch.png) 0 0 repeat-y;
	min-height: 1px; /* ie7 */
}

#bgInsidepageTop {
	background: url(/images/bg_insidepage_top.png) 0 0 no-repeat;
	min-height: 655px;
	position: relative;
}

#insidepageCornerOverlay {
	background: url(/images/insidepage_corner_image.png) 0 0 no-repeat;
	bottom: -3px;
	height: 50px;
	position: absolute;
	right: 1px;
	width: 46px;
}

#insideContent {
	display: inline;
	float: right;
	margin: 0 21px 50px 24px;
	padding: 0;
	width: 722px;
}

#breadcrumb {
	color: #777777;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#breadcrumb a {
	color: #777777;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

#breadcrumb a:hover,
#breadcrumb a.selected {
	color: #ff8a00;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

#primary_content {
	float: left;
	width: 513px;
}

.secondary_content {
	border-left: 1px solid #9a938d;
	float: right;
	margin: 0 0 0 15px;
	min-height: 500px;
	padding: 0 0 0 15px;
	width: 178px;
}

.secondary_content .page_cb_title {
	color: #6c1c18;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 8px;
	padding: 0;
}

.session_message {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-top: 1px solid #6c1c18;
	border-bottom: 1px solid #6c1c18;
	background-color: #ffefef;
	color: #6c1c18;
}

.session_message ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#insidepageBottomCorners {
	background: url(/images/bg_insidepage_bottom_corners.png) 0 0 no-repeat;
	height: 4px;
}

/*******************************************************************************************************************************************************/
/*********************** Left navigation ***************************************************************************************************************/
/*******************************************************************************************************************************************************/

#navigation {
	display: inline;
	float: left;
	margin: 0 0 0 3px;
	padding: 3px 0 3px 0;
	width: 229px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	background: #6a1a17 url(/images/bg_left_nav_li.png) 0 100% repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 2px;
	padding: 4px;
}

#navigation li a {
	background: #868686 url(/images/bg_left_nav.png) 50% 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #6b1b17;
	display: block;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	min-height: 1px; /* ie7 */
	padding: 7px 9px 5px;
	text-decoration: none;
	text-shadow: 0 0 5px rgba(198,198,198,0.75);
	text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a.selected {
	background: #868686 url(/images/bg_left_nav.png) 50% 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #df7303;
	display: block;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	min-height: 1px; /* ie7 */
	padding: 7px 9px 5px;
	text-decoration: none;
	text-shadow: 0 0 5px rgba(198,198,198,0.75);
	text-transform: uppercase;
}

#navigation ul ul {
	padding: 8px 0 4px;
}

#navigation li li {
	background: transparent none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

#navigation li li a {
	background: transparent none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 9px 4px 25px;
	text-shadow: none;
	text-transform: none;
}

#navigation li li a:hover,
#navigation li li a.selected {
	background: transparent url(/images/left_nav_over.png) 9px 3px no-repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ff8a00;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 9px 4px 25px;
	text-shadow: none;
	text-transform: none;
}

#navigation ul ul ul {
	margin: 0 0 0 15px;
	padding: 4px 0 8px;
}

/*******************************************************************************************************************************************************/
/*************************** footer ********************************************************************************************************************/
/*******************************************************************************************************************************************************/

#footerBg {
	background-color: #5b1a13;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	margin: 0 22px 85px 24px;
	padding: 9px;
}

#footerWrap {
	background: #858585 url(/images/bg_footer.png) 50% 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
	margin: 0;
	padding: 13px 20px 16px 23px;
}

.footerBox {
	display: inline;
	float: left;
}

.width1 {
	width: 167px;
}

.width2 {
	margin-left: 7px;
	width: 307px;
}

.width3 {
	margin-left: 8px;
	width: 145px;
}

.width4 {
	margin-left: 8px;
	width: 135px;
}

.width5 {
	float: right;
	line-height: 12px;
	margin-left: 0px;
	text-align: right;
	width: 162px;
}

#footerWrap,
#footerWrap p {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.25);
}

#footerWrap a {
	color: #000000;
	text-decoration: none;
}

#footerWrap a:hover,
#footerWrap a.selected {
	color: #6a1a16;
	text-decoration: none;
}

#footerWrap a.socialMediaFooter {
	float: left;
	display: block;
	margin: 4px 5px 0 0;
} 

.footerTitle {
	color: #691915;
	font-family: "luckiestguy", Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
}

#grip {
	float: right;
	margin-top: 6px;
}

#GRIPFooterLogoText {
	line-height: 8px;
}

#printFooter {
	display:none;
	visibility:hidden;
}
