/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url(components.css);
@import url(modules.css);
@import url(layouts.css);
@import url(layouts_style.css);
@import url(navigation.css);
@import url(forms.css);
@import url(typo.css);
@import url(3rd_party.css);
@import url(error.css);
@import url(offline.css);
/* #######################  GENERAL SETTINGS ############################ */
.my-wrapper {
	color: #555;
	border-top: 2px solid #ccc;
	margin:0;
	padding:0;
	line-height:1.6;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/bg_body.jpg) repeat;
	}
/*  Global Formatting */
.my-wrapper h1 {font-size:180%;line-height: 40px;font-weight: 900;}
.my-wrapper h2 {font-size:160%;line-height: 40px;font-weight: 900;}
.my-wrapper h3 {font-size:140%;line-height: 40px;font-weight: 900;}
.my-wrapper h4 {font-size:110%;line-height: 40px;font-weight: 900;}
.my-wrapper h5 {font-size:100%;line-height: 40px;font-weight: 900;}
.my-wrapper h6 {font-size:80%;line-height: 40px;font-weight: 900;}
.my-wrapper a,.my-wrapper a:link,.my-wrapper a:visited{outline:none;}
.my-wrapper a:hover{text-decoration:underline;}
.my-wrapper img {border: 0 none; margin:0 8px 0 0; padding:0;}
*{margin:0; padding:0}
.my-wrapper ul,.my-wrapper ol{clear:both;}
.my-wrapper p{ padding-bottom:8px; margin:0px 0px 0px 0px;}
.my-wrapper pre, .my-wrapper blockquote, .my-wrapper h1, .my-wrapper h2, .my-wrapper h3, .my-wrapper h4, .my-wrapper h5, .my-wrapper h6{
    margin: 0px 0;
    padding: 0px 0px 0px 0px;
}
/* Clears Divs */
.clr{clear: both; height:0px; overflow: hidden; display:block;}
/* Clearfix  */
* html .clearfix{ height:1%;}
html[xmlns] .clearfix{ display:block;}
.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/* #######################  END GENERAL SETTINGS ############################ */

.items-leading > div {
	margin: 0 0 50px 0;
}

.news_slide {
	margin: 30px 0;
}

.scrollTop{
 background:url(../images/scrollTop.png);
 height:53px;
 width:53px;
 display: block;
 position: fixed;
 bottom: 10px;
 right: 10px;
 opacity: .3;
 z-index: 2000;
}

.scrollTop:hover{
 opacity: 1.0;
}