body {
	background: #0c131b url(/images/bg2.jpg) 50% 0 repeat-x;
	color: #a2aabf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
#bgTop {
	background: #152139 url(/images/bg.jpg) 50% 0 repeat-x;
	display: table;
	width: 100%;
}
#shadowsHome {
	background: url(/images/home_shadows.png) 50% 28px no-repeat;
}
#shadowsInside {
	background: url(/images/inside_shadows.png) 50% 28px no-repeat;
}
.wrap {
	margin: 0 auto;
	width: 960px;
}

/************************************************************************************************************************************************/
/*********** header *****************************************************************************************************************************/
/************************************************************************************************************************************************/

#printheader {
	display: none;
	visibility: hidden;
}
#header {
	height: 168px;
	margin: 0;
	position: relative;
}
#logo {
	height: 71px;
	position: absolute;
	left: 14px;
	top: 27px;
	width: 429px;
	z-index: 1000;
}

#header-right {
	height: 115px;
	position: absolute;
	right: 0;
	width: 300px;
}

#social {
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1000;
}

#social a {
	display: block;
}

#search {
	height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 66px;
	right: 3px;
	width: 229px;
	z-index: 1000;
}
.searchInput {
	border:none;
	background: url(/images/search_box.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 5px 28px 5px 8px;
	width: 193px;
}
.searchButton {
	position: absolute;
	right: 4px;
	top: 3px;
	z-index: 1001;
}

/********** top navigation *****************************************************/

#topNavigation {
	float: left;
	position: relative;
	height: 48px;
	margin: 0;
	padding: 115px 0 0 0;
}
#topNavigation ul {
	float: left;
	height: 48px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 6px;
}
#topNavigation li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
#topNavigation li.last {
	margin: 0;
}
#topNavigation li a {
	background: url(/images/top_nav_arrow.png) 0 14px no-repeat;
	color: #9c9c9c;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 17px 0 17px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNavigation li a:hover,
#topNavigation li a.current {
	background: url(/images/top_nav_arrow_over.png) 0 14px no-repeat;
	color: #9c9c9c;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 17px 0 17px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNavigation li a.current {
	color: #ffffff;
}

/************************************************************************************************************************************************/
/*********** homepage ***************************************************************************************************************************/
/************************************************************************************************************************************************/

#cbBig {
	float: left;
	height: 356px;
	margin: 0;
	position: relative;
	width: 960px;
}
#cbBig .imgCountersContainer {
	position: relative;
	z-index: 600;
}
#cbBig .imgCounters {
	background-color: transparent;
	position: absolute;
	left: 17px;
	bottom: -25px;
	width: auto;
	z-index: 600;
}
#cbBig .img_counter_page {
	display: block;
	float: left;
	height: 8px;
	margin: 0 7px 0 0;
	width: 9px;
}
#cbBig .img_counter_page a {
	background: url(/images/img_counter_off.png) 0 0 no-repeat;
	border: none;
	color: #2e3b68;
	display: block;
	font-size: 0px;
	height: 4px;
	padding: 0 0 4px;
	text-align: left;
	width: 9px;
}
#cbBig .img_counter_page a:hover,
#cbBig .img_counter_page a.current {
	background: url(/images/img_counter_on.png) 0 0 no-repeat;
	border: none;
	color: #9c9c9c;
	display: block;
	font-size: 0px;
	height: 4px;
	padding: 0 0 4px;
	width: 9px;
}
#homepageDivider {
	background: url(/images/homepage_divider.png) 0 0 repeat-x;
	height: 20px;
}
.cbLeft {
	float: left;
	margin-right: 50px;
	width: 613px;
}
.cbLeftTitle h1 {
	background: url(/images/cb_left_title.png) 0 0 no-repeat;
	color: #cac9c9;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 16px;
	padding: 14px 25px 20px;
}
.cbLeftBody {
	padding: 0 22px;
}
.cbLeftBody,
.cbLeftBody p {
	color: #9ea6ba;
	font-size: 12px;
	line-height: 17px;
}
.cbLeftBody p {
	margin-bottom: 17px;
}
.cbLeftBody h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px 0;
}
#cbRightWrap {
	float: right;
	width: 288px;
}
.cbTopCorners {
	background: url(/images/cb_top_corners.png) 0 0 no-repeat;
	height: 15px;
}
.cb {
	background: url(/images/cb_stretch.png) 0 0 repeat-y;
	padding: 0 22px;
	position: relative;
}
.cbTitle h2 {
	background: url(/images/cb_title_bg.png) 0 0 no-repeat;
	display: block;
	line-height: 22px;
	margin: 0;
	padding: 5px 11px 8px 41px;
	position: absolute;
	top: 0;
	left: -8px;
	width: 244px;
}
.cbBody {
	padding: 41px 0 12px;
}
.cbBody,
.cbBody p {
	color: #bec0c5;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}
.cbBody p {
	margin: 0 0 12px;
}
.cbBody a {
	color: #9c9c9c;
	text-decoration: none;
}
.cbBody a:hover {
	color: #ffffff;
	text-decoration: none;
}
.cbbody h2 {
	margin: 0;
}
.cbBottomCorners {
	background: url(/images/cb_bottom_corners.png) 0 0 no-repeat;
	height: 31px;
}

/***********************************************************************************************************************************************/
/******* inside page ***************************************************************************************************************************/
/***********************************************************************************************************************************************/

#insideTopCorners {
	background: url(/images/inside_top_corners.png) 0 100% no-repeat;
	height: 32px;
}
#insideBgStretch {
	background: url(/images/inside_bg_stretch.png) 0 0 repeat-y;
	margin: 0;
	min-height: 1px; /* ie7 */
}
#insideContent {
	background: url(/images/inside_content_bg_top.png) 20px 0 no-repeat;
	float: right;
	min-height: 733px;
	padding: 0 20px 12px;
	width: 704px;
}
#insideBottomCorners {
	background: url(/images/inside_bottom_corners.png) 0 0 no-repeat;
	height: 53px;
}

/******** left navigation ***************************************/

#navcontainer {
	float: left;
	margin: 0 0 0 -9px;
	padding: 0;
	width: 216px;
}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li a {
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 10px 10px 10px 43px;
	text-decoration: none;
}
#navcontainer li a:hover {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 10px 10px 10px 43px;
	text-decoration: none;
}
#navcontainer li a#current {
	background: url(/images/left_nav_down.png) 0 0 no-repeat;
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 10px 10px 10px 43px;
	text-decoration: none;
}
#navcontainer ul ul {
	padding: 0 0 0 15px;
	margin: 0;
}
#navcontainer li li a#current {
	background: none;
	color: #ffffff;
}

/***********************************************************************************************************************************************/
/******* footer ********************************************************************************************************************************/
/***********************************************************************************************************************************************/

#footerBg {
	background-color: #0c131b;
	margin: 0;
}
#footer {
	background-color: #0c131b;
	color: #9c9c9c;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 auto;
	padding: 32px 20px;
	width: 920px;
}
.footerBox {
	float: left;
	margin: 0;
}
.footerTitle {
	color: #fefefe;
}
#footer a {
	color: #fefefe;
	text-decoration: none;
}
#footer a:hover,
#footer a.current {
	color: #999999;
	text-decoration: none;
}
#grip {
	text-align: right;
	margin-top: 16px;
}

#GRIPFooterLogo {
	margin: 0 auto;
	padding-top: 0 !important;
	width: 131px !important;
}

#GRIPFooterLogoText {
	line-height: 8px;
}

#copyright {
	color: #606885;
	margin: 16px 0 0;
	text-align: center;
}
#printfooter {
	display: none;
	visibility: hidden;
}

/************************************************************************************************************************************************/
/*********** general classes ********************************************************************************************************************/
/************************************************************************************************************************************************/

.floatRight {
	float: right;
	text-align: right;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear: both;
}
.leftPadding {
	padding-left: 25px;
}
