*{
	margin:0;
	padding:0;

}

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) repeat-x top;
	background-color:#575757;
}

#page-wrap {
	width:900px;
	margin: 0 auto;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

p {
	line-height:16px;
	margin-bottom:15px;
}
/*img {
	border: 5px solid #333;
  	-moz-border-radius: 10px;
}*/
li {
	line-height:14px;
	margin-bottom:10px;
	list-style:none;
	

}

h1 { 
font-size: 15px;
font-weight:bold;
padding:0px 0 10px 0px;
 }

h2 { font-size: 12px; margin:0px 0px 10px 0px; }


#header {
height: 85px;
background: url(images/header.jpg) no-repeat top;
margin:0px 0 10px 0px;
}
#logo {
width:320px;
height:75px;
float:left;
}
ul#nav {
float:right;
width:550px;

}
#nav li {
list-style: none;
display:inline;
}
#nav li a {
font-size:12px;
display:block;
text-align:center;
text-decoration:none;
float:left;
margin:27px 0px 0 30px;
color:white;
font-weight:bolder;
}

#nav li a:hover, #nav li a:active {
color:#3399cc;
background:#000;
}
#banner{
height:258px;
margin-bottom:10px;
}
	
#main-content {
background: url(images/main.jpg) repeat-y;
border: 1px solid #333;
-moz-border-radius: 10px;
color:#000;
width:898px;
height:390px;
padding:10px 0 10px 0;
}	
#left-col {
float: left;
width: 250px;
margin-left:20px;
display:inline;
}
#right-col {
float: right;
width: 600px;
margin-right:20px;
display:inline;
position:relative;
}
#image-right {
padding-bottom:15px;
text-align:center;
margin: 0 auto;
}
#text-gallery {
width: 714px;
margin:0 10px 15px 10px;
}
#gallery {
width: 714px;
margin:0px 8px 0px 8px;
}
	

/* Easy Slider Portfolio */

	#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:710px;
		height:315px;
		overflow:hidden; 
		}				

/* // Easy Slider */

/* Easy Slider Equipment */

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

#slider2{}
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		width:600px;
		height:390px;
		overflow:hidden; 
		}
		#prevBtn, #nextBtn{ 
		display:block;
		width:20px;
		height:35px;
		position:absolute;
		left:-19px;
		top:155px;
		}	
	#nextBtn{ 
		left:598px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:46px;
		height:47px;
		background:url(images/scroll-left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/scroll-right.png) no-repeat 0 0;	
		}														

/* // Easy Slider */

#footer {
	margin-top:20px;
	text-align:center;
	font-size:10px;
	color:#fff;
	clear:both;
}
#footer a {
	
	color: #fff;
}
