/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #CCDAE0 url(../images/furn/background.gif) no-repeat;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

.clearfix {clear: both; padding-top: -20px}

fieldset {border:0; padding: 0;}

.imgleft {
	float: left;
	display: inline;
	padding: 10px 10px 10px 0;
}

.imgright {
	float: right;
	display: inline;
	padding: 10px 0px 10px 10px;
}


/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	width: 100&;

}
#innerWrapper, #footerInner {
	margin: 0 auto;
	width: 940px;
}

#topBar {
	width: 940px;
	background: url(../images/furn/topbar-bckd.gif) no-repeat;
	height: 140px;
}

#logo {float: left; width: 316px; height: 140px;}

#contentWrapper {width: 940px; padding-bottom: 60px;}


/* Home Page Layout Classes */

#hmeMainWindow {background:url(../images/furn/hme-main.jpg) no-repeat; width: 940px; height: 331px;}
#aboutMainWindow {background: url(../images/furn/about-main.jpg) no-repeat; width: 940px; height: 331px;}
#productsMainWindow {background: url(../images/furn/products-main.jpg) no-repeat; width: 940px; height: 331px;}
#researchMainWindow {background:url(../images/furn/research-main.jpg) no-repeat; width: 940px; height: 331px;}
#newsMainWindow {background: url(../images/furn/news-main.jpg) no-repeat; width: 940px; height: 331px;}
#contactMainWindow {background: url(../images/furn/contact-main.jpg) no-repeat; width: 940px; height: 331px;}
#welcomemessage {font-size: 0.7em; color: #fff; padding: 77px 0 0 38px; width: 363px;}
#compMainWindow {background:url(../images/furn/competition-main.jpg) no-repeat; width: 940px; height: 331px;}

#hmecontentWrapper{width: 940px; margin-top: -6px;}
#videoWrapper {float: left; width: 265px; padding-left: 28px;font-size: 0.7em; }
#videopadding {padding-left: 20px; background: url(../images/furn/hmevideo-bckd.jpg) no-repeat;height: 297px; }
#hmeContent {float: left; width: 334px; padding-left: 13px; padding-right: 23px; font-size: 0.7em; color: #2D3091;}
#hmeNews {float: left;width: 200px; /*border-left: 1px dotted #fff; */ padding-left: 23px;font-size: 0.7em; color: #2D3091; padding-top: 5px;}


/* General Page Layout Classes */

#pagecontentWrapper {width: 940px; padding-top: 20px;}
#contentLeft {float: left; padding-left: 38px; width: 560px; font-size: 0.7em; color: #2D3091;}
#contentRight {float: left; padding-left: 30px; width: 288px; font-size: 0.7em; color: #2D3091;}
#contentLeft ul {}
#contentLeft ul li {list-style-image:url(../images/furn/content_arrow.gif); margin-left: 18px;}
.graphpadding {margin-left: -5px;}

#footerWrapper {
	width: 100%;
	background: url(../images/furn/footer-bckd.jpg);
}

#footerLeft {float: left; padding: 50px 0 50px 10px;}
#footerRight {float: left;padding: 50px 0 50px 20px; font-size: 0.7em; color: #fff;}



/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */

#navWrapper {float: left; width:624px; height: 140px;}

#nav {background: url(../images/furn/nav-bckd.gif) no-repeat; width: 624px; margin-top: 45px; height: 95px;}
#nav ul{list-style-type: none; padding-left: 95px; padding-top: 34px;}
#nav ul li {float: left; display: inline; border-right: 1px dotted #fff; padding-right: 12px; padding-left: 12px;}
#nav ul li a {text-decoration: none; color: #ED1C24; font-size: 0.8em; font-weight: bold;}
#nav ul li a:hover {text-decoration: underline; color: #2E3192;}


/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

.dottedline {border-top: 1px dotted #fff; width: 759px; height: 1px; margin-top: 10px; margin-bottom: 10px;}
#footerRight a, #videoWrapper a {color: #fff;}
#footerRight a:hover {color: #FFFF00;}
.white {color: #fff;}

h1 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: x-large; font-weight: normal;}
h2 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: normal;}
h3 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal;}
h4 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: small;}
h5 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: x-small;}
h6 {color: #2D3091; font-family: Arial, Helvetica, sans-serif; font-size: xx-small;}