/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {
	padding-top: 0;
	margin: 0;
	padding-right: 0px;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
}
body {
	padding-bottom:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {
	font-size:70%;
	line-height:100%;
	margin-top: .25em;
}
h5 {
	font-size: 90%;
	color: #FFF;
	font-style:normal;
	margin-top: 1em;
	text-align:justify;
}

h6 {
	font-size: 80%;
	color: #000000;
	margin-top: 1em;
	line-height:.5em;
}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}

dt {font-weight:bold;
line-height:110%;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px; margin-bottom:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.features {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 5px,5px,5px,5px;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {width:100%;}
table.table-style01 th {text-align:center;}

ul.ul-style01 {margin:15px 0 15px 20px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../design/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../design/ul-style01-sub.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:902px; margin:0 auto; text-align:left;}

    #header {
	height:350px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align:center;
	width: 901;
}
        #headersocial {
	height:32px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000000;
	text-align:center;
	width: 900;
}
        #logo {position:absolute; top:30px; left:80px; margin:0; font-size:200%; letter-spacing:-1px; font-weight:normal;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}
        
        #slogan {position:absolute; top:40px; right:15px; width:305px; font-size:120%; font-weight:normal; font-style:italic; text-align:center;}

    #nav {		height:45px;padding-left:5px; width:580px; background-position:center; position:inherit;}
    
        #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {display:inline; margin:0; padding:0;}
        #nav ul li a {display:block; float:left; background:url("../design/nav.gif") 100% 0; text-decoration:underline;}
        #nav ul li#nav-active a {font-weight:bold; text-decoration:none;}

    #cols {background:url("../design/cols.gif") 0 0 repeat-y;}

        #content {
	float:left;
	width:590px;
    overflow:hidden;
	padding-right: 1px;
}
        
            #content #content-title {
	margin:0;
	padding:15px 15px 15px 20px;
	background:url("../design/content-title.gif") 0 0 no-repeat;font-size:100%; font-weight:normal;
}
            #content #content-in {padding:15px 15px 10px 20px;}
        
        #aside {
	float:left;
	width:310px;
	overflow:hidden;
	padding-left:1px;
}
        
            #aside #aside-title {margin:0; padding:15px 15px 15px 15px; background:url("../design/aside-title.gif") 0 0 no-repeat; font-size:100%; font-weight:normal;}
            #aside .aside-in {padding:5px 5px 5px 5px;}
            #aside .aside-box {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:10px;
	padding-right:8px;
	background:url("../design/aside-box.gif") 0 0 repeat-y;
	text-align: left;
}
            #aside .title {margin:0 5px 0 0; padding:10px 5px; background:url("../design/aside-title.gif") 0 0 no-repeat; font-size:100%; font-weight:normal;}    

    #cols-bottom {width:910px; height:1px; background:url("") 0 0 no-repeat; font-size:0;}
    
    #footer {width:900px; padding:20px 20px 0 20px;}
    #footer p {margin:0;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */
#perex {margin-left:5px; padding:15px; background:url("../design/perex.gif") 0 100% no-repeat;}
#perex p {margin:0;}

#sections {background: color:#D8D8D8; background-repeat:repeat-y;}
#sections-bottom {width:620px; background:url("../design/sections-bottom.gif") 0 0 no-repeat; font-size:0;}

    .section {float:left; width:530px; padding-left:0px;}
	.sectioncont {float:left; width:530px; padding-left:0px;}
    .section p {margin:0;}
    .section.margin {margin:0 10px;}
    .section h3 {
		width:100%; margin:0; padding:10px; background:url("../design/section-title.gif") 0 0 no-repeat; background-position:left; font-size:100%;}
		
    .section-in {margin-bottom:10px; padding:10px 10px 10px 10px;}

dl#news, dl#news dd {margin:0;}
dl#news dt {
	clear:both;
	padding-left:18px;
	background-image: url(../design/ico-list.gif);
	
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
dl#news dd {margin:0px 0 0px 0; padding-bottom:0px;}
dl#news dd span.date {
	padding-left:10px;
	background-image:url();
	font-size:85%;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 3px;
	line-height: 80%;
}


.arrow {
	clear:both;
	background-image: url(../design/date.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	line-height:80%;
}

.rule{
	padding-bottom:5px;
	padding-top:5px;}
	
	#picthumb {
	height: 130px;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left:px;
	margin-right:px;
	padding-left:2px;
}

.freshthumbleft{
	padding-left:10px;
	padding-right:10px;
	float:left;}
	
.freshthumbright{
	padding-left:10px;
	padding-right:10px;
	}
	
.freshthumb{
	padding-left:4px;
	}
	
.thumbleft{
	margin-right:3px;}	
	
.thumbright{
	padding-left:2px;
	}
#video{width:260px;
padding-left:5px;
float:left;
padding-bottom:10px;}

#videobig{width:540px;
padding-left:5px;
float:left;
padding-bottom:10px;}

#pictures{
	width:541px;
	padding-left:5px;
	position:absolute;
	float:left;
	height:122px;
	letter-spacing:100%;
	text-align:justify;
	left: 164px;
	top: 947px;
}

#thumbs{width:65px;
float:left;
vertical-align:top;
margin-left:6px;
height:80px;}

.thumbs{width:65px;
float:left;
padding-left:2px;
margin-left:4px;
horizontal_align:top;
height:70px;}


#thumbhold{
	text-align:justify;
	margin-left:2px;
	margin-right:2px;
	padding-top:5px;
	width: 541px;
	}

.bottomfoot{
text-align:center;
width:902px; margin:0 auto; text-align:center;
font-size:9px; color:#FFF;
background-color:#000;
font:Arial, Helvetica, sans-serif, #FFF; 
}

#bottomfoot{
text-align:center;
background-color:#000;
width:902px; margin:0 auto; text-align:center;
font-size:9px; color:#FFF;
font:Arial, Helvetica, sans-serif, #FFF; }

.smallcontact{
	font-size:90%;}
#smallcontact{
	padding:10px;}

.facts{
	padding-left:40px;
}




























html{color:#000;}ul,li{margin:0;padding:0;}
li{list-style:none;}




/* PAGE CONTENT CLASSES */
#page h2 {font-family: 'Lato', Arial, Helvetica, sans-serif; font-style: italic; font-size: 24px; color: #4b4b4b; margin: 0 0 40px 0;}
#page .content {width: 628px; margin: 0 auto;}
#social { margin: 0 0 20px 0; height: 32px; display: block;}


/* FOOTER SOCIAL ICONS */
#social li a {float: right; width: 32px; height: 32px; margin: 0 10px 0px 0; background: url(../img/social_icons.png) no-repeat top left;}

#social li.youtube a {background-position: 0 0;}
#social li.blogger a {background-position: -32px 0;}
#social li.facebook a {background-position: -64px 0;}
#social li.flickr a {background-position: -96px 0;}
#social li.lastfm a {background-position: -128px 0;}
#social li.linkedin a {background-position: -160px 0;}
#social li.myspace a {background-position: -192px 0;}
#social li.rss a {background-position: -224px 0;}
#social li.skype a {background-position: -256px 0;}
#social li.tumblr a {background-position: -288px 0;}
#social li.twitter a {background-position: -320px 0;}
#social li.vimeo a {background-position: -352px 0;}
#social li.wordpress a {background-position: -384px 0;}
#social li.foursquare a {background-position: -416px 0;}

#social li.youtube a:hover {background-position: 0 -32px;}
#social li.blogger a:hover {background-position: -32px -32px;}
#social li.facebook a:hover {background-position: -64px -32px;}
#social li.flickr a:hover {background-position: -96px -32px;}
#social li.lastfm a:hover {background-position: -128px -32px;}
#social li.linkedin a:hover {background-position: -160px -32px;}
#social li.myspace a:hover {background-position: -192px -32px;}
#social li.rss a:hover {background-position: -224px -32px;}
#social li.skype a:hover {background-position: -256px -32px;}
#social li.tumblr a:hover {background-position: -288px -32px;}
#social li.twitter a:hover {background-position: -320px -32px;}
#social li.vimeo a:hover {background-position: -352px -32px;}
#social li.wordpress a:hover {background-position: -384px -32px;}
#social li.foursquare a:hover {background-position: -416px -32px;}

#social li.email a {background: url(../img/email.png) no-repeat top; width: 52px; float: right;}
#social li.email a:hover {background-position: 0px -32px;}

