/* CSS Document */

#page_content {

	margin: 0px auto;
	width:1000px;
	height:600px;
	POSITION: relative;
	text-align:left;
	

	background-image:url(../common/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}


	
body {

   margin:0px auto; 
	text-align:center;
	background-color:#ffffff;

}
#title {
	position:absolute;
	left:558px;
	top:112px;
	width:437px;
	height:39px;
}
#gear {
	position:absolute;
	left:174px;
	top:64px;
	width:91px;
	height:25px;
}

#reservation {
	position:absolute;
	left:265px;
	top:64px;
	width:155px;
	height:25px;
}

#delivery {
	position:absolute;
	left:420px;
	top:64px;
	width:111px;
	height:25px;
}
#about {
	position:absolute;
	left:683px;
	top:6px;
	width:77px;
	height:15px;
}

#contact {
	position:absolute;
	left:760px;
	top:6px;
	width:78px;
	height:15px;
}


#home {
	position:absolute;
	left:919px;
	top:6px;
	width:61px;
	height:15px;
}
#text_box{
	position:absolute;
	left:558px;
	top:180px;
	width:442px;
	height:44px;
	font-size:14px;
	text-align:center
}

/*Drop down menu config   http://www.alistapart.com/articles/dropdowns/ */
		#nav {
	position:absolute;
	left:358px;
	top:9px;
	z-index:2;
	list-style: none;
	margin: 0;
	width: 377px;

		}
		#nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
			padding-top:5px;   /*controls padding at top of dropdown*/
		}
		

		
		#nav a {
			color: #18355D;       
			text-decoration: none;
		}
		
		#nav li li a {
			display: block;
			font-weight: bold;   /*controls font of drop down*/
			color: #18355D;
			padding-left: 5px;   /*controls position of drop down relative to edge*/
		}
		
		#nav li li a:hover {
			text-decoration: underline;
		}
		
		#nav li a:hover {
			text-decoration: underline;
		}	
		
		#nav li {
			float: left;
			position: relative;
			padding-right:30px;  /* sets width of menu items*/
			text-align: left;
			cursor: default;
			margin:0px;
			
			font-family:  Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			
			color: #18355D;
			

		}
		#nav li img{
		vertical-align:middle;}  
		

		#nav li ul {
			display: none;
			position: absolute;
			top: 100%;
			left: 21px;  /*controls position of drop down*/
			
			width: 100px;  /*controls width of drop down*/
			/*border-right: solid 1px #7d6340;*/
			background-color:#BC620B;
			filter: alpha(opacity=90);
			
		}
		
		#nav li>ul {
			top: auto;
			left: auto;
		}
		
		#nav li li {
			display: block;
			float: none;
			background-color: transparent;
			border: 0;
		}
		
		#nav li:hover ul, li.over ul {
			display: block;
		}
/*End ofDrop down menu config   http://www.alistapart.com/articles/dropdowns/ */

div{
margin:0px;}
table{
margin:0;}

img {
	border: 0px; 
}
a {
	margin: 0px; /*otherwise netscape has margin*/
}

p {
	margin: 0px; /*otherwise netscape has margin*/
padding-top:6px;
padding-bottom:6px
}

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

} 
a:hover {
	text-decoration: underline;	
}



.border{
	border:2px solid #262664;

}
.rollover {
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2);
}	
img{
margin:0px;
border:0px;
padding:0px;
}
.float_right{
float:right;
}
.float_left{
float:left;}
.highlight{
background-color:#FD9744;
}
.smalltext{
font-size:10px;
}
.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.heading2{
font-size:24px;
font-weight:bold;
color:#AB3629;
text-align:center;
text-indent:0px;
}
.heading{
font-size:14px;
font-weight:bold;
color:#024A8C;


}

.title{
font-size:14px;
font-weight:bold;
color:#18355D;}
.bold{
font-weight:bold;
color:#18355D;}
.underline{
text-decoration:underline}

ul{  
margin-top:0px;
margin-left:20px;
margin-bottom:15px;
}
li{
padding-top:2px;
margin-left:20px}
.border{
	border:1px solid #262664;
}
blockquote{
padding-top:0px;
margin-top:0px;}
