/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */
img, div, a { behavior: url(iepngfix.htc) }

body 
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #000 url(img/bg2.jpg) top center no-repeat;
color: #b3b3b3;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#page p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}

#wrap{
	position: relative;
	margin: auto;
	width: 923px;	
}

	#head{
		position: relative;
		height: 117px;	
		text-align: right;
	}
		
		p.phone{
			position: relative;
			padding: 8px 18px 8px 0;
			font-size: 1.6em;
			color: #E7AB49;
		}
		
		p.tag{
			position: relative;
			padding: 8px 18px 8px 0;
			font-size: 1.6em;
			color: #fff;
			font-style: italic;
		}
	
		#logo{
			position: absolute;
			top: 0;
			left: 0;
			height: 117px;
			width: 290px;
			text-align: left;
			text-indent: -9999em;
			background: url(img/logo.png) top left no-repeat;
		}
	
	
	#nav{
		position: relative;
		overflow: hidden;
	}
	
		#nav li{
			position: relative;
			float: left;
			padding: 6px 7px 6px 7px;
			font-size: 1.3em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#nav li a{
			position: relative;
			float: left;
			color: #EFC781;
			text-decoration: none;
		}
		
		#nav li a:hover, #nav li.active a{
			color: #fff;
		}
	#rotator_wrapper{
		padding-top:16px;
		background: url(img/splash-top.png) top left no-repeat;
	}
	#rotator_bottom{
		background: url(img/splash-bottom.png) bottom left no-repeat;
		width:923px;
		height:17px;
	}
		
	

	
	#page{
		position: relative;
		overflow: hidden;
		text-align: left;
		padding: 0 4px 0 4px;
		line-height: 1.5em;
	}
	
		#content{
			position: relative;
			float: left;
			width: 457px;
			font-size: 1.2em;
		}
		#page li{
			margin-left:15px;
			list-style:disc;
			font-style:italic;
			font-variant:small-caps;
			font-size:1.1em;
		}
		
			#page #content h1{
				padding-bottom: 14px;
				padding-top: 7px;
				line-height:1.2em;
			}
			#page #content h2{
				padding-bottom: 8px;
				padding-top: 7px;
				color:#fff;
				font-size:1.3em;
			}
			#page #content h3{
				padding-bottom: 8px;
				padding-top: 7px;
				font-weight:bold;
				
			}
		
		#sidebar{
			position: relative;
			float: right;
			width: 457px;
		}
		
		.entry{
			position: relative;
			padding-bottom: 18px;
			background: url(img/fade-bottom.png) bottom center no-repeat;	
		}
		
		* html .entry{
			background: none;
			background: url(img/fade-bottom.gif) bottom center no-repeat;	
		}
		
			.post{
				position: relative;
				width:419px;
				padding: 15px 19px 0 19px;
				background: url(img/fade-top.png) top left no-repeat;
			}
			
		
		#page h1{
			position: relative;
			font-size: 1.5em;
			color: #fff;
			text-transform: uppercase;
			padding-bottom: 4px;
		}
		
		#page p{
			padding-bottom: .5em;
		}
		
		#page .post p:last-child{
			padding-bottom: 0;
		}
		
		#page a{
			color: #E5A947;
		}
		
		#page #sidebar a{
			color: #7094B8;
		}
		
		#page p a.float-right{
			margin-top: -1.5em;
		}


	
	#menu{
		position: relative;
		padding: 10px 0 10px 0;
		text-align: center;
		font-size: 1.3em;
	}
	
		#menu li{
			position: relative;
			display: inline;
			padding: 0 7px 0 7px;	
			text-transform: uppercase;
		}
		
		#menu li a{
			color: #7A7B7D;
			text-decoration: none;	
		}
		
		#menu li.active a, #menu li a:hover{
			color: #fff;
		}
	
	
	#foot{
		position: relative;
		padding: .5em 0 3em 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #7A7B7D;
	}


/* Carousel CSS */



 /* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			

	#slider_container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:889px;
	height:280px;
	margin-bottom:0px;
	margin-top:0px;
}

/* Easy Slider */
#slider2{
	position:relative;	
}
#slider{	
}
	
#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:889px;
	height:280px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:44px;
	height:73px;
	position:absolute;
	left:-1px;
	top:111px;
}
#nextBtn {
	left:849px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:41px;
	height:73px;
	background:url(img/btn_prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(img/btn_next.png) no-repeat 0 0;
}
/* // Easy Slider */






