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

* {margin:0; padding:0;}
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 {border:0;}
body {
	padding-bottom:20px;
	background:url("../images/bg3.gif") 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

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:120%;}
h5 {font-size:100%;}

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

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

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

dt {font-weight:bold;}
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; visibility:hidden; 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;
	line-height: 20;
}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {
}
.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;}

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

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

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("../images/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("../images/ul-style01-sub.gif") 0 5px no-repeat;}

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

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

    #header {
	position:relative;
	height:220px;
	overflow:hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
    
    #logo {
	position:absolute;
	top:135px;
	left:548px;
	margin:0;
	font-size:30px;
	letter-spacing:-1px;
	font-weight:normal;
	}
    #logo span {font-weight:bold;}
    #logo a {text-decoration:none;}
        
    #slogan {
	position:absolute;
	top:78px;
	right:282px;
	width:263px;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}

    #nav {padding:0 15px 5px 6px; background:url("../images/nav.jpg") 0 100% no-repeat;}
        #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("../images/nav-link.gif") 100% 0 repeat-y;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 14px;
	}
    #nav ul li#nav-active a {font-weight:bold; text-decoration:none;}

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

	#content {float:left; width:700px; overflow:hidden;}
	#content #content-title {margin:0; padding:15px 15px 10px 20px; background:url("../images/content-title.jpg") 0 0 no-repeat; font-size:140%; font-weight:normal;}
    #content #content-in {padding:15px 15px 10px 20px;}
        
    #aside {
	float:right;
	width:300px;
	overflow:hidden;
	}
        
    #aside #aside-title {margin:0; padding:15px 15px 10px 15px; background:url("../images/aside-title.jpg") 0 0 no-repeat; font-size:140%; font-weight:normal;}
    #aside .aside-in {padding:10px 10px 15px 10px;}
    #aside .aside-box {
	padding:10px 10px 0px 10px;
	background:url("../images/aside-box.jpg") 0 0 no-repeat;
}
    #aside .title {
	margin:0 5px 0 0;
	padding:10px 15px;
	font-size:100%;
	background-repeat: repeat-x;
	background-position: 0 0;
}    

    #cols-bottom {width:1000px; height:12px; background:url("../images/cols-bottom.jpg") 0 0 no-repeat; font-size:0;}
    
    #footer {
	width:1000px;
	height:30px;



0 0 no-repeat;				padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
    #footer p {	margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#FFFFFF;
				}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {
	margin-left:5px;
	padding:15px 15px 5px 15px;
	background:url("../images/perex.jpg") 0 100% no-repeat;
}
#perex p {
	line-height: 17px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------------
Sections if 3 columns are needed
---------------------------------------------------------------------------------------------------------- */
.section3 h3 {
	background-color:#FFFFFF;
	color:#FFF;
}
.section3 h3 a {color:#FFF;}
.section3 h3 a:hover {color:#000;}
.section3-in {border-bottom:1px solid #DADADA;}


#sections3 {background:url("../images/3cols/sections.jpg") 0 0 repeat-y;}
#sections3-bottom {width:698px; height:8px; background:url("../images/3cols/sections-bottom.gif") 0 0 no-repeat; font-size:0;}

    .section3 {
	float:left;
	width:215px;
}
    .section3 p {
	line-height: 17px;
	margin-bottom: 10px;

}
    .section3.margin {margin:0 10px;}
    .section3 h3 {margin:0; padding:10px; background:url("../images/3cols/section-title.gif") 0 0 no-repeat; font-size:100%;}
    .section3-in {
	margin-bottom:5px;
	padding:2px 10px 0px 10px;
}

/* ----------------------------------------------------------------------------------------------------------
Sections if 1 column is needed
---------------------------------------------------------------------------------------------------------- */
.section h3 {
	background-color:#FFFFFF;
	color:#FFF;
}
.section h3 a {color:#FFF;}
.section h3 a:hover {color:#000;}
.section-in {border-bottom:1px solid #DADADA;}


#sections {background:url("../images/sections.jpg") 0 0 repeat-y;}
#sections-bottom {
	width:665px;
	height:8px;
	background:url("../images/sections-bottom.gif") 0 0 no-repeat;
	font-size:0;
}

    .section {
	float:left;
	width:665px;
}
    .section p {
	line-height: 17px;
	margin-bottom: 10px;
}
    .section.margin {margin:0 10px;}
    .section h3 {margin:0; padding:10px; background:url("../images/section-title.gif") 0 0 no-repeat; font-size:100%;}
    .section-in {margin-bottom:10px; padding:0 10px 10px 10px;}


dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../images/ico-list.gif") 0 2px no-repeat;}
dl#news dd {margin:7px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../images/date.gif") 100% 50% no-repeat; font-size:12px; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
6) All: main text
---------------------------------------------------------------------------------------------------------- */

.paragraph_main	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom: 10px;

	}
/* ----------------------------------------------------------------------------------------------------------
NOT NEEDED
	.paragraph{
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	text-decoration: none;
	font-size:12px;
	line-height:16.3px;
	margin-bottom: -50px;
}
---------------------------------------------------------------------------------------------------------- */
