@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/furn/bckd.jpg);
}

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 {
	margin: 0 auto;
	width: 981px;
}

#innerWrapper {width: 981px;}

#hme-header {background: url(../images/home-main.jpg); width: 981px; height: 399px;}
#main-header-about {background: url(../images/main-2.jpg); width: 981px; height: 399px;}
#main-header-clients {background: url(../images/main-3.jpg); width: 981px; height: 399px;}
#main-header-skills {background: url(../images/main-4.jpg); width: 981px; height: 399px;}
#main-header-contacts {background: url(../images/field.jpg); width: 981px; height: 399px;}
#main-header-news {background: url(../images/news.jpg); width: 981px; height: 399px;}
#contentWrapper {background: #FCF9F3; width: 914px; padding: 40px 25px 30px 42px;}

#hme-contentLeft {float: left; width: 603px; font-size: 0.8em;}
#contentLeft {float: left; font-size: 0.8em;}
#contentLeft a {color: #071827; text-decoration: underline;}
#contentLeft a:hover {color: #000; text-decoration: underline;}
#contentLeft ul {}
#contentLeft ul li {list-style: url(../images/furn/arrow.gif); margin-left: 16px;}
#contentLeft ul li a {}
#contentLeft ul li a:hover {}
#hme-contentRight {float: left; width: 280px; margin-left: 22px;}
#hme-latestnews {width: 246px; border: 1px solid #F2EAD5; background: #F8F4E9; padding: 16px;}
#latest-news-box {background: #FCF9F2; padding: 10px; font-size: 0.7em; margin-top: 16px;}
#latest-news-box a {font-weight: bold;color: #071827; text-decoration: none;}
#latest-news-box a:hover {text-decoration: underline;}
#hme-contacts {font-size: 0.7em; margin-top: 20px; padding-left: 16px;}

#footerWrapper {background: #071827; padding: 20px; width: 941px; height: 75px;}
#footerLeft {float: left;}
#footerRight {float: right;}
#footer-logo {float: left;}
#footer-address {float: left; color: #fff; font-size: 0.7em; padding-left: 20px;}
#footer-address a {color: #fff;}


/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */

#nav {padding-top: 335px;}
#nav ul {list-style: none;}
#nav ul li { float: left; border: 1px solid #FCF9F3; width: 119px; text-align: center;}
#nav ul li a {background: url(../images/furn/nav.gif);color: #fff; font-size: 0.9em; font-weight: normal; text-align: center; text-decoration: none; display: block; height: 39px; padding-top: 24px}
#nav ul li a:hover {background: url(../images/furn/navovr.jpg); color: #071827;}

#nav #current a {background: url(../images/furn/navovr.jpg); color: #071827; text-decoration:none;}
#nav #current a:hover {text-decoration:underline;}


/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

h1 {color: #071827; font-size: x-large; font-weight: lighter;}
h2 {color: #071827; font-size: large; font-weight: normal;}
h3 {color: #071827; font-size: medium; font-weight: normal;}
h4 {color: #071827; font-size: small; font-weight: normal;}
h5 {color: #071827; font-size: x-small; font-weight: normal;}
h6 {color: #071827; font-size: xx-small; font-weight: normal;}
