@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
}
.shiraz #container {
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e6e6e6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.shiraz #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.shiraz #header .logo {
	margin-top: 63px;
	float: left;
}
.shiraz #header .byline {
	float: left;
	margin-top: 113px;
	margin-left: 50px;
}
.shiraz #home {
	margin-top: 20px;
	background-image: url(images/home_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.shiraz #home #contentLeft {
	width: 516px;
}
.shiraz #home #contentLeft img {
	border: 1px solid #cccccc;
	margin-right: 2px;
	margin-top: 2px;
}
.shiraz #home #contentRight {
	float: left;
	width: 193px;
	margin-top: 2px;
	background-image: url(images/home_content_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 318px;
	padding-top: 10px;
	padding-left: 20px;
	background-position: 1px;
}
.shiraz #the1300ShirazStory {
	padding-bottom: 16px;
	padding-left: 214px;
	float: left;
	padding-top: 16px;
	padding-right: 140px;
}
.shiraz  #content  {
	float: left;
	width: 670px;
}
.shiraz #home #wine   {
	float: right;
	width: 130px;
	margin-top: -77px;
}
.shiraz #mainMenu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
.shiraz #mainMenu img {
	padding-right: 20px;
	padding-left: 10px;
}
.shiraz #breadcrumbs {
	margin-top: 30px;
	margin-bottom: 20px;
}
.shiraz #subMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shiraz #middle {
	padding-right: 19px;
	padding-left: 19px;
}
.shiraz #mainContent {
	margin-left: 202px;
	margin-right: 15px;
} 
.twoColContent {
	background-image: url(images/bg_rule.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.shiraz #middle .winedetail {
	margin-left: 70px;
	margin-bottom: 30px;
}
.shiraz #contentLeft {
	width: 260px;
	float: left;
}
.shiraz #contentRight {
	float: right;
	width: 260px;
}
.shiraz #contentNormal {
	width: 500px;
	float: left;
	padding-left: 50px;
}
.shiraz #contentNormal .winedetail {
	margin-left: 170px;
	margin-top: 60px;
}
.shiraz #contentNormal .winebottle {
	margin-left: 20px;
}
.shiraz #seriesIntro {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-left: 10px;
}
.shiraz #footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shiraz #contactMiddle {
	padding-right: 19px;
	padding-left: 19px;
}
.shiraz #contactMiddle #mainContent {
	margin-right: 303px;
	margin-left: 0px;
}
.shiraz #contactMiddle #contentLeft {
	width: 260px;
	float: left;
}
.shiraz #contactMiddle #contentRight {
	float: right;
	width: 260px;
}
.shiraz #orderMiddle {
	padding-right: 19px;
	padding-left: 19px;
}
.shiraz #orderMiddle #mainContent {
	margin-right: 303px;
	margin-left: 0px;
}
.shiraz #orderMiddle #contentLeft {
	width: 260px;
	float: left;
}
.shiraz #orderMiddle #contentRight {
	float: right;
	width: 260px;
}
.shiraz #sitemapMiddle {
	padding-right: 19px;
	padding-left: 19px;
}
.shiraz #sitemapMiddle #mainContent {
	margin-right: 0px;
	margin-left: 0px;
}
.shiraz #aboutMiddle {
	padding-right: 19px;
	padding-left: 19px;
}
.shiraz #aboutMiddle #mainContent {
	margin-right: 15px;
	margin-left: 202px;
}
