/* CSS Document */

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #de372d url(images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
}


p { padding-bottom: 10px; padding-right:10px;}

a {color: #ee4035; text-decoration:underline;}
a:hover {text-decoration:none; color: black;}

h1 {color: #ee4035; font-size:16px; padding-bottom: 10px;}

h4 {color: #ee4035; font-size:12px; padding-bottom: 3px; font-weight:bold;}

.container {width: 898px; height: auto; margin-left: auto; margin-right: auto;}

.top { height: 41px; width: 898px; background:url(images/top_container.png) no-repeat;}

.middle {height: auto; width: 898px; background:url(images/mid_container.png) repeat-y;}

.bottom {height: 58px; width: 898px; background:url(images/bottom_container.png) no-repeat;}
.bottom2 {height: 58px; width: 898px; background:url(images/bottom_container2.png) no-repeat;}
.left {
	float: left;
	width: 236px;
	height: auto;
	margin-left: 20px;
	margin-right: 15px;
	padding-left: 10px;
}

.right {
	float: right;
	width: 590px;
	margin-right: 15px;
	padding-right: 10px;
}

.menu { 

	width: 236px;
	height: 210px;
	
}

ul .list  {	list-style-type: disc;}

.list li {
	margin: 0em;
	width: 250px;margin-left: 20px;
	list-style:square;
	padding: 0px;
	list-style-position:outside;
	display: list-item;
}





ul {margin-top:10px;}
li { width: 204px; height: auto; display:block; padding-left: 10px; padding-top: 8px; list-style:none; font-size:11px;margin-bottom: 0px;}
li a { background:url(images/button_black.jpg) no-repeat; color: white;width: 204px; height: 22px; display:block; padding-left: 10px; padding-top: 8px; text-decoration:none; }

li a:hover {background:url(images/button_red.jpg) no-repeat; color: white;}

.active { background:url(images/button_red.jpg) no-repeat; }

.hands {
	width:223px;
	height: 189px;
	background:url(images/avtarhands.jpg) bottom center no-repeat;
	padding-left: 12px;
}

.marquee {height:24px;width:848px;background-color:000000;font-family:Verdana;font-size:10pt;color:#ffffff;border-width:0;border-style:dotted;border-color:ff0000; padding-top:3px; margin-left: 25px;}


.footer {clear: both; width: 873px; height: 20px; background:none; margin-lefT: auto; margin-right: auto; color: white;padding-left: 25px;}
.footer a { color: white;}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
		
		
		
		
	#slidervert ul, #slidervert li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
		
		
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:576px;
		height:252px;
		overflow:hidden; 
		}	
		
		
	#slidervert li, #slider2vert li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:479px;
		overflow:hidden; 
		
		}
		
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
