html, body {
	width: 100%;
	height: 100%;
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A747C;
	background: #000000;
	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	
	-webkit-text-size-adjust: none;
}

.ocms-reset {
	margin-bottom: 20px;
}

.clear, 
.menu-clear {
	clear: both;
}
.noScreen, 
.javascriptLoad {
	display: none !important;
}

.large {
	font-size: 16px;
	line-height: 22px;
}

table {

}

form ul.required {
	color: #cc0000;
}

h1, h2, h3 {
	color: #7F765B;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	display: block;
	margin: 0px;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Parisienne', Georgia,"Times New Roman",Times,cursive, serif;
	margin: 10px 0;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 10px 0;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0px;
}

a {
	color: #7F765B;
	text-decoration: none;
}
a:hover {
	color: #A28F56;
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 10px;
	margin-left: 0px;
}
ul li, ol li {
	padding-left: 0px;
	margin-left: 10px;
}

#PageContainer {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#PageBackground img {
	width: 100%;
	position: fixed;
	top: 0px;
}
#PageBackground  .ocms-reset {
	width: 400px;
	height: 50px;
	position: absolute;
	z-index: 20;
	top: 250px;
}

#PageBackground  .ocms-reset img {
	width: auto;
	position: relative;
}

#HeaderContainer {
	background: url(../images/bg-headershadow.png) left bottom repeat-x;
	height: 65px;
}
#HeaderContainerInner {
	background: #ffffff url(../images/bg-texture.png) left top repeat;
	height: 55px;
}
#Header {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#SiteLogo {
	color: #7F765B;
	font-size: 30px;
	
	position: absolute;
	left: 25px;
	top: 12px;
}
#HeaderNavigation {
	position: absolute;
	right: 0px;
	top: 0px;
	max-width: 400px;
}

#ViewGallery {
	display: block;
	position: absolute;
	right: 20px;
	top: 75px;
}
#ViewGallery a {
	color: #ffffff;
	background: url("../images/btn-viewgallery.png") no-repeat scroll 0 0 transparent;
	display: block;
	overflow: hidden;
	height: 33px;
	line-height: 33px;
	width: 124px;
	padding-left: 13px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	letter-spacing: 3px;
	
}
#ViewGallery a:hover {
	background-position: 0 -33px;
	text-decoration: none;
}
#ViewGallery  .ocms-reset {
	width: 400px;
}
#ViewGallery img {
	display: none;
}


#ContentContainer {
	width: 960px;
	margin: 180px auto 0px auto;
	padding: 0px 0px 40px 0px;
	position: relative;
}
#ContentContainerInner {
	background: #ffffff url(../images/bg-texture.png) left top repeat;	
	padding-top: 3px;
	min-height: 300px;
}
#ContentContainerBottom {
	background: url(../images/bg-texture-bottom.png) left top no-repeat;
	height: 80px;
}
#Navigation {
	border-top: 2px solid #6A747C;
	padding-top: 1px;
	background:  url(../images/bg-mainnav.png) left bottom repeat-x;
	padding-bottom: 9px;
	position: relative;
	z-index: 100;
}
#NavigationInner {
	background: #6A747C;
	height: 30px;
	overflow: visible;
}
#Navigation ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	
}
#Navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#Navigation li:hover {
}
#Navigation a {
	color: #CDCBCB;
	background: #6A747C;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	padding: 0px 20px;
}
#Navigation .active a {
	color: #ffffff;
	background: #6A747C;
}
#Navigation li:hover > a {
	color: #ffffff;
	background: #5A636A;
}
#Navigation .level-1-list {
	position: absolute;
	left: 0px;
	top: 100%;
	padding: 0px;
	display: none;
}
#Navigation li:hover .level-1-list {
	display: block;
}
#Navigation .level-1-list  li {
	float: none;
}
#Navigation .level-1-list  li a {
	text-align: left;
	width: 160px;
	height: auto;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 20px;
	text-transform: none;
	letter-spacing: 2px;
	background: #5A636A;
	border-top: 1px solid #777777;
	display: block;
	float: left;
	position: relative;
}
#Navigation .level-1-list  li a span {
	display: block;
}
#Navigation .level-1-list  li.active a, 
#Navigation .level-1-list  li a:hover {
	background: #4B5258;
}

#MenuButton {
	display: none;
}


	
.typography {
	font-family: Georgia, Garamond, "Times New Roman", Serif;
}

#ContentFullWidth {
	padding: 10px 30px 30px 30px;
}
#ContentWideLeft {
	float: left;
	padding: 10px 30px 30px 30px;
	width: 650px;
}
#ContentWideRight {
	float: left;
	min-height: 180px;
	padding: 80px 30px 200px 0px;
	position: relative;
	width: 220px;
}
#ContentQuoteBox {
	background: url(../images/subnav-top.png) left top no-repeat;
	padding: 15px 0px 0px 0px;
	position: relative;
	right: -14px;
	width: 250px;
}
#ContentQuoteBoxPadding {
	background: url(../images/subnav-bot.png) left bottom no-repeat;
	padding-bottom: 15px;
}
#ContentQuoteBoxText {
	background: url(../images/subnav-bg.png) repeat-y scroll 0 0 #FFFFFF;
	color: #A6ACB0;
	padding: 10px 30px 5px 25px;
}

#ContentThreeLeft {
	width: 279px;
	padding: 30px 0px 30px 41px;
	position: relative;
	float: left;
}
#ContentThreeCentre {
	width: 260px;
	padding: 30px;
	position: relative;
	float: left;
}
#ContentThreeRight {
	width: 260px;
	padding: 20px 30px 30px 30px;
	position: relative;
	float: left;
	background: url("../images/divider-latestnews.png") no-repeat scroll left top transparent;
	min-height: 210px;
}
#HomeBuyOnline a {
	background: url(../images/bg-buyonline.png) 0 0 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 57px;
	width: 260px;
}
#HomeBuyOnline a:hover {
	background-position: 0 -57px;
}

#Pinosity{
	margin:0 auto;
	width:200px;
}

#FooterContainer {
	background: #ffffff url(../images/bg-texture.png) left top repeat;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#Footer {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#FooterCoin {
	position: absolute;
	left: 280px;
	top: -56px;
}
#FooterNavigation {
	width: 680px;
}
#FooterNavigation ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
#FooterNavigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#FooterNavigation a {
	display: block;
	text-decoration: none;
	color: #959CA0;
	text-transform: uppercase;
	height: 38px;
	line-height: 36px;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 0px 13px;
}
#FooterNavigation a:hover {
	color: #333333;
}
#FooterNavigation .marginLeft a {
	margin-left: 90px;
}
#FooterConnect {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Georgia, Garamond, "Times New Roman", Serif;
}

#FooterConnect a {
	display: inline-block;
	padding: 2px 10px 3px 30px;
}
#FooterConnect a.twitter {
	background: url(../images/icn-twitter.png) 5px 0 no-repeat;
}
#FooterConnect a.flickr {
	background: url(../images/icn-flickr.png) 5px 0 no-repeat;
}
#FooterConnect a.facebook {
	background: url(../images/icn-facebook.png) 5px 0 no-repeat;
}
#FooterConnect a.rss {
	background: url(../images/icn-rss.png) 5px 0 no-repeat;
}
#FooterConnect a:hover {
	background-position: 5px -37px;
}

#ContentWideRightLinks {
	bottom: 137px;
	position: absolute;
	right: 30px;
	width: 192px;
}
#StoreLink a {
	background: url(../images/bg-buy-online-sub.png) right top no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 57px;
}
#StoreLink a:hover {
	background-position: right -57px;
}
#BuyNow
{
	height: 57px;
	width: 260px;
	margin-top:50px;
}
#BuyNow a {
	background: url(../images/bg-buyonline.png) right top no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 57px;
}
#BuyNow a:hover {
	background-position: right -57px;
}
#LocationMapImageBoxContainer {
	display: none;
}
#LocationMapImageLink a {
	background: url(../images/location-map.png) right top no-repeat;
	display: block;
	height: 0px;
	padding-top: 86px;
	margin-top: 17px;
	overflow: hidden;
}
#LocationMapImageLink a:hover {
	background-position: right -86px;
}

#LocationMapImageBox {
	background: #737A7E;
	width: 700px;
}
#LocationMapImageBox .imgbox {
	background: #EEEEEE url(../images/modal-img-bg.png) center bottom repeat-x;
}
#LocationMapImageBox .imgbox img {
	display: block;
	margin: 0 auto;
	height: 100%;
}
#LocationMapImageBox .address-bar {
	border-top: 1px solid #000000;
	margin-top: 3px;
	width: 700px;	
}
#LocationMapImageBox .address-panel {
	background: #737A7E url(../images/address-bg.png) top left no-repeat;
	display: inline;
	float: left;
	padding: 18px 0 22px 30px;
	position: relative;
	width: 310px;
}
#LocationMapImageBox .address-panel p {
	color: #ffffff;
	margin: 0;
}
#LocationMapImageBox .address-panel a {
	color: #ffffff;
	text-decoration: underline;
}
#LocationMapImageBox .address-panel a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#LocationMapImageBox .address-panel p.col2 {
	left: 15em;
	position: absolute;
	top: 3em;
}

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
  display: none !important;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: Georgia;
	line-height: 1em;
	font-size: 50px;
	margin-top: 0;
	padding: 0;
}

.innerColorbox {
	padding: 20px 50px;
	width: 400px;
	color: #ffffff;
	background: #737a7e;
}
.innerColorbox h1,
.innerColorbox h2,
.innerColorbox h3,
.innerColorbox a {
	color: #ffffff;
}

#HomepageSlideshow .ocmsCarousel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#HomepageSlideshow .ocmsCarouselItem {
	padding: 0px;
	margin: 0px;
	display: none;
}

#HomepageSlideshow .carousel-nav {
	display: none;
}
#HomepageSlideshow .carousel-nav .next, 
#HomepageSlideshow .carousel-nav .prev {
	cursor: pointer;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 23px;
	margin-right: 10px;
	width: 23px;
	z-index: 10;
}
#HomepageSlideshow .carousel-nav .next {
	background: url("../images/btn-wines-next.png") 0 0 no-repeat;
}
#HomepageSlideshow .carousel-nav .prev {
	background: url("../images/btn-wines-prev.png") 0 0 no-repeat;
}
#HomepageSlideshow .carousel-nav .next:hover, 
#HomepageSlideshow .carousel-nav .prev:hover {
	background-position: 0 -22px;
}
#HomepageSlideshow .carousel-nav .swicher.s2 {
	display: none;
}

#WineSelectionList {
	margin-top: 30px;
}

#WineSelectionList .wineList, 
#WineSelectionList .wineListSubmit {
	border-top: 3px solid #ECEBE7;
	padding: 30px 0;
}
#WineSelectionList .wineList .wineImage {
	float: left;
	width: 310px;
	text-align: center;
	background: url("../images/wine-image-bg.png") 0 0 no-repeat;
	min-height: 345px;
}
#WineSelectionList .wineList .wineText {
	padding-left: 310px;
}
#WineSelectionList .wineSelectionListFormError {
	color: #FF1717;
	margin-bottom: 10px;
}
#WineSelectionList .wineListSubmit {
	text-align: right;
}

#ContentContainer form input[type=submit] {
	color: #ffffff;
	background: url(../images/submit-bg.png) left top no-repeat;
	border: 0px;
	cursor: pointer;
	width: 150px;
	height: 23px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.3px;
}
#ContentContainer form input[type=submit]:hover {
	background: url(../images/submit-bg.png) left -23px no-repeat;
}
#SingleNewsArticle
{
	margin-top:25px;
}

table.ui-superform {
	border-collapse: collapse;
}
.ui-superform > tbody > tr > td, 
.ui-superform > tbody > tr > th {
	vertical-align: top;
	color: #7F765B;
	background: #ECEBE7;
	border-bottom: 1px solid #ffffff;
	height: auto !important;
}
.ui-superform > tbody > tr > td h3 {
	color: #ffffff;
	background: #BFBAAD url(../images/table_h3_bg.gif) left top repeat-x;
	margin: -5px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	display: block;
}
.ui-superform > tbody > tr > td h3 .requiredinfo {
	position: absolute; 
	top: 5px; 
	right: 10px;
	font-weight: normal;
}
.ui-superform span.required {
	color: #FF1717;
}
.ui-superform tr tr td {
	padding: 0px 10px 0px 0px !important;
}
textarea {
	overflow: auto;
}
input[type=text], 
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
select, 
textarea {
	color: #333333;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #DEDEDE #DEDEDE #CCCCCC;
	padding: 1px 5px;
	font-family: Georgia,Garamond,"Times New Roman",Serif;
}

.tastingNotesPDF {
	display: block;
	background: url(../images/icn-pdf.png) left top no-repeat;
	padding-left: 20px;
}

.winePriceQuantityDivContainer {
	border-top: 1px solid #ECEBE7;
	text-align: right;
}

.winePriceQuantityDiv {
	background: #ECEBE7;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
	padding: 7px;
	display: inline-block;
}
.winePriceQuantityDivContainer .orderQuantity {
	width: 35px;
}
.winePriceQuantityDivContainer .winePriceSpan {
	margin-left: 20px;
	text-wrap: supress;
	display: inline-block;
}
.winePriceQuantityDivContainer .wineQuantitySpan {
	text-wrap: supress;
	display: inline-block;
}


.priceWrapper {
	color: #333333;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	padding: 1px 5px;
	width: 70px;
	display: inline-block;
	text-align: left;
}

.wineListOrderGrandTotalHolder {
	background: #ECEBE7 url(../images/bg-delivery-ftr.png) 10px 0px no-repeat;
	padding: 7px;
	border: 1px solid #DEDEDC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 77px;
}




/* NEWS PAGE
------------------------------------------ */
#NewsHolder {
	margin-top: 20px;
}
#NewsHolder .newsArticleListing {
	border-top: 1px solid #ECEBE7;
	padding: 10px 0 10px 0;
	position: relative;
	font-size: 13px;
}
#NewsHolder .newsArticleListing .newsDate {
	color: #999999;
	float: left;
	width: 100px;
}
#NewsHolder .newsArticleListing a {
	font-weight: bold;
	margin-left: 110px;
	display: block;
}


#NewsHolder .paginationPanel
{
	background-color: #ECEBE7;
	border-bottom: 2px solid #BFBAAD;
	list-style-type: none;
	margin-top: 10px;
	padding: 6px;
}
#NewsHolder .paginationPanel .label {
	float: left;
	width: 30px;
	padding: 4px;
}
#NewsHolder ul.paging {
	padding: 0px;
	margin: 0px;
}
#NewsHolder ul.paging li
{
	background-image: none !important;
	color: #7F765B;
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 4px;
}
#NewsHolder ul.paging li a.active
{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
#NewsHolder .paginationButtons {
	float: right;
	width: 194px;
}
#NewsHolder .paginationButtons .previous a, 
#NewsHolder .paginationButtons .next a, 
#NewsHolder .paginationButtons .previous span, 
#NewsHolder .paginationButtons .next span {
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	margin: 0;
	padding: 23px 0 0 0;
	overflow: hidden;
	float: left;
	width: 97px;
}
#NewsHolder .paginationButtons .previous span {
	background-image: url("../images/btn-previous.png") !important;
	background-position: 0 0;
}
#NewsHolder .paginationButtons .previous a {
	background-image: url("../images/btn-previous.png") !important;
	background-position: 0 -23px;
	cursor: pointer;
}
#NewsHolder .paginationButtons .next span {
	background-image: url("../images/btn-next.png") !important;
	background-position: 0 0;
}
#NewsHolder .paginationButtons .next a {
	background-image: url("../images/btn-next.png") !important;
	background-position: 0 -23px;
	cursor: pointer;
}
#NewsHolder .paginationButtons .previous a:hover, 
#NewsHolder .paginationButtons .next a:hover {
	background-position: 0 -46px;
}

#NewsHolder p.backlink {
	margin: 10px 0 0 -38px;
	padding-top: 10px;
	position: relative;
}
#NewsHolder p.backlink a {
	background: url("../images/btn-backlink.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	width: 90px;
}
#NewsHolder p.backlink a:hover {
	background-position: 0 -30px;
}
#LatestNewsWidget h2
{
	background: url("../images/title-latestnews.png") no-repeat scroll 0 0 transparent;
	height: 0;
	margin: 0 0 15px;
	overflow: hidden;
	padding-top: 27px;
	width: 135px;
}
#LatestNewsWidget .latestNewsItem
{
	margin-bottom:15px;
}
#LatestNewsWidget .latestNewsDate
{
	color:#B2B2B2;
	font-size:11px;
	font-style:normal;
}
#LatestNewsWidget .moreNews
{
	background: url("../images/icn-next.png") no-repeat scroll 0 4px transparent;
	padding: 0 0 0 13px;
}


@media screen and (max-width: 959px) {
	
	img {
		max-width: 100%;
		height: auto !important;
	}
	#ContentContainer, #Header, #Footer {
		width: 100%;
		max-width: 959px;
		min-width: 320px;
		position: relative;
	}
	#Navigation ul {
		padding: 0 0 0 20px;
	}
	#Navigation li a {
		letter-spacing: 1.5px;
		padding: 0 10px;
	}
	#FooterNavigation {
		width: auto;
		max-width: 680px;
		min-width: 320px;
		position: relative;
	}
	#ContentWideLeft {
		width: auto;
		float: none;
	}
	#ContentWideRight, #ContentWideRightLinks, #FooterConnect, #ViewGallery {
		display: none;
	}
	
	table.ui-superform {
		width: 100% !important;
	}
	.ui-superform td, 
	.ui-superform th  {
		width: auto !important;
	}


}


@media screen and (max-width: 639px) {
	#PageBackground, #HeaderNavigation, #ContentContainerBottom, #FooterCoin {
		display: none;
	}
	body {
		font-size: 14px;
		line-height: 20px;
		background: url("../images/bg-texture.png") left top repeat;
	}
	#SiteLogo {
		left: 10px;
	}
	#HeaderContainer {
		background: none;
	}
	#ContentContainer {
		margin-top: 70px;
		padding: 0px;
	}
	#ContentFullWidth, 
	#ContentWideLeft {
		padding: 10px;
	}
	#ContentThreeLeft, 
	#ContentThreeCentre, 
	#ContentThreeRight {
		clear: both;
		width: auto;
		padding: 10px;
		position: relative;
		float: none;
		background: none;
	}

	#Navigation {
	}
	#NavigationInner {
		height: auto;
	}
	#Navigation ul {
		padding: 0px;
	}
	#Navigation li {
		float: none;
	}
	#Navigation li a {
		float: none;
		text-align: left;
		letter-spacing: 3px;
		height: auto;
		width: auto;
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
		border-top: 1px solid #9DA4AA;
	}
	#Navigation .level-1-list {
		position: relative;
		display: block;
		top: 0;
	}
	#Navigation .level-1-list  li a {
		float: none;
		text-align: left;
		height: auto;
		width: auto;
		font-size: 11px;
		line-height: 16px;
		padding: 8px 20px;
		text-transform: none;
		letter-spacing: 2px;
		background: #5A636A;
		
		padding: 10px 10px 10px 20px;
		border-top: 1px solid #9DA4AA;
	}
	#Navigation .level-1-list  li.active a, 
	#Navigation .level-1-list  li a:hover {
		background: #4B5258;
	}

	#MenuButton {
		display: block;
		padding: 8px 10px;
		line-height: 20px;
		font-size: 14px;
		letter-spacing: 3px;
		text-align: left;
		color: #ffffff;
		cursor: pointer;
		text-transform: uppercase;
		background: #6A747C url(../images/right_arrow.gif) 97% center no-repeat;
	}
	#MenuButton.open {
		background: #000000 url(../images/down_arrow.gif) 97% center no-repeat;
	}
	
	#Navigation ul.close {
		display: none;
	}
	
	#HeaderNavigation a {
		letter-spacing: 1px;
		padding: 0px 10px;
	}
	#FooterContainer {
		background: none;
		border-top: 1px solid #cccccc;
		position: relative;
	}
	#FooterNavigation ul {
		margin: 0px;
	}
	#FooterNavigation a {
		letter-spacing: 1px;
		height: auto;
		line-height: 16px;
		padding: 8px 10px;
	}
	#FooterNavigation .marginLeft a { 
		margin: 0px;
	}
	
	#WineSelectionList .wineList .wineImage {
		float: none;
		width: auto;
		background: none;
	}
	#WineSelectionList .wineList .wineText {
		padding-left: 0px;
	}
	.wineListOrderGrandTotalHolder {
		background: #ECEBE7;
		min-height: 0px;
	}
	
}

@media screen and (max-width: 479px) {
	
	
}