@font-face {
	font-family: 'PTSansRegular';
	src: url('../fonts/pt_sans.eot');
	src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/pt_sans.woff') format('woff'), url('../fonts/pt_sans.ttf') format('truetype'), url('../fonts/pt_sans.svg#PTSans-Regular') format('svg');
}

/* document body */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:140%;
	background:url(../images/bg-page.png) repeat-x;
	}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:140%;
	}
	
a, a:link, a:hover, a:visited, a:active, a.link-no-underline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#696361;
}
a:hover {
	/*color:#DE1C85;*/
	text-decoration:none;
}
a.link-no-underline {
	text-decoration:none;
}
a.link-no-underline:hover {
	text-decoration:underline;
}

a.img-anchor {
	margin-right:5px;
}
a.img-anchor:hover img {
/*    -webkit-box-shadow: 3px 3px 5px #aaa;
    -moz-box-shadow: 3px 3px 5px #aaa;*/
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#de1c85;
	font-weight:normal;
	margin-top:2px;
	}
h2 {
	font-size:12px;
	}
h3 {
	font-size:12px;
	font-weight:800;
	color:#666666;
	}

.title {
	text-transform:uppercase;
	margin-bottom:18px;
	}
.subtitle {
	color:#666666;
	}

.title-13px {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:5px;
	font-size:13px;
	font-weight:normal;
}

/* page element */
#page {
	width:926px;
	margin:0 auto;
	}

/* left column */
#left-col {
	float:left;
	width:211px;
	}
#left-col .logo {
	margin:15px 0 25px 12px;
	}
#left-col .recicle {
	margin:-17px 0 0 36px;
	}
#left-col .bottle {
	height:450px;
	}
	
/* right column */
#right-col {
	float:left;
	width:715px;
	}
	
/* page header */
#header {
	width:715px;
	}
	
/* newsletter subscription */	
#news-subscribe {
	float:right;
	width:370px;
	height:60px;
	}
#news-subscribe h1 {
	margin:0;
	color:#de1c85;
	font-size:14px;
	font-family:Calibri;
	}
#news-subscribe h2 {
	margin:-3px 0;
	color:#9a9a9a;
	font-size:10px;
	font-family:Arial;
	}
#news-subscribe .input-text {
	border:1px solid #B6B8BA;
	margin1:0 5px 0 10px;
	padding:2px;
	color:#666666;
	font-size:12px;
	}
#news-subscribe div {
	float:left;
	padding-top:10px;
	}
#news-subscribe .left-border {
	background:url(../images/bg-newsletter-l.png) no-repeat;
	width:17px;
	height:60px;
	}
#news-subscribe .middle {
	background:url(../images/bg-newsletter-m.png) repeat-x;
	width:336px;
	height:60px;
	padding-top:10px;
	}
#news-subscribe .right-border {
	background:url(../images/bg-newsletter-r.png) no-repeat;
	height:60px;
	width:17px;
	}
.txt-newsletter {
	line-height:12px;
	padding-top:4px;
	white-space:nowrap;
	}
.txt-newsletter span {
	font-family: 'PTSansRegular', Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#de1c85;
	}
	
#content {
	clear:both;
	height:373px;
	margin-bottom:10px;
	}
#content ul {
	margin:0;
	padding:0 0 0 15px;
	}
#content ul li {
	list-style:url(../images/arrow.gif);
	margin:0 0 8px 0;
	padding:0;
	}
#content .scrollable, #content .scrollable-wide {
	width:272px;
	height:308px;
	padding-right:10px;
	line-height:14px;
	overflow:auto;
	padding-top:10px;
	}
#content .scrollable-wide {
	width:626px;
}
#content .no-scroll {
	width:340px;
	height:320px;
	line-height:14px;
	margin-top:10px;
	}
#content .left-col {
	float:left;
	width:338px;
	}
#content .left-col-wide {
	float:left;
	width:715px;
}
#content .right-col {
	float:right;
	}
#content .right-col div {
	position:relative;
	left:-2px;
	top:-8px;
	}

/* wine heading */
.wine-heading {
	font-size:17px;
	color:#cdcdcd;
	margin:5px 0 5px 0;
	line-height:20px;
}

/* where to buy */
.distributors {
	float:left;
	width:190px;
	height:218px;
	padding-right:10px;
	margin-bottom:8px;
	overflow:auto;
}
.distributors h2 {
	color:#de1c85;
	margin-bottom:1px;
}
#world-map {
	position:relative;
	margin:0px 0 0 220px;
	padding-top:0px;
}
#world-map .map {
	position:absolute;
	margin-top:50px;
	z-index:1;
}
#world-map a.region {
	font-family: PTSansRegular, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #717577;
	white-space:nowrap;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 1px #fff;
	position:absolute;
	z-index:2;
}
#world-map a.region:hover, #world-map a.active-region {
	color:#de1c85;
}
#world-map .weurope {
	left:210px;
	top:100px;
}
#world-map .eeurope {
	left:300px;
	top:95px;
}
#world-map .middleeast {
	left:314px;
	top:126px;
}
#world-map .africa {
	left:260px;
	top:154px;
}
#world-map .asiapacific {
	left:404px;
	top:104px;
}
#world-map .australia {
	left:415px;
	top:210px;
}
#world-map .northamerica {
	left:34px;
	top:88px;
}
#world-map .centralamerica {
	left:66px;
	top:130px;
}
#world-map .southamerica {
	left:125px;
	top:192px;
}

/* events */
.event-date {
	font-size:14px;
	}
.month {
	color:#de1c85;
	text-transform:capitalize;
	}
	
/* news cuttings */
.cuttings {
	margin-bottom:10px;
	}
.cuttings-img {
	float:left;
	margin-right:10px;
	}

/* contacts */
.contact-form {
	margin:29px 58px 0;
	}
a.bt-send, a.bt-send:visited {
	color:#de1c85;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #EBEAEA;
	border-bottom:1px solid #EBEAEA;
	}
a.bt-send:hover, a.bt-send div:hover {
	text-decoration:underline;
	}
a.bt-send div {
	float:left;
	}
a.bt-send div.l {
	background:url(../images/bt-send-left.png) no-repeat left;
	}
a.bt-send div.r {
	background:url(../images/bt-send-right.png) no-repeat right;
	}
a.bt-send div.c {
	margin:0 8px 0 8px;
	}

/* awards */
.awards {
	float:right;
	width:376px;
	height:320px;
	padding-top:10px;
	}
.awards .award-img {
	margin-left:-8px;
}
.award-detail {
	float:right;
	width:150px;
}
.bg-download {
	background:url(../images/bg-download.png) no-repeat;
	height:42px;
	margin:10px 0 0 -20px;
	border:0px solid #0f0;
}
.bg-download .dwl-link {
	float:left;
	padding:17px 0 0 24px;
}
.bg-download .ftype {
	float:left;
	text-align:center;
	width:38px;
}
.bg-download a {
	color:#FFFFFF;
	text-decoration:none;
}
	
h3.education {
	margin-bottom:2px;
	font-size:13px;
	font-weight:normal;
}
.education-record {
	float:left;
	width:318px;
	padding:0 30px 8px 0;
	margin-bottom:4px;
	border-bottom:1px solid #F5F5F5;
}
.education-record .details {
	height:92px;
	line-height:15px;
	overflow:hidden;
}
.education-record a, .education-record a.dwl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	margin:2px 0 2px 0;
}
.education-record a:hover {
	text-decoration:underline;
}
.education-record a.dwl {
	font-size:11px;
	text-decoration:underline;
}
.education-record a.dwl:hover {
	text-decoration:none;
}

/* pagination */
.page-nav {
	padding:0 2px 0 2px;
}

/* downloads */
.downloads {
	width:640px;
	height:275px;
	padding:0 20px 0 20px;
	1border-left:10px solid #ffffff;
	1border-right:10px solid #ffffff;
	margin:20px 20px 0 20px;
	overflow:auto;
}
.downloads h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:1px;
}
.downloads .item {
	padding-left:3px;
	margin-right:3px;
	background:url(../images/bg-download-items.png) no-repeat top left;
	font-size:10px;
	line-height:12px;
}
.downloads .last {
	height:260px;
}
.downloads .details {
	width:89px;
	margin:3px 0px 0 10px;
}
.downloads .format {
	margin-top:3px;
}

/* page footer */
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer .box {
	float:left;
	margin-left:2px;
	}
#footer .box img {
	float:left;
	}
#footer h1, #footer h2 {
	font-family: 'PTSansRegular', Arial, Helvetica;
	color:#84888b;
	font-size:12px;
	margin:0 0 10px 0;
	/*text-shadow:1px 1px 1px #ddd;*/
	}
#footer h2 {
	font-size:12px;
	}
#footer .boxes {
	height:122px;
	}
#footer .box div {
	float:left;
	min-height:88px;
	margin:25px 0 0 6px;
	padding:0 3px 0px 0;
	background:url(../images/line-bottom.png) no-repeat bottom right;
	}
#footer .box a {
	font-family:Arial;
	font-size:10px;
	color:#666666;
	line-height:120%;
	}
#footer .box a:hover {
	font-family:Arial;
	font-size:10px;
	color:#666666;
	line-height:120%;
	text-decoration:underline;
	}
#footer div.gallery {
	width:74px;
	}
#footer div.e-shopping {
	width:72px;
	}
#footer div.thinkcocktail {
	width:72px;
	}
#footer div.fdownloads {
	width:80px;
	}
#footer div.where-to-buy {
	width:96px;
	}
#footer div.take-up {
	margin-bottom:-20px;
	position:relative;
	top:-15px;
}
#footer div.where-to-buy div {
	background:none;
	}
#footer .no-margin {
	margin-left:0;
	}
#footer .last div {
	background:none;
	}

#footer .news {
	float:left;
	clear:both;
	}
#footer .news a, #footer .news a:link, #footer .news a:visited, #footer .news a:active {
	text-decoration:underline;
	}
#footer .news a:hover {
	text-decoration:none;
	}
#footer .news h1 {
	font-family:Calibri;
	font-size:14px;
	color:#84888b;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
#footer .news h2 {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
	}
#footer .news-content {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	overflow:auto;
	width:450px;
	height:120px;
	line-height:15px;
	padding-right:15px;
	background:url(../images/line-bottom.png) repeat-y bottom right;
	}
#footer .news-content div.record {
	border-bottom:1px solid #ECEBEB;
	padding-bottom:8px;
	margin-bottom:7px;
	}
#footer .news-content div.last {
	border-bottom-width:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
#footer .right-box {
	float:right;
	width:236px;
	margin-top:28px;
	font-family:Arial;
	font-size:10px;
	color:#666666;
	}
#footer .right-box a, #footer .right-box a:hover {
	color:#666666;
	font-family:Arial;
	font-size:10px;
	}
#footer .right-box a:hover {
	text-decoration:underline;
	}
#footer .facebook div {
	font-family:Arial;
	font-size:10px;
	color:#84888b;
	text-transform:uppercase;
	float:left;
	margin-top:6px;
	}
#footer .facebook img {
	float:left;
	}
#footer .facebook a {
	float:left;
	margin:0px 8px 4px 5px;
	padding-bottom:10px;
	background:url(../images/shadow-facebook.png) bottom no-repeat;
	}	
#footer .facebook a:hover {
	margin-top:-2px;
	padding-bottom:12px;
}
#footer .flags a {
	float:left;
	margin:10px 8px 4px 0;
	padding-bottom:10px;
	background:url(../images/shadow-flags.png) bottom no-repeat;
	}
#footer .flags a:hover {
	margin-top:8px;
	padding-bottom:12px;
}
		
.input-text, .input-error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding:2px 5px 2px 5px;
	width:227px;
	border:1px solid #ECE7E7;
}

.input-error {
	border-color:#F6F7F7;
}

/* gallery */
#gallery {
	width:622px;
	height:260px;
	position:relative;
	overflow:hidden;
	}
#arrow-left {
	float:left;
	margin-top:106px;
	margin-right:12px;
	}
#arrow-right {
	float:right;
	margin-top:106px;
	}
#gallery .column {
	width:622px;
	height:260px;
	float:left;
	border:0px solid #0f0;
	position:absolute;
	top:0px;
}
#gallery .column .item {
	float:left;
	margin-right:3px;
}
.framed-img {
	position:relative;
	width:121px;
	height:98px;
	}
.framed-img .frame {
	position:absolute;
	}
.framed-img .image {
	position:absolute;
	top:10px;
	left:10px;
	width:107px;
	height:80px;
	overflow:hidden;
	}
.image-number {
	background:url(../images/bg-img-number.png) no-repeat;
	width:17px;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#cccccc;
	text-align:center;
	position:relative;
	top:10px;
	left:-2px;
	z-index:2;
	}
.no-photo {
	margin-top:14px;
	}		

/* forms */	
.form-result {
	font-size:13px;
	width:227px;
	}
.form-header {
	width:227px;	
	}
	
/* general settings */
.uppercase {
	text-transform:uppercase;
	}
.gray-text {
	color:#cdcdcd;
	}
.no-margin {
	margin:0px;
	}
.no-padding {
	padding:0px;
	}
.display-none {
	display:none;
	}
.float-left {
	float:left;
	}
.float-right {
	float:right;
	}
.default-cursor {
	cursor:default;
	}
	
/* css client can use - cms*/
.text-13pt {
	font-size:13pt;
}
.gray-text-13px {
	color:#9a9a9a;
	font-size:13px;
}
.gray-text {
	color:#9a9a9a;
}
.pink-text {
	color:#de1c85;
}
.red-text {
	color:#f12938;
}
.green-text {
	color:#66bc29;
}

