@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#333333;
}

#header {
	background-color:#FFF;
	border-top:solid 8px #333333;
	height:120px;
	padding-top:30px;
}

.hcontent {
	width:1024px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
}

#middle {
	background-color:#eeeeee;
}

#content {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:40px;
}

.arrow {
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:40px;
}

#lsider {
	width:300px;
	margin-right:89px;
	display:inline-block;
	float:left;
}

#rsider {
	width:635px;
	display:inline-block;
	clear:both;
	padding:0;
}

.l1 {
	float:left;  
	margin-right:20px; 
}

.l2 {
	display:inline-block; 
	margin-right:20px;
}

.l3 {
	display:inline-block; 
}

#right2 {
	width:300px; 
	margin-top:30px;
	margin-right:30px;
	float:left;
}

#right3 {
	width:300px;
	display:inline-block;
	margin-top:30px;
}

/*FOOTER*/

#footer {
	clear:both;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}

#footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#eeeeee;
	margin-top:0;
	line-height:15px;
}

#footer a {
	text-decoration:none;
	color:#9fbb26;
}

.left {
	float:left;
	width:450px;
}

.right {
	float:right;
	width:300px;
}

/*END FOOTER*/

/*NAVIGATION*/

.tabs{
float:right;
overflow: hidden;
vertical-align:bottom;
}

.tabs ul{
margin: 0;
padding: 0;
font: 12px Verdana;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 8px; /*padding inside each tab*/
border-right: 4px solid white; /*right divider between tabs*/
color: white;
background: #5d5d5c; /*background of tabs (default state)*/
}

.tabs li a:visited{
color: white;
}

.tabs li a:hover, .tabs li.selected a{
background: #9fbb26; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*END NAVIGATION*/

/*TEXT PROPERTIES*/

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-bottom:0;
	margin-top:6px;
	color:#5d5d5c;
	line-height:16px;
}
li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-bottom:0;
	margin-top:6px;
	color:#5d5d5c;
	line-height:16px;
}
ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-bottom:0;
	margin-top:6px;
	color:#5d5d5c;
	line-height:16px;
}

a {
	color:#9fbb26;
	text-decoration:none;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#5d5d5c;
	margin-bottom:0;
	margin-top:15px;
}

/*END TEXT PROPERTIES*/

/*SLIDER STYLING*/

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li{ 
	width:635px;
	height:400px;
	overflow:hidden;
}

#prevBtn, #nextBtn{ 
	display:inline-block;
	width:29px;
	height:29px;
	position:inherit;
	margin-top:10px;
	float:left;
}	

#nextBtn{ 
	margin-left:25px;
}
														
#prevBtn a, #nextBtn a{  
	display:inline-block;
	width:29px;
	height:29px;
	background:no-repeat 0 0;	
	background-image:url(../images/prev.png);
}	

#nextBtn a{ 
	background:no-repeat 0 0;	
	background-image:url(../images/next.png);
}	
