/*

This website was developed by CC

http://www.clairecatherine.net

*/


/* Core Structure */

body{
	margin:0;
	padding:0;
}

#container{
	width:823px;
	margin-left:auto;
	margin-right:auto;
}
	
	#banner{
		width:823px;
		height:245px;
		margin:0;
		padding:0;
	}
	
	#nav{
		width:823px;
		height:137px;
		float:left;
	}
	
	#content{
		width:783px;
		padding:20px 20px 50px 20px;
		float:left;
	}
	
		#left{
			width:380px;
			float:left;
		}
		
		#right{
			width:365px;
			float:right;
			margin-left:23px;
		}
			
			#about-winemaker{
				width:322px;
				padding:0 20px 20px 20px;
			}
			
			#shirazzeroeight{
				background:#8d8cb4;
				padding:8px;
				float:left;
			}
			
			#cabreserve{
				padding:8px;
				float:left;
			}
			
			#cabmerlotreserve{
				background:#8d8cb4;
				padding:8px;
				float:left;
			}
			
			#shirazzeroseven{
				padding:8px;
				float:left;
			}
			
			#cabernet{
				background:#8d8cb4;
				padding:8px;
				float:left;
			}
			
			#shirazzerosix{
				padding:8px;
				float:left;
			}
		
			
			hr{
				clear:both;
				visibility:hidden;
				height:1px;
				margin:10px 0;
			}

		
	#footer{
		width:823px;
		height:65px;
		float:left;
	}
	
		#footerleft{
			float:left;
			padding-top:16px;
			padding-left:20px;
		}
		
		#footerright{
			float:right;
			padding-top:30px;
			padding-right:20px;
		}
	

/* Beautifying */

body{
	background-color:#333254;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center; 
	font-family:Arial, 'sans-serif';
	font-size:12px;
	color:#201f45;
	line-height:20px;
}

a:active{
	text-decoration:none;
	color:#201f45;
	font-weight:bold;
}

a:link{
	text-decoration:none;
	color:#201f45;
	font-weight:bold;
}

a:visited{
	text-decoration:none;
	color:#201f45;
	font-weight:bold;
}

a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#201f45;
	font-weight:bold;
}

#container{
	border:1px solid #201f45;
}

	#content{
		background-color:#fff;
	}
	
		#about-winemaker{
			border:2px solid #201f45;
			background-color:#32316d;
			color:#fff;
		}
		
	#footer{
		background-color:#201f45;
		color:#fff;
		font-size:10px;
		line-height:normal;
	}
	
	#footer a:active{
		text-decoration:none;
		color:#fff;
	}

	#footer a:link{
		text-decoration:none;
		color:#fff;
	}

	#footer a:visited{
		text-decoration:none;
		color:#fff;
	}

	#footer a:hover{
		text-decoration:none;
		color:#fff;
		background-color:#32316d;
	}
	
h1{
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

h2{
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}

img.floatright { 
    float:right; 
	margin-left:20px;
	margin-bottom:10px;
}

img.floatleft { 
    float:left;	
	margin-right:10px;
}

#content img{
	border:1px solid #201f45;
}

/*MENU*/
#nav{
	background:#32316d;
	color:#fff;
}

	#nav-home{
		float:left;
		width:274px;
		height:137px;
	}
	
	#nav-about{
		float:left;
		width:137px;
		height:87px;
	}
	
		#nav-about p{
			padding-top:50px;
			text-align:center;
		}
	
	#nav-wine{
		float:left;
		width:137px;
		height:87px;
	}
	
		#nav-wine p{
			padding-top:50px;
			text-align:center;
		}
	
	#nav-pizza{
		float:left;
		width:137px;
		height:87px;
	}
	
		#nav-pizza p{
			padding-top:50px;
			text-align:center;
		}
	
	#nav-contact{
		float:left;
		width:137px;
		height:87px;
	}
	
		#nav-contact p{
			padding-top:50px;
			text-align:center;
		}

		
#nav a:active{
	color:#fff;
	font-weight:bold;
}

#nav a:link{
	color:#fff;
	font-weight:bold;
}

#nav a:visited{
	color:#fff;
	font-weight:bold;
}

#nav a:hover{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:#201f45;
}

/*===================================
MENU 90001
====================================*/

#nav_primary {
	float: left;
	background: #32316D;
	display: block;
	height: 137px;
	margin: 0;
	padding: 0;
	width: 823px;
}

#nav_primary li {
	float: left;
	list-style: none;
}

#nav_primary li a {
	display: block;
	color: #fff;
	height: 75px;
	width: 137px;
	text-align: center;
	padding-top: 62px;
}

#nav_primary li a.current {
	background: #201F45; 
}

#nav_primary li.np1 a {
	padding: 0;
}

#nav_primary li.np5 a {
	width: 138px;
}

#nav_primary li a:hover {
	background: #201F45;
	border: none;
}

#nav_primary li a img {
	border: none;
}


#nav_primary .np1 {
	height: 137px;
	overflow: hidden;
	text-indent -9001px;
	width: 274px;
}












