/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin:1em 0em 0em;
	padding:0;
	background-color:#B2BB1C;
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_x.jpg);
	background-repeat: repeat-x;
}

a {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#FF6600;
text-decoration:none;
}

p {
margin:6px 0;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}
#homeContentWraper {
	background-image: url(../images/home_bg.jpg);
	background-position: left bottom;
	height: 427px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 0.9em;
}
#homeContentWraper h2 {
	text-indent: -9009px;
}
#homeContentWraper p {
	width: 340px;
	position: relative;
	left: 246px;
	top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	padding-bottom: 12px;
	line-height: 1.3em;
}

#centerColumn {
	margin:0 auto;
	width:806px;
	text-align:left;
	vertical-align: middle;
}

#centerColumn h2 {
}

#header {
	padding:0;
	height:172px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#header h1 {
	margin:0;
	font-size:1.7em;
}

#header h2 {
margin:0;
}

#fauxRightColumn {
	position:relative;
	float:right;
	width:172px;
	margin-top: -66px;
	text-align: center;
	padding-right: 14px;
	padding-left: 14px;
}

#nav ul {
	margin:0;
	list-style:none;
}

#nav li {
	margin:0 0 15px;
	list-style:none;
	font-size: 1em;
}

#nav li a {
	text-decoration:none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#nav li a:hover{
text-decoration:none;
}

#footer {
	bottom:0;
	text-align:center;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #660000;
	text-decoration: underline;
}


/* NAVIGATION */
#navigation h2 {
	display: none;
}
#navigation {
	position: absolute;
	height: 33px;
	margin-left: 3px;
	top: 155px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	height: 33px;
	list-style: none;
}
#navigation a {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	height: 33px;
	display: block;
	text-indent: -9009px;
}
#navigation a:hover {
}

#navigation .btn_about {
	width: 107px;
	background-repeat: no-repeat;
}
#navigation a.btn_about {
	background-image: url(../images/btn_about.jpg);	
}

#navigation a:hover.btn_about {
	background-image: url(../images/btn_about.jpg);
	background-position: 0px -33px;
}

#navigation .btn_product {
	width: 111px;
	background-repeat: no-repeat;
}
#navigation a.btn_product {
	background-image: url(../images/btn_products.jpg);	
}

#navigation a:hover.btn_product {
	background-image: url(../images/btn_products.jpg);
	background-position: 0px -33px;
}

#navigation .btn_quality {
	width: 97px;
	background-repeat: no-repeat;
}
#navigation a.btn_quality {
	background-image: url(../images/btn_quality.jpg);	
}

#navigation a:hover.btn_quality {
	background-image: url(../images/btn_quality.jpg);
	background-position: 0px -33px;
}

#navigation .btn_growers {
	width: 107px;
	background-repeat: no-repeat;
}
#navigation a.btn_growers {
	background-image: url(../images/btn_growers.jpg);	
}

#navigation a:hover.btn_growers {
	background-image: url(../images/btn_growers.jpg);
	background-position: 0px -33px;
}

#navigation .btn_links {
	width: 78px;
	background-repeat: no-repeat;
}
#navigation a.btn_links {
	background-image: url(../images/btn_links.jpg);	
}

#navigation a:hover.btn_links {
	background-image: url(../images/btn_links.jpg);
	background-position: 0px -33px;
}

#navigation .btn_contact {
	width: 101px;
	background-repeat: no-repeat;
}
#navigation a.btn_contact {
	background-image: url(../images/btn_contact.jpg);	
}

#navigation a:hover.btn_contact {
	background-image: url(../images/btn_contact.jpg);
	background-position: 0px -33px;
}

#branding {
	height: 105px;
	background-image: url(../images/prima_noce_logo.gif);
	background-repeat: no-repeat;
	background-position: 33px 25px;
}

h1 {
	display:block;
	width:160px;
	height:139px;
	text-indent: -9009px;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#nav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}

