
/* COMPANY NAME CORE CSS */

@import url("/sites/plantagenetwinescom/assets/css/nav.css");
@import url("/sites/plantagenetwinescom/assets/css/styles.css");
@import url("/sites/plantagenetwinescom/assets/css/forms.css");

@import url("/sites/plantagenetwinescom/assets/css/components/members.css");
@import url("/sites/plantagenetwinescom/assets/css/components/shop.css");
@import url("/sites/plantagenetwinescom/assets/css/components/dynamic-signup.css");
@import url("/sites/plantagenetwinescom/assets/css/components/calendar.css");

@import url("/sites/plantagenetwinescom/assets/css/components/form-builder.css");
@import url("/sites/plantagenetwinescom/assets/css/components/photo-gallery.css");
@import url("/sites/plantagenetwinescom/assets/css/components/news.css");
/*@import url("components/web-payment.css");*/


*, body { padding:0; margin:0; }

img, a img { border:none; }

body {
	background: #000/* url(/sites/plantagenetwinescom/assets/images/home-bg1.jpg) no-repeat center top*/;
}



#swfbg {
	height: 1000px;
	width: 100%;
	position: fixed;
	z-index: 0;
}

#flashbanner {
	background: #000 url(/sites/plantagenetwinescom/assets/images/home-bg1.jpg) no-repeat center top;
	height: 1000px;
	width: 100%;
}

#wrap {
	background: url(/sites/plantagenetwinescom/assets/images/nav-bar-bg.gif) repeat-x left top;
	position: relative;
}


#nav {
	background: url(/sites/plantagenetwinescom/assets/images/nav-bar-bg.gif) repeat-x left top;
	height: 45px;
	width: 960px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position:relative; z-index:999;
}

#container {
	background:url(/sites/plantagenetwinescom/assets/images/inner-content-bg.gif) no-repeat 260px 70px;
	width: 960px;
	margin: 40px auto;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	position:relative;
}


#shopping-cart {
	font-size: 11px;
	float: right;
	background-color: #000;
	line-height: 45px;
	padding: 0 15px;
}
#shopping-cart a {
	background: url(/sites/plantagenetwinescom/assets/images/cart-icon.gif) no-repeat 0px 1px;
	padding-left: 17px;
}
#shopping-cart a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/sites/plantagenetwinescom/assets/images/cart-icon.gif) no-repeat 0px -28px;
}
#shopping-cart .cart-total {
	background: url(/sites/plantagenetwinescom/assets/images/arrow-icon-grey.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-left: 5px;
	color: #FFF;
}

#foot {
	background: #000 url(/sites/plantagenetwinescom/assets/images/foot-bg.gif) repeat-x top;
	font-size: 11px;
	color: #4d4d4d;
}

#footer, #copyright {
	width: 900px;
	margin: auto;
	text-align: center;
}

#footer p {
	line-height: 44px;
}
#footer a {
	color: #aaaaaa;
	margin: 0 10px;
}
#footer a:hover {
	color: #b28b25;
}
#copyright {
	padding: 0 30px 1em 30px;
}



/*Homepage*/

/*#home #logo {
	text-align: center;
	padding-top: 35px;
}

#home #container { /*ie6 Hacked*//*
	background: url(/sites/plantagenetwinescom/assets/images/semi-transparent-bg.png);
}

#home #content {
}

#home #content #mainContent {
	padding: 30px 240px 15px 240px;
	text-align: center;
}

#winebrands { /*ie6 Hacked*//*
	background: url(/sites/plantagenetwinescom/assets/images/homebrand-bg.png) center bottom no-repeat;
	width: 960px;
}
ul#brands {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 690px;
}
ul#brands li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	text-align: center;
	width: 230px;
}

ul#brands li h2 {
	color: #a7852b;
	margin-bottom: 0px;
	line-height: 35px;
	font-size:18px;
}

ul#brands li a {
	width: 230px;
	height: 155px;
	float: left;
	overflow: hidden;
	text-indent: -1000em;
}
ul#brands li a:hover {
}

ul#brands li#plantagenet a { background: url(/sites/plantagenetwinescom/assets/images/homebrand-plantagenet.gif) 0px 0px; }/*ie6 Hacked*//*
ul#brands li#plantagenet a:hover { background-position: 0px -155px; }

ul#brands li#omrah a { background: url(/sites/plantagenetwinescom/assets/images/homebrand-omrah.gif) 0px 0px; }/*ie6 Hacked*//*
ul#brands li#omrah a:hover { background-position: 0px -155px; }

ul#brands li#hazard a { background: url(/sites/plantagenetwinescom/assets/images/homebrand-hazardhill.gif) 0px 0px; }/*ie6 Hacked*//*
ul#brands li#hazard a:hover { background-position: 0px -155px; }


#homeSubContent {
	padding: 40px 0px 40px 135px;
	font-size: 0.9em;
	color: #bababa;
}

#homeSubContent h3 {
	text-align: center;
	color: #FFF;
}

#homeSubContent .column {
	width: 190px;
	float: left;
	padding: 0 20px;
}

#homeSubContent .news p {
	text-align: center;
	margin-bottom: 5px;
}
#home .news a.button {
	border: 0px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	background: url(/sites/plantagenetwinescom/assets/images/btn-bg-sml.gif) no-repeat;
	color: #523c02;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
}
#home .news a.button:hover {
	text-decoration: none;
}

#home .mailinglist {
	text-align: center;
}
#home .mailinglist label {
	line-height: 30px;
	padding-bottom: 0.2em;
	display: block;
}
#home .mailinglist input {
	font-size:11px;
	width:170px;
	background: #282828;
	border: 1px solid #343434;
	color: #FFF;
	margin-bottom: 0.5em;
}

#home .mailinglist input.button {
	border: 0px;
	width: 60px;
	height: 25px;
	font-size: 11px;
	background: url(/sites/plantagenetwinescom/assets/images/btn-bg-sml.gif) no-repeat;
	color: #523c02;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 60px;
}


#home .mailinglist .leftcolumn {
	display: none;
}
#home .mailinglist td {
	padding: 0px;
	border: 0px;
	text-align: center;
}

#home .mailinglist p {
	margin-bottom: 0.2em;
}

#home .mailinglist span {
	display: none;
}

#home .mailinglist table {
	margin: 0px;
}
*/


/* banner */
.overlay,
.view-wines a,
.become-member a {
	text-indent:-999em; overflow:hidden;
	position:absolute;
	display:block;
}
.view-wines a,
.become-member a {
	background:url(/sites/plantagenetwinescom/assets/images/banner/btn_view_our_wines.png) no-repeat 0 0;
	width:150px; height:30px;
	bottom:30px; left:420px;
	z-index:98;
}
.become-member a {
	background-image:url(/sites/plantagenetwinescom/assets/images/banner/btn_become_member.png);
	width:230px;
	left:520px;
}
.view-wines a:hover,
.become-member a:hover {background-position:0 -30px;}
#banner {
	background:#000;
	width:700px;
	height:315px;
	position:relative;
	margin-bottom:10px;
}
#banner img {display:block;}
#banner ul.cycle, #banner ul.cycle li {
	display:block;
	list-style:none;
	margin:0; padding:0;
}
#banner ul.cycle li {display:none;}
#banner .bottle {
	position:absolute; bottom:-20px; right:0;
	width:120px; height:320px;
	z-index:99;
}
#banner .overlay {
	background:url(/sites/plantagenetwinescom/assets/images/banner/banner_overlay.png) no-repeat 0 0;
	width:700px; height:90px;
	bottom:0; left:0;
	z-index:97;
}



#our-wines-foot {
	background:#222;
	width:700px;
	height:90px;
	position:absolute; right:0; bottom:0;
}
#our-wines-foot .bottle {
	position:absolute; bottom:-10px; right:0;
	width:60px; height:160px;
	z-index:99;
}
#our-wines-foot .overlay,
#our-wines-foot .view-wines a,
#our-wines-foot .become-member a {
	text-indent:-999em; overflow:hidden;
	position:absolute;
	display:block;
}
#our-wines-foot .overlay {
	background:url(/sites/plantagenetwinescom/assets/images/banner/banner_overlay.png) no-repeat 0 0;
	width:700px; height:90px;
	bottom:0; left:0;
	z-index:97;
}
#our-wines-foot .view-wines a,
#our-wines-foot .become-member a  {
	bottom:30px; left:460px;
}
#our-wines-foot .become-member a {
	left:520px;
}



#leads {
	background:#ece7d6;
	border-bottom:1px solid #e6e0ce;
	width:680px;
	height:45px;
	padding:0 10px;
	position:absolute;
	top:70px; right:0;
	overflow:hidden;
}
#leads ul, #leads li {
	display:block;
	list-style:none;
	margin:0; padding:0;
}
#leads li {float:left; margin:10px 5px;}
#leads .view-wines a,
#leads .become-member a  {
	background:url(/sites/plantagenetwinescom/assets/images/btn_view_our_wines_sml.png) no-repeat 0 0;
	position:static;
	height:25px;
	width:120px;
}
#leads .become-member a {
	background-image:url(/sites/plantagenetwinescom/assets/images/btn_become_member_sml.png);
	width:190px;
}
#leads .view-wines a:hover,
#leads .become-member a:hover {background-position:0 -25px;}

#leads .facebook,
#leads .twitter {
	float:right; margin:10px 0px;
}
#leads .facebook {width:80px;}


/* social media */
.twitter {
	float:right;
	width:180px;
}

.social-links img {
	vertical-align:top;
	padding-right:3px;
}
.social-links a {
	margin:0 5px;
	color:#aaa;
}
.social-links a:hover {
	text-decoration:none;
	color:#ddd;
}

#mainContent .social-links {
	float:right;
	margin:4px 0 0;
}
#mainContent .social-links img {padding:0;}
#mainContent .social-links a {margin:0;}

#mainContent .social-links td {padding:0 3px; vertical-align:top;}

#mainContent #leads .social-links {margin:13px 0 0;}

.shop .product-list .fb-like,
.shop .product-list .iframe {
	bottom:58px;
	position:absolute;
	right:0;
	width:98px;
	z-index:999;
}
.shop .product-list.product-detail .fb-like,
.shop .product-list.product-detail .iframe {
	position:relative;
}

.social-links table.pos {
	position:absolute;
	top:20px; right:35px;
}
#leads .social-links table.pos {
	top:15px; right:15px;
}

/*Inner*/

/*body{
	background: #000 url(/sites/plantagenetwinescom/assets/images/home-bg1.jpg) no-repeat center top fixed;
}

#swfbg {
	background: #000 url(/sites/plantagenetwinescom/assets/images/home-bg1.jpg) no-repeat center top;
	display: none;
}

#wrap { margin: auto; }
*/



#leftcol {
	width: 240px;
	float: left;
}

#leftcol .panel {
	background-color: #f8f7f1;
	margin-top: 20px;
	font-size: 11px;
}

#leftcol .panel h3 {
	margin: 0px;
	background: #000 url(/sites/plantagenetwinescom/assets/images/panel-hdr-black.gif) 0px 0px repeat-x;
	line-height: 40px;
	padding: 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fefefe;
	font-size:12px;
	font-weight:normal;
}

#leftcol .panel .panel-content {
	padding: 15px;
}

#leftcol #wineshop h3 {
	background: #b48e26 url(/sites/plantagenetwinescom/assets/images/panel-hdr-gold.gif) 0px 0px repeat-x;
}

#leftcol ul.productlist {
	margin: 15px 0 0 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	border-top: 1px solid #eae1c3;
}

#leftcol ul.productlist ul {
	display: none;
}

#leftcol ul.productlist li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #eae1c3;
	font-size: 11px;
}

#leftcol ul.productlist li a {
	display: block;
	padding: 4px 15px;
	background: url(/sites/plantagenetwinescom/assets/images/arrow-icon-gold.gif) no-repeat 220px 9px;
}

#leftcol ul.productlist li a:hover,
#leftcol ul.productlist li.selected a {
	text-decoration: none;
	background: #c3a238 url(/sites/plantagenetwinescom/assets/images/arrow-icon-white.gif) no-repeat 220px 9px;
	color: #FFF;
}

#leftcol p.shipping-link {
	padding-bottom: 15px;
}
#leftcol p.shipping-link a {
	padding: 4px 15px;
	display: block;
	border-bottom: 1px solid #eae1c3;
}
#leftcol p.shipping-link a:hover {
	text-decoration: none;
	background: #c3a238;
	color: #FFF;
}

#leftcol .mailinglist label {
	padding-bottom: 5px;
	display: block;
}
#leftcol .mailinglist input {
	width: 190px;
	margin-bottom: 5px;
}



#leftcol .mailinglist .leftcolumn {
	display: none;
}
#leftcol .mailinglist td {
	padding: 0px;
	border: 0px;
}

#leftcol .mailinglist p {
	margin-bottom: 0px;
}

#leftcol .mailinglist span {
	display: none;
}

#leftcol .mailinglist table {
	margin: 0px;
}


#leftcol #em_wfs_formfields_table tr td {
	padding:0 0 .5em !important;
	vertical-align:middle;
}
#leftcol #em_wfs_wrapper label {
	width:55px;
}
#leftcol .newsletter input {
	width:135px;
	background: #fff;
	border: 1px solid #dece99;
	color: #000;
	padding:4px 5px;
}

#leftcol .newsletter #em_wfs_header,
#leftcol .newsletter #em_wfs_subheader,
#leftcol .newsletter #em_wfs_footer {display:none;}

#leftcol h3 { color: #FFF; }

#leftcol input.button,
#leftcol #em_wfs_buttonbar[id] #em_wfs_submit {
	border: 0px;
	width: 60px;
	height: 25px;
	font-size: 11px;
	background: url(/sites/plantagenetwinescom/assets/images/btn-inner-bg-sml.gif) no-repeat;
	color: #765a26;
	margin-right: 8px;
	margin-bottom: 0px;
	float: right;
}
#leftcol #em_wfs_buttonbar[id] #em_wfs_submit {
	background: url(/sites/plantagenetwinescom/assets/images/btn-inner-bg-med.gif) no-repeat;
	width:100px;
}

/*#innerH1 {
	background: url(/sites/plantagenetwinescom/assets/images/semi-transparent-bg.png);
	width: 670px;
	height: 70px;
	padding-left: 30px;
}*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#9f7f44;
	line-height:22px;
	margin:20px 0;
}
#inner h1 {
	margin: 0px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 75px;
	padding-left: 30px;
	color: #fefefe;
	background: url(/sites/plantagenetwinescom/assets/images/semi-transparent-bg.png);
	line-height: 70px; height:70px;
	overflow:hidden;
	font-size:24px;
}

#content {
	width: 700px;
	float: right;
	padding-bottom:100px;
}
#home #content {
	padding-bottom:0;
}

#mainContent {
	padding: 0px 30px 30px 30px;
	position:relative;
}

p.join-wine-club {
	margin: 15px -15px 0 -15px;
	padding: 10px 15px 0 15px;
	border-top: 1px solid #eae1c3;
	font-weight: bold;
}

/*#home p.join-wine-club {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #000;
	font-weight: bold;
}*/



p.imgfeature {
	margin: -30px -30px 30px -30px;
}

p.imgright {
	margin: 0px 0px 15px 15px;
	float: right;
	border: 1px solid #ece2c1;
	padding: 4px;
}

p.imgleft {
	margin: 0px 15px 15px 0px;
	float: left;
	border: 1px solid #ece2c1;
	padding: 4px;
}

p.imgright img,
p.imgleft img {display:block;}



table.thumblist {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #ece2c1;
}

table.thumblist td.text {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	background: #fff url(/sites/plantagenetwinescom/assets/images/productlist-bg.gif) no-repeat;
}

table.thumblist td.text h2, table.thumblist td.text h3, table.thumblist td.text p {
	margin-bottom: 0px;
}

table.thumblist td.img {
	text-align: right;
	width: 100px;
	background-color: #FFF;
	padding: 4px;
	border-left: 1px solid #ece2c1;
}
table.thumblist td img {
		display:block;
}

table.desclist {
	width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #ece2c1;
}

table.desclist td {
	padding: 15px 15px 0px 15px;
	background: #fff url(/sites/plantagenetwinescom/assets/images/productlist-bg.gif) no-repeat;
}

table.desclist td p.img {
	margin: 0px 0px 15px 15px;
	float: right;
	border: 1px solid #ece2c1;
	padding: 4px;
	background-color: #FFF;
}


table.technical-info {
	margin-bottom: 1.5em;
}

table.technical-info th, table.technical-info td {
	padding: 5px 30px 5px 10px;
	border-bottom: 1px solid #f8f7f1;
	background-color: #fff;
}

table.technical-info th {
	text-align: left;
	color: #FFF;
	background:#B48E26 url(/sites/plantagenetwinescom/assets/images/panel-hdr-gold.gif) repeat-x scroll 0 0; 
}

table.suppliers {
	width: 100%;
}

table.suppliers td, table.suppliers th {
	border-bottom:1px solid #F8F7F1; padding:10px;
}

table.suppliers td {text-align:left; background-color:#FFF;}
table.suppliers th {background:#B48E26 url(/sites/plantagenetwinescom/assets/images/panel-hdr-gold.gif) repeat-x scroll 0 0;text-align:left; color:#FFF;}




#shippingpromo {
	padding: 15px 15px 15px 15px;
}

#shippingpromo h4 {
	margin-bottom:10px;
	color:#B28B25;
	font-size:12px;
	font-weight:bold;
}

#shippingpromo p.icon {
	float: right;
	margin-left: 10px;
}

#shippingpromo p {
	margin-bottom: 5px;
}
#shippingpromo strong {
	/*color: #B28B25;*/
	font-weight: bold;
	color: #000;
}
#shippingpromo ul {	
	list-style-type:none;
	margin:0 0 1.0em 0em;
	padding:0;
}

/*Print*/
@media print {
	body { padding:0; margin:0; background: none; }
	
	#swfbg, #nav, #leftcol, #footer {display: none;}
	
	#container { width: auto; margin:0; background:none; }
	
	#content { width: 100%; padding:0; margin: 0;}
	#copyright {width: auto; padding:0;}
	
	#mainContent { padding: 0;}
}
