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

*
{
margin:0px;
padding:0px;
background:none;
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background:url(../images/bg.jpg) repeat-x #0E0E0E;
background-position: 90px 0;
}

p
{
margin:0px;
padding:0px;
}

#Container
{
width:900px;
margin:0 auto;
}

.foot
{
display:block;
clear:both;
}

.gallery .foot
{
display:none;
}

.head
{
height:111px;
width:900px;
display:block;
text-indent:-5000px;
background:url(../images/head.jpg);
}



#nav2
{
position:relative;
width:900px;
height:36px;
list-style-type:none;
}

#nav2 li
{
font-size:16px;
font-family:Century Gothic, Verdana, sans-serif;
float:left;
line-height:36px;
padding:0px 20px 0px 20px;
height:36px;
}

#nav2 li a
{
float:left;
color:#FFFFFF;
text-decoration:none;
height:36px;
}

#nav2 li a:focus
{
outline:none;
}

#mainFrame
{
clear:both;
}

#mainFrame img 
{
float:left;
}

#nav_move
{
background-color:#333333; 
display:block; 
left:0;
position:absolute;
z-index:-1; 
width:90px; 
height: 40px; 
display: block; 
left: 0px;
}

.about , .testimonials , .contact , .links
{
background:url(../images/about_sliver.jpg) #0E0E0E repeat-y;
background-position:center;
background-repeat:no-repeat;
background-color:#0E0E0E;
}

.about #mainFrame
{
width:872px;
height:398px;
background:url(../images/about_bg.jpg);
padding-top:162px;
padding-left:14px;
padding-right:14px;
}

.about #mainFrame p
{
font-size:12px;
width:412px;
float:left;
padding-bottom:8px;
}

.testimonials #mainFrame
{
width:752px;
height:398px;
padding-top:162px;
padding-left:120px;
background:url(../images/test_bg.jpg);
}

.contact #mainFrame
{
width:752px;
height:398px;
padding-top:162px;
padding-left:120px;
background:url(../images/contact_bg.jpg);
font-family:Century Gothic;
font-size:24px;
}

.links #mainFrame
{
width:752px;
height:398px;
padding-top:162px;
padding-left:120px;
background:url(../images/links_bg.jpg);
font-family:Century Gothic;
font-size:16px;
}


	

	#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:696px;
		height:250px;
		overflow:hidden; 
		}
	span#prevBtn{color:#CCCCCC; text-decoration:none;}
	span#nextBtn{color:#CCCCCC; text-decoration:none;}	
	
	#slider ul li p
	{
	font-size:24px;
	}
	
	
	.gallery #mainFrame{
	height:561px;
	}

	.gallery #mainFrame ul { list-style: none; }
	.gallery #mainFrame ul li { display: inline; clear:none; }
	.gallery #mainFrame ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px;
	}
	.gallery #mainFrame ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	.gallery #mainFrame ul a:hover { color: #fff; }
#nextBtn a, #prevBtn a
{
text-decoration:none;
color:#CC0000;
margin-left:16px;
margin-right:16px;
}

a
{
color:#CCCCCC;
}

a:visited
{
color:#999999;
}


