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

* {margin: 0; padding: 0; } 


html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgbody.jpg);
}


#wrapper {
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	height: 75px;
	background-repeat: no-repeat;
}
#menu {
	float: right;
	height: 35px;
	width: 412px;
	margin-top: 40px;
}
#menu img {
	margin-left: 10px;
}


#main {
	min-height: 600px;
	padding: 10px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
}

#logo {
	margin-top: 15px;
	margin-left: 10px;
	height: 50px;
	width: 200px;
}
#mainleft {
	width: 525px;
}

#mainright {
	float: right;
	height: auto;
	width: 390px;
	margin-bottom: 10px;
}
#mainbot_clear {
	clear: both;
	padding: 10px;
	background-color: #CCC;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 14px;
	background-image: url(images/footer-info.jpg);
	background-repeat: repeat;
	height: 64px;
}
#footerclose {
	color: #FFF;
	text-align: left;
	font-size: 10px;
	letter-spacing: 2px;
	text-indent: 35px;
}

.nabimedia  {
	color: #D61D5D;
	font-weight: bold;
}


#menusmall {
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#twitter {
	height: 15px;
	background-image: url(images/twitterbg.png);
	background-repeat: no-repeat;
	padding-top: 85px;
	width: 200px;
	margin-top: 25px;
	

}

#twitterinside {
	height: 15px;
	width: 198px;
}


#menunavalign {
	width: 370px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;

}
.spacer {
	background-color: #F5F5F5;
	margin-top: 10px;
}
h1 {
	font-size: 18px;
	color: #F15D27;
	padding: 0px;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	color: #F15D27;
	padding: 0px;
	margin-top: 10px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	padding-bottom: 5px;
}
h5 {
	font-size: 10px;
	padding-bottom: 5px;
}

a {
	color: #F15D27;
}
a:link {
	color: #F15D27;
	text-decoration: underline;
}
a:visited {
	color: #F15D27;
	text-decoration: none;
}
a:hover {
	color: #D61D5D;
	text-decoration: underline;
}




#footer {
	width: 930px;
	clear: both;
	font-size: 11px;
	background-image: url(images/bg_kader.png);
	background-repeat: repeat;
	color: #D61D5D;
	text-align: center;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer #footbot {
	clear: both;
	padding: 5px;
}

.footerlinks {
	float: left;
	width: 25%;
	text-align: left;
	list-style-type: none;
}


.footerlinks h5 {
	margin-right: 55px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	background-image: url(images/menubullet.png);
	background-repeat: no-repeat;
	text-indent: 20px;
}
.footerlinks li {
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 20px;
	color: #F60;
}
#footer .footerlinks li a {
	color: #FFF;
}





#footer a {
	color: #F15D27;
	text-decoration:none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}


#footer a:hover {
	color: #D61D5D;
	text-decoration: underline;
}

.smalltext {
	font-size: 9px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}


.rounded {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#F5F5F5;
	color:#333333;
	height:auto;
	margin-bottom:10px;
	width:480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}

.menunav {
	list-style-image: none;
	list-style-type: none;
	width: 390px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menunav li {
	margin-bottom: 1px;

}


.menunav li.current a {
	color:#000;
	background-color: #DCDCDC;
	font-weight: bold;
	background-image: url(images/menubullet.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


.menunav li a:hover {
	color:#000;
	background-color: #DCDCDC;
}

.menunav li a {
	display:block;
	color:#666;
	text-decoration:none;
	line-height: 24px;
	text-indent: 30px;
	background-color: #EEE;
}

.menunav li.top {
	color:#FFF;
	background-color: #F15D27;
	text-indent: 30px;
	font-weight: bold;
	line-height: 24px;
}
.porto {
	height: auto;
	background-color: #CCC;
	font-size: 9px;
	padding: 10px;
}

.porto img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFF;
}
#mainbot_clear .smalltext a {
	text-decoration: none;
}
