/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:80%/1.25 Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/bgstroke.jpg) repeat-x top left;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	font: 95% Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #c2cbc8;
	padding: 18px 20px;
	margin: 0 0 9px 0;
	line-height: 1.6em;
	text-align: justify;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
}
h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
}
h4 {
	padding:30px 0 25px 0;
	font: 97% Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 4px 20px;
	margin: 0 0 9px 0;
	line-height: 1.6em;
	text-align: justify;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/

a, a:visited {
	text-decoration:none;
	outline: none;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Wrapper *****/

#outer {
	height: 100%;
	min-height: 100%;
	width:945px;
	margin: auto;
	position: relative;
}
html>body #outer {
	height:auto;
}

/***** Global Classes *****/

.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.width100 {
	width: 100%;
}
.width75 {
	width: 75%;
}
.width50 {
	width: 50%;
}

/***** Structure *****/

#header {
	display: block;
	clear: both;
	width: 100%;
	height: 138px;
	background: url(images/bgheader.jpg) no-repeat top left;
}
#left {
	display: block;
	float: left;
	width:210px;
	margin:31px 0 0 0 ;
	padding:0;
	height: 100%;
	min-height: 100%;
	color: #fff;
	background: url(images/bgLeft.jpg) repeat-y top left;
}
#main {
	display: block;
	float: left;
	width:703px;
	margin:31px 0 0 0 ;
	height: auto;
	min-height: 500px;
	padding: 0 0 0 32px;
}
#footer {
	display: block;
	clear: both;
	width: 683px;
	height: 60px;
	text-align: left;
	margin: 30px 0 0 242px;
	padding: 10px;
	color: #fff;
	background-color: #474444;
	font-size: 85%;
}

/***** Header *****/

#header #logo {
	display: block;
	float: left;
}
#header #topNavi {
	display: block;
	float: right;
	background: url(images/bgTopNavi.jpg) repeat-x top right;
	height: 30px;
	margin: 0 28px 0 0;
	padding: 10px 0 0 14px;
}
#header #topNavi li {
	display: block;
	float: left;
	padding: 0 14px 0 0;
}
#header #topNavi li a:link {
	color: #fff;
	text-decoration: none;
}
#header #topNavi li a:visited {
	color: #fff;
	text-decoration: none;
}
#header #topNavi li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
#header #topNavi li a:active {
	color: #fff;
	text-decoration: none;
}

#header #externNavi {
	display: block;
	float: right;
	background: url(images/bgExternNavi.jpg) repeat-x top left;
	height: 30px;
	margin: 0 28px 0 0;
	padding: 10px 0 0 48px;
}
#header #externNavi li {
	display: block;
	float: left;
	padding: 1px 14px 0 0;
}
#header #externNavi li a:link {
	color: #fff;
	text-decoration: none;
}
#header #externNavi li a:visited {
	color: #fff;
	text-decoration: none;
}
#header #externNavi li a:hover {
	color: #ef7910;
	text-decoration: none;
}
#header #externNavi li a:active {
	color: #fff;
	text-decoration: none;
}


#header #prodNavi {
	display: block;
	float: right;
	clear: all;
	margin:0;
	padding:0;
	width: 100%;
}
#header #prodNavi li {
	display: block;
	float: right;
	filter:alpha(opacity=80); opacity:.8; -moz-opacity:.8;
	text-transform: uppercase; 
}
#header #prodNavi li a:link, #header #prodNavi li a:visited, #header #prodNavi li a:active {
	display: block;
	padding: 10px 19px 10px 19px;
	background: url(images/bgProdNavi.jpg) repeat-x bottom left #fff;
	margin: 0 0 0 1px;
	color: #000;
}
#header #prodNavi li a:hover {
	display: block;
	padding: 10px 19px 10px 19px;
	background: none #cad1ce;
	margin: 0 0 0 1px;
	color: #000;
}
#header #prodNavi li.flags {
	display: block;
	float: right;
	filter:alpha(opacity=80); opacity:.8; -moz-opacity:.8; 
	padding: 10px 19px 10px 19px;
	background: url(images/bgProdNavi.jpg) repeat-x bottom left #fff;
	margin: 0 0 0 1px;
}
#header #prodNavi li.flags a{ display: block; margin:0; padding:3px 2px 2px 2px; float: left; background: none;}

/***** left *****/

#left #leftTop{
	display: block;
	background: url(images/leftTop.gif) no-repeat top left;
	height: 47px;
	width: 210px;
	padding: 0;
	margin: 0;
	text-align: center;	
}

#left #leftTop #leftTopText {
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
}

#left #newsletter{
	display: block;
	background: url(images/bgNewsletter.jpg) repeat-y top left;
	padding: 19px 28px 0 19px;
	text-align: justify;
}
#left #newsletter p{ margin:0; padding:0;}
#left #newsletter form{ margin: 19px 0 0 0; padding:0;}
#left #newsletter form input{ margin: 0 0 13px 0; padding:4px; border: solid 1px #b75705; text-align: center;}
#left #newsletter form input.submit{ margin: 0 -19px; width: 201px; color: #fff; background-color: #df650e; border-top: solid 1px #ee7915; border-bottom: solid 1px #ee7915; border-left: none; border-right: none;}

#left #newsletter form .msg{ color: #66FF00; margin: 2px 0 9px 0; text-align: left;}

/***** left - Listing Styles *****/

#left img.subTheme{ display: block; margin:0;}
#left #subNav{
	display: block;
	padding:0;
	margin:0;
}
#left #subNav li{ display: block; text-transform: uppercase; }
#left #subNav li a{
	display: block;
	background: url(images/bgSub.jpg) repeat-y top left;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 38px;
	color: #fff;
}
#left #subNav li a:link{ color: #fff;}
#left #subNav li a:hover{ background: url(images/bgSubHover.jpg) repeat-y top left;}
#left #subNav li a.active{ background: url(images/bgSubActiveLarge.jpg) repeat-y top left;}

/***** Main - Home Styles *****/

#main #cat{ display: block; margin:0; padding:0;}
#main #cat li { 
	display: block;
	float: left;
	width: 226px;
	height: 230px;
	padding: 0;
	margin: 0 12px 12px 0;
}
#main #cat li.last{ margin: 0 0 12px 0;}
#main #cat li em {
	font-weight: normal;
	background-color: #df650e;
	color: #fff;
	width: 180px;
	height: 180px;
	position: relative;
	top: -85px;
	right: 0px;
	text-align: center;
	padding: 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/***** Main - Listing Styles *****/

#main #resultBar{ 
	display: block; 
	width: 100%; 
	height:46px; 
	background-color: #c2cbc8; 
	margin:0; 
	padding:0
}
#main #resultBar li{ display: block; float: left;}
#main #resultBar li.amount{ margin: 15px 13px;}
#main #resultBar li.pagination{ margin: 15px 0;}

#main #resultBar li a:link{ color: #000;}
#main #resultBar li a:visited{ color: #000;}
#main #resultBar li a:hover{ color: #d15a06;}
#main #resultBar li a:active{ color: #d15a06;}
#main #resultBar li a.active{ color: #d15a06;}

#main #products{ display: block; clear:both; margin:26px 0; padding:0;}
#main #products li { 
	display: block;
	float: left;
	width: 226px;
	height: 230px;
	padding: 0;
	margin: 0 9px 10px 0;
	background-color: #dbe1df;
	border: dotted 1px #c2cbc8;
}
#main #products li img{ display: block; height:169px; width: 226px;}
#main #products li.last{ margin: 0 0 10px 0;}
#main #products li p.id{ width: 100%; text-align: center; margin: 8px auto 0 auto; padding:0;}
#main #products li p.spec{ width: 100%; text-align: center; margin:0 auto 0 auto; padding:0;}

#main #products li p.id a:link{ font-size: 110%; color: #df610e;}
#main #products li p.id a:visited{ font-size: 110%; color: #df610e;}
#main #products li p.id a:hover{ font-size: 110%; color: #df610e; border-bottom: dotted 1px #df610e;}
#main #products li p.id a:active{ font-size: 110%; color: #df610e;}

/***** Offer - Details Styles *****/

#main #offer{ display: block; clear:both; margin:26px 0; padding:0;}
#main #offer li { 
	display: block;
	float: left;
	width: 226px;
	height: 252px;
	padding: 0;
	margin: 0 6px 10px 0;
	background-color: #dbe1df;
	border: dotted 1px #c2cbc8;
}
#main #offer li img{ display: block; height:169px; width: 226px;}
#main #offer li.last{ margin: 0 0 10px 0;}
#main #offer li p.id{ width: 100%; text-align: center; margin: 8px auto 0 auto; padding:0;}
#main #offer li p.spec{ width: 100%; text-align: center; margin:4px auto 0 auto; padding:0;}

#main #offer li p.id a:link{ font-size: 110%; color: #df610e;}
#main #offer li p.id a:visited{ font-size: 110%; color: #df610e;}
#main #offer li p.id a:hover{ font-size: 110%; color: #df610e; border-bottom: dotted 1px #df610e;}
#main #offer li p.id a:active{ font-size: 110%; color: #df610e;}

/***** Main - Details Styles *****/

#main #detailsBar{ 
	display: block; 
	width: 100%; 
	height:46px; 
	background-color: #c2cbc8; 
	margin:0; 
	padding:0
}
#main #detailsBar li{ display: block; float: left;}
#main #detailsBar li.path{ margin: 15px 13px; font-weight: bold;}
#main #detailsBar li.back{ display: block; float: right; margin: 15px 0;}
#main #detailsBar li.print{ display: block; float: right; margin: 15px 19px 15px 4px; background: url(images/icoPrint.gif) no-repeat center left; padding: 0 0 0 14px}

#main #detailsBar li a:link{ color: #d15a06;}
#main #detailsBar li a:visited{ color: #d15a06;}
#main #detailsBar li a:hover{ color: #d15a06; border-bottom: dotted 1px #d15a06;}
#main #detailsBar li a:active{ color: #d15a06;}
#main #detailsBar li a.active{ color: #d15a06;}

#main #detailsLeft{
	display: block;
	clear: both;
	float: left;
	width: 352px;
}
#main #detailsRight{
	display: block;
	float: right;
	width: 309px;
	background-color: #ced6d3;
	padding: 16px 16px 28px 16px;
	border-bottom: solid 3px #b1bbb8;
	margin: 0 0 20px 0;	
}
#main #detailsLeft img{ cursor: move; cursor:}
#main #detailsLeft img.medium{ display: block; margin: 0 1px 2px 0; padding:0px; border: dotted 1px #c2cbc8; overflow: hidden; cursor: hand;}
#main #detailsLeft img.thumb{
	display: block; 
	float: left;
	margin:0 1px 1px 0;
	padding:0;
}
#detailsRight p.title{
	font-weight: bold;
	color: #df610e;

}
/*#detailsRight dl#specs{ display: block; margin: 0; padding: 0;}
#detailsRight dl#specs dt{ display: block; float: left; width: 45%; margin: 4px 0; padding: 2px 4px; border-bottom: solid 1px #b1bbb8; font-style: italic;}
#detailsRight dl#specs dd{ display: block; float: left; width: 45%; margin: 4px 0; padding: 2px 4px; border-bottom: solid 1px #b1bbb8;}
*/

#detailsRight ul#specs{ display: block; margin: 0; padding: 0;}
#detailsRight ul#specs li{ 
	display: block;
	float: left;
	width: 100%;
	margin: 4px 0;
	padding: 2px 4px;
	border-bottom: solid 1px #b1bbb8;
}

/***** Main - General Styles *****/

#main .txt{ 
	padding:30px 0 25px 0;
	font: 95% Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #ced6d3;
	padding: 18px 20px;
	margin: 0 0 9px 0;
	line-height: 1.6em;
	text-align: justify;
}
#main ul.txt li{ list-style: disc; margin: 4px 0 4px 12px;}
#main .txt a:link{ color: #d15a06;}
#main .txt a:visited{ color: #d15a06;}
#main .txt a:hover{ color: #d15a06; border-bottom: dotted 1px #d15a06;}
#main .txt a:active{ color: #d15a06;}

#main form label{ display: block; float: left; width: 150px; clear:both; margin: 2px 0;}
#main form label.longLabel{ display: block; float: left; width: 300px; clear:both; margin: 2px 0;}
#main form input{ display: block; float: left; width: 200px; margin: 2px 0;}
#main form textarea{ display: block; float: left; clear: both; width: 350px; height: 60px; margin: 2px 0;}
#main form input.invalid, #main form textarea.invalid { background: #faa; }
#main form input.valid, #main form textarea.valid { background: #afa; }
#main form i{ color: #FF3300; font-style: normal;}

.label{ text-align: center; margin: 10px 0 20px 0;}
a.download{ 
	display: block;
	float: left;
	height: 25px;
	background: url(images/save.gif) no-repeat top left; 
	padding-left: 26px;
	margin: 20px;
}
a.download:link{ color: #333333; }
a.download:visited{ color: #333333; }
a.download:hover{ color: #333333; text-decoration: underline; }
a.download:active{ color: #333333; }

img.logoSet{ 
	display: block; 
	float: left; 
	clear: left;
}
#main .logoTxt{
	display: block;
	height: 60px; 
	padding:30px 0 25px 0;
	font: 95% Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #ced6d3;
	padding: 18px 20px;
	margin: 0 0 9px 0;
	line-height: 1.6em;
	text-align: justify;
}

/***** Footer Classes *****/

#footer a:link{ color: #fff; }
#footer a:visited{ color: #fff; }
#footer a:hover{ color: #fff; border-bottom: dotted 1px #fff; }
#footer a:active{ color: #fff; }

#footer #fLeft{ display: block; float: left; width: 70%; }
#footer #fRight{ display: block; float: right; width: 28%; text-align:right; }

/***** sIFR3 Classes *****/

.sIFR-active #leftTopText {
	visibility: hidden;
	font-family: Tahoma;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
}

/***** Print Style Classes *****/

.printPage{ display: block; width: 646px; min-height: 800px; margin:0 auto; background-color: #fff; font-size: 11px;}
.printPage .printHeader{ display: block; width: 646px; height:100px; background-color: #ff7c00; margin:0; padding:0;}

.printPage .printPics{ display: block; width: 646px; }
.printPage .printPics img.pic{ display: block; float: left; /*width:226px;*/ height: 169px; margin: 10px; }

.printPage ul.specs{ display: block; clear: both; width: 646px; padding: 10px; margin: 10px 0;}
.printPage ul.specs li{ display: block; float: left; width: 196px; margin: 4px 0 6px 0; padding: 8px 4px 0 4px; border-top: dotted 1px #999999; list-style: none;}

.ptitle{ display: block; height: 15px; margin: 5px 0; padding: 2px; font-weight: bold; }
.printPage .specCnt{ }
.printPage .spec{ 
	display: block; 
	float: left; 
	width: 200px; 
	margin: 2px 0 4px 0; 
	padding: 6px 4px 0 4px; 
	border-top: dotted 1px #999999;
}
div.newpage{
	page-break-after:always;
	border: none;
	display: block;
	width: 646px;
	float: right;
	margin: 40px auto;
}

.showrooms{ margin: 20px 0 0 0; border: solid 1px #333; font-size: 11px; padding: 5px;}



