/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg_main.jpg) repeat-x;
	font-size: 12px;
	color: #688b2b;
	font-family: "Tahoma", Arial, Helvetica;
}

p {
	line-height: 150%;
}

ul {
	line-height: 150%;
	list-style:inside;
}


h1, h2 {
	letter-spacing: -2px;
	font-size: 2.5em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

a {
	color:#060;
}

a:hover {
	color:#ffea6f;
	text-decoration: none;
}


#logo {
	width:156px;
	height:62px;
	float:left;
	background:url(images/nvs_logo.png) no-repeat;
	margin: 20px 0px 0px 25px;
}

#flags {
	width:80px;
	height:30px;
	float:left;
	margin: 40px 0px 0px 30px;
}

#mainpic {
	width:920px;
	height:358px;
	float:left;
	margin:10px 0px 10px 20px;
	background:url(images/img_main.jpg) no-repeat;

}
#content1 {
	width:550px;
	float:left;
	padding-right:20px;
}
#contentwide {
	width:940px;
	float:left;
	padding-right:20px;
}
#content2 {
	width:390px;
	float:left;
}
#maintop {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}


#maincontent {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	padding-top:15px;
}

#maincontent h1, h2 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffd6a0;
	font-size: 2em;
/*	border-bottom: 2px solid #ffea6f; */
	margin-top: 10px;
}
/*------------------------------------------------Menu--------------------*/

ul#menu
{
	margin:35px 0px 0px 50px;
	padding:0;
	float:left;
	list-style-type:none;
	width:600px;
	position:relative;
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Tahoma, Helvetica, sans-serif;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#5d693d;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#333;
	height:35px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}



/*------------------------------------------------Menu--------------------*/


#footer {
	width:100%;
	height:94px;
	margin: 0 auto;
	clear: both;
	padding: 0px;
	background:url(images/bg_footer.gif) repeat;
}
#copyright {
	width:960px;
	margin: 0 auto;
	padding: 60px 0px 0px 20px;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
}


