@charset "utf-8";
@import url('style-reset.css');

/*   
Template Name:  
Author: Dieter Schneider
Author URI: http://www.csstemplateheaven.com/
*/

/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {font-size: 100%; font-family: Arial, Helvetica, sans-serif; background: #eeeeee; color: #666}

#container {margin: auto; width: 960px; font-size: .875em; position: relative}

#header_index {height: 425px; background: url(images/header.jpg) no-repeat; margin-top: 30px; padding-top: 10px; padding-left:10px}

#header {height: 30px; margin: 20px 0 40px; background:#CCC}

#fade_box {width: 520px; float: left}

#logo {width: 303px; height: 68px; background: url(images/logo.png) no-repeat; position: absolute; right: 20px}

#left_index {float: left; width: 280px; text-align: justify; margin-bottom: 40px}

#left {float: left; width: 640px; text-align: justify; margin-bottom: 40px}

#right {float: right; width: 280px; margin-bottom: 40px}

#middle {margin-left: 340px; margin-right: 340px; margin-bottom: 40px}

#footer {clear:both; width: 900px; margin: auto; font-size: .8em; padding: 30px; background: #373737;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

/*-----------------------------------------------*/
/*----------TYPOGRAPHY, IMAGES & LISTS----------*/
/*---------------------------------------------*/

p {padding: 15px 0; font-size: .9em}

h3 {background: url(images/seperator_content.png) repeat-x bottom; padding: 10px 2px; font-size: 1.4em; color: #666; letter-spacing: .08em; margin-bottom: 20px}

.tab_container ul li, #left ul li {background: url(images/ul.png) no-repeat; padding-left: 20px; margin-left: 20px; margin-bottom: 3px}

#btn_fb_index {float: right; margin-top: 60px; margin-right: 50px}

#btn_fb {position: absolute; top: 95px; right: 10px}

.author {border: 5px solid white; float: left; margin-right: 8px}

#footer a, #footer p {color: #666}

#footer_right h5 {font-size: .9em; font-weight:700; padding-top: 20px; padding-right: 25px; text-align: right;}


/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* vertical menu ---------------*/

#v_navcontainer {width: 360px; float: right}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer ul li {background: none;}

#v_navcontainer a {
     display: block;
     padding: 10px 5px;
     width: 294px;
	 background: url(images/seperator.png) repeat-x bottom;
	 text-decoration: none;
	 color: #999;
	 font-size: 1.4em;
	 font-weight: normal;
	 font-style: italic;
	 border-bottom: 1px solid #fafafa
}

#v_navcontainer a:hover {
     color: #666;
	 background: #f2f2f2;
	 border-bottom: 1px solid #cfcfcf
}

/* horizontal menu ---------------*/

#h_navcontainer ul li {background: none;}

#h_navcontainer {
     width: 100%;
	 height: 68px;
}

#h_navcontainer ul {
     background: #373737;
     color: White;
     float: left;
     width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#h_navcontainer ul li {display: inline;}

#h_navcontainer ul li a {
     padding: 40px 1em 12px;
     color: White;
     text-decoration: none;
     float: left;
     border-right: 1px solid #585858;
	 letter-spacing: .12em;
	 color: #999
}

#h_navcontainer ul li a:hover {
     background-color: #242424;
     color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* gallery menu ---------------*/

#g_navcontainer ul li {background: none;}

#g_navcontainer {
     width: 100%;
}

#g_navcontainer ul {
     background: #e2e2e2;
     color: White;
     float: left;
     width: 100%;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#g_navcontainer ul li {display: inline; }

#g_navcontainer ul li a {
	background: #e2e2e2;
     padding: 20px 1em;
     color: White;
     text-decoration: none;
     float: left;
	 letter-spacing: .12em;
	 color: #999
}

#g_navcontainer ul li a:hover {
     background-color: #242424;
     color: #fff;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* footer menu ---------------*/

#footer h4 {font-weight: bold; margin-bottom: 8px; padding: 5px; background: #1D1D1D;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#footer_left {float: left; width: 540px; border: 0px solid red}

#footer_left ul {float: left; margin-right: 60px; width: 120px}

#footer_left li {background: url(images/seperator_footer.png) repeat-x bottom; padding: 5px 0}

#footer_left ul li a {color: #999; text-decoration: none;}

#footer_right {width: 350px; float: right;}

#footer_right ul li {display: inline; margin-right: 15px;}

#footer_right img {border: 8px solid #eee;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/**************************** Gallery *****************************/

#gallery {
	width: 640px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

.float_left {
	float: left;
	height: 164px;
	width: 152px;
	margin: 8px 4px 2px 4px;
	background: url(images/gallery_thumb.png) no-repeat;
	padding-top: 6px;
	text-align: center;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}

/*-----------------------------------------------*/
/*---------------      FORMS     ---------------*/
/*---------------------------------------------*/

#form_container {border: 0px solid black}

/*-----------------------------------------------*/
/*---------------      TABS      ---------------*/
/*---------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	width: 92px;
	text-align: center
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: .8em;
	padding: 0 4px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fafafa;
	border-bottom: 1px solid #fafafa;
}
.tab_container {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	border-top: none;
	float: left; 
	width: 278px;
	background: #fafafa;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: .9em;
	text-align: justify
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
