/*
Style Sheet
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bkg.jpg) repeat-y  #99cc33;
	margin:0px auto;
	text-align:center;
}

p {
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align:left;
	margin-bottom: 10px;
	}
		
h1 {
	font-family: Times New Roman;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #99cc33;
	text-align: left;
	font-style: italic;
}

h2 {
	font-family: Times New Roman;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #444;
	text-align: left;
	font-style: italic;
}

#nav p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top:6px;
	padding-right:90px;
	text-align:right;
	}

#sidebar p {
	font-size: 11px;
	line-height: 18px;
	text-transform:normal;
	}
	
#footer p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight:bold;
	text-transform: uppercase;
	}

#footer ul {
	list-style:none;
	list-style-type:none;
	}

#footer li {
	display:inline;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 15px;
	}

a:link, a:visited {
	color: #99cc33;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #444; 
	text-decoration: underline; 
}

/* START: Layout */

#wrapper {	
	margin:0px auto;
	margin-top:30px;
	width: 1070px;
	}
	
#nav {	
	width: 718px;
	float: right;
	margin-bottom: 10px;
	}

#nav-top {	
	width: 718px;
	height:24px;
	background: url(../images/nav-top.jpg) no-repeat;
	}

#nav-bkg {	
	width: 718px;
	background: url(../images/nav-bkg.jpg) repeat-y;
	height: 76px;
	}

#nav-content {
	width: 718px;
	padding-left: 40px;
	}

	
#nav-bottom {	
	width: 718px;
	height:26px;
	background: url(../images/nav-bottom.jpg) no-repeat;
	}

#nav ul li {
   display:block;
   float:left;
   list-style-type:none;
   }

#nav ul li a {
   display:block;
   height:36px; width:65px;
   background: url(../images/main-nav.jpg) no-repeat 0 0;
   text-indent:-9009px;
   }

#nav ul li#custom a {
   width:137px;
   background-position: -65px 0;
   }

#nav ul li#fill a {
   width:130px;
   background-position: -202px 0;
   }

#nav ul li#same a {
   width:190px;
   background-position: -332px 0;
   }

#nav ul li#whats a {
   width:112px;
   background-position: -522px 0;
   }


#nav ul li a:hover {
   background-position: 0 -32px;
   }
 
#nav ul li#custom a:hover {
   background-position: -65px -32px;
   }

#nav ul li#fill a:hover {
   background-position: -202px -32px;
   }

#nav ul li#same a:hover {
   background-position: -332px -32px;
   }

#nav ul li#whats a:hover {
   background-position: -522px -32px;
   }


#contact {	
	text-align:right;	
	}



#main {	
	width: 718px;
	float: right;
	}

#main-top {	
	width: 718px;
	height:16px;
	background: url(../images/main-top.jpg) no-repeat;
	}

#main-bkg {	
	width: 718px;
	background: url(../images/main-bkg.jpg) repeat-y;
	}

#main-content {	
	width: 640px;
	margin-left: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
	}
	
#main-bottom {	
	width: 718px;
	height:26px;
	background: url(../images/main-bottom.jpg) no-repeat;
	}




#sidebar {	
	width: 336px;
	float: left;
	}

#sidebar-top {	
	width: 336px;
	height:24px;
	background: url(../images/sidebar-top.jpg) no-repeat;
	}

#sidebar-bkg {	
	width: 336px;
	background: url(../images/sidebar-bkg.jpg) repeat-y;
	}

#sidebar-content {	
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
	}
	
#sidebar-bottom {	
	width: 336px;
	height:18px;
	background: url(../images/sidebar-bottom.jpg) no-repeat;
	}




#footer {	
	width: 100%;
	height:164px;
	clear:both;
	background: url(../images/footer-bkg.jpg) repeat-x;
	text-align:center;
	}

#footer-wrapper {
	margin:0px auto;
	width: 1060px;
	}

#footer-logo {	
	float:left;
	display: inline;
	text-align:left;
	padding-top: 40px;
	padding-left: 30px;
	}

#footer-content {
	float:left;
	display: inline;
	padding-top: 34px;
	padding-left: 10px;
	width: 800px;
	text-align:left;
	}

/* END: Layout */


fieldset textarea, fieldset input, fieldset select{
	margin: 0;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
padding:3px 4px;
width:14em;
border: 1px solid #333300;	
	margin-top: 20px;
	background-color: #fff;
	color: #ccc;
	text-align: left;
}

fieldset input:hover, fieldset textarea:hover, fieldset select:hover {
 	border: 1px solid #333300;
}


input {
	background-color: #fff;
	border: 1px solid #333300;
	color: #111;
}

input:hover {
	border: 1px solid #999999;
}

.btn {
background: url(../images/btn.jpg) no-repeat;
cursor:pointer;
font-size:12px;
height: 61px;
width: 128px;
color:#FFF;
border:none;
}

.btn:hover {
	border:none;
	background: url(../images/btn-hover.jpg) no-repeat;
}
