/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("style.css");

/* Basics
----------------------------------------*/
body {margin:0; background:#c5dadc}
a:hover {color:#009933;}

/* Special Classes
----------------------------------------*/
.clear_all{clear: both;}


/* Layout
----------------------------------------*/
#logo{width:315px;}
/*#top_nav li{display:inline; margin:0 20px 0 0;}*/
#content_container{padding:20px 0 0 0;}
#main_container #content_container #news_home{width:315px; text-align:right; padding:0; margin:0;}
#main_container{background: url(../images/hp_bg.png) repeat-x top left; height:492px;}
#news_home ul{list-style:none; margin:0; padding:0; text-indent:0;}
#news_home ul li{ margin:0 0 10px 0; /*padding-right: 30px; background:url(../images/icon_news.gif) no-repeat right center;*/}
#news_home ul li strong{display:block; color:#333; font-size:1em;}
#home_btns {margin:15px 0 0 0;}


/* Easy Slider
----------------------------------------*/
#slider{
	width:544px;
	height:268px;
	overflow:hidden;
	margin: 0;
	padding:0;
	position:relative;
	top:33px;
	left:33px;
}
#slider_container{background:url(../images/slider_bg.png) no-repeat top left; width:610px; height:334px; padding:0; margin:0;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:544px;
		height:268px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{
		position: relative;
		top: -130px;
		left: 10px;
		display:block;
		width:48px;
		height:48px;
		float:left;
		text-indent: -9999px;
		z-index: 999;
		cursor: pointer;
		overflow: hidden;
		margin:0 0 20px 0;
		border:none; 


		}	
	#nextBtn{ 
		left:500px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:50px;
		background:url(../images/btn_slide_prev.png) no-repeat 0 0;	
		}
#prevBtn a:hover{background:url(../images/btn_slide_prev.png) no-repeat -48px 0; cursor: pointer;}
#nextBtn a:hover{background:url(../images/btn_slide_next.png) no-repeat -48px 0; cursor: pointer;}	
#nextBtn a{background:url(../images/btn_slide_next.png) no-repeat 0 0;}												
