/* *************************** 
  Site - elCastillo
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/bodyBg.png) center repeat;
    background-color: #000000;
}
#container {
	width:780px;
	margin:0 auto;
	text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header_flash {
	height:128px;
	left:-1px;
	overflow:hidden;
	position:relative;
	width:782px;
    background: url(../images/flash_back.jpg) no-repeat;
}
#header {
	height:210px;
	margin-top: 20px;
	background:url(../images/headerBg.png) no-repeat;
	width:780px;
}
#header h1{
	width:110px;
	height:94px;
	padding-left:340px;
	padding-top:10px;
	}
#header h1 a{
	width:110px;
	height:94px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
#header h1 a span{
	display:none;
	}
#mainnav{
	padding-top:14px;
	height:22px;
	}
 #mainnav li{
	 float:left;
	 }
 #mainnav li a{
	 display:block;
	 height:22px;
	 }
#mainnav  a span{
	 display:none;
	 }
 #mainnav .mainnav1{
	 width:64px;
	 padding-left:86px;
	 padding-right:64px;
	}
#mainnav .mainnav1 a{
	width:64px;
	background:url(../images/menu1.png) no-repeat;
	}
#mainnav .mainnav1 a:hover{
	background:url(../images/menu1_on.png) no-repeat;
	}
 #mainnav .mainnav2{
	 width:148px;
	 padding-left:10px;
	 padding-right:15px;
	}
#mainnav .mainnav2 a{
	 width:148px;
	background:url(../images/menu2.png) no-repeat;
	}
#mainnav .mainnav2 a:hover{
	background:url(../images/menu2_on.png) no-repeat;
	}
	
 #mainnav .mainnav3{
	 width:156px;
	 padding-left:15px;
	 padding-right:15px;
	}
#mainnav .mainnav3 a{
	 width:156px;
	background:url(../images/menu3.png) no-repeat;
	}
#mainnav .mainnav3 a:hover{
	background:url(../images/menu3_on.png) no-repeat;
	}
 #mainnav .mainnav4{
	 width:85px;
	 padding-left:40px;
	 padding-right:15px;
	}
#mainnav .mainnav4 a{
	 width:85px;
	background:url(../images/menu4.png) no-repeat;
	}
#mainnav .mainnav4 a:hover{
	background:url(../images/menu4_on.png) no-repeat;
	}
#topnav{
	padding-top:22px;
	}
#topnav li{
	float:left;
	}
#topnav li a{
	height:15px;
	display:block;
	}
#topnav li a span{
	display:none;
	} 
#topnav #navtop1{
	width:42px;
	padding-left:24px;
	}
#topnav #navtop1 a{
	width:42px;
	background:url(../images/topnav1.png) no-repeat;
	}
#topnav #navtop1 a:hover{
	background:url(../images/topnav1_on.png) no-repeat;
	}
#topnav #navtop2{
	width:25px;
	padding-left:24px;
	}
#topnav #navtop2 a{
	width:25px;
	background:url(../images/topnav2.png) no-repeat;
	}
#topnav #navtop2 a:hover{
	background:url(../images/topnav2_on.png) no-repeat;
	}
#topnav #navtop3{
	width:38px;
	padding-left:24px;
	}
#topnav #navtop3 a{
	width:38px;
	background:url(../images/topnav3.png) no-repeat;
	}
#topnav #navtop3 a:hover{
	background:url(../images/topnav3_on.png) no-repeat;
	}
#topnav #navtop4{
	width:49px;
	padding-left:24px;
	}
#topnav #navtop4 a{
	width:49px;
	background:url(../images/topnav4.png) no-repeat;
	}
#topnav #navtop4 a:hover{
	background:url(../images/topnav4_on.png) no-repeat;
	}
#topnav #navtop5{
	width:79px;
	padding-left:10px;
	}
#topnav #navtop5 a{
	width:65px;
	background:url(../images/topnav5.png) no-repeat;
	}
#topnav #navtop5 a:hover{
	background:url(../images/topnav5_on.png) no-repeat;
	}
#topnav #navtop6{
	width:79px;
	padding-left:10px;
	}
#topnav #navtop6 a{
	width:79px;
	background:url(../images/topnav6.png) no-repeat;
	}
#topnav #navtop6 a:hover{
	background:url(../images/topnav6_on.png) no-repeat;
	}
#topnav #navtop7{
	width:64px;
	padding-left:24px;
	}
#topnav #navtop7 a{
	width:64px;
	background:url(../images/topnav7.png) no-repeat;
	}
#topnav #navtop7 a:hover{
	background:url(../images/topnav7_on.png) no-repeat;
	}
#topnav #navtop8{
	width:64px;
	padding-left:24px;
	}
#topnav #navtop8 a{
	width:64px;
	background:url(../images/topnav8.png) no-repeat;
	}
#topnav #navtop8 a:hover{
	background:url(../images/topnav8_on.png) no-repeat;
	}
#topnav #navtop9{
	width:55px;
	padding-left:24px;
	}
#topnav #navtop9 a{
	width:55px;
	background:url(../images/topnav9.png) no-repeat;
	}
#topnav #navtop9 a:hover{
	background:url(../images/topnav9_on.png) no-repeat;
	}
#topnav #navtop10{
	width:49px;
	padding-left:24px;
	}
#topnav #navtop10 a{
	width:49px;
	background:url(../images/topnav10.png) no-repeat;
	}
#topnav #navtop10 a:hover{
	background:url(../images/topnav10_on.png) no-repeat;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	width:780px;
	background:url(../images/contentBg.png) bottom no-repeat;
	padding-bottom:2px;
	}
#content_inner{
	width:778px;
	border-left:#c08004 1px solid;
	border-right:#c08004 1px solid;
	background:#000 url(../images/content_inner_bg.jpg) top no-repeat;
	overflow:hidden;
    }

#content_inner h1{
	line-height:22px;
	padding-top:18px;
	padding-bottom:18px;
	font-weight:normal;
	clear:both;
	text-align:center;
	color:#f7dda3;
	}
#content_inner h1 .left{
	margin-bottom:4px;
	}
#content_inner h1 .right{
	margin-bottom:4px;
	}
#content_inner h1 span{
	font-size:20px;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	}
#content_inner h1 span a{
	color:#f7dda3;
	text-decoration:none;
	}
#content_inner h1 span a:hover{
	color:#f7dda3;
	}

.nagy_slide {
    background: url(/images/transBCG.jpg) no-repeat center;
    height: 356px;
    width: 776px;
    float: left;
    margin-top: 10px;
}

.nagy_slide .bal {
    float: left;
    width: 22px;
    height: 42px;
    margin-top: 150px;
    margin-left: 5px;
}

.nagy_slide .jobb {
    float: left;
    width: 22px;
    height: 42px;
    margin-top: 150px;
    margin-left: 11px;
}

.nagy_slide .szoveg {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    color: #ccb89a;
    width: 190px;
    height: 320px;
}
.nagy_slide .szoveg div {
    height: 300px;
    
}

#scroll_pane h2 {
    font-size: 14px;
}

.nagy_slide .pics {
    height:  300px;
    width:   475px;
    padding: 0;
    margin-top: 20px;
    float: left;
    }

.nagy_slide .pics img {
    background-color: #eee;
    padding: 5px;
    width:  476px;
    height: 305px;
    top:  0;
    left: 0;
    background: url(/images/big_pics_keret.jpg) no-repeat;
    }
#mainheader{
    float: left;
    width: 778px;
    padding-top: 10px;
}

#mainheader .bal {
    float: left;
    text-align: center;
    padding-top: 22px;
    color:#ccb89a;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background: url(/images/bal_bg.jpg) no-repeat;
    width: 200px;
    height: 43px;
}
#mainheader .bal_on {
    background: url(/images/bal_bg_on.jpg) no-repeat;
    color: #ff8403;
}
#mainheader .jobb {
    float: right;
    cursor: pointer;
    padding-top: 22px;
    text-align: center;
    color:#ccb89a;
    font-size: 20px;
    line-height: 20px;
    background: url(/images/jobb_bg.jpg) no-repeat;
    width: 200px;
    height: 43px;
}

#mainheader .jobb_on {
    background: url(/images/jobb_bg_on.jpg) no-repeat;
    color: #ff8403;
}

#mainheader .kozep {
    float: left;
    padding-top: 22px;
    text-align: center;
    color:#ccb89a;
    font-size: 20px;
    line-height: 20px;
    background: url(/images/kozep_bg.jpg) no-repeat;
    width: 289px;
    margin-left: 44px;
    height: 43px;
}

#mainheader a {
    color: #F7DDA3;
    font-size: 12px;
    text-decoration: none;
}

#mainheader a:hover {
    color: #FF9C00;
}

#mainheader .kozep .okoska_on {
    color: #FF9C00;
}
#maincontent{
	float:left;
	margin-left:15px;
	display:inline;
	width:367px;
	}
#maincontent h2{
	color:#f7dda3;
	font-size:20px;
	font-weight:normal;
	line-height: 20px;
	padding-bottom: 22px;
	padding-top: 38px;
	}
h2 .left{
	margin-bottom:2px;
	}

 h2 .right{
	margin-bottom:2px;
	}
#maincontent h2 .title{
	padding-left:5px;
	padding-right:5px;
	}
#maincontent h2 .title a{
	color:#f7dda3;
	text-decoration:none;	
	}
#maincontent h2 .title a:hover{
	color:#f7dda3;
	text-decoration:underline;	
	}
.list{
	background:url(../images/listboxbg.jpg) no-repeat;
	width:338px;
	padding-left:19px;
	padding-right:10px;
	padding-top:22px;
	overflow:hidden;
	padding-bottom:45px;
	}
.list2{
	background:url(../images/listboxbg2.jpg) no-repeat;
	width:338px;
	padding-left:19px;
	padding-right:10px;
	padding-top:22px;
	overflow:hidden;
	padding-bottom:45px;
	}
.listbox{
	width:338px;
	
	overflow:hidden;
	clear:both;
	height: 126px;
	}
.listbox .pic{
	float:left;
	margin-right:8px;
	}
.listbox h4{
	font-size:10px;
	color:#9a743a;
	font-weight:normal;
	line-height: 10px;
	}
.listbox h3{
	font-size:11px;
	color:#ff9c00;
	}
.listbox p{
	font-size:11px;
	color:#8c876a;
	line-height:15px;
	padding-top: 9px;
	}
.list .maincontent_pic{
	margin-left:96px;
	vertical-align: middle;
	margin-top: 15px;
	float: left;
	display: inline;
	margin-bottom: 14px;
	}
.list2 .maincontent_pic{
	margin-left:96px;
	vertical-align: middle;
	margin-top: 15px;
	float: left;
	display: inline;
	margin-bottom: 14px;
	}
a.arrow{
	float:right;
	margin-top:-10px!important;
	margin-top:0;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	margin-left:15px;
	float:left;
	display:inline;
	width:367px;
	}
#sidebar h2{
	color:#f7dda3;
	font-size:20px;
	font-weight:normal;
	line-height: 20px;
	padding-bottom: 22px;
	text-align: right;
	padding-top: 38px;
	}
#sidebar h2 .title{
	padding-left:5px;
	padding-right:5px;
	}
#sidebar h2 .title a{
	color:#f7dda3;
	text-decoration:none;
	}
#sidebar h2 .title a:hover{
	color:#f7dda3;
	text-decoration:underline;
	}
#sidebar .listbox{
	background:url(../images/sidebar_listboxbg.png) no-repeat;
	padding-left:10px;
	padding-right:17px;
	width:340px;
	height:150px;
	padding-top: 20px;
	}
#sidebar.listbox h3{
	padding-bottom:35px;
	}
#sidebar .listbox .picbox{
	background:url(../images/bg.png) left no-repeat;
	width:208px;
	padding-left:11px;
	height:127px;
	padding-top:2px;
	float:left;
	padding-right:10px;
	}
#sidebar .listbox h3{
	line-height:16px;
	text-transform: uppercase;
	padding-top: 5px;
	 }
#sidebar .listbox p{
	padding-top:40px;
	padding-bottom:5px;
	}
#sidebar .listbox a .arrow{
	margin-top:5px !important;
	}
.listbox.last{
	margin-top:8px;
	}

.nav_link_left {
    color: #F7DDA3;
    float: left;
    margin: 10px;
}

.nav_link_left a,a:hover {
    color: #F7DDA3;
    text-decoration: none;
}

.nav_link_right {
    color: #F7DDA3;
    float: right;
    margin: 10px;
}
.nav_link_right a,a:hover {
    color: #F7DDA3;
    text-decoration: none;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	height:136px;
	padding-top:10px;
	text-align:center;
	font-size:9px;
	color:#dcb765;
	background:url(../images/footerBg.jpg) no-repeat;
	width:100%;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

