body {
	color:#000;
	background-color:#fff;
	font-size: 62.5%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Gill Sans','Gill Sans MT','Ikarius ADF', Candara, Jara, 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	/*font: normal medium 'Gill Sans','Gill Sans MT','Ikarius ADF', Candara, Jara, sans-serif;
	line-height:1.75;
	word-spacing:0.1em;*/
	background:url(../images/diagonal_lines.png);
}

h1, h2, h3, h4, h5, h6 { margin-top:0; padding-top: 0; }

img { border:none; }
form { display:inline; }

a { cursor: pointer; color: #296ba5; text-decoration: none; }
a:link { text-decoration: none; color: #ddd; }
a:visited { text-decoration: none; color: #ddd; }
a:hover { color: #ffcc00 !important; }

.hidden { display: none; }
.clear { clear: both; height: 0; visibility: hidden; display: block; }
.right { float: right; }

#logo { width: 100%; height: 44px; padding: 0 10px 0 10px; }
#logo a { position: relative; top: 10px; }

.floater { position:fixed; top: -40px;}


#flash-layer, #flash-video {
	position:absolute;
	z-index: 1000;
	top: 0;
	left: 170px;
	width: 770px;
	/*background-color:#F00;*/
}

#flash-layer {
	height: 175px;
}

#flash-video {
	height: 665px;
	background-color:#fff;
}

#under-layer {
	position:absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 620px;
	overflow:hidden;
}

#preloader {
	position:absolute;
	background-color:#FFF;
	width: 100%;
	height: 620px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/loading.gif);
}

#over-layer {
	background-position: 100% 0;
	background-repeat: no-repeat;
	/*background-image: url('../images/industrie_bg_1.jpg');*/
	/*background-attachment: fixed;*/
	position:absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 665px;
	overflow:hidden;
}

#over-layer.on {}
#over-layer.off { background: none; }

div.item {
	float:left;
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
	display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
	_overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
}

#container, #footer {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	margin-bottom:2em;
	display: block;
	margin: 0 auto;
	width: 980px;
	/*border: 1px dashed #fff;*/
}

#homeArea {
	float:left;
	width: 780px;
	height: 620px;
	/*background-color: #F00;*/
	bottom: 0;
	z-index: 1;
}

#homeFeatures {
	margin-top: 300px;
}

#homeFeatures div {
	margin-bottom: 10px;
}

#sale a {
	margin: 0 5px 0 0;
}

#flashVideoBox {
	/*background-color: #F00;*/
}

#featuredProducts {
	float:left;
	margin: 690px 0 0 0;
	/*border: 1px dashed yellow;*/
}


#featuredProducts .item {
	margin: 0 10px 0 0;
	padding: 5px;
	width: 150px;
	height: 62px;
	text-align: left;
	background:url(../images/trans_grey.png);
	color:#fff;
	cursor: pointer;
}
#featuredProducts .item img {
	float:left;
	width: 55px;
	height: 62px;
}

#featuredProducts .item .title {
	float:left;
	margin-left: 5px;
	width: 90px;
	font-size: 8pt;
	/*white-space: nowrap;
	overflow: hidden;*/
}

#featuredProducts .item .price {
	float:left;
	margin-left: 5px;
	background-color:#000;
	color:#FFF;
	padding: 4px;
}

#colOne {
	float:left;
	width: 170px;
	height: 620px;
	margin-right: 10px;
	overflow: hidden;
	color: #fff;
	background-color: #000;
	/*border: 1px dashed #cccccc;*/
}

.colTwo {
	float:left;
	margin-right: 10px;
	overflow: hidden;
	/*border: 1px dashed yellow;*/
}

.colTwoSingle {
	width: 510px;
}

.colTwoDouble {
	width: 790px;
	/*background-color: #ff0;*/
}

.colThree {
	float:left;
	width: 280px;
	overflow: hidden;
	display:none;
	/*border: 1px dashed red;*/
}


.navContainer {
	width: 170px;
	/*position:fixed;*/
	font-size: 9pt;
	text-transform: uppercase;
}
.navLeft {
	color: #fff;
	background-color: #000;
	margin-left: 10px;
}

.navLeft ul, #catalogue ul, .navLeft ul li {
	margin-left:0;
	margin-bottom: 3px;
	padding:0;
	list-style:none;
}
.navLeft ul li ul{ margin: 5px 0 5px 10px; }
.navLeft ul li ul a, .navLeft ul li ul a:visited, .navLeft ul li ul a:link { color: #999; }
.navLeft ul li ul li.selected a { color: #ffcc00 !important; }

.navLeft li { 
	z-index:100; white-space:nowrap;
}

.navLeft.top {
}

.navLeft.bottom {
	margin-top: 20px;
}

#catalogue {
	margin-top: 10px;
	height: 120px;
	background-color:#222;
	overflow:hidden;
}
#catalogue .link {
	padding: 10px 0 10px 10px;
}

#catalogue .link ul {
	margin-left: 10px;
}

#bar {
	position: absolute;
	margin: 0 0 0 170px;
	padding: 5px 0 5px 0;
	width: 0;
	height: 85px;
	background-color:#222;
	white-space:nowrap;
	overflow: hidden;
	z-index: 1000;
	/*background-color:#FF0;*/
}
#scroller {
	padding: 0 0 0 5px;
	width: 6760px;
	height: 85px;
	white-space:nowrap;
	overflow: hidden;
	/*background-color:#F00;*/
	/*border: 1px dashed red;*/
}
#scroller, #catalogue .controls {
	float:left;
}
#scroller .item {
	width: 120px;
	height: 85px;
	cursor: pointer;
	padding: 0 5px 5px 0;
}
#scroller .item img {
	width: 120px;
	height: 85px;
}
#scroller .item .pageNum {
	position: absolute;
	margin: 72px 0 0 2px;
	font-size: 8pt;
	color:#666;
	text-align: center;
	z-index: 100;
}

#scroller .item .hover {
	position: absolute;
	width: 120px;
	height: 85px;
	background-color: #ffcc00; opacity:.30; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
	zoom: 1;
}

#scroller .item .preload {
	position: absolute;
	width: 120px;
	height: 85px;
	background-color: #F00;
	opacity:.30; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
	zoom: 1;
}


.content {
	font-size: 9pt;
	width: 100%;
	float:left;
}
.content .heading {
	padding-left: 10px;
	height: 54px;
	font-size: 11pt;
	position: relative;
	text-transform:uppercase;
	color:#FFF;
	background-color:#000;
}
.content .heading h3 {
	font-size: 11pt;
	padding: 0;
	margin: 0;
	font-weight:500;
	position:absolute;
	bottom: 10px;
}

.bodyArea {
	background:url(../images/trans_grey.png);
}
.bodyText {
	color: #fff;
	padding: 10px;
}

.fixHeight { height: 535px; overflow: scroll; overflow-x: hidden; }

#storeCountries, #storeStates, #storeCities, #storeLocations {
	/*float: left;*/
	/*margin: 0 10px 0 0;*/
	/*background-color:#F00;*/
}

#storeLocations div {
	font-size: 14pt;
	margin-bottom: 10px;
}

#storeCountries div, #storeStates div, #storeCities div, #storeLocations div {
	padding: 5px 0 0 5px;
}

#storeCountries div.selected, #storeStates div.selected, #storeCities div.selected, #storeLocations div.selected {
	background-color: #000;
}

#storeCountries a, #storeStates a, #storeCities a {
	width: 100%;
	display:block;
}

#storeCountries div.hover, #storeStates div.hover, #storeCities div.hover, #storeLocations div.hover {
	background-color: #222;
}

#googleMap {
	width: 350px;
	height: 350px;
	background-color:#F00;
	display: none;
}


#products {
	background:url(../images/trans_grey.png);
	color: #fff;
	padding-bottom: 10px;
	float:left;
	width: 100%;
	overflow: hidden;
}

#products .item {
	margin: 10px 0 0 10px;
	width: 115px;
	height: 165px;
	text-align:center;
	background-color:#FFF;
	color:#666;
	cursor: pointer;
	overflow: hidden;
	position:relative;
	/*border: 1px dashed red;*/
}

#products .item.hl {
	background-color:#ffcc00;
}
#products .item .selected {
	position: absolute;
	width: 115px;
	height: 165px;
	background-color: #000; opacity:.30; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
	zoom: 1;
}

#products .item .hover {
	position: absolute;
	width: 115px;
	height: 165px;
	background : url('../images/product_hover.png') 50% 50% no-repeat;
	/*background-color: #ffcc00; opacity:.30; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
	zoom: 1;*/
}

#products .item img {
	width: 115px;
	height: 130px;
	overflow: hidden;
}

#products .item .title {
	padding: 0 5px 0 5px;
	width: 105px;
	font-size: 9pt;
	/*white-space: nowrap;
	overflow: hidden;*/
}

#products .item .price {
	position:absolute;
	top: 95px;
	right: 0;
	background-color:#000;
	color:#FFF;
	padding: 4px;
	font-size: 8pt;
}

.detail {
	font-size: 9pt;
	float:left;
	padding-top: 50px;
}

.detail h4 {
	font-size: 9pt;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 5px 0;
}
.detail h3 {
	font-size: 10pt;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 5px 0;
}

#detailArea {
	background:url(../images/trans_grey.png);
	color: #fff;
	padding: 10px 0 10px 10px;
	float:left;
	width: 260px;
	overflow: hidden;
}

#detailArea .image img { width:250px; height:283px; }
#detailArea .image { background-color:#FFF; margin: 0 10px 10px 0;}
#detailArea .title { font-size: 10pt; margin: 0 10px 10px 0;}
#detailArea .description { margin: 0 10px 10px 0;}
#detailArea .price {
	position:absolute;
	top: 300px;
	right: 20px;
	background-color:#000;
	color:#FFF;
	padding: 4px;
}

.detailOptions { float: left; margin: 0 10px 10px 0; }
.detailOptions .selectSizeArea {float:left; width:250px; margin-bottom: 10px;}
.detailOptions .quantityArea {float:left; width:125px; height:50px;}
.detailOptions .addToCartArea {float:left; width:125px; height:50px;}
.detailOptions .addToCartArea .button {
	margin: 24px 0 0 10px;
	font-weight:700;
	padding: 4px;
	text-transform:uppercase;
}

.suggestionArea {
	/*margin: 15px 0 0 0;*/
	width: 270px;
}
.suggestion {
	margin: 0 10px 0 0;
	width: 55px;
	height: 62px;
	text-align:center;
	background-color:#FFF;
	color:#666;
	cursor: pointer;
	overflow: hidden;
}
.suggestion img {
	width: 55px;
	height: 62px;
}

.footer {
	font-size:8pt;
	float:left;
	width: 980px;
	/*background-color: #ffcc00; opacity:.30; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
	zoom: 1;*/
}
.footerArea {
	padding: 10px;
}



/* INPUT MODIFIERS */
.rad_label { background-color:#000; padding: 4px 3px 4px 3px; width:22px; display:inline-block; text-align:center; margin: 0; cursor: pointer; }
.rad_label.over { color: #000; background-color:#fff;}
.rad_label.checked { background-color:#ffcc00; color: #000; }
.rad_label.disabled { background-color:#000; color: #333; }
.rad_label.checked_disabled { background-color:#000; color: #ffcc00; }

.button {
	color: #fff;
	background-color: #000;
	font-weight:700;
	padding: 4px 4px 4px 4px;
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */
}
.button:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.plus.button, .minus.button {
	background-color:#000; padding: 4px 3px 4px 3px; width:22px; display:inline-block; text-align:center; margin: 0;
	color: #fff;
	float:left;
}

input.quantity {
	background-color:#000; padding: 4px 3px 4px 3px; width:22px; height:15px; display:inline-block; text-align:center; margin: 0 4px 0 4px;
	float:left;
	outline: none;
	border: none;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
}


/* SCROLLER */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ffcc00;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #000;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #000;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}