/* 
Title:    4seasonswine.com - FUM
Updated:   May 2009
*/

/* General */

body {
	background: #F2E2C3 url(images/background.gif) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

.clr {
	clear: both;
	margin: 0px;
}

/* Global reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Headings and Paragraphs */

h1, h2 ,h3 , h4 {
	font-family: Arial, Times, serif;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	margin: 1em 0;
}

/* Layout */

#page-wrapper {
	width: 800px;
	margin: 10px auto;
}

#header {
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
}

#header-image {
	float: left;
	width: 530px;
}
#logo {
	float: left;
	width: 269px;
}

#main-container {
	background: #ffffff;
	width: 800px;
	text-align: left;
	margin: 0px;
	overflow: hidden;
}

/* Main Content */

#main-container h1 {
	padding: 10px 15px;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Main Offer */

#mo-col {
	width: 780px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#mo-col h1 {
	color: #25201a;
	text-align: center;
	font-size: 34px;
	margin: 10px 0px 0px 0px;
}

#mo-col h2 {
	color: #25201a;
	text-align: center;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}

#mo-col .button {
	text-align: center;
	margin: 15px 0px;
}

#mo-col ul {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	overflow: hidden;
	height: 213px;
	border: 1px solid #fff;
}

#mo-col ul li {
	float: left;
}

.mo-col-bar {
	background: #000000;
	margin: 0px 0px 10px 25px;

}

.mo-col-bar h2 {
	color: #ffffff;
	text-align: left;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	position: relative;
	top: 15px;
	left: 10px;
}

.mo-col-bar .button {
	float: right;
	margin: 0px;
	position: relative;
	top: -8px;
	right: 10px;
}



/* Secondary Offers */

#sec-offers {
	background: url(images/4s_lp_fum_secoff_bg.gif) repeat-x;
	height: 314px;
}

.s-offer {
	float: left;
	width: 345px;
	margin: 20px 25px;
}

.s-offer h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px;
}
/* Offer Carousel */

#offer-carousel {
	margin: 10px 0px 10px 0px;
	position: relative;
	left: 55px;
 border: 1px solid #d5d8da;
 width: 680px;

}

#offer-carousel-hdr {
	background: #ccc;
	    width: 680px;
}

#offer-carousel-hdr p {
	color: #000;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #FFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 660px;
    padding: 10px 10px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 660px;
    height: 225px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 215px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: -40px;
    width: 23px;
    height: 68px;
    cursor: pointer;
    background: transparent url(images/carousel_right.gif) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: -40px;
    width: 23px;
    height: 68px;
    cursor: pointer;
    background: transparent url(images/carousel_left.gif) no-repeat 0 0;
}


/* Special Offer */

#special-offer {
	text-align: center;
	margin: 10px 0px;
	padding: 0px 0px 10px;
}

/*  */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	

/*  */

#myOnPageContent {
	display: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#TB_window h1 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#TB_window h2 {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0px 0px;
}

/* Other Offers */

#other-offers {
	margin:0px 20px;
		font-family: arial, verdana;
	font-size: 12px;
}

#other-offers p {
	margin: 0px 0px 0px 5px;	
}

#other-offers h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 5px;
}

#other-offers a:link, #other-offers a:visited {
	color:#666;

}

ul.offers-left {
	float:left;
	margin: 10px 0px 10px 5px;
	list-style-type: none;
}

ul.offers-right {
	float:right;
	margin: 10px 0px 10px 5px;
	list-style-type: none;
}

ul.offers-left li, ul.offers-right li {
	margin: 8px 0px;
}

