html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0; 
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */


p {
	letter-spacing:0.7px;
	text-align:justify
}

strong, b {
	font-weight: bold;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	color: #fff;
	font-weight:300;
	font-size: 45pt;
	letter-spacing:-4px;
	line-height: 1px;
	text-align:left;
	text-transform:uppercase;
	padding-left:10px
}

.light_h1 {
	font-weight:200;
}

/* Commonly used to style section titles. */
h2 {
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	text-transform:uppercase;
	padding-left:15px;
	height:36px; /* 24 */
}

h3 {
	color: #fff;
	font-size: 11pt;
	text-align:left;
}

h4 {
	font-size:14pt;
}

h5 {
	font-size:10pt;
	margin:4px 0px;
}
.spacer {
	height:30px;
}

.width_full {
	width:400px;

}

.width_170 {
	width:170px;
}

.width_380 {
	width:380px;
}

.brown {
	color:#807471;
	font-size:15px;
	line-height:22px;
}

.brown_small {
	color:#807471;
	font-size:14px;
	line-height:20px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color:#807471;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #807471;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
	color:#C0D8DE;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #807471;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #807471;
}


.block {
	display:block;
}

.margin_top {
	margin-top:10px;
}

.margin_top_small {
	margin-top:5px;
}

.margin_left {
	margin-left:10px;
}

.margin_left_15 {
	margin-left:14px;
}

.margin_right {
	margin-right:10px;
}

.content_left {
	margin-left:16px;
	width:360px;
	/*border:1px solid #fff;*/
}

.margin_bottom_small {
	margin-bottom:5px;
}

.margin_bottom {
	margin-bottom:10px;
}

.margin_bottom_brand {
	margin-bottom:20px;
}

.margin_bottom_product {
	margin-bottom:45px;
}

.spacing_letter {
	letter-spacing:0.7px
}

.border {
	border:1px solid #ff0000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

.link_active {
	font-weight:bold;
	color:#C0D8DE;
}


#outerWrapper {
	background-color: #000;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	min-width: 960px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	height:auto;
	clear:both;
	min-height:96%; /* anton 100% */
	background-repeat:no-repeat
}

#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	/*background-image: url(../img/index.jpg);*/
}

#header {
	height: 340px; /* 340 */
}

#outerWrapper #topNavigation {
	border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../js/slidemenu/imgs/navbar.png);
	background-repeat:repeat-y;
}

#topNavigation {
	position:relative;
	z-index:3;
  	height: 50px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #p_contentWrapper #p_content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}


#p_content, #p_content_home {
	clear:both;
	background:#000; /* #000 */
	padding-top:20px;
}

#p_content_home {
	padding:0;
	/*background:#fff;
	height:400px;*/
}

#fixedFullWidthFooter {
	text-align: left;
	clear:both;
	position:absolute;
	bottom:0px;
	width:100%;
	background-color: #222; 
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top: solid 1px #333;
	height: 30px;

	/*margin-top:10px;
	padding-bottom: 6px;
	padding-top:2px;
	*/

}
/* The following code is for the fixed full width footer */
html, body {
  height: 100%;
}
* html #outerWrapper {
	height: 100%;
}
#fixedFullWidthFooter {
	/*margin-top: -30px;*/
	position: relative; /* relative */
  
}

#titlehome {
	margin-top: 264px;
	height: 100px;
	color:#fff;
	padding: 20 20 20 0;
	width: 241px;
	float:left;
	position:relative;
	z-index:3;
}

#latestnews {
	margin-top:20px;
	height: 30px; /* auto */
	width: 720px; /* auto */
	float: right;
}

#footwrap {
	width: 950px;
	float: none;
	margin: 0 auto 0 auto;
	padding:6px 0 0 0;
	bottom:0px;
	position: relative;
}

#footleft {
	float: left;
	width: 730px;
}

#footleft a {
	color:#fff;
}

#footleft a:hover {
	color:#939598;
}

#footright {
	float: right;
	text-align:right;
	width: 220px;
}

#footright a {
}

#footright ul {
	padding:0;
	margin:0;
}

#footright li {
	float:left;
	margin-right:10px;
	list-style:none
}

img {
	border:none;
}

.inputbox { 
	background-color: #000;
	font-size: 11px;
	border:1px solid #fff;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;

}

.left {
	float:left
}

.right {
	float:right
}

.clear {
	clear:both
}

.p_container_left_home {
	width: 550px;
	padding-top:20px
}

.p_container_left {
	width: 400px;
	text-align:left
}

.p_container_right {
	width:560px;
	padding-bottom:25px
}

.p_container_right p, .p_container_product p {
	margin-bottom:10px;
	text-align:justify;
}

.p_container_product {
	text-align:left;
	height:580px;
	margin-bottom:25px;
}


.p_container_right ol {
	margin-left:18px;
}


.p_container_right ul li {
	margin-left:18px;	

}

.p_container_joined {
}

.hidden {
	visibility:hidden;
}

.clearfloat {
	clear:both; height:0px;
	line-height:0px; visibility: hidden;
}

/*Social and Language Icons*/
a.twitter, a.twitter:active,
a.facebook, a.facebook:active,
a.linkedin, a.linkedin:active,
a.myspace, a.myspace:active,
a.digg, a.digg:active,
a.delicious, a.delicious:active,
a.rss, a.rss:active
{
	display:block;
	width: 16px;
	height:16px;
	background:url(../images/modules/icon_twitter.png) no-repeat 0 0px;
}
a.twitter:hover,
a.facebook:hover,
a.linkedin:hover,
a.myspace:hover,
a.digg:hover,
a.delicious:hover,
a.rss:hover,
a.twitter:hover
{ 
	background-position: 0 -16px; /* */
}

a.facebook, a.facebook:active {
	background:url(../images/modules/icon_facebook.png) no-repeat 0 0px;
}

a.linkedin, a.linkedin:active {
	background:url(../images/modules/icon_linkedin.png) no-repeat 0 0px;
}

a.myspace, a.myspace:active {
	background:url(../images/modules/icon_myspace.png) no-repeat 0 0px;
}

a.digg, a.digg:active {
	background:url(../images/modules/icon_digg.png) no-repeat 0 0px;
}

a.delicious, a.delicious:active {
	background:url(../images/modules/icon_delicious.png) no-repeat 0 0px;
}

a.rss, a.rss:active {
	background:url(../images/modules/icon_rss.png) no-repeat 0 0px;
}

/*Accordion Menu Customize*/
.flyoutmenu, .acc_menu {
	padding-top:10px;
	margin-left:15px;
	font-size:10pt;
	text-align:left;
}

.flyoutmenu {	
	color:#fff;
	margin-left:0px;
	font-weight:bold;
	text-transform:uppercase
}

.inspiration_category ul li {
	list-style:none;
	clear:both;
	text-align:left;
	/*min-height:400px;*/
	width:360px;

}

.inspiration_category ul li.activelink {
	color:#C0D8DE;
	font-weight:bold;
}

.rollcontent ul li {
	list-style:none;
	font-size:10pt;
	margin-left:0px; /* -40 */
	text-align:left;
	/*padding-left:10px; */
}

a.rollcontent ul li a:active {
	color:#807471;

}

.rollcontent ul li a:hover {
	color:#C0D8DE;
}

/*Pages*/
.page_intro, .page_intro p {
	line-height:1.5em;
	font-size:15pt;
	padding-bottom:10px
}




/*Product Page */
.brand_opening {
	width:154px;
	text-align:center;
}

.brand_category_desc {
	width:390px;
}

.caption, .caption1 {
	font-weight:bold;
	margin-top:5px;
	font-size:10pt;
	text-transform:Capitalize;
}

.caption1 {
	font-weight:normal;
	text-transform:none;
	clear:both;
	display:block;
	margin-top:80px;
}

.caption1 img {
	padding-top:10px;
}

.caption ul li, .caption1 ul li {
	list-style:none;
	display:block;
	margin-left:0px; /* -38 */
	line-height:2em;
	color:white;
}

.prod_info_detail {
	
	/*margin-bottom:15px;
	*/
	clear:both;
	/*height:200px;*/
}

/*Showroom Page*/
.showroom_container {
	width:280px;
	height:200px;
	padding:15px;
	padding-bottom:35px;
}

.showroom_container p {
	line-height:1.8
}


/*News*/
.news {
	margin-bottom:30px;
}

.news ul {
	margin-bottom:10px;
}

.news ul li {
	margin-left:15px;
	line-height:
}

.news a.newstitle, .news b {
	font-size:13pt;
}

.news p{
	line-height:1.5;
	margin-bottom:10px;
}

.news_pagination a {
	margin-bottom:2px;
}

a.arrow_left, a.arrow_left:active,
a.arrow_right, a.arrow_right:active
{
	width: 12px;
	height:10px;
	background:url(../images/modules/arrow-left.png) no-repeat 0 0;
}
a.arrow_left:hover, a.arrow_right:hover { 
	background-position: 0 -10px;
}

a.arrow_right, a.arrow_right:active
{
	background:url(../images/modules/arrow-right.png) no-repeat 0 0;
}

.input_select_image {
	width:200px;
}


/*Career Page*/
.career_opening {
	text-transform:uppercase;
}

.career_opening li {
	margin-left:-40px;
	list-style:none
}

/*FAQ Page */
.faq_list ul {
	margin-top:10px;
}

.faq_list ul li {
	text-transform:uppercase;
	color:#807471;	
}

.faq_category {
	text-transform:uppercase;
}

.faq_list_questions li {
	line-height:20px;
	margin-bottom:10px;
}

.faq_recommended ul li {
	font-size:9px
}

/*--- BEGIN paging ---*/

.i_paging {
	width:auto;
	text-align:right;
	float:right;
	display:inline-block;
	clear:both;
	margin-bottom:10px;
	
}



#m_paging_left, #m_paging_right, #m_paging_number, #m_paging_link {
	float:left;
	width:auto; /* 160 */
	height:20px;
	display:block;
	/*border:1px solid #000;*/
}



#m_paging_left span, #m_paging_right span, #m_paging_left div, #m_paging_right div, #m_paging_link div {
	border:1px solid #BDBDBD;
	color:#BDBDBD;
	padding:4px 4px;
	margin:0px 1px;
	font-size:12px;
	float:left;
	width:10px;
	height:10px;
	font-family:"Trebuchet MS", Arial;
}

#m_paging_link div {
	border:1px solid #636a7d;
	/*padding:2px 4px;*/

}

#m_paging_left div, #m_paging_right div {

}



#m_paging_left a, #m_paging_right a {
	/*border:1px solid #636a7d;*/
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	/*
	padding:0px 4px;
	margin:0px 1px;*/

}

#m_paging_number {
	width:auto; /* 520 390 */
	/*text-align:center;*/
	color:#005b7f;
}

#m_paging_number a, #m_paging_active {
	font-family:"Trebuchet MS", Arial;
	color:#636a7d;
	font-size:12px;
	border:1px solid #636a7d;
	padding:0px 4px;
	margin:0px 2px;
	float:left;
	display:inline-block;
	text-decoration:none;

}

#m_paging_number a:hover, #m_paging_active {
	background-color:#636a7d;
	border:1px solid #636a7d;
	color:#fff;
}



/*--- END paging ---*/

/*--- BEGIN product ---*/
.col_left {
	width:80px;
	display:block;
}

.col_right {
	width:160px;
	display:block;
}
.col_middle {
	width:10px;
	text-align:center;
}

#list_color {
	height:20px;
	width:160px;
	display:inline-block;
	/*border:1px solid #ff0000;*/
}

.img_color {
	padding:0 2px 0 0;
}
/*--- END product ---*/

/*--- BEGIN guide ---*/

.guide_intro strong {
	font-size:14px;
	color:#807471
}

.guide_intro ul li {
	margin-left:15px;
	letter-spacing:0.7px;
	margin-bottom:5px;
}

.guide_list img, .guide_detail img {
	margin-right:15px;
	margin-bottom:5px;
	margin-top:10px;
}

.guide_cat_list ul li {
	list-style:none
}

.guide_list img {
	margin-top:5px;
}

.guide_list {
	margin-bottom:15px;
	clear:both
}

.guide_content{
	width:350px;
	margin-bottom:15px;
}

.guide_title {
	line-height:1.5em;
	clear:both;
	font-size:15pt;
	font-weight:bold
}

.guide_title_list {
	font-size:14px;
	color:#807471;
	font-weight:bold
}

.guide_detail_image img {
	display:block;
}

.guide_detail p {
	margin-top:5px;
}

.guide_cat_list {
	margin-left:15px;
}

.activelink{
	color:#C0D8DE;
	font-weight:bold;
}

a.guide_cat_menu {
	font-size:15px
}
/*--- END guide ---*/
/*--- BEGIN collection ---*/
.collections_thumb {
	display:block;
	clear:both;
}

.new_collection {
	font-size:8pt;
	width:75px;
	line-height:normal;
	color:#939292;
	margin-right:30px
}

.collection_title {
	text-transform:uppercase;
	font-size:10pt;
	padding:6px 10px;
	margin-bottom:10px;
	font-weight:bold;
	/*background-color:#111;*/
	height:56px;

}

.collections_list {
	margin-top:20px;
	width:250px;
	margin-right:10px;
}

.collections_list ul li {
	list-style:none;
	margin-left:10px;
}

/*--- END collection ---*/

/*--- BEGIN catalog form ---*/

.catalog_form input, textarea {
	background-color:#1a1a1a;
	border:1px #fff solid;
	color:#fff;
	padding:3px;
	margin-bottom:5px
}

.catalog_form ul li {
	list-style:none;
	line-height:2em
}

.cat_label {
	width:100px;
	text-transform:uppercase;
	
}
.input_send, .input_send_hover {
	height:24px;
	width:100px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-family:Helvetica;
	border:0px;
	background: #666;
	cursor:hand;
}

.input_send_hover {
	background: #ddd;
	color:#000;
}

.LV_validation_message{
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#C0D8DE;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #333333;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #ff0000;
}


/*--- END catalog form ---*/

.opacity_link {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.opacity_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.guideicon img {
	width:19px;
	height:19px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.guideicon:hover img {
	opacity:1;
	filter:alpha(opacity=100)
}

.small_margin_top {
	margin-top:4px;
}

.guide_link_icon img {
	margin-right:5px;
	margin-top:0;
}

.icon_pdf {
	margin:0px;
	padding:0px;
}
