/* @override http://www.solon.be/style.css */

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#feature {
	height: 435px;
	margin:0 auto;
	background:url(images/feature_back.png) no-repeat 50% 0;
	position: static;
}
#feature a#next-arrow {
	background:url(images/next.png) no-repeat 200% center;
	position: relative;
	width:50px;
	right:0px;
	text-indent:-9999px;
	cursor:pointer;
	opacity:20;
}
#feature a#next-arrow span {
	width: 25px;
	background:url(images/next.png) no-repeat ;
	z-index:99;
	opacity:20;
	float: right;
	height: 40px;
	display: block;
	padding-top: 5px;
	margin-left: 10px;
}

#cycle {
	margin:0 auto;
	margin-top:40px;
	opacity:0;
}
#cycle img {
	width:710px;
	height:400px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

#loader {
	width: 50px;
	height: 50px;
}

#nav {
	margin:0 auto;
	opacity:0;
	float: right;
	padding: 6px 5px 3px 7px;
}
#nav a {
	background: url(images/bullet.png) no-repeat 0 3px;
	display:inline-block;
	width: 20px;
	height: 20px;
	text-indent:-9999px;
}
#nav a.activeSlide {
	background: url(images/bullet_active.png) no-repeat 0 3px;
}
#nav a:focus { 
	outline: none; 
}

#footer {
	width:600px;
	margin:30px auto;
	border-top:1px solid #ccc;
	padding-top:10px;
	color:#999;
	opacity:0;
}	
#footer a {
	color:#999;
}	

a.button {
	display:inline-block;
	background:url(images/button.png) no-repeat;
	height:30px;
	line-height:29px;
	text-align:center;
	padding:0 0 0 20px;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 1px 0px #666;
}
a.button span {
	display:inline-block;
	background:url(images/button.png) no-repeat top right;
	height:30px;
	padding:0 20px 0 0;
}
a.button:hover, a.button:hover span {
	background-image:url(images/button_hover.png);
}
a.button:active {
	background-position:0 1px;
}
a.button:active span {
	background-position:100% 1px;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #999;
	margin:2px;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #002F59;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

img {
	-ms-interpolation-mode:bicubic;
}
.header-img {
	margin: 4px 0;
}
/* Wordpress Defaults */
img.alignright {float:right; margin:0 0em .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

