@charset "utf-8";
/* CSS Document */

body{
	background-color:#F2F2F2;
	color:#8A8A8A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../graphics/page-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

img{
	border: none;
}

a{
	color:#F90;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0px;
	padding:0px;
}

h, h1, h2, h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#707070;
}

h1{
	font-size:22px;
	padding-bottom: 5px;
}

h2{
	font-size:18px;
	color: #777;
	padding-bottom: 5px;
}

#pagecont{
	width:1055px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#leftborder{
	background-image:url(../graphics/l-shadow.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:550px;
	float:left
}

#rightborder{
	background-image:url(../graphics/r-shadow.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:550px;
	float:right;
}

#page{
	min-height:520px;
	background-color:#FFF;
	width:995px;
	float:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#footerborder{
	background-image:url(../graphics/f-shadow.jpg);
	background-repeat:no-repeat;
	width:1025px;
	height:15px;
	margin-left:15px;
	clear:both;
}

#header{
	height:75px;
	width:975px;
	margin-left:10px;
	padding-right:10px;
	margin-top:5px;
	position:relative;
}

#headercontact{
	float:right;
	font-size:12px;
}

#nav{
	height:35px;
	position:absolute;
	right:0px;
	bottom:0px;
	width:640px;
}

#banner{
	width:995px;
	height:250px;
	background-color:#CCC;
	position: relative;
}


#nav ul, #nav li{
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
}

#nav ul li{
	float:left;
}

#content{
	width:975px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	font-size:14px;
	overflow:hidden;
}

#footer{
	margin-right:15px;
	padding-right:10px;
	font-size:13px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	text-align:right;
}

.datascroll{
	position:relative;
	padding-top:10px;
	padding-bottom:5px;
    background-color:#FFF;
}


.datascroll li{
	list-style-type:none;
}

.datascroll ul li, .datascroll ul{
	margin:0px;
	padding:0px;
}

.datascrollmenu ul{
	display:block;
	float:left;
	width:239px;
	padding-right:5px;
	padding-left:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.datascrollmenu ul li h2 a{
	color:#999;
	font-weight: bold;
	font-size: 15px;
}

.datascrollmenu ul li:hover h2 a{
	color:#555;
	text-decoration:none;
}

.datascrollmenu ul li.active h2 a{
	color:#F90;
}

#datascrolldatacont{
	width:700px;
	overflow:hidden;
	padding-left:15px;
}
	
.datascrolldata{
	width:7000px;
	position:relative;
}

.datascrolldata ul li{
	display:block;
	width:685px;
	float:left;
	padding-right:15px;
}

.showcase{
	width:210px;
	height:255px;
	float:left;
	background-color:#FFF;
	position:relative;
	padding:15px;
	margin-right: 2px;
}

.showcase .imghvr{
	width:210px;
	height:135px;
	position:absolute;
	bottom:15px;
}

#pagefade{
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000;
	z-index:4999;
	display:none;
}

.floatfix{
	height:1px;
	clear:both;
	width:100%;
}

