@charset "utf-8";

/* 	Main stylesheet - Fratelli */

/* 	Colour:
	Text	#999
	Red		#cd062a
	Lt Red	#ef3e45
	Purple	#1c0675
	Green	#b6c729
	Burg	#68001f

*/

body {
	font: 80% Georgia, Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #999;
	background-color: #000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ef3e45;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}



/* 	Layout */

#container {
	width: 956px;
	margin: 30px auto 0 auto; 
	text-align: left; 
	border: 1px solid #555;
	padding: 2px;
}
#logo {
	border: 1px solid #333;
	margin-bottom: 2px;
	height: 138px;
}
#navigation {
	margin-bottom: 2px;
	width: 954px;	
	height: auto;
	display: block;
	height: 31px;
	border: 1px solid #333;
}
#home-image {
	margin: 0 -2px -2px -2px;
	width: 960px; height: 357px;
	overflow: hidden;
}
#content {
	padding: 86px 30px 55px 30px;
	border: 1px solid #333;
	clear: both;
	background: url(images/Content-BG.jpg) no-repeat;
}

.col-1x1, .col-1x2,
.col-2x1, .col-2x2, .col-2x3, 
.col-3x1, .col-3x2, .col-3x3,
.col-4x1, .col-4x2, .col-4x2-half,
.col-5x1 {
	float: left;
	width: 153px;	
	padding-left: 14px;
	border-left: 1px solid #333;
	margin-right: 24px;
	word-wrap: break-word;
}
.col-1x1 { width: 122px; }
.col-1x2 { width: 313px; }
.col-2x2 { width: 355px; }
.col-2x3 { width: 540px; }
.col-3x2 { width: 357px; }
.col-3x3 { width: 490px; }
.col-4x2 { width: 333px; margin-right: 0; }
.col-4x2-half { width: 410px; margin-right: 0; }
.col-5x1 { width: 139px; margin-right: 0; }
.col-1x1.col-wines { margin-left: -16px; width: 139px;}

.col-rightx3 {float: left; width: 540px;}
.col-wines {margin-top: 60px;}
.bottle-img { position: relative; top: -130px; left: 0; margin-bottom: -130px;}
.wine-intro-col { width: 580px; margin-top: 85px; }
.wine-intro-col h1 { margin-bottom: 0.35em }
.wine-details-col { width: 130px;}
.top-left-pic { margin: 0 0 0 0; float: left; width: 302px; line-height: 1em; } /* main image on product pages */
.top-left-pic img { margin: 0;}
.wine-purple-line, .wine-green-line, .wine-red-line, .wine-copper-line, .wine-burgundy-line {
	background-color: #1c0675;
	width: 286px; height: 5px;
	overflow: hidden; margin: 0;
}
.wine-green-line { background-color: #b6c729; }
.wine-red-line { background-color: #cd062a; }
.wine-copper-line { background-color: #976446; }
.wine-burgundy-line { background-color: #68001f;}

#red-line {
	background-color: #cd062a;
	width: 100%;
	height: 5px;
	overflow: hidden;
	margin: 0;
}
#footer {
	width: 962px;
	font-size: 0.8em;
	clear: both;
	margin: 0 auto;
	text-align: right;
	color: #666;
}
#footer p {	padding: 10px; }
#footer a:link, #footer a:visited { text-decoration: none; color: #666; }
#footer a:hover { color: #ef3e45; }

.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Navigation */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	display: block;
	width: 190px;
	border-left: 1px solid #333;
	text-align: center;
	padding: 0;
	line-height: 31px;
	height: 31px;
	background-image: url(images/Nav-BG.jpg);
	background-repeat: no-repeat;
	background-position: -1000px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	font-size: 0.9em;
}
#navigation ul li a:hover, #navigation ul li a.on:hover { color: #FFF; background-position: top left; }
#navigation ul li a.on { color: #FFF; background-position: -500px 0; }
#navigation ul li a.home { border: 0; }


/* Text styles, etc */


h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	color: #ef3e45;
}
h2 {
	font-size: 1.0em;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: #eee;
	text-transform: uppercase;
	line-height: 1.8em;
}
h3 {
	font-size: 1em;
	margin: 2em 0 0 0;
	font-weight: bold;
	line-height: 1.8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.8em;
	margin: 0 0 1em 0;
}
hr {
	color: #333;
	height: 0;
	margin: 2em 0 2em 0;
	border: 0;
	border-top: 1px solid #333;
	clear: both;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.7em 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
.small {
	font-size: 85%;
}
.box {
	border: 1px solid #333; 
	padding: 8px; 
	text-align: left; 
}
p.intro { font-size: 1.3em; line-height: 1.5em; margin-bottom: 1.5em; }
.no-border { border: 0; }
a.arrow {
	text-decoration: none;
	background: url(images/Arrow.gif) no-repeat left 6px;
	padding-left: 11px;
	color: #999;
	display: block;
}
a.arrow:hover { color: #ef3e45; }
a.retailer-website {
	color: #999;
	text-decoration: none;
	background: url(images/Arrow.gif) no-repeat right 3px;
	padding-right: 11px;
}
a.retailer-website:hover { color: #ef3e45; }
a.grey:link, a.grey:visited { text-decoration: none; color: #999; }
a.grey:hover { color: #ef3e45; }
.order-form {
	background: url(images/Order-Form-BG.gif) no-repeat;
	height: 140px;
}
.order-form p { padding: 33px 20px 20px 16px; }
.order-form img { margin-right: 12px; }
.print {display: none;}	
