/*<![CDATA[*/

/* Octopus Engine */
#north { background: url(../images/north.gif) repeat-x top; }
#east { background: url(../images/east.gif) repeat-y right; }
#south { background: url(../images/south.gif) repeat-x bottom; }
#west { background: url(../images/west.gif) repeat-y left; }
#ne { background: url(../images/ne.gif) no-repeat top right; }
#se { background: url(../images/se.gif) no-repeat bottom right; }
#sw { background: url(../images/sw.gif) no-repeat bottom left; }
#nw { background: url(../images/nw.gif) no-repeat top left; }


#nw { padding: 15px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */



#beta {
	float: left;
	width: 198px;
	background-color:#fbe892
	}

#charlie{
	float: left;
	width:198px;
	background-color:#fbe892
	}

#delta {
	float: left;
	width: 198px;
	background-color:#fbe892
	}

#alpha {
	float: left;
	width: 198px;
	background-color:#ffffff
	}


/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	font-size: 8.0pt;
	font-family: Georgia, Gautami;
	}
	
body.main {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
body.header {
	text-align: center;
	}
	
body.about-us {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px 10px 0px 50px;
	}

body.prod-details {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

body.footer {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
img.nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    }
    
img.left {
	float: left;
	padding: 20px;
	}

td.prod-cell {
	margin: 50px -5px 0px -5px;
	width: 250px;
	padding: 20px;
	background-color: #f6f6ee;
	text-align: left;
	font-size: 8pt;
	padding: 10px;
	}

td.prod-cell:first-letter {
	font-size: 14pt;
	font-weight: bold;
	}

p.left {
	float: left;
	margin: 50px -5px 0px -5px;
	height: 125px;
	width: 250px;
	padding: 20px;
	background-color: #f6f6ee;
	text-align: left;
	font-size: 8pt;
	padding: 10px;
	}

p.left:first-letter {
	font-size: 14pt;
	font-weight: bold;
	}

p.wines-left {
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 125px;
	width: 250px;
	text-align: left;
	font-size: 10pt;
	}

p.content-about-us {
	padding: 25px 80px 0px 0px;
	}
	
p.content-about-us:first-letter {
	font-size: 14pt;
	font-weight: bold;
	}
	
p.content-new-wines {
	padding: 25px 10px 10px 0px;
	font-size: 8pt;
	}
	
p.content-new-wines:first-letter {
	font-size: 14pt;
	font-weight: bold;
	}
	
p.content-where-to-buy {
	padding: 25px 0px 10px 0px;
	}
	
p.content-where-to-buy:first-letter {
	font-size: 14pt;
	font-weight: bold;
	}

#table {
	text-align: center;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
	}

#table td {
	padding: 10px;
	}
	
#table td.wine {
	padding: 0px;
	}
	
#table td.text {
	vertical-align: top;
	padding: 0px;
	}

p.footer-info {
	font-size: 8.0pt;
	font-family: Georgia, Gautami;
	font-weight: bold;
	margin: 5px 0px;
	}

p.footer-address {
	font-size: 8.0pt;
	font-family: Georgia, Gautami;
	margin: 0px;
	}

p.footer-copyright {
	font-size: 8.0pt;
	color: gray;
	margin: 0px;
	}