/**
 * Minimal and Modern Portfolio Layout PSD to HTML Conversion
 * 
 * Author: Richard Carpenter <http://www.hv-designs.co.uk>
 * Copyright: 2009 Six Revisions
 **/

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #001b32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8c8c8;
}
#container {
	margin: auto;
	width: 850px;
}
#top {
	float: left;
	width: 850px;
	height: 119px;
}
#title {
	float: left;
	width: 170px;
	height: 46px;
	padding-top: 80px;
}
#title h1 {
	display: block;
	float: left;
	width: 170px;
	height: 46px;
	margin-top: -20px;
	margin-left: 60px;
	text-indent: -9999px;
}

#flash2
{
	margin-left: 240px;
	margin-top: -40px;
	padding-top: 0;
}
#title h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navigation { float: right; }
.nav-links li {
	display: block;
	float: left;
	list-style-type: none;
}
.nav-links li a {
	float: left;
	width: 120px;
	height: 68px;
	text-decoration: none;
	text-transform: capitalize;
	color: #001b32;
	font-size: 14px;
	text-align: center;
	padding-top: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecece;
}
.nav-links li a:hover {
	color: #00284a;
	background-image: url(images/menu_rollower.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
li.borderx2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecece;
}
#welcome {
	float: left;
	width: 850px;
	background-repeat: no-repeat;
	height: 326px;
	padding-top: 40px;;
}
h2 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
.heading-color2 { color: #9a9a9a; }
#welcome-text {
	width: 406px;
	line-height: 18px;
	padding-top: 100px;
	padding-left: 100px;
	float: left;
	text-align: justify;
}

#welcome-text2 {
	width: 650px;
	line-height: 18px;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
	text-align: justify;
}

.welcome-text2 {
	width: 500px;
	line-height: 18px;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
	text-align: justify;
	margin-top: -300px;
	margin-left: 180px;
}

#welcome-text4 {
	width: 650px;
	line-height: 18px;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
	text-align: justify;
}


.welcome-text4 {
	width: 800px;
	line-height: 18px;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
	text-align: justify;
	margin-top: -85px;
	margin-left: 0;
}

.welcome-text5 {
	width: 500px;
	line-height: 18px;
	padding-top: 20px;
	padding-left: 100px;
	float: left;
	text-align: justify;

}

.welcome-text3 {
	width: 500px;
	line-height: 18px;
	padding-top: 20px;
	padding-left: 100px;
	float: left;
	text-align: justify;
	margin-top: 400px;
	margin-left: 200px;
}



#welcome-text { margin-bottom:10px; }
.list li {
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	width: 200px;
	padding-left: 20px;
	margin-top: 10px;
	background-position: left center;
}
#welcome-image {
	float: right;
	height: 326px;
	width: 427px;
	margin-top: -200px;
	margin-right: 50px;
}

.welcome-image {
	float: right;
	height: 326px;
	width: 427px;
	margin-top: 10px;
	margin-right: 50px;
}

.welcome-image2 {
	float: right;
	height: 326px;
	width: 427px;
	margin-top: 20px;
	margin-right: 80px;
}

.separator {
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 850px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar {
	float: left;
	height: 209px;
	width: 219px;
	background-image: url(images/contentbox.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.sidebar2 {
	float: left;
	height: 209px;
	width: 219px;
	background-image: url(images/contentbox.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.sidebar3 {
	float: left;
	height: 209px;
	width: 219px;
	background-image: url(images/contentbox.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-left: 300px;
}

.sidebar4 {
	float: left;
	height: 209px;
	width: 219px;
	background-image: url(images/contentbox.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-left: 100px;
	margin-top: 50px;
}


h3 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.sidebar-list li {
	list-style-type: none;
	margin-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	float: right;
	width: 550px;
	text-align: justify;
}

#content2 {
	float: right;
	width: 850px;
	text-align: justify;	
}

.content2 {
	float: right;
	width: 400px;
	text-align: justify;
	margin-right: 200px;
	margin-top: 100px;
}	

#content p { margin-bottom: 10px; }

#footer_wrapper
{
	width: auto;
}	
#footer {
	float: left;
	height: 60px;
	width: 850px;
	background-image: url(images/footerkep.gif);
	background-repeat: repeat-x;
	margin-top: 80px;
	padding-top: 8px;
	text-align: center;
}

#footer p {
	color: #000;
}

#featured{ 
	width:650px; 
	padding-right:250px; 
	position:relative; 
	height:300px; 
}

/*   Választó */

#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left: 600px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
}
#featured li.ui-tabs-selected{ 
 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	
}
#featured .ui-tabs-panel{ 
	width:600px; height:300px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:210px; left:0; 
	height: 90px;
	width: 600px;
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{

}
#featured .ui-tabs-hide{ 
	display:none; 
}