
/*------------------------------General Styles----------------------*/

body {
	background: #000;
	margin: 0px;
	text-align: center;	
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #ccc;
	}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	}
#header {
	background: #1a1a1a url(../images/header.jpg) no-repeat top left;
	height: 242px;
	}
h1 {
	display: none;
	}
h2 {
	color: #99ff00;
	font-size: 2em;
	margin: 0px 0px 0px 30px;
	padding: 12px 0px 0px 0px;
	float: left;
	width: 480px;
	}
h3 {
	text-align: center;
	}
#title {
	font-size: 2em;
	color: #99ff00;
	padding: 0px 0px 10px 0px;
	}
a:focus {
	outline: none;
}
/*----------------------GLOBAL CLASS Levels---------------------------------*/
.btitle {
	text-align: center;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	}
.hide {
	display: none;
	}
.clear {
	clear: both;
	}
.center {
	text-align: center;
	margin: 0px;
	Padding: 0px;
	}
/*----------------------NAV-----------------------------------------*/

#nav {
    font-family:Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    height: 34px;
    float: right;
    margin: 70px 0px 0px 0px;
	}

#nav li {
    list-style: none;
    display: inline;
	}
#num1 a {
    width: 110px;
    height: 35px;
    background:url("../images/home.png") no-repeat top left;
    display: block;
    float:left;
	}
#num1_cur a {
    width: 110px;
    height: 35px;
    background:url("../images/home.png") no-repeat bottom left;
    display: block;
    float:left;
	}
#num2 a {
    width: 110px;
    height: 35px;
    background:url("../images/menu.png") no-repeat top left;
    display: block;
    float:left;
	}
#num2_cur a {
    width: 110px;
    height: 35px;
    background:url("../images/menu.png") no-repeat bottom left;
    display: block;
    float:left;
	}
#num3 a {
    width: 110px;
    height: 35px;
    background:url("../images/gallery.png") no-repeat top left;
    display: block;
    float:left;
	}
#num3_cur a {
    width: 110px;
    height: 35px;
    background:url("../images/gallery.png") no-repeat bottom left;
    display: block;
    float:left;
	}
#num4 a {
    width: 110px;
    height: 35px;
    background:url("../images/location.png") no-repeat top left;
    display: block;
    float:left;
	}
#num4_cur a {
    width: 110px;
    height: 35px;
    background:url("../images/location.png") no-repeat bottom left;
    display: block;
    float:left;
	}
#num5 a {
    width: 110px;
    height: 35px;
    background:url("../images/contact.png") no-repeat top left;
    display: block;
    float:left;
	}
#num5_cur a {
    width: 110px;
    height: 35px;
    background:url("../images/contact.png") no-repeat bottom left;
    display: block;
    float:left;
	}
#nav a:hover { 
    background-position: bottom left;
	}
	
/*-----------------------------Content Area-------------------*/
	
img {
	border: 5px solid #222;
	margin: 15px 0;
	}
#content {
	width: 960px;
	background: #1a1a1a url(../images/veggies.jpg) no-repeat bottom right;
	margin: 0px;
	min-height: 570px;
	}
.leftcontent {
	width: 480px;
	background-color: #1a1a1a;
	float: left;
	padding: 25px 0px 0px 30px;
	text-align: justify;
	font-size: 15px;
	}
#rightcontent {
	float: right;
	width: 450px;
	font-size: 13px;
	}
#boardmid {
	background: url(../images/board_mid.jpg) repeat-y top center;
	min-height: 20px;
 	}	
#boardtop {
	background: url(../images/board_top.jpg) no-repeat top center;
	}
#boardbottom {
	background: url(../images/board_bottom.jpg) no-repeat bottom center;
	padding: 130px 90px 50px 115px;

	}


/*---------------FOOTER---------------------------------*/

#footer {
	background: url(../images/footer.jpg) repeat-x top center;
	height: 12px;
	text-align: center;
	}
#footertext {
	margin: 0px;
	}
#footertext li {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 60px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	font-size: 11px;
	display: inline;
	border-right: 1px solid #333;
	color: #555;
	}
#footertext .last {
    border: none;
    }

#footer a{
	text-decoration: none;
	color: #555;
	}
#footer a:hover	{
	color: #fff;
	text-decoration: none;
	}
    
/*---------------------IMAGE GALLERY----------------------*/	
	
	
#gallery {
	width: 480px;
	margin: 20px auto;
	padding-left: 35px;
	}
	
.photo {
	float: left;
	width: 120px;
	height: 120px;
	background: #222;
	padding: 15px 0px 0px 15px;
	margin: 0 10px 10px 0; 
	}

.pic { 
	border: 3px #555 solid;
	display: block;
	margin: 0;
	padding: 0; }
	
.pic:hover {
	 border: 3px  solid #99ff00;
	 display: block;
	 margin: 0;
	 padding: 0;
	}



/*----------------------FORM-------------------------------*/

#form {
	margin: 10px 0 0 75px;
	}
#frm_btns {
	margin: 0 0 0 75px;
	}

#form dd {
	margin: 0 0 8px 0;
	}
#con_txt {
	border-bottom: 1px dotted #333;
	padding-bottom: 25px;
	}
	
/*---------------LOCTATION----------------------*/

#location1 {
	margin: 15px 0 10px 40px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #333;
	float: left;
	}
	
#location2 {
	margin: 15px 0 10px 0px;
	padding: 0 0 0 20px;
	float: left;
	}
	
#map_canvas {
	color: #000;
	border: 5px solid #333;
	margin: 20px 0 0px;
	text-align: center;
	}
	
	
/*-------------------MENU---------------------------*/

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	}	
	
.m_row {
	margin: 0px 10px 20px;
	padding: 30px 0;
	width: 880px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #333;
	background: url(../images/transgray.png) repeat;
	float: left;
	}
.m_item {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
	}
	
.menucontent {
	width: 480px;
	background-color: #1a1a1a;
	float: left;
	padding: 25px 30px 0px 30px;
	text-align: justify;
	font-size: 15px;
	margin: 0 0 210px 0;
	}

.mtitle {
	text-align: center;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	}
.price {
	padding: 5px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	}
.menutitles {
	text-align: center;
	color: #99ff00;
	font-size: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	}


.mcenter {
	text-align: center;
	margin: 0px;
	Padding: 0 35px;
	}

.spacer {
	height: 20px;
	width: 600px;
	}
.extras {
	font-size: 10px;
	color: #666;
	text-align: center;
	}