/* Niki's West Steak And Seafood Restaurant */

/* GENERAL */

	*{
			margin:0;
			padding:0;}
	body{
			font-family:Arial, Helvetica, sans-serif;
			font-size:smaller;
			background:url(images/body.jpg);
			color:#333333;}
	
	#wrapper{
			width:750px;
			background:url(images/border.gif) repeat-y;
			margin:0 auto;}
	h1, h2, h3, h4, h5, h6{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#670003;}
	a:link, a:visited{			
			color:#666666;
			text-decoration:none;}
	a:hover, a:active{
			color:#333333;
			text-decoration:none;}		
/* HEADER */	
	#header{
			width:750px;
			height:200px;
			background:url(images/header.jpg) no-repeat;}

/* NAVIGATION */	
	#nav{
			width:748px;
			height:30px;
			padding-top:150px;}
		#nav ul{
			padding-top:8px;
			padding-bottom:8px;
			margin-left:145px;}
		#nav ul li{
			margin-left:20px;
			list-style:none;
			display:inline;}			
	#nav a:link, #nav a:visited{			
			color:#FFCC00;
			text-decoration:none;
			font-weight:bolder;}
	#nav a:hover, #nav a:active{
			color:#EDE896;
			text-decoration:none;
			font-weight:bolder;}
		#nav #current{
			color:#2E0000;
			text-decoration:none;
			font-weight:bolder;
			background:#FFFFFF;
			padding:6px 4px 7px 4px;}
		#nav #current a{}
			
	#contactinfo{
			width:550px;
			padding-top:4px;
			margin-left:165px;
			height:20px;}
	#contactinfo p{
			color:#FFFFFF;
			font-size:11px;
			font-weight:bold;}
/* CONTENT */	
	#content{
			width:750px;}
		#content h1{
			padding-left:55px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:1.8em;
			margin:10px 0;}	
	#rightcol{
			float:right;
			width:325px;
			padding-right:37px;}
		#rightcol img{
			border:5px double black;
			padding:5px;
			margin:5px auto;}
			
		#cta{
			text-align:center;
			margin-bottom:15px;
		}
		
		#cta a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:20px;
			font-style:italic;
			font-weight:bold;
			color:#990000;
		}
		
		#cta a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:20px;
			font-style:italic;
			text-align:center;
			font-weight:bold;
			color:#000000;
			margin-bottom:15px;
		}
	
	#info{
			width:250px;
			border:double 5px #000000;
			text-align:center;
			margin-left:2.5em;
			margin-bottom:20px;}
		#info h3{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:1.3em;
			line-height:.8em;
			padding-top:10px;
			color:#670003;}
		#info h3 span{
			font-size:.8em;}
		#info address{
			margin:10px;}
		#info p{
			margin-bottom:10px;}
		#info img{
			border:none;
			padding:0;}
			
			
			
			
			
	#leftCol{
			float:left;
			width:330px;
			padding-left:55px;
			padding-bottom:45px;}	
		#leftCol p, .menu p{
			font-size:1.2em;}
		#leftCol li, .menu li{
			margin:.9em 0;
			clear:both;
			list-style:none;
			line-height:1em;}
		#leftCol .firstlist , .menu .firstlist {
			margin-top:-.1em;}
		#leftCol h3, .menu h3{
			margin-top:1.5em;
			display:block;
			border-bottom:1px solid #670003;}
		#leftCol img{
			border:5px double black;
			padding:5px;
			margin:5px auto;}
		h4{
			font-size:.9em;
			text-align:center;
			margin-top:20px;
			clear:both;}
		.menu2{
			width:280px;
			padding-left:20px;}	
			
			
		#map{
			clear:both;
			width:630px;
			margin:0 0 15px 55px;
			border:double 5px #000000;}		
		#map img{
			padding:5px;}
		#map iframe{
			margin:7px 15px 7px 5px;}
/* FOOTER */	
	#footer{
			clear:both;
			text-align:center;
			line-height:1.2em;
			font-size:10px;
			color:#000000;
			padding:20px 0;}
	#secondnav{
			width:648px;
			height:30px;}
		#secondnav ul{
			padding-top:8px;
			padding-bottom:8px;
			margin:0 auto;}
		#secondnav ul li{
			margin-left:20px;
			list-style:none;
			display:inline;}			
	#secondnav a:link, #secondnav a:visited{			
			color:#660000;
			text-decoration:none;
			font-weight:bolder;}
	#secondnav a:hover, #secondnav a:active{
			color:#333333;
			text-decoration:none;
			font-weight:bolder;}

/* Extra Classes */
	.bold{
			font-weight:bolder;
			color:#000000;}
	.grey{
			color:#CCCCCC;}
	.space{
			float:right;}
	.small{
			font-size:.8em;
			font-style:italic;}
	.italics{
			font-style:italic;}
