/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clip: rect(15px,auto,auto,auto);
	right: 5px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b2af6b;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #002163;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #636130;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 405px;
}

h1
{
	padding-top: 30px;
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
	padding-bottom: 4px;
}

h6
{
	font-size: 12px;
	padding-bottom: 4px;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
	width: 405px;
}

#ul2
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
	width: 405px;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 717px;
	margin: 0 auto;
}

#main-logo
{
	width: 717px;
	height: 130px;
}
#main-logo img {
	float:left;
	margin-left: 200px;
	margin-top: 15px;
}

#main-logo span {
float:left;
font-size:28px;
color:#fff;
padding:25px 0 0 15px;
}

#banner
{
	width: 717px;
	height: 171px;
	margin: 0;
}

#navigation
{
	width: 717px;
	height: 28px;
	border-bottom: 3px solid #fff;
	background: #918e4d url(../images/nav-arrow.gif) left no-repeat;
}

#main-content
{
	width: 689px;
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}
#main-content2
{
	width: 800px;
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	margin-bottom: 0px;
}

#footer
{
	width: 715px;
	margin: 0 auto;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #002163;
	font-size: 9px;
	clip: rect(auto,auto,20px,auto);
}

#content-xtra-bg
{
	background: url(../images/content-bg-company.jpg) bottom right no-repeat;
}

#content-xtra-bg_const
{
	background: url(../images/content-bg-company_const.jpg) bottom right no-repeat;
}

#content-xtra-bg_princ
{
	background: url(../images/content-bg-company_princ.jpg) bottom right no-repeat;
}

#content-xtra-bg_legis
{
	background: url(../images/content-bg-company_legis.jpg) bottom right no-repeat;
}

#content-xtra-bg_activ
{
	background: url(../images/content-bg-company_activ.jpg) bottom right no-repeat;
}

#content-xtra-bg_interv
{
	background: url(../images/content-bg-company_interv.jpg) bottom right no-repeat;
}





#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	margin-bottom: 20px;
}

#main-xtra-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bot-company.jpg) no-repeat;
	margin-bottom: 20px;
}
#main-xtra-bot_const
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bot-company_const.jpg) no-repeat;
	margin-bottom: 20px;
}


#latest-news
{
	float: right;
	width: 200px;
	padding-right: 5px;
	border-left: 2px solid #fff;
	margin-top: 16px;
	padding-left: 40px;
}

/*************************************************** Latest News Styles ***************************************************/

#latest-news h3
{
	text-decoration: underline;
	padding: 0 0 24px 0;
	width: 165px;
}

#latest-news h6
{
	font-weight: bold;
	color: #7f7c43;
	padding-bottom: 0;
}

#latest-news p
{
	font-size: 12px;
	width: 165px;
	padding-bottom: 8px;
}

#latest-news a
{
	font-size: 11px;
	font-weight: bold;
	background: url(../images/latest-news-arrow.gif) left no-repeat;
	padding-left: 14px;
	padding-right: 20px;
	float: right;
}

#latest-news .news-item
{
	border-bottom: 1px solid #c8c58d;
	width: 205px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}

#latest-news .news-item-last
{
	width: 184px;
	padding-bottom: 16px;
}

/*************************************************** Main Content Styles ***************************************************/

#main-content img.white-border
{
	border: 2px solid #fff;
	margin-right: 18px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(../images/list-arrow.gif) left top no-repeat;
	list-style: none;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin-left: 32px;
	margin-top: 1px;
	display: inline;
}

#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-left: 14px;
	padding-right: 16px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

#navigation ul li.last-item, #navigation ul li.last-item a
{
	background: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #d0cfac;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{	
	color: #d0cfac;
}
