@charset "utf-8";
/* CSS Document */
h1, nav, ul, li, main, input {
	margin:0;
	padding:0;
}
body {background:#333 url(../img/template/background.jpg); background-repeat:repeat-x;}

/*******************************************/
/* Main Page */
/*******************************************/

#frame{
	background:url(../img/template/frame_background.jpg) repeat-y;
}

/*___ Header ___ */

#header{ 
	background:url(../img/template/header.jpg);
	height: 230px;
}

#search_top {
	position:absolute;
	right: 8px;
	text-align:right;
	padding: 10px 15px;
}
#search_top_input{
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	width: 100px;
	background-repeat:no-repeat;
	background-position:right;
	padding: 5px;
	font-size: 11px;
	color:#666;
	float:left;
}


/*___ Navigation ___ */

ul#nav{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	font-size:12px;
	background:transparent url("../img/template/nav_off.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	line-height:32px;
}
ul#nav li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	}
ul#nav li a{
	display:block;
	float:left;
	color:#663333;
	text-decoration:none;
	padding:0 10px 0 10px;
	height:20px;
	height:32px;
	}
ul#nav li a:hover{
	background:transparent url("../img/template/nav_on.jpg") repeat-x top left;	
	color:#fff;
	}
	
/*___ Content ___ */

#main {
	padding-top:24px;
	background-image:url(../img/template/main_background.jpg); 
	background-repeat:repeat-x; 
	background-color:#FFF;
}

#title p, h2, #subtitle {
	margin-left: 15px;
}
#subtitle {
	border-top: solid 1px #999;
	width: 120px;
}
#section_button p{
	margin-top: 20px;
	margin-bottom: 20px;
}
#endcontainer {
	background-image:url(../img/template/main_content_footer_regular.jpg); 
	height: 60px;
	padding: 0px;
}

/*******************************************/
/* Footer */
/*******************************************/

#footer_top {
	margin-top: 20px;
 	background-image:url(../img/template/top_footer.jpg);
	height: 41px;
}
#footer_body{
	background:#FFF url(../img/template/body_footer.jpg) repeat-x;
	padding-bottom: 20px;
}
#footer_bottom {
	margin-bottom: 35px;
 	background-image:url(../img/template/bottom_footer.jpg);
	height: 40px;
	text-align:center;
}
#footer_bottom p, a{
	padding-top: 10px;
	font-size: 11px;
	color:#666;
	text-decoration:none;
}
#footer_item{
	margin-top: 35px;
}
#footer_language{
	padding-top: 10px;
}
#footer_search{
	text-align:right;
	padding:7px 10px 0 0;
}
#footer_search input{
	border: solid 1px #CCC;
	background-image:url(../img/template/search.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding: 5px;
	font-size: 11px;
	color:#666;
}

#footer_language a{
	font-size: 14px;
}
#footer_language img{
	vertical-align: middle;
}
