/*

STYLESHEET FOR SANTE WINE IMPORTS
Handwritten by Oliver Coningham (AztecMedia.eu)
www.santewineimports.com

*/


/* ------------ Defaults ------------ */

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
body {
	background: #730021 url('../img/body-bg.gif') repeat-x top left;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}

#container {
	margin: auto;
	width: 960px;
	}
	
.cleared {
	clear: both;
	}

hr {
	display: none;
	}
	
abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
	}

fieldset {
	display:inline;
}
	
	
/* --------- Branding --------- */

#branding {
	background: url('../img/branding-bg.gif') no-repeat top left;
	height: 120px;
	padding: 0 100px;
	text-indent: -25000px;
	width: 760px; 
	}
	
#branding h1 a {
	background: url('../img/h1-bg.gif') no-repeat top left;
	display: block;
	float: left;
	height: 120px;
	width: 309px;
	}
	
#branding h2 {
	background: url('../img/h2-bg.gif') no-repeat top left;
	display: block;
	float: right;
	height: 28px;
	margin-top: 63px;
	width: 272px;
	}
	
#branding p {
	background: url('../img/branding-p-bg.gif') no-repeat top left;
	display: block;
	float: right;
	height: 14px;
	width: 272px;
	}
	
/* ------ Shopping Header ------- */

#shopping-header{
	float:right;
	color: #fff;
	margin-top: -85px;
	text-align: right;
	width: 264px;
	}

#shopping-header a, #shopping-header a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}

#shopping-header a:hover{
	text-decoration: underline;
	}
	
/* --------- Navigation --------- */

#nav {
	background: url('../img/nav-bg.gif') no-repeat top left;
	clear: both; 
	height: 51px; 
	padding: 0 205px;
	text-indent: -25000px;
	width: 550px; 
	}
	
#nav li { 
	float: left;
	}
	
#nav a {
	display: block;
	height: 51px;
	width: 110px;
	}
	
#nav a:hover, #nav .selected {
	background-position: 0 -51px;
	}
	
#nav-about a {
	background: url('../img/nav-about.gif') no-repeat top left;
	}
	
#nav-contact a {
	background: url('../img/nav-contact.gif') no-repeat top left;
	}
	
#nav-home a {
	background: url('../img/nav-home.gif') no-repeat top left;
	}
	
#nav-wines a {
	background: url('../img/nav-wines.gif') no-repeat top left;
	}
	
#nav-vineyards a {
	background: url('../img/nav-vineyards.gif') no-repeat top left;
	}


/* ------------ Content Upper ------------ */
	
#content-upper { 
	background: #730021 url('../img/content-upper-bg.gif') no-repeat top left;
	padding: 20px 106px 0 106px;
	min-height: 200px;
	}
	
#default #content-upper { 
	background: #730021 url('../img/default-content-upper-bg.jpg') no-repeat top left;
	}
	
#contact #content-upper { 
	background: #730021 url('../img/contact-content-upper-bg.jpg') no-repeat top left;
	min-height: 380px; /* Added - PR */
	}

#vineyards #content-upper, #about #content-upper, #weblinks #content-upper { 
	background: #730021 url('../img/vineyards-content-upper-bg.jpg') no-repeat top left;
	}
	
#content-upper p { 
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

#content-upper a {
	color: #730021;
	}
	
#content-upper a:hover {
	color: #7b7361;
	}

#content-left { 
	float: left;
	padding-left: 19px;
	width: 345px;
	}

#content-extended{ /* Added - PR */
	padding-left: 19px;
	float: left;
	margin: 0 auto;
	width: 95%;
	}
	
#content-right { 
	float: right;
	padding-right: 19px;
	margin-top: 25px;
	width: 345px;
	}
	
.wine h3{ /*added - PR*/
	float:left;
	width: 160px;
	}
		
#content-upper #heading-quality {
	background: url('../img/heading-quality-bg.gif') no-repeat top left;
	height: 31px;
	text-indent: -25000px;
	width: 275px;
	}

#content-upper #heading-eric {
	background: url('../img/heading-eric-bg.gif') no-repeat top left;
	height: 12px;
	margin-bottom: 1.25em;
	text-indent: -25000px;
	width: 285px;
	}

#content-upper #heading-fie {
	background: url('../img/h4-fie-gris.gif') no-repeat top left;
	height: 12px;
	margin-bottom: 1.25em;
	text-indent: -25000px;
	width: 285px;
	}

#content-upper #heading-organic {
	background: url('../img/h4-organic.gif') no-repeat top left;
	height: 12px;
	margin-bottom: 1.25em;
	text-indent: -25000px;
	width: 285px;
	}

#wines #content-upper #heading-soon {
	background: url('../img/h3-soon.gif') no-repeat top left;
	height: 14px;
	margin-bottom: 1.25em;
	text-indent: -25000px;
	width: 285px;
	}

#wines #content-upper #heading-finally {
	background: url('../img/h3-finally.gif') no-repeat top left;
	height: 14px;
	margin-bottom: 1.25em;
	text-indent: -25000px;
	width: 285px;
	}

#wines #content-upper ul {
	margin-left: 20px;
	}
	
#wines #content-upper li {
	list-style: inside disc;
	margin-bottom: 0.75em;
	}
	
#wines #content-right {
	margin-top: 0;
	}

#weblinks #content-left ul {
	line-height: 1.5em;
	list-style: disc outside;
	margin: 0 0 60px 40px;
	}

#weblinks #content-left li {
	margin-bottom: 1.25em;
	}	
	
/* ------------ Content Lower ------------ */
	
#content-lower { 
	background: #730021 url('../img/content-lower-bg.jpg') no-repeat top left;
	}
	
#vine {
	background: url('../img/vine-leaves.gif') no-repeat top left;
	height: 53px;
	margin: 0 0 20px 184px;
	width: 620px;
	}


/* ------------ Feature ------------ */
	
#feature { 
	height: 155px;
	margin: 0 0 60px 184px;
	}
	
.feature-wine {
	color: #7b7361;
	float: left;
	height: 134px;
	line-height: 1.8em;
	margin-right: 10px;
	padding: 21px 0 0 25px;
	width: 130px;
	}
	
.feature-wine a {
	background: url('../img/btn-view-wines.gif') no-repeat top left;
	display: block;
	float: right;
	height: 38px;
	margin: 10px 5px 0 0;
	text-indent: -25000px;
	width: 96px;
	}	
	
.feature-wine h4 {
	text-indent: -25000px;
	}
	
#feature-red-wine {
	background: url('../img/feature-red-wine.gif') no-repeat top left;
	}

#feature-white-wine {
	background: url('../img/feature-white-wine.gif') no-repeat top left;
	}

#feature-rose-wine {
	background: url('../img/feature-rose-wine.gif') no-repeat top left;
	}

#feature-sparkling-wine {
	background: url('../img/feature-sparkling-wine.gif') no-repeat top left;
	}
	
	
/* ------------ Footer ------------ */
	
#footer {
	clear: both; 
	color: #b88090;
	line-height: 1.5em;
	margin: 0 auto 20px auto;
	padding: 0 100px;
	width: 760px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#links {
	float: left;
	}
	
#copyright {
	float: right;
	text-align: right;
	}
	
/* ------------ Form ------------ */
	
#form legend {
	display: none;
	}
	
#form label {
	color: #730021;
	text-transform: uppercase;
	}
	
#form input, #form textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 13px;
	margin: 5px 0 1.25em 0;
	padding: 5px;
	width: 300px;
	}
	
#form textarea {
	height: 39px;
	}
	
#form #submit {
	height: 38px;
	margin: -5px 0 0 -5px;
	padding: 0;
	width: 125px;
	}