/* @charset "UTF-8"; */

/********** GENERIC PAGES ***************/
body.wide #container {
font-size:100%;}
body  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	/*background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #444444;
     font-size: 90%; }
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 16px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header {
	background: #dedede;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	/* float: right;  since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0; /* padding keeps the content of the div away from the edges */
	margin: 1.6em 0 0 550px;
}
#mainContent {
	margin: 0;
	padding: 0 0 0 30px;
	width: 500px;

	} 
h1,  h2, p {
	margin: 10px;
	line-height:1.5em;
	}
h2 {
	color:#6a6a6a;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:2px;
	font-size: 110%;
	}
	
#mainContent h1 {
margin: 48px 10px 30px 10px;
font-weight:normal;
color:#999999;
}
 #mainContent table.contenttable {
     	font-size: 96%;
     	line-height:1.5em;
     	margin: 7px;
 }
 #mainContent table.contenttable td {
 	vertical-align:top;
 	padding:0px 4px;
 }
	
#footer { display:block;
	padding: 16px 440px 20px 20px;
	background-image:url(images/logo.png);
	/*background-color: #CCCCCC;*/
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.2em;
	color: #222222;
    height: 88px;
     clear: both; } 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0 ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
#topmenu {
	padding: 0 0 0 14px;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1.65em;
	float: right;
     width: auto;
     min-width:400px;
     margin-bottom: 0px; 
	}

#topmenu ul {
	list-style: none;
	 margin: 0px; 
}
#topmenu ul li {
	display: inline;
	padding-right: 1px;
}


#topmenu ul li a.current, #footer a.current  {
	color: #FFFFFF;
}

#sidebarContent {
	margin: 70px 0 0 0;
	float: right;
	width: 400px;
	height: 500px;
}

div#sidebarContent h1 {
        font-weight: normal;
        color: #CC3399;
}
a {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color:#6633FF;
}


#footer a, #topmenu a { color: #222222; }
#footer a:hover, #topmenu a:hover {text-decoration: none;
color: #FFFFff;}

.bg {	background-color: #8CB4DC;}


#menu2 p { padding:18px 0;} 

     
/* ********    home page   *******/

.home h2.csc-firstHeader {
     color: #40479c;
     font-weight: bold;
     font-size: 1.4em; }
     
     
.home #sidebar2 { background:url(assets/LU4home.gif);
     border: none;
     display: inline;
     float: right;
     margin-top: 0px; 
     height: 492px;}

.home div.news-latest-container {
     display: block; 
     width: 100%;
     height: 250px;}


span.itemImage { float:right; }


.home span.latest-item {
	 float: left; 
	position: relative;
	border:1px solid #DEDEDE;
	display: block;
	width: 90px;
	padding: 4px;
	height: 90px;
	margin: 10px;
	background-color: #FFF;
	text-align:center;
     }
     
.home span.itemText { 
	display:block; 
	height:auto; 
	clear:both;
	font-size: 11px;
	line-height: 13px;
	position:absolute;
	bottom:0px;
	width: 80px;
	text-align:center;
}
.home span.itemImage { 
	border:0px none;  
	text-align: center;
     	background-color: transparent;
     	display: inline;
     	float: left;
	width: 80px; }

span.list-item-image img {
	position: absolute;
	bottom: 36px;
	margin: 0px auto;
     	left: 15%;
     	right: 15%; }




.myGallery, .rgsgcontent { 
border: 0px #FFFFFF; 
background-color:#FFFFFF;
}
.jdGallery {margin-left: -30px; 
background-color:#FFFFFF;
}
.jdGallery .slideElement { background-color:#FFFFFF; border:0px none;}
.news-latest-container {
     border:none;
     background: none;
}



/******** PRODUCT DETAIL PAGE **************/


#singleProductContainer {
	background-color: #FFFFFF;
	clear: both;
}

#singleProductContainer > div#sidebarContent {
	width:280px;
	margin-right:120px;
	}

#finishes {
	position: absolute;
	left: 843px;
	top: 0px;
	width: 114px;
}

#finishes img {padding-bottom: 8px; } 

.details #mainContent {
	text-align: center;
	position: relative;
}

div#sidebarContent h3 {
	font-size:28px;
	font-weight:normal;
	margin: 100px 0 20px 0;}	

div#sidebarContent a {
	color: #6699FF;
	font-size:10px;
	}
	
div#sidebarContent p {
	color: #999999;
	font-size:90%;
	line-height:1.75em;
	margin-left: 0px;
}	
	
div#sidebarContent p.download, p.featured {
	margin-top: 32px;
	font-size: 9px;
	color:#CC6600;
}

div#sidebarContent ul li {
		list-style: outside;
		list-style-image:none;
}

#bottom {
	clear:both;
	line-height: 1px;
}
	
.news-single-img {
}
p.news-single-imgcaption { display:none; }

div.news-single-backlink a { font-size:10px; color:#6699FF; }
div.news-single-backlink {margin-top:24px;}

.news-single-images-container0 {background:none; padding:0;}


.enlarge {font-size:80%;}

.contenttable td p { margin:0;padding:0; }

.details #sidebarContent { margin:0; height: 540px; }

/**************** product overview pages******************/

.overview #mainContent {
	margin: 10px 0;
	padding: 0px 12px;
	width: 924px;
	min-height: 440px;
	} 
	
div.news-list-container {
	border: 0px none;
	/* clear: both;*/
     }

span.news-list-item {
	 float: left; 
	position: relative;
	border:1px solid #DEDEDE;
	display: inline;
	width: 150px;
	padding: 4px;
	height: 160px;
	margin: 10px;
	background-color: #FFF;
     }
     
span.list-item-image { 
	height:124px; 
	border:0px none;  
               text-align: center;
     margin-right: auto;
     margin-left: auto;
     background-color: transparent;
     width: 150px; }

span.list-item-image img {
position: absolute;
	bottom: 36px;
margin: 0px auto;
     left: 5%;
     right: 5%; }

span.list-item-title { 
	display:block; 
	height:30px; 
	clear:both;
	font-size: 11px;
	line-height: 13px;
	position:absolute;
	bottom:0px;
width: 150px;
     text-align: center; }

.news-list-item a:link { color: #666666; }

.overview div.csc-header { clear:both; }


.overview h2.subhead {
	font-size:1em;
	color:#FFF;
	/*background-color:#8CB4DC;*/
	padding:2px 6px 2px 22px;
	width:15em;
	margin:+40px 0 0 -13px;
	background-image: url(images/corner-top.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear:both;
}
.overview #container { background:url(assets/LU4c.gif);}

.overview #mainContent h1.csc-firstHeader { color:#333; text-transform:uppercase; margin-bottom:10px; letter-spacing:0.1em; }

div.atab { clear:both; margin-top:30px; }


/************ showrooms **************/

#showroomlist { margin:0; padding: 0 36px; width: 870px; }
p.list { color: #999999; line-height: 250%; text-align: justify; margin-bottom:20px;}

span.city { font-weight: bold; font-size: 110%; letter-spacing: 0.2em;  color: #000; padding: 0 8px 0 0;
	/*background-image: url(images/star.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;*/}

span.showroom { font-weight: bold; color: #3E749A; padding-left: 6px;}

span.phone { color: #CA8119; font-weight: bold; padding: 0 2px;}

span.address { padding-right: 16px;}

/*************  contact   *************/

fieldset.csc-mailform {
border: 0px none;
}

#mailform label {
font-size: 0.65em;
text-transform: uppercase;
letter-spacing: 0.1em;
position: absolute;
right: 70%; }

#mailform input, #mailform select {
position: absolute;
left: 33%; border: 1px solid grey;}

div.csc-mailform-field {padding: 0.5em;
margin:0.5em;
position: relative;
width: 400px;
height: 1em; }

/******* download *********/

div.fht_download_layout0 { 
	width: 500px;
	height: 300px;
	overflow: auto;
}
div.fht_download_layout0 div {
	float:left;
	padding:4px 10px 4px 0;
	}
div.fht_download_icon {
	clear:left;
	}	
div.fht_download_filesize {
	font-size: 10px;
	color: #BBB;
	padding-top:6px;
	}