/*@charset "UTF-8";*/

 @import url("/reset.css");
/*
created by: Alistair Chisholm
on: Monday 12th April 2010
*/

body{
	background-color:#83a7bb;
	width:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;	
	color:#ffffff;
	
}

h1{
	font-size:18px;
	color:#134370;
	padding-bottom:10px;
}
h2{
	font-size:14px;
	color:#134370;
	padding-bottom:0px;
}
#main p{
	line-height:22px;
	padding-bottom:10px;
}

/*---         ---*/
#wrapper{
	width:968px;
	margin:10px auto;
}
#header{
	width:968px;
	height:105px;
}
/*---     Menu    ---*/
#menu{
	height:33px;
	width:100%;
	
}

#navbar{
	float:left;
	margin:10px 0px;
	background-image:url(assets/furniture/menubg.gif);
	height:25px;
	width:835px;
	border-bottom:solid 1px #134370;
	border-top:solid 1px #134370;
}

#navbar ul li .qmparent{
	text-transform:uppercase;
}
/*---     Search Bar    ---*/

#search{
	float:right;
	width:128px;
	margin:9px 0px;	
}
.searchField{
    background-image:url(assets/furniture/search-bg.gif);  
	float:right;
	width:120px;
	height:20px;
	padding:2px;
	color:Gray;
	border:1px solid #134370;	
}
#col_middle .searchField{
    background-image:url(assets/furniture/search-news-bg.gif);

}
input:focus{
	background-image:none!important;
}

/*---     Links    ---*/
a{
	text-decoration:none;
	color:#944020;
}
a:hover{
	color:#68321E;
	text-decoration:underline;
}

/*---     Flash Banner    ---*/
#home-banner{
	height:323px;
	width:968px;
	float:left;
}

/*--- Left Column ---*/
#leftCol{
	float:left;
	width:215px;
	padding-bottom:20px;
}
.redCapsHeader{
	color:#944020;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold; /*--- added by Alex ---*/
}
.lowercase{
	text-transform:lowercase !important;
}
#newsBox{
	padding:15px 10px 0px 10px;
	background-image:url(assets/furniture/newsboxbg.gif);
	background-repeat:no-repeat;
	height:129px;
	font-size:12px;
}
#newsBox p{
	padding-bottom:15px;
}

.newsBoxanchor a{
	text-decoration:none;
	color:#FFFFFF;
}
.newsBoxanchor a:hover{	
	text-decoration:underline;
}

.blueTxt{
	color:#134370;
	font-weight:bold;
}

#translatespace
{
	padding:10px 0px 0px 10px;	
	background-image:url(assets/furniture/translate_button.gif);
	background-repeat:no-repeat;
	height:25px;
	
}

#translatespace a
{
	color:#944020;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold; /*--- added by Alex ---*/
}

#translatespace a:hover
{	
	text-decoration:underline;
}


#mainDownloadsBox{
	padding:17px 0px 0px 5px;
	background-image:url(assets/furniture/main-downloadsboxbg3.gif);
	background-repeat:no-repeat;
	height:260px;
}
#downloadsBox{
	padding:17px 0px 0px 5px;
	background-image:url(assets/furniture/downloadsboxbg3.gif);
	background-repeat:no-repeat;
	height:339px;
}

/*--- Main Column ---*/
#main{
	float:left;
	width:503px;
	padding:15px 10px 0px 10px;
}




/*--- Right Column ---*/
#homeRightCol{
	float:left;
	background-image:url(assets/furniture/rightcolbg.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:220px;
	height:350px;
	padding: 0px 5px 0px 0px;
	margin-left:5px;
}
#rightColSpacer{
	width:80px;
	height:5px;
	background-color:#83a7bb;
	margin-bottom:10px;
}
#rightCol{
	float:left;
	width:220px;
	text-align:right;
	padding: 0px 5px 0px 0px;
	margin-left:5px;
}
#video{
	cursor:pointer;
	display:block;
	height:175px;
	text-align:right;
}
#video:hover{
	color:#68321E;
	text-decoration:underline;
}
#videoImg{
	display:block;
	background-position:right;
	background-image:url(assets/furniture/video-out.png);
	background-repeat:no-repeat;
	height:143px;
}
#videoImg:hover{
	background-image:url(assets/furniture/video-over.png);
}
#showcase{
	cursor:pointer;
	display:block;
	height:180px;
	text-align:right;
}
#showcase:hover{
	color:#68321E;
	text-decoration:underline;
}
#showcaseImg{
	display:block;
	background-position:right;
	background-image:url(assets/furniture/showcase-out.png);
	background-repeat:no-repeat;
	height:115px;
}
#showcaseImg:hover{
	background-image:url(assets/furniture/showcase-over.png);
}

/*--- Footer ---*/
#footer{
	clear:both;
	height:48px;
	background-image:url(assets/furniture/footerbg.gif);
	background-repeat:no-repeat;
	margin:30px 0px;
	font-size:11px;
	padding:5px;
	line-height:20px;
}

.para_left {
	width:600px;
	float: left;
	clear:both;
}

.para_right {
text-align:right;
	width:220px;
	float: right;
	clear:both;
}
#footer_left {
	float:left;
	width:650px;
}

#footer_right {	
	float:right;
	width:250px;

}


#footer a {
	color:#ffffff;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
	color:#68321E;
}

/*---   brochure   ---*/
.brochure
{
	background-image: url(assets/furniture/brochure-out.png);
	background-repeat: no-repeat;
	text-decoration:none;
	border: 0;
	
}

.brochure:hover
{
	background-image: url(assets/furniture/brochure-over.png);
	background-repeat: no-repeat;	
	border: 0;
	text-decoration:none;
	outline:none;
	
	
}

.techbrochure
{
	background-image: url(assets/furniture/techbrochure-out.png);
	background-repeat: no-repeat;
	text-decoration:none;
	border: 0;
	
}

.techbrochure:hover
{
	background-image: url(assets/furniture/techbrochure-over.png);
	background-repeat: no-repeat;	
	border: 0;
	text-decoration:none;
	outline:none;
}

.qcbrochure
{
	background-image: url(assets/furniture/qualitybrochure-out.png);
	background-repeat: no-repeat;
	text-decoration:none;
	border: 0;
	
}

.qcbrochure:hover
{
	background-image: url(assets/furniture/qualitybrochure-over.png);
	background-repeat: no-repeat;	
	border: 0;
	text-decoration:none;
	outline:none;
}
#mainDownloadsBox a 
{
    text-decoration:none;
}

#downloadsBox a
{
    text-decoration:none;
}

.leftVideo
{
	background-image: url(assets/furniture/video-left-out.png);
	background-repeat: no-repeat;
	text-decoration:none;
	border: 0;
	
}

.leftVideo:hover
{
	background-image: url(assets/furniture/video-left-over.png);
	background-repeat: no-repeat;	
	border: 0;
	text-decoration:none;
	outline:none;
}

.leftShowcase
{
	background-image: url(assets/furniture/showcase-left-out.png);
	background-repeat: no-repeat;
	text-decoration:none;
	border: 0;
	
}

.leftShowcase:hover
{
	background-image: url(assets/furniture/showcase-left-over.png);
	background-repeat: no-repeat;	
	border: 0;
	text-decoration:none;
	outline:none;
}

/* -------------------------------------------- News Layout -----------------------------------------------*/ 
#col_middle
{
	float: left;
	width:503px;
	/*width: 700px;*/
	padding:5px 0px 20px 10px;	
}

#col_middle p
{
	font-size: 12px;
	padding-bottom: 14px;
	line-height: 16px;
}

#col_middle h2
{
	font-size: 15px;		
	padding-bottom: 9px;
}
#col_middle ul{
	padding-left:20px;
}
#col_middle ul li{
	list-style-type:disc;
	padding-bottom:5px;}
.breadcrumbs{
	color: #348da2;
	font-size: 11px;
	padding-bottom:5px;
}
.page_search_holder
{
	display: block;
	height: 30px;	
}
.page_search_holder h1
{
	float: left;
}

.next_nav_top
{
	color: #944020;
	font-size: 11px;
	padding-bottom: 4px;
	clear: both;
	border-bottom:solid 1px #944020;
	/*background-image: url(/assets/furniture/fade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	margin-bottom: 22px;
}


.next_nav_bottom
{
    clear:both;
	color: #944020;
	font-size: 11px;
	/*background-image: url(/assets/furniture/fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/	
	border-top:solid 1px #944020;
	margin-bottom: 22px;
	padding-top: 3px;
}

.main_news_item
{
   
	margin-bottom: 15px;
}
.fade
{
	background-image: url(/assets/furniture/fade.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.grey
{
	font-weight: normal;
	font-size: 12px;
}

/* -------------------------------------------- Gallery Layout -----------------------------------------------*/ 

#col_gallery
{
	float: right;
	width:740px;	
	padding:5px 0px 20px 10px;
}

#col_gallery p
{
	font-size: 12px;
	padding-bottom: 14px;
	line-height: 16px;
}

#col_gallery h2
{
	font-size: 15px;		
	padding-bottom: 9px;
}

.floatimages
{
    border-top:solid 2px White;
    border-left:solid 2px White;
    border-right:solid 2px White;
    border-bottom:solid 12px White;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}

#col_simple
{
	float: left;
	width:740px;	
	padding:5px 0px 20px 10px;	
}

#rightImageCol{
	float:right;
	width:220px;
	text-align:right;
	padding: 55px 5px 30px 0px;	
	margin-left:5px;
}

.borderImage
{
    border-style:solid;
    border-width:2px;
    border-color:White;
    width:200px;
}

#col_middle table {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	margin:20px 0;
	
}
#col_middle table th {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#col_middle table td {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#col_middle caption{
	font-size:16px;
	font-style:italic;
}    
/*--- Video Overlay ---*/

#vidWrapper{
	z-index:99;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	display:none;
}

#shadeDiv{
	height:100%;
	background-color:#000000;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
    opacity: 0.6; 
}

#vidDiv{
	text-align:center;
	width:100%;
	position:absolute;
	top:50px;
	left:0px;
}
#vidDiv div{
	background-color:#FFFFFF;
	width:100px;
	margin:0 auto;
	padding:10px;
}

.preloaded{
	display:none;
}

#field_contact{
	background-color:#95B4C5;
	border:1px solid #134370;
	width:100%;
	font-size:14px;
	color:#134370;
	font-weight:bold;	
	padding:20px 10px 20px 10px;
	margin-top:33px!important;
}
#field_left{
    float:left;
    width:250px;
	padding-top:20px;
}
.field_line{
	display:block;  
}
.field_space{
	display:block;
    margin-bottom:30px;
}
#field_right{
    float:right;   
    border:solid 1px #134370;
	margin-top:20px;

}
