@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000000;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#000000;
}
a:hover {
	color:none;
	background:none;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0px 0 0px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	background-image:url(images/Obliques.png);
	background-color:#ffffff;
	clear:both;
	float:left;
	width:100%;
	background-repeat: repeat-x;
	height:250px; /*height SHOULD be PPROX. 290px, but layoutdims and navi gets all messed up.*/ 

}
#banner {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #2fa89f;
	height: 90px;
	width: 100%;
	padding-left: 50px;
	line-height:90px;
	}
#header p,
#header h1,
#header h2 {
	padding:38px 15px 0 15px; /*First number equals how low the home image logo is. */
	margin:0;
}

#header ul {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:14pt;
	clear:right;
	float:right;
	width:100%;
	list-style:none;
	margin:15px 0 0 0; /*First number equals how low the text is on the navi bar. */
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:inline;
	float:right;
	margin:0px 10px 0px 2px;
	padding:3px 1px;
	text-align:center;
	background:none;
	color:#000000;
	text-decoration:none;
	position:relative;
	right:50px;
	line-height:1.3em;
}
#header ul li a:hover {
	color:#000000;
	border-bottom: 2px solid #000000;   
	padding-bottom: 2px;  
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#000000;
	border-bottom: 2px solid #000000;   
	padding-bottom: 2px;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims { /* thin white bar over banner and under navi */
	clear:both;	
	background-color: #ffffff;
	height: 15px;
	width: 100%;
	
}
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	margin-right: auto;
	margin-left: auto;
}
/* column settings */
.colright,
.colmid,
.colleft {
	width:auto;
	position: relative;
	background-color: #000000; 
	padding-left: 10%;
	padding-right:10%;
}
.col1{
	position:relative;
	padding:5px 5px 5px 15px;
	overflow:hidden;
	background-color:#000000;
	}




/* Footer styles */
#footer {
	background-color:#000000;
	font-family:'Open Sans', sans-serif;
	clear:both;
	float:left;
	text-align:center;
	width:100%;
	border-top:1px solid #000000;
	font:'Open Sans', sans-serif;
	color:#444444;
	text-indent:;		
}


#footer p {

	padding:20px;
	margin:0;
}


.article {
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #808080;
	text-align: left;
	padding-right:13px;
	
}

.article a{
	font-size:14px; 
	font-family:'Open Sans', sans-serif;
	color:#444444; 
	font-weight:normal; 
	text-decoration:none;	
	}
.article a:hover{ 
	font-size:14px; 
	font-family:'Open Sans', sans-serif; 
	color:#bcbcbc; 
	font-weight:bold; 
	text-decoration:none;
	}

img.dynamic {width: 25%;}

/*-- VIDEO PLAY BUTTON --*/
 
a.video_pop_up {
position:relative;
display:block;
}
 
a.video_pop_up img {
position: relative;
z-index: 5;
}
 
.play {
width: 74px;
height: 73px;
background: url(/furniture/images/buttons/playbutton.png) no-repeat 0 0;
position:absolute;
top: 80px;
left: 143px;
z-index:500;
opacity: 0.8;
}
 
.play:hover {
opacity: 1;
}

a.swf {
	wmode: transparent;
	allowfullscreen: true;
	allowscriptaccess: always
}
