/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Homepage
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	background-position: bottom;
}
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 {
	text-align: center;

}
body {
	text-align:justified;
	font-family: "arial", sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin:15px 0 10px 0;
	font-family:"arial",sans-serif;
	font-size: 12px;
}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:14px;
	border: thin solid #999;
	text-align: left;
}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {
	margin-left:30px;
	font-size: 14px;
}
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;}
.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;}

    .bigger {font-size:110%;}
    .smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {margin:15px 0 15px 20px; list-style:none;}
ul.ul-style01 li {padding-left:12px; background:url("../design/ul-style01.gif") 0 5px no-repeat;}
ul.ul-style01 ul {margin:0; list-style:none;}
ul.ul-style01 ul li {padding-left:12px; background:url("../design/ul-style01.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

.main {
	position:relative;
	width:960px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	#header {padding:30px 0; overflow:hidden}

        #logo {margin:0; margin-bottom:3px; font:normal 260%/1.2 "arial",sans-serif; letter-spacing:-1px;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}

        #slogan {margin:0;}
    	
        #search {
	position:absolute;
	top:101px;
	right:4px;
	width: 264px;
	height: 34px;
}
        #search #search-input {width:170px; padding:4px; font:normal 100%/1.2 "arial",sans-serif;}
        #search #search-submit {padding:3px 5px; font:bold 100%/1.2 "arial",sans-serif;}

    #nav {clear:both; background:url("../design/nav.gif") 0 0 repeat-x;}
    #nav ul {margin:0; padding:0; list-style:none;}
    #nav li {display:inline; margin:0; padding:0;}
    #nav li a {display:block; float:left; padding:10px 20px; text-decoration:underline; font-weight:bold;}
    #nav li#nav-active a {font-weight:bold; text-decoration:none;}
	   
    #cols .main {padding-bottom:15px; background:url("../design/aside.gif") 100% 0 repeat-y;}

    	#content {float:left; width:700px;}
    	#content p {
	font-size: 14px;
	text-align: left;
	color: #000;

}
    	
    	#content-in {
	padding-left:15px;
	font-size: 14px;
	text-align: left;
}

            #content h1 {margin:0; margin-bottom:10px; font-size:160%; letter-spacing:-1px;}
            #content h2, #content h3, #content h4 {margin-bottom:0; margin-bottom:10px; font-size:140%; letter-spacing:-1px;}
            #content h3, #content h4 {
	letter-spacing:0;
	font-size:14px;
}
                            
    	#aside {float:right; width:244px; padding-right:1px; overflow:hidden;}
    	
    	   #aside h3 {
	padding-right:15px;
	background:url("../design/arrow.gif") 100% 50% no-repeat;
	font-size:14px;
}
    	   #aside ul {margin:5px 0 15px 0; padding:0; list-style:none;}
    	   #aside ul li {margin:0; padding:4px 10px 4px 0;}

	#footer {clear:both; padding:15px 0;}
    #footer p {
	margin:0;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {margin-bottom:15px; padding:15px;}
#perex p {
	margin:0;
	text-align: left;
	font-size: 14px;
}                

.section {float:left; width:225px; overflow:hidden;}
.section.margin {margin:0 5px;}
.section h3 {margin:0; padding:5px 15px; border:0 !important; background:url("../design/section.gif") 0 0 repeat-x; font-size:120%;}
#cols .main.box #aside div {
	text-align: center;
}
#cols .main.box #content #perex h1 strong {
	font-family: "Palatino Linotype";
}
#cols .main.box #content #perex p strong #lw_1250271306_1 {
	text-align: left;
}
#cols .main.box #content #perex p strong #lw_1250271306_1 {
	text-align: left;
}
.main.box #content #perex p {
	font-size: 16px;
	color: #000;
}
.main.box #content #perex p em {
	font-size: 14px;
	color: #000;
}
.main.box #content #perex .style153 strong {
	font-size: 20px;
}
#cols .main.box #content #perex p strong {
	font-size: 14px;
}
#cols .main.box #content #perex {
	font-size: 14px;
	text-align: left;
}
#cols .main.box #content #perex p strong {
	font-size: 16px;

}
#cols .main.box #content #content-in .table-style01 .bg .style57 div p {
	text-align: center;
}
#cols .main.box #content #perex .style101 strong em {
	font-size: 16px;
}
#cols .main.box #content #content-in #content-in2 .table-style01 tr td .style571 div {
	font-size: 12px;
}
#content #perex p strong {
	font-family: Arial, Helvetica, sans-serif;
}
#cols .main.box #content #perex p strong {
	font-size: 14px;
	color: #000;
	text-align: left;
}
#cols .main.box #content #perex p {
	font-size: 14px;
}
strong {
	color: #000;
}
#cols .main.box #content #perex ul li em {
	text-align: left;
}
#cols .main.box #content #perex .style153 strong {
	text-align: left;
	color: #000;
}
#cols .main.box #content #content-in .style106 noscript a {
	text-align: left;
}
#cols .main.box #content #perex p #lw_1273614060_0 strong {
	color: #000;
}
strong {
	color: #000;
}
