/*  */

* { padding: 0; margin: 0; }

a {
text-decoration: none; 
outline: none; 
}
a img { 
border: none; 
}
h2 { 
font-family: Georgia, Serif; 
font-size: 36px; 
text-align: center;
font-weight: normal; 
}

ul 
{ 
list-style-position: inside;
 list-style-type: circle;
} 

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#3f5c1d url(../images/vector_love3_crop.jpg) repeat-x; 
}

#wrapper { 
 margin: 10px auto;
 width: 970px;
 background:#3f5c1d url(../images/vector_love4.jpg) no-repeat; 
 padding-top: 10px;
}

#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border	: 0px solid #ccc;
 height: 90px;
 margin: 10px 0px 10px 25px;
 background:transparent;
}



/* MENU */

#navigation {
 width: 700px;
 height:57px;
 color: #333;
 padding-left: 50px;
 border-top: 0px solid #ccc;
 border-bottom: 0px solid #ccc;
 margin: 10px 0px 10px 80px;
 background:;
}

#menu{
		width:700px;
		overflow:hidden;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 4px;
			}
				#menu li a{
					display:block;
					float:left;
				}
					#menu li a:hover{
					}
						#menu li a span{
							display:none;
						}
				#menu li a.current{
					display:block;
					float:left;
					color:#fff;
					background:transparent url(../images/menu_039_h.gif) repeat-x left;
					font-size:11px;
					font-weight:bold;
					line-height:66px;
					text-decoration:none;
					padding:0 5px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
				#menu li a.home{
					background:transparent url(../images/home.jpg) no-repeat;
					width:80px;
					height:49px;
				}
					#menu li a:hover.home{
						background:transparent url(../images/home_h.jpg) no-repeat;
					}
				#menu li a.about{
					background:transparent url(../images/about.jpg) no-repeat;
					width:80px;
					height:57px;
				}
					#menu li a:hover.about{
						background:transparent url(../images/about_h.jpg) no-repeat;
					}
				#menu li a.works{
					background:transparent url(../images/works.jpg) no-repeat;
					width:80px;
					height:50px;
				}
					#menu li a:hover.works{
						background:transparent url (../images/works_h.jpg) no-repeat;
					}
				#menu li a.hire{
					background:transparent url(../images/hire.jpg) no-repeat;
					width:80px;
					height:57px;
				}
					#menu li a:hover.hire{
						background:transparent url(../images/hire_h.jpg) no-repeat;
					}
				#menu li a.contact{
					background:transparent url(../images/contact.jpg) no-repeat;
					width:80px;
					height:56px;
				}
					#menu li a:hover.contact{
					background:transparent url(../images/contact_h.jpg) no-repeat;
					}



#content { 
 color: #333;
 background:transparent;
 width: 900px; 
 border	: 0px solid #ccc;
 margin: 10px 0px 110px 25px;
 height: 280px;
 padding: 10px;
}



#slider	{ 
background-color:transparent;
height: 280px; overflow: hidden;
position: relative; margin: 0px 0; 
}
	
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */								  
#mover	{ 
width: 2880px; 
position: relative; 
}
.slide	{ 
padding: 20px 30px; 
width: 900px; 
float: left; 
position: relative; 
}
.slide h1 { 
font-family: Helvetica, Sans-Serif; 
font-size: 30px; 
letter-spacing: -1px;
color: #ac0000; 
}
.slide p	{ 
color: #000; 
font-size: 12px; 
line-height: 22px; 
width: 300px; 
}
.slide img { 
position: absolute; 
top: 5px; 
left: 400px; 
}

#slider-stopper	{ 
position: absolute; 
top: 1px; 
right: 20px; 
background:transparent; 
border: 0px solid #ccc;
color: #000;
padding: 3px 8px; 
font-size: 10px; 
text-transform: uppercase; 
z-index: 1000; 
}

#content_bottom { 
 width: 900px;
 color: #fff;
 background:#3f5c1d;
 margin: 10px 0px 10px 25px;
 padding: 10px;
 height: 270px;
}

#footer { 
 color: #fff;
 width: 900px;
 background: #3f5c1d;
 margin: 20px 0px 50px 25px;
 padding: 10px;
 height: 100px;
}
#footer-right{ 
 color: #fff;
 width: 700px;
 background: #000;
 margin: 0px 0px 10px 110px;
 padding: 10px;
 padding-left: 0px; 
 height: 250px;
}


