body{
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #e8e8e8 url(../images/bg_site.gif) repeat-x top left;
	text-align: center;
}

html{overflow-y: scroll;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*_______________________________________________________________________________ WRAPPER __*/

#wrapper_all{
	margin: auto;
	background-color: #fff;
	text-align: left;
	width: 960px;
	background: #fff url(../images/model.gif) no-repeat 30px 190px;
}

#wrapper_head{
	background-color: #e1001d;
}

/*__________________________________________________________________________________ HEADER __*/

#header{
	clear: both;
}

#header img{
	display: block;
}

/*______________________________________________________________________________ NAVIGATION __*/

ul#navi{
	height: 50px;
	padding-left: 70px;
}

ul#navi li{
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

ul#navi li a{
	display: block;
	color: #1a171c;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
}

ul#navi li a:hover, ul#navi li.current_page_item a, ul#navi li.current_page_parent a{
	text-decoration: underline;
	background: url(../images/marker.gif) no-repeat top center;
}

/*_________________________________________________________________________________ CONTENT __*/

#content{
	margin-left: 370px;
	padding: 20px 30px;
	min-height: 400px;
    color: #828282;
    
}

* html #content{height: 400px;}

#content h2{
	font-size: 2em;
	font-weight: 500;
	margin: 5px 0 20px;
	color: #e1001d;
    letter-spacing: -1px;
    border-bottom: 1px solid #e1001d;
    padding-bottom: 4px;
}

#content h3{
    color: #e1001d;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 15px 0 5px;
}

#content img{
    padding: 2px;
    border: 1px solid #dbdbdb;
}

#content p{
	line-height: 140%;
}

.entry p{
	margin-bottom: 10px;
}

.singlepic-right{
	float: right;
}

/*_________________________________________________________________________________ FOOTER __*/

#footer{
	width: 960px;
	margin: auto;
	text-align: right;
	color: #828282;
	padding: 20px 0;
	font-size: 0.9em;
    background: url(../images/bg_footer.gif) 0 0 no-repeat;
}

/*_______________________________________________________________________________ PXS MAIL __*/

#mailform dd{
    margin-bottom: 10px;
}
#mailform label{
    display: block;
    margin-bottom: 3px;
}

#mailform input, #mailform textarea{
    padding: 4px;
    border: 1px solid;
    border-color: #232323 #c5c5c5 #c5c5c5 #232323;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#mailform input:focus, #mailform textarea:focus{
    background-color: #fdf4eb;
}

#mailform .pxs_css_spamcheck{
    display: none;
}

#mailform label span{
    color: #d56113;
}

#mailform input#submit_btn{
    border-color: #c5c5c5 #232323 #232323 #c5c5c5;
    background-color: #e1001d;
    color: #000;
}

.error_msg{
    color: #ff0000;
    font-weight: bold;
}