/* -------------------------------------------------------------------------------------- SMALL RESET */
body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p{
	margin:0;
	padding:0;
	}
ul{ list-style:none; }
a, a:hover{text-decoration:none;}

img{
	border:none;
}



/* -------------------------------------------------------------------------------------- HACKS */

.clear{
	clear:both;
	height:1px;
	}

.inv{ display:none; }

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

body{
	color:#FFF;
	font:normal 11.5px/21px normal;
	font-family:Arial, Helvetica, sans-serif;
	}

/* -------------------------------------------------------------------------------------- HEADINGS */
h1, h2, h3, h4, h5, h6{
	color:#FFF;
	font-family:'Myriad Pro', 'Myriad Pro Bold', Arial, Helvetica, Sans-serif;
	}

h1{	font-size:60px; }
h2{	font-size:48px; line-height:54px; }
h2 span{ 
	clear:both;
	display:block;
	font-size:20px;
	line-height:24px;
}
h3{	font-size:36px;
	margin:0 0 15px 0;
}
h4{	font-size:24px;
	background:url(../images/underline_dotted.png) repeat-x left bottom;
	margin:0 0 10px 0; padding:0 0 10px 0;
}
h5{	font-size:18px; }
h6{	font-size:14px; }

/* -------------------------------------------------------------------------------------- HEADER */
#header{
	background:url(../images/rainbow.png) repeat-x 50% top;
	padding:1px 0 0 0;
}
#header .content{
	background:url(../images/head_bg.png) no-repeat left top;
	margin:0 auto;
	width:960px;
}

#header #logo{
	display:block;
	float:left;
	margin:0 0 0 30px;
	width:350px; height:115px;
}
	#header #logo a{
		background:url(../images/logo.png) no-repeat left top;
		display:block;
		float:left;
		width:360px; height:115px;
	}
	#header #logo span{ display:block; text-indent:-9000px; }


#header #top_menu{
	display:block;
	float:left;
	line-height:55px;
	margin:39px 0 0 0;
	position:relative;
	width:560px; height:55px;
	z-index:800;
}
#header #top_menu ul{
	font-size:18px;
}
#header #top_menu ul li{
	display:inline;
	position: relative; 
	float:left;
	margin:0 0 0 40px;
}
#header #top_menu ul li a{ color:#FFF; display:block;}

#header #top_menu ul li .dropper{ background:#F06;}
#header #top_menu li.hover, #header #top_menu a:hover { 
	position: relative; 
}

#header #top_menu .sub_menu {
	background:url(../images/dropmenu_transparency.png) repeat;
	font-size:12px;
	text-align:left;
	display:none;
	line-height:normal;
	width:150px;
	margin:0; padding:10px;
	position: absolute;
	top:50px; left:-50%;
	z-index: 900;
}

#header #top_menu .sub_menu li {
	background:#000;
	border:1px solid #3e3e3e; border-width:0 1px 0 1px;
	margin:0; padding:0 8px;
}
#header #top_menu .sub_menu li.start { 
	border:1px solid #3e3e3e; border-width:1px 1px 0 1px;
	margin:0;
}
#header #top_menu .sub_menu li.end {
	border:1px solid #3e3e3e; border-width:0 1px 1px 1px;
	margin:0;
}

#header #top_menu .sub_menu li a {
	background:url(../images/underline_dotted.png) repeat-x left bottom;
	display:block;
	margin:0;
	padding:10px 6px 8px 6px;
	width:120px;
}
#header #top_menu .sub_menu li.end a {
	background:none;
}
/* -------------------------------------------------------------------------------------- HOME SLIDER */
#home_slider{
}
#home_slider .content{
	margin:0 auto;
	width:960px; height:100%;
}

#the_slidefader{
	background:url(../images/teaser_bg.png) no-repeat left top;
	position:relative;
	width:960px; height:420px;
}
#the_slidefader .shadow_glow{
	background:url(../images/frameOver.png) no-repeat left top;
	position:absolute;
	bottom:0;
	left:0;
	width:960px; height:80px;
	z-index:11;
}

#slideshow {
	position:absolute;
	top:60px;
	left:259px;
	width:442px;
	height:325px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}


/* -------------------------------------------------------------------------------------- FLOW SLIDER */
#flow_slider{
}
#flow_slider .content{
	background:url(../images/slider_squarePic_Bg.png) no-repeat left top;
	margin:0 auto;
	width:960px; height:170px;
}

#slider{
	padding:0 0 0 50px;
	position:relative;
	width:890px;
	height:150px;
}
#slider #slider_img{
	width:815px;
	display:block;
	float:left;
	overflow:hidden;
	height:150px;
}
#slider #slider_img div{ width:818px; height:150px; }
#slider #slider_img a{
	background:url(../images/slider_framePic.png) no-repeat left top;
	float:left;
	display:block;
	margin:22px 0 0 24px; padding:1px 4px 8px 4px;
	width:100px; height:100px;
}
#slider #myController{
	visibility:hidden;
	display:block; float:left;
	width:200px; height:25px;
	position:absolute;
	top:0;
	left:-9000px;
}
#myController span{
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 9px 0 9px;
	color:#001a25;	
	cursor:pointer;
}

#myController span.jFlowSelected {
	color:#ccc;
}

#slider .jFlowPrev, #slider .jFlowNext{
	cursor:pointer;
	float:left;
	position:absolute;
	width:40px;
	height:40px;
}
#slider .jFlowPrev{
	top:56px;
	left:1px;
}
#slider .jFlowNext{
	top:56px;
	right:18px;
}

/* -------------------------------------------------------------------------------------- WRAPS STYLES */
.wrap_top{
	background:url(../images/block_head.png) no-repeat 50% top;
	width:100%; height:30px;
}
.wrap_block{
	background:url(../images/block_bg.png) repeat-y 50% top;
	height:100%;
}
.wrap_bottom{
	background:url(../images/block_bottom.png) no-repeat 50% top;
	width:100%; height:30px;
}

/* -------------------------------------------------------------------------------------- MAIN */
#main{
}
#main .content{
	margin:0 auto;
	width:960px;
}

.picture_section{
	background:url(../images/block_bg.png) repeat-y 50% top;
	margin:0 auto; padding:10px 0;
	width:920px; height:100px;
}

/* ----------------------------- Left Part */
.left_part{
	display:block;
	float:left;
	width:610px; height:100%;
	margin:0 0 0 50px; padding:10px 0;
	}
	
/* ----------------------------- Sidebar */
.sidebar{
	display:block;
	float:left;
	width:210px;
	margin:0 0 0 35px;
	}

.sidebar ul{ margin:0 0 30px 0;}
.sidebar ul li {
	background:url(../images/arrow_li_sidebar.png) no-repeat;
	background-position:194px 50%;
}
.sidebar ul a{
	border:1px solid #323232; border-width:0 0 1px 0;
	display:block;
	margin:0 0 5px 0; padding:0 0 5px 25px;
}

.ads{
	clear:both;
	display:block;
	width:180px;
	margin:0 auto 10px auto;
}

/* ----------------------------- 3 Columns */
.cols_by_3{
	clear:both;
	height:100%;
	padding:10px 0 5px 0;
}
.cols_by_3 .cols_by_3_col{
	display:block;
	float:left;
	width:253px;
	margin:0 0 0 50px;
	}


/* ----------------------------- Design Styles */
a.readmore{
	background:url(../images/readmore_1.png) no-repeat right 50%;
	clear:both;
	display:block;
	padding:5px 25px 5px 0;
	text-align:right;
}
a:hover.readmore{
	background:url(../images/readmore_2.png) no-repeat right 50%;
}


.central_slogan{
	padding:20px 0 15px 0;
	text-align:center;
	font-size:40px;
}

/* Illustrations of pages */
.illustration{
	position:relative;
	display:block;
	width:200px; height:230px;
}
.illustration .paint{
	position:absolute;
	top:-30px;
	right:-60px;
}

#search_form{
	display:block;
	height:60px;
}
#search_form .field{
	background:#212121;
	border:none;
	color:#FFF;
	padding:8px 10px;
	width:150px;
}
#search_form .submit{
	background:#212121;
	border:none;
	color:#FFF;
	padding:8px 10px;
	width:30px;
}

/* Design of text elements */
.design{}

.design h2{
	margin:0 0 15px 0;
}

.design p{
	line-height:25px;
	margin:0 0 15px 0; }

.biglines{
	color:#6e6e6e;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
}

.design strong{ color:#999; font-size:12px; }/* theme file */
.design ul, .design ol{
	margin:10px 0 10px 50px;
}
.design ul li{
	font:normal 16px/23px Arial, Helvetica, sans-serif;
	padding:5px 0;
}
.design ol {
	color:#999;
	font:italic 18px/23px Arial, Helvetica, sans-serif;
}
.design ol p {
	border:1px solid #323232; border-width:0 0 1px 0;
	color:#FFF;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
}
.design .note{
	color:#666;
	border:1px solid #323232; border-width:0 0 2px 0;
	font:italic 14px/24px Georgia, "Times New Roman", Times, serif;
	padding:0 0 3px 0;
	margin:20px;
}
.design .img_left{
	border:1px solid #323232;
	float:left;
	margin:0 12px 0 0; padding:7px;
}
.design .img_right{
	border:1px solid #323232;
	float:right;
	margin:0 0 0 12px; padding:7px;
}

.img_left{
	float:left;
	display:block;
	margin:0 10px 0 0;
}

.blog{
	border:1px dotted #9a9a9a; border-width:0 0 1px 0;
	margin:0 0 40px 0;
	padding:0;
}
.blog .preview{
	border:1px solid #212121; border-width:3px 0;
}
.blog_date{
	margin:0 0 10px 0;
}
.continue{
	margin:0; padding:0;
}
.continue a{
	background:#212121;
	padding:8px 10px;
}

