@charset "UTF-8";
/* CSS Document :: made by Randy Van Eeckhoudt */

body {
	background:url(../images/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}

:focus{outline:none;}

#container{
	min-width:100%; 
	_width:100%; 
	min-height:100%; 
	_height:100%; 
	position:absolute;
}

#wrapper{
	min-width:1020px;
	_width:1020px;
}

.center{width:1020px; position:relative; margin:0 auto;}

#header {
    background-color:#FFF;
	min-width: 100%;
	_width: 100%;
	height: 80px;
}

#footer {
	min-width: 100%;
	_width: 100%;
	height: 145px;
}

#content {
	background-color:#fff;
	min-width: 100%;
	_width: 100%;
	min-height:350px;
	_height:350px;
	color:#999;
	padding-top:30px;
	overflow:hidden;
}
#content a{color:#f8981d; text-decoration:none;}
#content a:hover{color:#333; text-decoration:none;}

#wrap{position:relative; height:auto; width:1020px; background-color:#FFF; padding-top:30px;}
	
#flashcontent {
	background:url(../images/bg_flash.jpg) no-repeat #f8981d;
	min-width: 100%;
	_width: 100%;
	height: 350px;
	border-top:solid 10px #f8981d;
	border-bottom:solid 10px #f8981d;
}
	
#top{position:relative; height:80px; width:1020px; margin:0 auto; background:url(../images/logo.jpg) no-repeat; background-position:40px 0;}

#nav{position:absolute; font-size:1.2em; right:10px; padding:40px 0 0 0;}

#nav ul{list-style:none;}
#nav ul li{float:left; padding-right:10px;}
#nav ul li a{color:#333; text-decoration:none;}
#nav ul li a:hover{color:#f8981d; text-decoration:none;}

#leftblock{padding:0 40px 30px 60px; font-size:1.1em; height:auto; width:550px; text-align:justify; line-height:14px; position:relative; float:left;}
#rightblock{padding:0 0 0 20px; font-size:1.1em; height:auto; width:325px; text-align:justify; line-height:14px; position:relative; float:left; border-left:dashed 1px #999;}
	
#contact{padding:0 0 0 60px; font-size:1.1em; color:#333;}
#contact a{color:#333; text-decoration:none;}
#contact a:hover{color:#f8981d; text-decoration:none;}
#contact a.hoverbox{color:#333; cursor:move; text-decoration:none;}
#contact a.hoverbox:hover{color:#999; cursor:auto; text-decoration:none;}

#reference{position:relative; float:right; padding:5px 20px 0 0; color:#333; font-size:1em;}
#reference a{color:#333; text-decoration:none;}
#reference a:hover{color:#999; text-decoration:none;}
	
.title{font-family:"Century Gothic";font-size:2em;color:#f8981d;font-weight:lighter;padding:0 0 15px 0;margin:0;}
.title2{font-family:"Century Gothic";font-size:2em;color:#333;font-weight:lighter;padding:15px 0 15px 0;margin:0;}

.subtitle{font-family:"Century Gothic";font-size:1.2em;color:#666;font-weight:lighter;padding-bottom:5px; margin:0;}

.trailer{font-family:"Century Gothic"; font-size:1.2em;}

hr{border:none; height:1px; background:#ccc;}

img{border:solid 5px #999; margin:20px 0 20px 0;}