
/*-------------------------------------------------
  DEFAULTS & GLOBALS
-------------------------------------------------*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #FFFFFF url('img/body-bg.gif') repeat-x;
	text-align: center;
	color: #000000;
	font: 70% Arial;
}
/* Fullscreen overlay */
div#fullscreen {
	background-color: #d4d5d4;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 5;
}
div#fullscreen div.button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 825px;
	height: 461px;
	margin-left: -413px; /* width/2 */
	margin-top: -230px; /* height/2 */
	background-color: #d4d5d4;
	padding: 0;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}
.floatleft { float: left; margin-right: 10px; }
.floatright { float: right; margin-left: 10px; }
.breadcrump { font-size: 1.2em; color: #000; }
a { text-decoration: none; }
img { border:none }
/*ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

.floatright {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
#header {
	background: url('img/header-bg.jpg') 0 11px no-repeat;
	width:960px;
	height:301px;
	margin:0 auto;
	/*position:relative;*/
	z-index: -5;
}
#header #slider {
	width: 530px;
	height: 240px;
	background-color: #000;
	float: left;
	margin: 32px 52px 0 5px;
}
#header #head {
	width: 364px;
	float: left;
	margin-top: 32px;
}
#header #head p {
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 12px;
}
a.btn-red {
	display: block;
	float: right;
	background: transparent url('img/btn-red.gif') center left repeat-x;
	height: 20px;
	color: #fff;
	padding: 2px 8px 0 8px;
}
a.btn-red:hover {
	color: #000;
}
a.btn-black {
	display: block;
	float: left;
	background: transparent url('img/btn-black.gif') center left repeat-x;
	height: 20px;
	color: #fff;
	padding: 2px 8px 0 8px;
}
input.btn-black {
	display: block;
	float: left;
	background: transparent url('img/btn-black.gif') center left repeat-x;
	height: 20px;
	color: #fff;
	padding: 0px 8px 0 8px;
	border: none;
	font-size: .9em;
}
a.btn-black:hover {
	color: #b7b7b7;
}
#logo-round {
	position: absolute;
	top: 0;
	left: 350px;
	width: 239px;
	height: 125px;
	/*background: transparent url('img/logo-round.png') no-repeat;*/
	z-index: 999;
}
div.breadcrumbs {
	float: left;
	text-align: left;
}
div.breadcrumbs a {
	color: red;
}
#body {
	width: 960px;
	margin:0 auto;
	padding: 0;
	color: #686868;
	line-height: 1.3em;
}
#body ul.nav {
	width: 805px;
	height: 46px;
	font-size: 1.0em;
	text-transform: uppercase;
}
#body ul.nav li {
	float: left;
	border-right: 1px solid #eed814;
}
#body ul.nav li a {
	color: #2d2c2d;
	display: block;
	height: 30px;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}
#body ul.nav li a:hover {
	color: #fff;
	background-color: #a9990f;
}
#language {
	float: right;
	width: 120px;
	height: 31px;
	background: transparent url('img/languagebtn.gif') top right no-repeat;
	padding-right: 25px;
	text-align: right;
	padding-top: 14px;
}
#language a {
	color: #2d2c2d;
}
#languagebox {
	display: block;
	width: 960px;
	height: 30px;
	padding-top: 10px;
	/*background: #414141 url('img/languagebox.gif') repeat-x;*/
	text-align: right;
	color: #000;
}
#languagebox p {
	float: right;
	margin-right: 18px;
	text-transform: uppercase;
	font-size: .9em;
}
#languagebox ul li {
	float: right;
	margin-right: 16px;
	vertical-align: middle;
}
#languagebox ul li a {
	color: #000;
	margin-left: 2px;
}
.flag {
	vertical-align: middle;
}
/*-------------------------------------------------
  FORM
-------------------------------------------------*/
.multiple_callback {
	width: 300px;
	border: 1px solid #999;
	color: #666;
	height: 20px;
	padding-left: 3px;
	margin-top: 6px;
	background-color: #fff;
}
textarea {
	width: 300px;
	border: 1px solid #999;
	color: #666;
	height: 150px;
	padding-left: 3px;
	margin-top: 6px;
	background-color: #fff;
}
fieldset {
	margin: 1.3em 0;
	padding: 1em;
	border:none;
}
form .error {
	background: #ed1c24 url('img/error.gif') center left no-repeat;
	padding-left: 13px;
	padding-right: 4px;
	margin-left: 10px;
	color: #fff;
}
form h6 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	padding-bottom: 8px;
}
#products label {
	float: left;
	margin: 0px 9px 9px 0px;
	border: 1px solid #999;
}
#products label input {
	float: left;
}
#products label img {
	padding: 0 5px 0 5px;
}

/*-------------------------------------------------
  FOOTER - SAFETY JOGGER
-------------------------------------------------*/

#footer {
	width: 960px;
	margin:0 auto;
	padding: 0;
	color: #c2c2c2;
}
#infooter {
	float: left;
	width: 960px;
	background-color: #f8f8f8;
	margin-top: 25px;
	color: #000;
}
#infooter .block {
	float: left;
	text-align: left;
	padding: 20px;
	margin-right:30px;
}
#infooter .slogan {
	float: left;
	text-align: left;
	width: 800px;
	padding: 0 0 20px 20px;
}
#infooter .slogan a {
	text-decoration: none;
	font-size: 1.6em;
}
#footer img {

	padding-top: 60px;
}
#footer p {
	padding-bottom: 10px;
}
#footer a {
	color: #eb1c24;
	text-decoration: underline;
}
.addthis_button {
	margin-bottom: 30px;
	display: block;
}


/*-------------------------------------------------
  MAIN - SAFETY JOGGER
-------------------------------------------------*/
#top {
	text-align: left;
	background-color: #f7f7f7;
	padding: 10px;
}
#top p {
	padding-bottom: 6px;
	font-size: 1.1em;
}
#top h1 {
	font-size: 2em;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px dotted #000;
}
#top a {
	color: #eb1c24;
}
#main {
	float: left;
	width: 575px;
	padding-right: 24px;
	border-right: 1px solid #cccccc;
	text-align: left;
	margin-top: 30px;
}
#full {
	float: left;
	width: 960px;
	text-align: left;
	margin-top: 30px;
}
#main .block,
#full .block {
	margin-bottom: 35px;
	float: left;
}
.highlightbox {
	color: #000;
	background-color: #fffce2;
	border: 1px solid #fff59c;
	padding: 15px;
	font-size: 1.1em;
	margin: 10px 0 25px 0;
}
#main .item {
	margin-bottom: 15px;
}
#main a,
#page a {
	color: #eb1c24;
}
#main h2,
#full h2 {
	color: #000;
	font-size: 1.6em;
	margin-bottom: 15px;
}
#main .block .img,
#full .block .img {
	float: left;
	margin-right: 18px;
	border-bottom: 8px solid #717171;
}
#main .block ul,
#full .block ul {
	float: left;
	width: 100%;
	
}
#main .block a.more {
	background: transparent url('img/more.gif') 0 1px no-repeat;
	padding-left: 17px;
	color: #eb1c24;
}
#main .block p,
#full .block p {
	padding-bottom: 10px;
}
#main .mailing {
	background: #b6b6b6 url('img/mailing-bg.gif') no-repeat;
	width: 100%;
	float: left;
	font-size: 1em;
}
.newsletter {
	width: 332px;
	padding: 12px;
	float: left;
}
.newsletter .header {
	background: transparent url('img/newspaper.gif') no-repeat;
	float: left;
	color: #000;
	padding-left: 60px;
}
.newsletter .form {
	float: left;
	padding-top: 15px;
}
.newsletter .form input#ilihth-ilihth {
	float: left;
	margin-right: 8px;
	width: 210px;
	border: 1px solid #979797;
	padding: 2px;
	height: 16px;
}
.newsletter .header p.title,
.label p.title {
	text-transform: uppercase;
	font-weight: bold;
}
.newsletter .header p {
}
.label {
	width: 170px;
	color: #000;
	float : left;
	margin: 12px;
	padding-left: 20px;
	border-left: 1px solid #000;
}
.label p.more {
	margin-top: 8px;
}
.label p.more a {
	background: #000 url('img/more-black.gif') 3px 5px no-repeat;
	padding-left: 12px;
	padding-right: 4px;
	color: #fff;
	margin-top: 8px;
}
#main .label a {
	color: #fff;
}

#currentjobs {
	background-color: #ffe617;
	padding: 10px;
	text-align: left;
	font-size: 1.1em;
	margin-top: 8px;
}
#currentjobs a {
	color: #000;
	font-weight:bold;
}
/*-------------------------------------------------
  SIDE - MARKETING
-------------------------------------------------*/
#side {
	float: left;
	width: 345px;
	padding-left: 15px;
	text-align: left;
	margin-top: 30px;
}
#video ul {
	
	font-size: 1.0em;
	margin-top: 13px;
	padding-left: 24px;
	height: 30px;
	clear: both;
	background: transparent url('img/video-ico.gif') 0 2px no-repeat;
}
#video li {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #d4ae02;
	text-align: center;
	color: #000;
	margin-right: 5px;
}
#video a {
	color: #000;
}
#video a:hover {
	color: #fff;
}
#video .vid_body {
	border-left: 5px solid #ffd102;
	height: 244px;
}
#side .block {
	background: url('img/block-divider.gif') top center no-repeat;
	padding: 15px 0 15px 0; 
}
#side p.title {
	display:block;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 8px 0 10px 0;
	color: #000;
}
#side .block .img {
	float: right;
	margin: 8px 0 0 10px;
	border: 1px solid #ffd102;
	border-right: 8px solid #ffd102;
}
#side p.more {
	margin-top: 8px;
}
#side p.more a {
	background: #20b902 url('img/more-green.gif') 3px 5px no-repeat;
	padding-left: 12px;
	padding-right: 4px;
	color: #fff;
	margin-top: 8px;
}
/*-------------------------------------------------
  COLLECTION PAGE
-------------------------------------------------*/
#collection {
	float: left;
	width: 960px;
	text-align: left;
	margin-top: 30px;
}
#collection #detail {
	width: 960px;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
#collection #norm {
	float: left;
	width: 960px;
}
#collection #norm ul {
	float: left;
	margin: 0;
	padding: 0;
}
#collection #norm li {
	list-style-type: none;
	float: left;
	width: 122px;
	height: 45px;
	background-color: #e8e8e8;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: .9em;
	line-height: 1.1em;
}
#collection #norm li img {
	float: left;
	margin-right: 5px;
}
#collection #bigimage {
	float: left;
	border: 1px solid #dadada;
}
#collection #zoom {
	float: left;
	width: 150px;
	padding-top: 140px;
	padding-left: 35px;
	text-align: center;
	font-size: .9em;
	color: #c4c4c4;
	
}
#collection #details {
	float: right;
	background-color: #e8e8e8;
	height: 370px;
	width: 325px;
}
#collection #details table.alternate td,
#collection #details table.alternate th  {
	padding: 6px 6px 6px 12px;
}
tr.odd td {
	background-color: #dfdfdf;
}
thead {
	background-color: #d0d0d0;
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	height: 38px;
}
th.norm {
	text-align: right;
	color: #ed1c24;
}
#collection #details a {
	display: block;
	color: #ed1c24;
	margin-top: 12px;
	margin-left: 12px;
	padding-left: 13px;
	background: transparent url('img/arrow-red.gif') 0 5px no-repeat;
}
#collection #details ul {
	margin-left: 12px;
	padding: 12px;
	list-style: square;
}
#collection .breadcrump {
	padding-bottom: 25px;
}
#collection .block {
	margin-bottom: 35px;
	float: left;
	width: 231px;
	margin-right: 7px;
	border: 1px solid #dadada;
}
#collection .block .article a {
	background: #e5e5e5 url('img/zoom.gif') center right no-repeat;
	text-transform: uppercase;
	display: block;
	padding-left: 6px;
	border-top: 1px solid #dadada;
	color: #000;
}
#collection .block .article a:hover {
	background: #ffe716 url('img/zoom.gif') center right no-repeat
}
span.norm {
	color: #ed1c24;
}
.glovestitle {
padding: 6px;
color: #000;
font-size: 1.2em;
text-transform:uppercase;
background-color: #D0D0D0;
}
/*-------------------------------------------------
  DEALERS PAGE
-------------------------------------------------*/
#dealers {
	float: left;
	width: 960px;
	text-align: left;
	margin-top: 30px;
}
#dealers #search, #dealers #result {
	margin-top: 15px;
}
#dealers #search {
	background-color: #fff496;
	border: 1px solid #ffe716;
	padding: 12px;
	color: #000;
}
#dealers #search input, #dealers #search select {
	border: 1px solid #ffe716;
	padding: 1px;
	margin-right: 11px;
	vertical-align: middle;
}
.searchbtn {
	color: #eb1c24;
	padding: 5px;
	background: transparent url('img/btn-black.gif') left center repeat-x;
}
#GoogleMaps #map {
	overflow: hidden;
	width:693px;
	height:400px;
	float: left;
	border: 1px solid #dedede;
}
#GoogleMaps #sidebar {
	width: 250px;
	height: 400px;
	float: left;
	overflow: auto;
	margin-right: 15px;
}
#GoogleMaps #sidebar div {
	padding: 5px;
}
#dealers a {
	color: #ed1c24;
}
/*-------------------------------------------------
  SUB PAGE
-------------------------------------------------*/
#page {
	float: left;
	width: 960px;
	text-align: left;
}
#page p {
	padding-bottom: 12px;
}
#page h3, #page h1 {
	font-size: 1.7em;
	line-height: 1.3em;
	margin-bottom: 18px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	border-left: 4px solid #20b902;
	padding-left: 3px;
}
#page h4 {
	font-size: 1.6em;
	padding-bottom: 12px;
	padding-top: 5px;
}
#page h5 {
	color: #000;
	float:left;
	width:100%;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-top:15px;
	padding-top: 20px;
	margin-bottom: 13px;
	background: transparent url('img/block-divider.gif') top center no-repeat;
}
#page h6 {
	color: #000;
	float:left;
	width:100%;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 13px;
}
#getmap {
	background: transparent url('img/montventoux-map.gif') no-repeat;
	width: 180px;
	height: 300px;
	padding-left: 395px;
}
/*-------------------------------------------------
  SIZE TABLE
-------------------------------------------------*/
#sizes {
	background-color: #fff;
	padding-top: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

h5 {
	font-size: 1.2em;
	margin-top: 35px;
}
.sizetable {
	width: 325px;
	padding: 0;
	margin: 0;
}

.sizetable caption {
	padding: 0 0 5px 0;
	width: 325px;	 
	font: italic 9px Arial, Helvetica, sans-serif;
	text-align: right;
}

.sizetable th {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #151515;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background-color: #ffe716;
	text-align: center;
}

.sizetable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: none;
}

.sizetable td {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #595959;
	text-align: center;
}


.sizetable td.alt {
	background: #fffce2;
	color: #595959;
}

.sizetable th.spec {
	border-left: 1px solid #d5d5d5;
	border-top: 0;
	background: #fff url(img/arrow-table.gif) no-repeat;
	font: bold 9px Arial, Helvetica, sans-serif;
	text-align: left;
}

.sizetable th.specalt {
	border-left: 1px solid #d5d5d5;
	border-top: 0;
	background: #f5fafa url(img/arrow-table-alt.gif) no-repeat;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #595959;
	text-align: left;
}
ul#norm li {
	float: left;
	width: 300px;
	margin-bottom: 18px;
}
ul#norm img {
	float: left;
	margin-right: 11px;
}
table.pagetable {
	width: 100%;
}
.pagetable td {
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #595959;
	text-align: left;
}
.pagetable tr.alt td {
	background-color: #fffce2;
	color: #595959;

}

/*-------------------------------------------------
  GALLERY ON ITEM PAGES
-------------------------------------------------*/
#thumbs {
	margin-top: 8px;
}
#thumbs img {
	border: 1px solid #dadada;
	padding: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#thumbs ul li {
	background: transparent url('img/arrow-red.gif') 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
}
#thumbs ul li a {
	color: #eb1c24;
}
/*-------------------------------------------------
  FLEX
-------------------------------------------------*/
#flex {
	margin-top: 25px;
}
/*-------------------------------------------------
  SUB NAVIGATION
-------------------------------------------------*/
ul#subnav {
float: left;
list-style: none;
width: 100%;
height: 25px;
margin-bottom: 30px;
border-bottom: 1px solid #ffe716;
clear: both;
}
ul#subnav li {
float: left;
margin-right: 8px;
}
ul#subnav a {
display: block;
padding: 4px 10px 4px 10px;
color: #000;
background-color: #ffe716;
}

/*-------------------------------------------------
  PAGES
-------------------------------------------------*/
#fairs, #downloads {
margin-bottom: 35px;
float: left;
width: 100%;
clear: both;
}
#text {
margin-top: 20px;
}

/*-------------------------------------------------
  SITEMAP
-------------------------------------------------*/
ul.sitemap {
list-style-type: disc;
margin-left: 25px;
margin-bottom: 20px;
}

