article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html {
font-size:100%;
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}

#body-wrapper{
width:960px;
margin:0 auto; 
padding:5px 0;
}

body,input,textarea {
font:13px/20px "Maven pro", Helvetica, Arial, sans-serif;
background:#FFF;
color:#000;
background: url("./images/bg.jpg") repeat scroll 0 0 transparent;
}

.clear {clear: both}

strong {font-weight: bold;}

.one_half { width: 48%; }
.one_third { width: 30.5%; }
.one_fourth { width: 22%; }
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 2%;
	margin-bottom: 35px;
	float: left;
}

.column-last {
margin-right: 0!important;
clear: right;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.box {
	border-bottom: 1px solid #FFF;
	float: left;
	margin: 0px 0 10px 20 px;
	padding-top: 0px;
	width: 940px;
	text-align:left;
	padding-left: 20px;
}

.box span {
    border-bottom: 1px solid #CCC;
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
	margin-bottom: 40px;
}

a {
	text-decoration: none;
	color: #D45B39;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

a:hover {
	color: #FFF;
	border-color: #;
	}

p{
margin-bottom: 15px;
color:#FFF;
}
	
h1 + p, h2 + p, h3 + p{
margin-top: -10px;
}

h1, h2, h3, p, ul, ol {
color:;
font-weight: normal;
margin: 0 0 20px;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	color:#FFF;
}

h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
font-weight:500;
color:#D45B39;
}

.header {
    background: url("#") repeat-x scroll left top transparent;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#logo {
	float: left;
	margin-right: 50px;
	margin-top:25px;
	margin-left:20px;
}

.menufixe {
	font: 18px 'Maven Pro', sans-serif;
	color: #D45B39;
	text-transform: ;
	text-decoration:none;
}

div.nav {
	height: 100px;
	width: 550px;
	float: right;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	list-style:none;
}

div.nav ul {
	margin: 15px 0 0 44px;
	float: left;
	list-style:none;
	text-decoration:none;
}

div.nav ul:first-child {
	margin-left: 66px;
}

div.nav ul li { margin: -2px 0 0;
}

div.nav a {
	font: 18px 'Maven Pro', sans-serif;
	color: #CCC;
	text-transform: ;
	text-decoration:none;
}

div.nav a:hover { color: #D45B39;
}

div.nav li.title { margin: 0; margin-bottom: 10px;
}

div.nav li.title a, ul.menu-side a {
	font: bold 13px 'Droid Sans', sans-serif;
	text-transform: none;
	color: #777;
}

ul.menu-side a { font-size: 12px;
}

div.nav li.title a:hover { color: #777 !important;
}

div.nav ul.menu-side {
	margin: 17px 31px 8px 0;
	float: right;
}
div.nav ul.menu-side li {
	background: url(images/list.png) no-repeat left center;
	margin-bottom: 9px; padding-left: 13px;
}

div.nav ul.menu-side a:hover {
	color: #e53258;
}
div.nav ul.menu-side a.active:hover {

	color: #2595d7;
}
div.nav li.title a.active { color: #383838;
}

div.nav li a.active { color: #e53258;
}


#menu {
    margin-top: 17px;
}

.menu, .menu * {
    float: right;
    list-style: none outside none;
    margin: 10px;
    padding: 0;
}

.menu a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #d3d4d6;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

.menu a:hover {
	color: #e53258;
	border-color: #;
}

#footer-main {
   bottom:0;
   width:100%;
   height:180px; 
   background:;
   margin-top:50px;
}

#footer-main p {
padding:20px;
color:white;
 text-shadow: 0 0px 0 rgba(255, 255, 255, 0.8);
}

#footer-main h3 {
padding:20px 0px 0px 20px;
color:white;
 text-shadow: 0 0px 0 rgba(255, 255, 255, 0.8);
 margin-bottom:-10px;
} 

#footer {
	bottom:0;
	width:100%;
	height:20px;
	background:;
}
 
#footer-text {
padding-left:0px;
text-align:right; 
}
