body {
	background-color: #f0f0f0;
	color: #232323;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#bgTop {
	background: #69a3eb  url(/images/background.jpg) 50% 0 no-repeat;
	display: table;
	width: 100%;
}

#bgTop.bgMilitary {
	background: #ffffff url(/images/bg_military.jpg) 50% 0 no-repeat;
}

.wrap {
	margin: 0 auto;
	width: 940px;
}

/*******************************************************************************************************************************************************/
/*********************************** header ************************************************************************************************************/
/*******************************************************************************************************************************************************/

#printheader {
	display: none;
	visibility: hidden;
}

#header {
	height: 170px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	height: 94px;
	margin: 0;
	width: 337px;
}

#tagline {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;
	padding: 35px 0 0;
	width: 382px;
}

#tagline2 {
	float: right;
	font-size: 27px;
	font-weight: bold;
	line-height: 31px;
	margin: 10px 0 0 0;
	padding: 9px 0 8px;
	text-align: right;
	width: 339px;
}

/************************ header quicklinks/shopping cart **********************************************************/

#headerQuicklinks {
	float: right;
	height: 45px;
	margin: 0;
	padding: 21px 0 0;
	width: 146px;
}

#usa {
	float: right;
	margin-right: 8px;
}

#headerQuicklinks a {
	background: url(/images/icon_shopping_cart.png) 0px 17px no-repeat;
	color: #000000;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 17px 0 10px 17px;
	text-decoration: none;
}

#headerQuicklinks a:hover {
	text-decoration: underline;
}

/************************ top navigation ****************************************************************************/

#topNavigation {
	background: url(/images/bg_main_navigation.png) 0 0 repeat;
	float: left;
	height: 48px;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
}

#topNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNavigation li {
	display: inline;
	float: left;
	height: 48px;
	margin: 0;
	padding: 0;
}

#topNavigation li a {
	color: #000000;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 16px 15px 16px 15px;
	text-align: center;
	text-decoration: none;
}

#topNavigation li a:hover,
#topNavigation li a.selected {
	background-color: #333333;
	border-bottom: 3px solid #000080;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 16px 15px 13px 15px;
	text-align: center;
	text-decoration: none;
}

/********************* dropdowns **************************************************/

#topNavigation li:hover ul {
	left: auto;
}

#topNavigation ul ul {
	background: rgba(240,240,240,.9) url(/images/bg_dropdown.png) 0 0 repeat-x;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	float: none;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 200px;
	left: -2999px;
	top: 48px;
	z-index: 5000;
}

#topNavigation ul ul li {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	width: 200px;
}

#topNavigation ul ul li a {
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	width: 170px;
}

#topNavigation ul ul li a:hover{
	background-color: #333333;
	border-bottom: none;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	width: 170px;
}


/*******************************************************************************************************************************************************/
/*************************** homepage ******************************************************************************************************************/
/*******************************************************************************************************************************************************/

/********************* four box layout **************************************************/

#cbTop {
	margin: 0;
	padding: 39px 0 0 20px;
	position: relative;
	width: 920px;
}

#cbTop #cbTopTitle h1 {
	background-color: #ffa200;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 15px 15px 15px 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: none;
}

#cbTop #cbTopBg {
	background-color: #ffffff;
	min-height: 158px;
	padding-top: 30px;
}

.cbMiddle {
	margin: 25px 0 0;
	padding: 0 0 10px;
}

#cbBgStretch {
	background: url(/images/cb_stretch.png) 0 0 repeat-y;
	min-height: 1px; /* ie 7*/
}

.cb {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	min-height: 112px;
	padding: 9px 9px;
	width: 245px;
}

.wide {
	margin-right: 0;
	width: 640px;
}

.cb p {
	margin: 0 0 8px 0;
}

.cb a {
	color: #ffffff;
	text-decoration: underline;
}

.cb a:hover {
	color: #ffffff;
	text-decoration: none;
}

/********************* large image layout **************************************************/

#largeImageLayout #cbTop {
	margin: 0;
	padding: 0;
	width: 940px;
}

#largeImageLayout #cbBgStretch {
	background: url(/images/cb_bg_stretch_large_image.png) 20px 0 repeat-y;
	margin-top: 49px;
}

#largeImageLayout .cb {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	min-height: 100px;
	padding: 25px 22px;
	position: relative;
	width: 399px;
}

#largeImageLayout .cb.margin {
	margin-left: 34px;
}

#largeImageLayout .cbOrangeTitle h1 {
	background-color: #ffa200;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 15px 15px 15px 50px;
	position: absolute;
	left: -20px;
	top: -39px;
	text-transform: none;
}

#largeImageLayout .cbOrangeTitle h1 a {
	color: #ffffff;
}

#largeImageLayout .cb a {
	color: #000000;
}

/********************* three box layout **************************************************/

#threeBoxLayout #cbBgStretch {
	background: url(/images/cb_bg_stretch_three_boxes.png) 0 0 repeat-y;
	margin-bottom: 49px;
}

#threeBoxLayout .cb {
	display: inline;
	float: left;
	margin: 0;
	min-height: 100px;
	padding: 10px;
	position: relative;
	width: 433px;
}

#threeBoxLayout .cb.margin {
	margin-left: 34px;
	padding: 0px;
}

#threeBoxLayout .cb a,
#threeBoxLayout cbBig a {
	color: #000000;
}

#threeBoxLayout #cbBig {
	background-color: #ffffff;
	margin: 0 0 0 20px;
	min-height: 100px;
	padding: 25px 22px;
	position: relative;
}

#threeBoxLayout .cbOrangeTitle h1 {
	background-color: #ffa200;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 15px 15px 15px 50px;
	position: absolute;
	left: -20px;
	top: -39px;
	text-transform: none;
}

#threeBoxLayout .cbOrangeTitle h1 a {
	color: #ffffff;
}

/*******************************************************************************************************************************************************/
/********************** inside page ********************************************************************************************************************/
/*******************************************************************************************************************************************************/

#insideContentWrap {
	margin-top: 14px;
	padding: 22px 0 0 0;
	position: relative;
}

#breadcrumbs {
	padding: 0 6px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 4px;
	width: 940px;
}

#breadcrumbs.breadcrumbPadding {
	padding: 0 214px 0 6px;
}

#breadcrumbs,
#breadcrumbs a {
	color: #232323;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}

#breadcrumbs #militaryBreadcrumbs,
#breadcrumbs #militaryBreadcrumbs a {
	color: #ffffff;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#insideContent {
	background-color: #ffffff;
	margin: 0;
	min-height: 500px;
	padding: 37px 18px;
}

#insideContentLeft {
	background-color: #ffffff;
	float: left;
	margin: 0;
	min-height: 500px;
	padding: 37px 18px;
	width: 696px;
}

#pageTitle {
	height: 56px;
	left: -29px;
	position: absolute;
	top: -15px;
}

#pageTitle h1 {
	color: #ffffff;
	background-color: #ffa200;
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	min-height: 26px;
	padding: 15px 15px 15px 50px;
}

.secondary_content {
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
	width: 178px;
}

.secondary_content,
.secondary_content p,
.secondary_content a {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;

}

.secondary_content a {
	text-decoration: underline;
}

.secondary_content .page_cb_title {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
}

.secondary_content .page_cb_item {
	margin-bottom: 20px;
}

.availability_box .available {
	color: #ffffff;
}

.availability_box .unavailable {
	display: none;
	visibility: hidden;
}

.session_message {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-top: 1px solid #FFa200;
	border-bottom: 1px solid #FFa200;
	background-color: #ffefef;
	color: #FFa200;
}

.session_message ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************************************************************************************/
/*********************** Left navigation ***************************************************************************************************************/
/*******************************************************************************************************************************************************/

#navigation {
	display: inline;
	float: left;
	margin: -5px 0 0;
	padding: 0;
	width: 200px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
}

#navigation li a {
	color: #777777;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	min-height: 1px; /* ie7 */
	padding: 9px 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a.selected {
	color: #69b547;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	min-height: 1px; /* ie7 */
	padding: 9px 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul ul {
	background-color: #f2f7ef;
	border-top: 1px solid #efefef;
	margin: 0;
	padding: 8px 0 8px;
}

#navigation li li {
	border-bottom: none;
}

#navigation li li a {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 10px 3px 14px;
	text-transform: none;
}

#navigation li li a:hover,
#navigation li li a.selected {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 10px 3px 14px;
	text-transform: none;
}

#navigation ul ul ul {
	background-color: transparent;
	border-top: none;
	margin: 0 0 0 10px;
	padding: 8px 0 8px;
}

/*******************************************************************************************************************************************************/
/*************************** footer ********************************************************************************************************************/
/*******************************************************************************************************************************************************/

#bottomPadding {
	height: 30px;
}

#footerBg {
	background-color: #f0f0f0;
	display: table;
	width: 100%;
}

#footerWrap {
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
}

.footerBox {
	display: inline;
	float: left;
}

.width1 {
	border-right: 1px solid #000000;
	height: 135px;
	margin-right: 9px;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 160px;
}

#footerLogo {
	margin-bottom: 3px;
}

#twitter {
	bottom: 0;
	position: absolute;
	right: 12px;
}

#facebook {
	bottom: 1px;
	position: absolute;
	right: 47px;
}

#youTube {
	bottom: 29px;
	position: absolute;
	right: 47px;
}

#linkedIn {
	bottom: 31px;
	position: absolute;
	right: 14px;
}

.width2 {
	margin-right: 14px;
	width: 105px;
}

.width3 {
	margin-right: 15px;
	width: 106px;
}

.width4 {
	margin-right: 15px;
	width: 105px;
}

.width5 {
	margin-right: 15px;
	width: 105px;
}

.width6 {
	margin-right: 16px;
	width: 105px;
}

.width7 {
	margin-right: 14px;
	width: 106px;
}

.footerTitle {
	font-size: 13px;
}

.footerPadding {
	padding-left: 10px;
}

#footerWrap {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

#footerWrap a {
	color: #000000;
	text-decoration: none;
}

#footerWrap a:hover {
	color: #000000;
	text-decoration: underline;
}

#grip {
	border-top: 1px solid #dedede;
	margin-top: 10px;
	padding-top: 5px;
}

#GRIPFooterLogo {
	float: right;
}

#innova {
	color: #999999;
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
}

#printFooter {
	display:none;
	visibility:hidden;
}
