HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	line-height:16px;
	font-family:Arial;
}

BODY {
	background:url(/images/back.jpg);
}

IMG {
	border:0;
}

p {
	margin:0;
	padding:0;
}

a {
	color:#0000EE;
	text-decoration:none;
}

a:hover{
	color:#0000EE;
	text-decoration:underline;
}

a.selected{
	color:#F00;
}

.wrapper {
	margin:auto;
	width:996px;
	margin-top:10px;
	position:relative;
}

.flags {
	position:absolute;
	top:76px;
	right:10px;
}

.world {
	width:100%;
	height:500px;
}

.map {
	width:100%;
	height:405px;
}

.photos {
	background:#000;
	margin:15px;
	padding:5px;
	width:184px;
	height:138px;
}

.photos img {
	display:block;
}

.register {
	background:#FAFAFA;
	border:1px solid #DDD;
	padding:10px 10px 0 10px;
}

.print {	
	float:right;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}

.print_icon {
	width:22px;
	height:22px;
	background:url(/images/printer.png);
	float:left;
	margin-right:5px;
}

/***** HEADER & FOOTER ****************************************************************************/

.header {
	height:116px;
	background:url(/images/top.png) top;
}

.bottom {
	position:relative;
	height:75px;
	width:996px;
	margin-bottom:30px;
}

.bottom .photo {
	position:absolute;
	padding-top:9px;
	padding-left:8px;
	padding-right:8px;
	height:66px;
	top:0;
	left:0;
	background:url(/images/bottom.png);
}

.bottom .text {
	position:absolute;
	top:47px;
	left:20px;
}

.bottom .text a {
	color:#FFF;
	text-decoration:none;
}

.bottom .text a:hover {
	text-decoration:underline;
}

.bottom .links {
	position:absolute;
	top:47px;
	right:7px;
	text-align:right;
	color:#FFF;
}

.bottom .links a {
	color:#FFF;
	font-size:11px;
}

.bottom_links {
	height:50px;
	padding-right:7px;
	position:relative;
	text-align:right;
	color:#FFF;
}

.bottom_links a {
	color:#FFF;
	font-size:11px;
}

/***** MENU ****************************************************************************/

.menu {
	padding-top:76px;
	padding-left:15px;
	color:#EEE;
}

.menu A {
	color:#EEE;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.menu .smaller {
	font-size:12px;
}

.menu A:hover {
	color:#FC0;
}

.menu_left, .menu_right {
	height:38px;
	width:17px;
	float:left;
}

.menu_left {
	background:url(/images/menu_left.png);
}

.menu_middle {
	padding-top:10px;
	height:28px;
	background:url(/images/menu_middle.png);
	float:left;
	position:relative;
}

.menu_right {
	background:url(/images/menu_right.png);
}

/***** BACKGROUNDS ****************************************************************************/

.main_back {
	padding:8px;
	width:964px;
	background:#FFF;
	position:relative;
}

.back_grapes {
	background:url(/images/back_grapes.jpg) top no-repeat #FFF;
}

.back_barrels {
	background:url(/images/back_barrels.jpg) top no-repeat #FFF;
}

.back_corks {
	background:url(/images/back_corks.jpg) top no-repeat #FFF;
}

.back_glass {
	background:url(/images/back_glass.jpg) top no-repeat #FFF;
}

.back_champagne {
	background:url(/images/back_champagne.jpg) top no-repeat #FFF;
}

.kangous {
	position:absolute;
	bottom:0;
	left:0;
	width:125px;
	height:110px;
}

.kangou_1, .kangou_2, .kangou_5 {
	padding-bottom:110px;
}

.kangou_1 {
	background:url(/images/kangou_1.jpg) bottom left no-repeat;
}

.kangou_2 {
	background:url(/images/kangou_2.jpg) bottom left no-repeat;
}

.kangou_5 {
	background:url(/images/kangou_5.jpg) bottom left no-repeat;
}

/***** HOME ****************************************************************************/

.home_contact a {
	position:absolute;
	top:10px;
	right:10px;
	width:162px;
	height:152px;
	background:url(/images/map.jpg);
	display:block;
}

.browse_map {
	width:181px;
	height:127px;
	background:url(/images/world.gif);
	display:block;
	margin:auto;
}

.browse_map:hover {
	background-position:-181px;
}

.news_post {
	text-align:justify;
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding:5px;
	margin-bottom:5px;
}

.news_date {
	text-align:right;
	color:#666666;
}

.tastings a {
	color:#000;
}

.tastings a:hover {
	text-decoration:underline;
	color:#000;
}

/***** CART ****************************************************************************/

.cart {
	position:absolute;
	top:15px;
	right:115px;
}

.cart a {
	color:#000;
	font-weight:bold;
}

.cart a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.cart_left {	
	width:13px;
	height:61px;
	background:url(/images/cart_left.jpg);
	float:left;
}

.cart_middle {	
	height:50px;
	background:url(/images/cart_middle.jpg) repeat-x;
	float:left;
	padding-top:11px;
}

.cart_right {	
	width:13px;
	height:61px;
	background:url(/images/cart_right.jpg);
	float:left;
}

.my_cart_right {
	width:80px;
	text-align:center;
	position:relative;
}

.my_cart {
	width:48px;
	height:31px;
	background:url(/images/my_cart.jpg) left;
	position:absolute;
	top:0;
	right:16px;
}

.my_cart_full {
	width:48px;
	height:31px;
	background:url(/images/my_cart.jpg) right;
	background-position:-48px;
	position:absolute;
	top:0;
	right:16px;
}

.my_cart_login {
	color:#FAAC03;
}

.my_articles {
	border-top:1px solid #FAAC03;
	padding-top:3px;
	font-size:11px;
	line-height:13px;
	padding-right:50px;
}

.cart_submit a, .cart_submit a:hover {
	height:16px;
	padding:3px;
	background:url(/images/button_cart.jpg) repeat-x;
	border:1px solid #FAAC03;
	color:#000;
	display:inline-block;
	text-decoration:none;
}

.cart_submit a:hover {
	background-position:0 -22px;
}

/***** LINKS ****************************************************************************/

.places {
	width:200px;
	border:1px dashed #AAA;
	padding:10px;
	float:left;
	margin:5px;
	height:107px;
}

.places .title {
	border:1px solid #AAA;
	background:#EEE;
	color:#555;
	padding:2px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

.places .subtitle {
	color:#444;
	font-weight:bold;
	font-style:italic;
}

/***** ASK ****************************************************************************/

.box {
	margin:0;
	padding:0;
}

.box .text {
	border:1px solid #666;
}

.box select{
	font-size:10px;
}

.box .submit_extra_large, .box .submit_large, .box .submit {
	background:url(/images/button.jpg) repeat-x #C9C9C9;
	height:24px;
	color:#000;
	padding-bottom:2px;
	border:2px solid #C9C9C9;
	cursor:pointer;
	width:100px;
}

.box .row {
	width:100%;
}

.box .row .td_left, .box .row .td_right {
	height:30px;
	float:left;
	text-align:left;
}

.box .row .td_left {
	width:30%;
}

.box .row .td_right {
	width:70%;
}

/***** WINES ****************************************************************************/

.wines_row .td {
	line-height:19px;
	vertical-align:middle;
	float:left;
	margin:0;
	padding:0;
}

.wines_row_titles .td {
	float:left;
	margin:0;
	padding:0;
}

.wines_row .td img {
	margin-top:1px;
}

.arrow_up {
	padding-right:10px;
	background:url(/images/arrowup.jpg) right no-repeat;
}

.arrow_down {
	padding-right:10px;
	background:url(/images/arrowdown.jpg) right no-repeat;
}

/***** COMMON CLASSES ****************************************************************************/

.text_small{
	font-size:10px;
	line-height:14px;
}

.text_bold{
	font-weight:bold;
}

.text_em{
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}

.title {
	color:#0b8416;
	font-weight:bold;
	font-size:17px;
}

.title_glass {
	color:#0b8416;
	font-weight:bold;
	font-size:15px;
	min-height:24px;
	line-height:24px;
	vertical-align:middle;
	padding-right:25px;
	background:url(/images/glass.jpg) right no-repeat;
}

.title_news {
	color:#0b8416;
	font-weight:bold;
	font-size:15px;
	min-height:24px;
	line-height:24px;
	vertical-align:middle;
	padding-right:25px;
	background:url(/images/news.jpg) right no-repeat;
}

.title_line {
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#555;
}

.error {
	color:#F00;
	text-align:left;
}

.success {
	color:#093;
	text-align:left;
}

.fifty {
	width:50%;
}

.line {
	height:1px;
	width:100%;
	background:#AAA;
	margin:0 0 4px 0;
	font-size:0;
}

.line_orders {
	height:1px;
	width:100%;
	background:#AAA;
	margin:0;
	font-size:0;
}

.empty {
	height:10px;
	line-height:10px;
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

.black {
	color:#000;
	font-weight:bold;
}

.black:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}


/***** LIGHTBOX ****************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding:15px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

div.autocomplete {
	position:absolute;
	background:#FFF;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index:10;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:10;
	background:#FFF;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
	z-index:10;
}


div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	z-index:10;
	background:#FFF;
}