/***** CSS Document *****/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0px;
	padding:0px;
	color:#666666;
	background-color:#93282E;
	text-align:left;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}


#cti_container {

	width:980px;
}

#header {
	background-image:url('../images/hdr-lft.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:124px;
}


#header img {
	text-align:left;
	margin-left:704px;
}

#moreInfoGraphic {
	 margin:0px 40px 0px 70px;
}

#cti_content {
	width:980px;
	background-image:url('../images/bg-sidepoll.gif');
	background-repeat:repeat-y;
	position:relative;
	float:left;
}

#sidebar_top {
	position:absolute;
	left:0px;
	top:0px;
}

#sidebar_bottom {
	position:absolute;
	left:10px;
	bottom:-6px;
}

/***** SideBar Styles *****/
#sidebar {
	float:left;
	width:221px;
	background-image:url('../images/bg-sidebar.jpg');
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
}


/***** Start SideBar Content Styles *****/
#sbcontent {
	color:#FFF;
	width:180px;
	padding:10px 10px 10px 20px;
	font-size:11px;
	line-height: 13px;
}

#sbcontent h3 {
	color: #FFCC66;
	padding: 3px;
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 17px;
}

#sbcontent ul {

	margin:0px;
	padding:0px;
}

#sbcontent li {
	padding-left: 0;
	list-style-type: circle;
	margin: 0 0 3px 20px;
}

#sbcontent a {
	color:#FFFFFF;
}

#sbcontent a:hover {
	text-decoration:underline;
}

.logo {
	margin-top:30px;
	margin-bottom:20px;
}

/***** Start Content Styles *****/
#content {
	display:block;
	width:auto;
	margin-left:250px;
	padding-right:40px;
      padding-bottom:20px;
	text-align:left;
}

#content h1 {
	font-size:22px;
	font-weight:normal;
	color:#666699;
	margin-bottom:10px;
	line-height:24px;
	text-align: center;
}

#content h2{
	font-size:18px;
	line-height:20px;
	color:#666699;
	margin-bottom:5px;
	margin-top:6px;
}

#content h3{
	font-size:16px;
	line-height:18px;
	color:#666699;
	margin-bottom:5px;
	margin-top:6px;
}


#content h4 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#666699;
	margin-bottom:5px;
	margin-top:6px;
}

#content hr {
	text-align: center;
	border-top: 1px dotted #669;
	margin: 6px 0px;
}

#content img {
	border:0px;
	margin:0px;
	padding:0px;
}

#content input {
	font-size:10px;
}

#content a {
	margin:0px;
	padding:0px;
	color:#666699;
}

#content a:hover {

	text-decoration:underline;
}

#content ul {
	padding:6px;

	margin:6px;
	text-align: left;
}

#content li {
	list-style-type: circle;
	margin: 0 0 3px 6px;
}

#content li a{
	font-weight:bold;
	font-size:12px;
	color:#666699;
}

/* More Information */

#moreInfoContent {
	display:block;
	width:auto;
	margin-left:221px;
	padding:15px 30px 15px 60px;
	text-align:left;
}

.sidebar_box {
	width:221px;
	background-image:url('../images/sidebar_bg_opaque_rev1.jpg');
	background-repeat:repeat-y;
	margin-top:95px;
	position:relative;
	text-align:left;
}

.wine_product {
	width:300px;
	float:left;
	margin-bottom:10px;
	border-top:1px dashed #ccc;
	padding-bottom:6px;
}

.wine_price {
	margin-bottom:10px;
	font-weight:bold;
	color:#666666;
}

.wine_atc {
	margin-top:15px;
}


.lblPrice {
	color:#666666;
	font-weight:bold;
}

.div-hr {
	text-align: center;
	border-top: 1px dotted #93282E;
	margin: 15px 0px;
}

.bottom_shadow {
	background-image:url('../images/btmbodyshadow.jpg');
	background-repeat:repeat-x;
	clear:both;
	height:6px;
	width:980px;
}

#footer {
	background-image:url('../images/btm_footer.jpg');
	background-repeat:no-repeat;
	padding-top: 11px;
	margin:0px;
	height:164px;
	width:980px;
}

#footer p {
	font-size:10px;
	color: #CCC;
}

#footer a {
	color: #FFF;
}

