@charset "UTF-8";
/* CSS Document */

/* ---- Accapi red - #e21b22 ----- */
/* ---------- basic page layout - force the footer to the bottom of the page ---------- */

html {
	overflow-y: auto; /* force the right scrollbar to stop the page from jumping about */
	height: 100%;
	border-bottom: 1px solid white;
	margin: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
}

#wrapper {
	width: 960px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#mh {
	position: relative;
	height: 210px;
	padding-right: 0px;	
	width: 960px;	
	margin: 0px auto;
}

#logo {
	margin: 0px;
	position: relative;
	left: 0px;
	top: 25px; 
	height: 57px;
	width: 250px;
}

/* #logo a, #logo a:visited {
	display: block;
	height: 54px;
	width: 260px;
	padding-top: 100px;
	text-decoration: none;
	background: url(/assets/mh/logo-internal.gif) left top no-repeat;
	
}*/

#logo a, #logo a:visited {
	display: block;
	position: relative;
	background: url(/assets/hp/logo.jpg) left top no-repeat;
	height: 57px;
	heigh\t: px;
	width: 250px;
	padding: 57px 0px 0px 0px;
	margin: 0px;
	text-indent: -3000px;
}

#pageContent {
	margin-top: 20px;
	overflow: hidden;
}

#footer-push {
	margin: 0;
	height: 100px; /* must be the same height as margin-bottom for wrapper */
	clear: both;
}

#footer {
	/* total height must be the same height as margin-bottom for wrapper */
	position: relative;
	margin: 0;
	height: 80px; 
	width: 860px;	
	width: 900px;
	margin: 20px auto 0px;
	background: url('/assets/footerstrip.jpg') top right no-repeat;
	overflow: hidden;
	font: 0.563em Geneva, Helvetica, Arial, sans-serif;
}

#footer .siteDocs {
	margin-top: 15px;
	float: left;
}

#footer .siteDocs .txtSiteDocs {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

#footer .siteDocs a.txtSiteDocs:hover {
	color: black;
	text-decoration: none;
}

/* place the vg copyright credit  */

#vgCredit, #vgCredit:visited {
	position: absolute;
	color: #DDDDDD;
	top: 40px;
	left: 0px;
	text-decoration: none;
}

#vgCredit:hover {
	color: #999999;
	text-decoration: none;
}

/* ---------- navigation strip ---------- */

/* #navbar - define all the elements within it */

#navbar {
	position: relative;
	clear: both;
	margin: 13px auto 0px;
	height: 130px;
	width: 960px;
	top: 15px;
	overflow: hidden;
}


#navbar .slide {
	position: absolute;
	top: 0;
	left: 0;
}

#circlegraphic {
	position: absolute;
	height: 130px;
	width: 180px;
	right: 0px;
	top: 0px; 
	z-index: 10;
	overflow: visible;
}

/* ----------- User Menu Styles ------------ */

.searchBtn {
	vertical-align: -11px;
	margin-left: -3px;
	height: 25px;
	width: 25px;
	background: url(/assets/um/um_search.gif) top left no-repeat;
}

.searchBtn:hover {
	background-position: bottom left;
}

#searchForm {
	/*margin: 0px 82px 11px 0px; */
	margin: 0px 0px 11px 0px;
	padding-top: 22px;
	float: right;
	overflow: hidden;
}

#searchForm a, #searchForm a:visited {
	font-size: 0.563em;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 6px;
	margin-right: 10px;
	color: #999;
	outline: none;
	float: left;
}

#searchForm a:hover {
	color: #000;
}

.searchBox {
	text-indent: 3px;
	margin-left: 3px;
	color: #999;
	background-color: #FFF;
	font-size: 0.563em;	
	width: 157px;
	height: 13px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Verdana,Geneva,sans-serif;
}

#searchForm #umCart {
	margin-top: 0px;
}

#umCart, #umCart:visited {
	padding-top: 6px;
	padding-right: 23px;
	background: url('/assets/um/um_cart.gif') right top no-repeat;
	height: 19px;
}

#umCart:hover {
	background-position: right bottom;
}

#main_menu {
	position: absolute;
	bottom: 0px;
	width: 750px;
	height: 22px;
	z-index: 15;
}

#menu-nav {
	margin: 0px 0px 0px 80px;
}

#menu-nav .li-nav {
	margin-right: 2px;
	padding-left: 7px;
	background: url('/assets/m1/m1_left.png') top left no-repeat;
	float: left;
/* 	cursor: pointer; */
}

#menu-nav .li-nav a {
	font: 0.500em Verdana, Helvetica, Arial, sans-serif;
	background: url('/assets/m1/m1_right.png') top right no-repeat;
	color: white;
	font-weight: bold;
	height: 16px;
	padding: 6px 20px 0px 5px;
	/*margin-left: 7px;*/
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	outline: none;
}

#menu-nav .li-nav a:hover, #menu-nav .li-nav:hover a {
	color: black;
}

#menu-nav .li-nav.selected {
	background-image: url('/assets/m1/m1_left-selected.png');
/* 	padding-bottom: 1px; */
}

#mh #menu-nav .li-nav.selected a {
	background-image: url('/assets/m1/m1_right-selected.png');
/* 	padding-bottom: 1px; */
	color: #e21b22;
}

.boxTitleLeft, .boxTitleRight {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #70cdcc;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.boxCategories {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
/* 	border: 1px solid #E1E1E1; */
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}


/* ---------- column definitions left, right and single ---------- */

.columnSingle {
/*
	width: 540px;
	text-align: justify;
*/
	width: auto;
	margin: 0px 50px;
	overflow: hidden;
}

h2:first-child {
	margin-top: 0px
}


.columnLeft {
	width: auto;
	float: left;
	width: 220px;
	overflow: hidden;
}

.columnRight {
	width: 740px;
	margin-left: 220px;
	overflow: hidden;
}

.columnRight *:first-child {
	margin-top: 0px;
}

#nexuslogo {
	background: none;
	height: 56px;
	width: 88px;
	float: right;
	margin-right: 16px;
	margin-top: 15px;
}

#product_text #nexuslogo {
	margin: 0px 10px 10px 20px;
	background: url('/assets/nexus_logo.png') top left no-repeat;
}

#nexuslogo.logo {
	background: url('/assets/nexus_logo.png') top left no-repeat;
}

#nexuslogo.range {
	background: url('/assets/nexusrange_logo.png') top left no-repeat;
}

/* ---------------- Document Page Styles -------------- */

#pageContent h1 {
	padding-left: 30px;
	/*background: url(/assets/icons/right_arrow.gif) left 4px no-repeat;*/
	/*padding-top: 6px;*/
	margin-bottom: 0px;
}

.contentToggle { 
	width: auto;
	overflow: hidden;
	background-color: green;
	padding-left: 30px;
	background: url(/assets/icons/right_arrow.gif) left 4px no-repeat;
	padding-top: 4px;
}
/*

div.columnSingle#lnContent {
	width: 650px;	
}

*/
div.columnSingle#lnContent .contentToggle.first {
	margin-top: 0px;
}

div.columnSingle .contentToggle {
	cursor: pointer;
}

div.columnSingle .contentToggle:hover {
	color: #e21b22;
	background: url(/assets/icons/right_arrow-over.gif) left 4px no-repeat;
}

#paginateTop, #paginateBottom {
	clear: left;
	float: right;
	margin: 5px;
	width: 250px;
	text-align: right;
}

.documentText {
	width: auto;
	overflow: hidden;
	margin-left: 30px;
	line-height: 150%;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	position:inherit;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}

/* 
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}

.li-nav a {
	padding: 2px 1px;
	background-color: #ffffff;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
/*

.li-nav a:hover {
	background-color: #ffffff;
	color: #c3e37e;
}

*/
.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 140px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 4px solid #70cdcc;
	z-index: 99;
}

/*
End Cross-Browser DHTML Menu
*/

#catmenu {
	margin-left: 19px;
	margin-top: 0px;
}

#catmenu, #subcatmenu {
	list-style: none;
	width: auto;
	overflow: hidden;
}

#catmenu a, #catmenu a:visited, #catmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: right top;
	font-size: 0.917em;
}


/* ---------------- product table ---------------- */

/* ------------------------- Category Title ------------------------- */

.catmenu_title {
	text-indent: 16px;
	text-transform: uppercase;
	display: block;
	background-image: url(/assets/stripes/stripes.jpg);
	background-color: #3b3b3b;
	padding-top: 4px;
	height: 22px;
	heigh\t: 18px;
	font-weight: bold;
	margin-right:  5px;
	margin-top: 8px;
}

li:first-child .catmenu_title {
	margin-top: 0px;
}

.catmenu_title:hover {
	background-image: url(/assets/stripes/stripes-dark.jpg);
	background-color: #3b3b3b;
}

#catmenu_title {
	background-image: url(/assets/stripes/stripes_left-dark.jpg);
	background-color: #3b3b3b;
}

/* ------------------------- Subcategory Links ------------------------- */

#subcatmenu, #subcatmenu li { 
	/* flush all margins from the menu */
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	overflow: hidden;
}

#subcatmenu {
	margin-top: 8px;
}

#subcatmenu a, #subcatmenu a:visited {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .45);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .45);
	margin: 0px 5px 8px 16px;
	background-color:  #595959;
	background-image: url(/assets/stripes/stripes.jpg);
	display: block;
	font-weight: normal;
	padding: 4px 10px 0px;
	height: 22px;
	heigh\t: 18px;
}


#subcatmenu a:hover {
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0, .45);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .0);
	background-color:  #3b3b3b;
	background-image: url(/assets/stripes/stripes-dark.jpg);
}

#subcatmenu .selected a, #subcatmenu .selected a:visited, #subcatmenu .selected a:hover {
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0, .45);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .0);
	background-color:  #3b3b3b;
	background-image: url(/assets/stripes/stripes_right-dark.jpg) ;
}


/*

#ordering {
	font: 80% Verdana, Helvetica, Arial, sans-serif;
	margin-left: 15px;
}

#ordering a, #ordering a:visited {
	float: right; 
	width: 60%;
	color: #666666;
	color: #666666;
	text-decoration: none;
} 

#ordering a:hover, #ordering a.selected {
	color: #000000;
	text-decoration: none;
} 

*/

/* ------------------------- Subcategory Filters ------------------------- */

.displayOptions {
	width: auto;
	overflow: hidden;
	margin: 5px 0px 0px 15px;
	height: 25px;
}

#ordering {
	margin-left: 50px;
}


/* ------------------------- Display Options Filters Asc Desc ------------------------- */


#ordering a.orderOptionsAsc, #ordering a.orderOptionsAsc:visited,
#ordering a.orderOptionsDesc, #ordering a.orderOptionsDesc:visited {
	float: left;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0px 2px 8px 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -3000px;
}

#ordering a.orderOptionsAsc {
	background-image: url(/assets/view_options/asc.gif);
}

#ordering a.orderOptionsDesc {
	background-image: url(/assets/view_options/desc.gif);
}

#ordering a.orderOptionsAsc:hover, #ordering a.orderOptionsAsc.selected,
#ordering a.orderOptionsDesc:hover, #ordering a.orderOptionsDesc.selected {
	background-position: left top;
}


#viewOptions {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	margin: 0px 0px 10px 10px;
	width: auto;
	overflow: visible;
	line-height: normal;
	font-size: .8em;
	height: 23px;
	heigh\t: 15px;
}

#viewOptions ul, #viewOptions li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: auto;
	overflow: hidden;
}

#viewOptions li, #viewOptions a {
	float: left;
	width: auto;
}

#viewOptions li.filterTitle {
	padding-top: 1px;
}

#viewOptions #orderList  li.filterTitle {
	margin-right: 2px;
}

#viewOptions a, #viewOptions a:visited {
	text-decoration: none;
	color: #666666;
}

#filtersList{
	float: left;
}

#filtersList a, #filtersList a:visited {
	margin-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	height: 14px;
	cursor: pointer;
}

#filtersList a.filterOn {
	background-position: left top;
	color: #000000;
}

#filtersList a.filterUnavailable, #filtersList a.filterUnavailable:hover, #filtersList.filterUnavailable a:visited  {
	display: none;
}


#orderList {
	float: right;
}

#orderList ul li {
	display: none;
}

#orderList ul li.selected, #orderList li:hover ul li, #orderList li ul.filterOpen li {
	display: block;
	clear: both;
}

#orderList ul {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 90px;
	margin-left: 2px;
}

#orderList ul#order {
	width: 85px;
}

#orderList ul li {
	padding: 0px 2px;
	width: 100%;
}

#orderList ul#order a {
	width: 80px;
	padding-left: 15px;
}


#orderList a, #orderList a:visited {
	width: 100%;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	height: 13px;
	overflow: hidden;
}

#orderList a:hover {
	background-position: left bottom;
	color: #000000;
}

#orderList a.Asc {
	background-image: url(/assets/asc.gif)
}

#orderList a.Desc {
	background-image: url(/assets/desc.gif)
}


div.filterimg {
	padding: 0px 5px 0px 18px;
	height: 15px;
	float: left;
	margin: 0px 2px 8px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: normal;
	font-size: 0.875em;
	color: #AAAAAA;
	white-space: nowrap;
}
/*

#catmenu #catfilter a.filterOn, #catmenu #catfilter a:visited.filterOn {
	background-position: left top;
}

#catmenu #catfilter a.filterUnavailable, #catmenu #catfilter a:visited.filterUnavailable {
	background-position: left bottom;
}

*/
#nexusfilter {
	background-image: url('/assets/view_options/nexus.gif');
}

#malefilter {
	background-image: url('/assets/view_options/male.gif');
}

#femalefilter {
	background-image: url('/assets/view_options/female.gif');
}

#juniorfilter {
	background-image: url('/assets/view_options/junior.gif');
}


#blog_rightCol {
	float: right;
	width: 250px;
	overflow: hidden;
}

#doc_Team table td {
	width: 16.67%;
}

/*

.documentChunk {
	width: auto;
	overflow: hidden;
	padding-bottom: 50px;
	clear: both;
}

*/

.floatRight {
	float: right;
	width: 250px;
}

.floatRight p {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}

.documentNarrow, #blog_leftCol, #lnContent {
	width: 540px;
	text-align: justify;
	float: left;
}

.documentNarrow {
	width: 510px;
}

.documentCircle {
	margin: 15px auto;
	width: auto;
	overflow: hidden;
}

.documentCircle img {
	float: left;
}


.documentCircleRight {
	clear: right;
	margin: 0px 0px 0px 90px;
}

/* ======== team page ======== */

.teamTable td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 30px;
}

.teamTable a, .teamTable a:visited, .teamTable a:hover {
	text-decoration: none;
}


/* ======== size page ======== */

.sizeTable {
	margin-bottom: 20px;
	margin-top: 5px;
}


.sizeTable td {
	border-bottom: 1px solid #666666;
	padding: 3px;
	text-align: center
}

.sizeTable .columnFirst {
	text-align: right;
	width: 105px;
	wid\th: 99px;
}


.sizeTable th {
	border-bottom: 1px solid #666666;
	padding: 3px;
	text-align: center;
	background-color: #999999;
	color: #FFFFFF;
	
}

