/*
Author:           Razvan Stavila
Author URI:       http://x3studios.com/
Version:	   	  0.1
Project:
Description:
*/

/* Reset HTML elements */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

html { overflow: -moz-scrollbars-vertical; }

body {
	color: #636466;
	font-family: "Gill Sans MT", "Gil Sans", "Lucida Grande", Helvetica, Arial;
	line-height: 16px;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
}

/* Standard HTML elements */
b { font-weight: normal }
img { border-width: 0; }
a { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #666666; text-decoration: none }
h1,h2,h3,h4,h5 { font-weight: normal; line-height: 1; }
h2.first-child,h3.first-child,h4.first-child { margin-top: 0 }
sup { font-size: 10px }
ul,ol { list-style-position: outside }
ul { list-style-type: none }

/* Standard presets */
.clear { clear: both; font-size: 0; height: 0; overflow: hidden; }
.hidden { display: none }
.invisible { visibility: hidden }
.extraspace {height: 20px;}

::-moz-selection{
	background:#d8d6c3;
	color:#757270;
}

/* Layout elements only */
div#container { width: 800px; margin: 0 auto; position:relative; text-align: left; }

/* Top Navigation */
#top-nav,
#top-nav ul { height: 20px; width: 800px; margin: 0; padding: 0 }
#top-nav {margin-top: 25px;}
#top-nav ul { background: #d8d6c3 url(../img/top-nav.png) no-repeat 0 0;}
#top-nav  li { height: 20px; width: 160px; float:left; display: inline; text-align: center; }
#top-nav a {display: block; float: left; height: 20px; width: 160px; text-transform: uppercase; font-weight: bold; text-indent: -5555px }
#top-nav a:hover,
#top-nav li.current a { background: transparent url(../img/top-nav.png) no-repeat 0 -20px }
#top-nav li.current a {cursor: default;}
#top-nav #n1 a:hover,
#top-nav #n1.current a {background-position: 0 -20px}
#top-nav #n2 a:hover,
#top-nav #n2.current a {background-position: -160px -20px}
#top-nav #n3 a:hover,
#top-nav #n3.current a {background-position: -320px -20px}
#top-nav #n4 a:hover,
#top-nav #n4.current a {background-position: -480px -20px}
#top-nav #n5 a:hover,
#top-nav #n5.current a {background-position: -640px -20px}

/* Logo replacement */
h1#logo { height: 95px; overflow: hidden; position: relative; width: 95px; }
h1#logo a { display: block; width: 95px; height: 95px; }

/* Header */
#header { height: 95px; margin-top: 70px; margin-bottom: 10px; position: relative }
#header #slider { width: 650px; height: 95px; position: absolute; top: 0; right: 0;}
#header #slider div.scrollableArea * { display: block; position: relative; float: left; padding: 0; }
#header #slider div.scrollableArea img {margin: 0px 0 0px 0; width: 95px; }
#header #slider div.scrollableArea a.logotextiles {cursor: pointer!important}
#header #slider div.scrollableArea a.logotextiles img {margin: 0; width: auto; }

#header #slider div.scrollableArea a {margin-right: 10px; opacity:0.6;filter:alpha(opacity=60);}
#header #slider div.scrollableArea a.fullopacity {cursor: default;}
#header #slider div.scrollableArea a.fullopacity,
#header #slider div.scrollableArea a:hover {opacity:1;filter:alpha(opacity=100); }
#header #slider div.scrollingHotSpotLeft { display: none; min-width: 175px; width: 20%; height: 100%; position: absolute; z-index: 200; left: 0; background-image: url(../img/big_transparent.gif); background-repeat: repeat; background-position: center center;}
#header #slider div.scrollingHotSpotRight { display: none; min-width: 175px;	width: 20%;	height: 100%; position: absolute; z-index: 200; right: 0; background-image: url(../img/big_transparent.gif); background-repeat: repeat; background-position: center center;}
#header #slider div.scrollWrapper { position: relative; overflow: hidden;	width: 100%;height: 100%;}
#header #slider div.scrollableArea { position: relative; width: auto; height: 100%;}

.scrollWrapper { height: 100%; width: 100%; overflow: hidden; position: relative; }

/* Content */
#main-content {width: 800px}
#sidebar {float:left; width: 185px; margin-bottom: 70px}
#content { float: right; width: 605px; margin-bottom: 70px; }
#infocontent {float: left; width: 305px;}
body.home #infocontent { width: 310px}
#content.landscape #infocontent  {width: 410px; }
#content.bigaddress #infocontent  {width: 510px; }
#infoproduct {float: right; width: 292px;}
#content.landscape #infoproduct  {width: 185px; }

#infocontent h2,
#infoproduct h2,
#sidebar h2 {font-size:11px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold; margin: 6px 0 12px 0; letter-spacing: 1px;}
#infocontent h3,
#infoproduct h3 {font-size:11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 1px; margin: 10px 0 5px 0;}
#infocontent h4 { font-size: 10px; font-family: Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase; margin: 20px 0 5px 0}
#infocontent p {padding-bottom: 16px;}
#infocontent .lstprod {margin-top: 40px;}
#infocontent .lstprod td {font-size: 12px;}
#infocontent .lstprod td ul {margin-left: 38px;padding-bottom: 12px;}
#infocontent .lstprod td li {font-size: 11px; line-height: 17px}
#infocontent .lstprod td.options {text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; font-weight: bold; font-size: 11px;}
#infocontent ul.list { padding-left: 30px; margin-bottom: 15px; }
#infocontent ul.list li { padding-left: 20px; background-image: url(../img/bullet.gif); background-repeat: no-repeat; background-position: 0px 1px; }

.contactinfo {line-height: 18px; letter-spacing: 1px}
#form1 table td { vertical-align:middle; padding-right: 15px; padding-bottom: 6px; }

#contact-usa,
#contact-international {margin-top: 12px;}
#contact-usa h2,
#contact-international h2 { margin-bottom: 3px; }

.smallcase {text-transform: none!important;}

.options a { text-transform:uppercase; font-size: 10px; letter-spacing:1px}
.options h2 a {font-size: 11px; font-weight:bold; line-height: 14px;}

.infoptions { float: right; width: 200px;font-size: 10px }
.infoptions h3 {margin-bottom: 8px; letter-spacing: 1px;}
.infoptions h3,
.infoptions a {text-transform: uppercase; }
.infoptions li {line-height: 14px; padding-bottom: 8px}

#infoproduct h2 { margin-top: 0; margin-bottom: 5px }
#infoproduct h3 {font-weight: normal; text-transform: uppercase; font-size: 9px; font-family: "Gill Sans MT", "Gil Sans", "Lucida Grande", Helvetica, Arial;}
#infoproduct ul {padding-top: 40px;}
#infoproduct .downloads {padding-bottom: 5px;}
#infoproduct .downloads,
#infoproduct .pdf {font-size: 9px; text-transform: uppercase; letter-spacing: 1px}

.pricelist {padding-bottom: 30px;}
.pricelist li a { text-decoration: none; padding: 5px 12px;}
.pricelist li a:hover { background-color: #757270; color: #ffffff }
.pricelist li li a { padding: 2px 10px}

.pricelist li { text-transform: uppercase; margin-bottom: 10px}
.pricelist li li {text-transform: none; margin-bottom:5px}
.pricelist li ul {margin-left: 35px; margin-top: 5px }
.pricelist li span.nolink { padding-left: 12px }

/* Sidebar */
#sidebar li a:link {color: #666666;}
#sidebar li a { color: #666666; font-size: 10px; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; display: block; padding: 3px 0 3px 10px; width: 175px; margin-bottom: 3px; }
#sidebar li a:visited {color: #666666;}
#sidebar li a:hover,
#sidebar li a.current {background-color: #757270; color: #ffffff!important}
#sidebar li a.currnet:visited{color: #ffffff}
#sidebar li a.currnet:hover{color: #ffffff}

#sidebar .submenu { margin-top: 80px; }
#sidebar .sidebar-title { padding: 0 10px; text-transform: uppercase; font-weight:bold; letter-spacing: 1px; font-size:10px; margin-bottom: 5px }


/* Footer */
#footer { margin-bottom: 60px }
#footer a {margin-right:5px}
