/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* general
------------------------------------------------------------------*/
body { background: #cd9e0c; color: #3f2012; font: 12px/18px Verdana, Arial, sans-serif; }
h1 { margin-bottom: 12px; color: #cd9e0c; font-size: 16px; }
h2 { margin-bottom: 12px; color: #3f2012; font-size: 14px; }
ul, ol { margin: 0 0 14px 16px; }
p, form { margin: 0 0 14px 0; }
a { color: #3f2012; }
a:hover { color: #58595b; }
input, textarea, select { font-size: 12px; font-family: Verdana, Arial, sans-serif; color: #3f2012; }
strong { font-weight: bold; }
em { font-style: italic; }

.img_left { float: left; margin: 0 10px 10px 0; }
.img_right { float: right; margin: 0 0 10px 10px; }

.button { background: #3f2012; color: #fff; cursor: pointer; }

.hide { display: none; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* page structure
------------------------------------------------------------------*/
#wrapper { position: relative; width: 1000px; margin: 0 auto; padding-bottom: 20px; background: url(../images/bg_wrapper.png) repeat-y; }
#header { position: relative; height: 285px; background: url(../images/bg_header.png) no-repeat 214px 0; }
#contentWrapper { position: relative; min-height: 365px; padding: 20px 0 20px 50px; }
#content { z-index: 5; }
#footer { width: 970px; height: 78px; margin: 0 auto; padding: 35px 0 0 30px; background: url(../images/bg_footer.png) no-repeat; }

/* header
------------------------------------------------------------------*/
#logo { float: left; width: 175px; margin: 0 0 0 40px; }

#navigation { float: left; height: 27px; margin: 0; padding-top: 67px; }
#navigation li { float: left; padding: 0 10px 10px; }
#navigation li.first { padding-left: 20px; }
#navigation a { padding-bottom: 3px; text-decoration: none; color: #3f2012; }
#navigation a:hover,
#navigation a.active { border-bottom: 7px solid #cd9e0c; }

#searchForm { position: absolute; top: 67px; right: 20px; }
#searchForm label { display: none; }
#searchForm #query { width: 100px; border: 1px solid #3f2012; }
#searchForm .button { margin: 0; border: 0; background: none; color: #3f2012; }

#productNav { position: absolute; top: 108px; left: 0; height: 177px; margin: 0 20px; background: url(../images/bg_prodnav.jpg) no-repeat; }
#productNav li { float: left; background: transparent; }
#productNav a { display: block; height: 40px; padding: 137px 0 0 0; text-decoration: none; color: #3f2012; }
#productNav span { display: block; height: 40px; text-align: center; cursor: pointer; }
#productNav .choco,
#productNav .coffee,
#productNav .whiteprods { width: 250px; }
#productNav .cappuccino,
#productNav .tea { width: 105px; }
#productNav .cappuccino a:hover,
#productNav .cappuccino a.active { background: url(../images/bg_nav_cappuccino.png) no-repeat bottom; }
#productNav .choco a:hover,
#productNav .choco a.active { background: url(../images/bg_nav_choco.png) no-repeat bottom; }
#productNav .coffee a:hover,
#productNav .coffee a.active { background: url(../images/bg_nav_coffee.png) no-repeat bottom; }
#productNav .tea a:hover,
#productNav .tea a.active { background: url(../images/bg_nav_tea.png) no-repeat bottom; }
#productNav .whiteprods a:hover,
#productNav .whiteprods a.active { background: url(../images/bg_nav_whiteprods.png) no-repeat bottom; }

#logoutLink { position: absolute; top: 10px; right: 25px; }

/* content
------------------------------------------------------------------*/
.choco,
.choco a:hover.button,
.choco #sideBlock { background: #3f2012; }
.cappuccino,
.cappuccino a:hover.button,
.cappuccino #sideBlock { background: #a11c25; }
.coffee,
.coffee a:hover.button,
.coffee #sideBlock { background: #000; }
.tea,
.tea a:hover.button,
.tea #sideBlock { background: #e4c51f; }
.whiteprods,
.whiteprods a:hover.button,
.whiteprods #sideBlock { background: #9aaaba; }

#sideBlock { position: absolute; top: 305px; left: 0; z-index: 10; width: 30px; height: 365px; background: #cd9e0c; }

#content .button { padding: 2px 10px 3px; text-decoration: none; color: #fff; }

#subNav { float: left; width: 175px; margin: 0; }
#subNav a { text-decoration: none; font-size: 14px; line-height: 30px; }
#subNav a.active,
#subNav a:hover { color: #cd9e0c; }

.withNav { float: right; width: 775px; }

.blocks { padding-bottom: 18px; }
.blockText { padding-right: 235px; }
.blockTitle h2 { margin-bottom: 0; }

/* homepage */
#hp { background: #fff; }
#hp #contentWrapper { height: 539px; margin: 0 10px; padding: 20px 0 0; background: #0b0101 url(../images/bg_hp.jpg) no-repeat right; }
#hp #hpIntro { width: 364px; height: 142px; margin: 0 0 20px -10px; padding: 20px 20px 0 30px; background: #fff; }
#hp #hpIntro h1 { font-size: 18px; color: #3f2012; }
#hp #newsFlash { width: 394px; height: 142px; margin: 0 0 20px -10px; padding: 15px 20px 0 0; background: #fff; cursor: pointer; }
#hp #newsFlashImg { float: left; width: 214px; height: 157px; margin: -15px 20px 0 0; }
#hp #newsFlash p { margin-bottom: 0; }
#hp #newsFlash a { font-style: italic; }
#hp #hpLinks { width: 384px; margin: 0; }
#hp #hpLinks li { float: left; width: 172px; margin: 0 0 20px 20px; }
#hp #hpLinks li:nth-child(2n-1) { clear: left; }
#hp #hpLinks li a { display: block; padding: 11px 0 11px 10px; font-size: 14px; text-decoration: underline; color: #fff; }
#hp #hpLinks li.tea a { color: #3f2012; }

/* productlist */
#productList { margin: 0; }
#productList li { position: relative; float: left; overflow: hidden; width: 442px; height: 172px; margin: 0 18px 20px 0; }
#productList .prodImg { float: left; overflow: hidden; width: 132px; height: 171px; margin-right: 20px; border-bottom: 1px solid #c8c8ca; text-align: center; }
#productList .blockText { float: right; width: 290px; padding: 0; line-height: 14px; color: #58595b; }
#productList h2 { font-size: 18px; font-weight: normal; }
#productList .button { position: absolute; bottom: 0; left: 152px; }
#ladyImages { float: right; width: 490px; height: 365px; margin-bottom: 20px; }

#productsIntro { overflow: hidden; width: 440px; height: 172px; margin-bottom: 20px; }
#productsIntro .blockText { padding: 0; }

.products #ladyImages { margin-left: 20px; }
.products #productList { clear: both; }

/* product */
.pageNav { clear: right; float: right; width: 300px; padding-right: 30px; text-align: right; }
#dosage { float: right; min-height: 75px; margin-top: -33px; padding-left: 50px; background: url(/images/icon_dosage.gif) no-repeat 0 18px; }
#packshot { float: left; width: 305px; text-align: center; }
#productData { float: right; width: 560px; margin: 15px 30px 15px 0; padding: 25px 0; border-top: 1px solid #c7c8ca; border-bottom: 1px solid #c7c8ca; }
#productData h1 { clear: left; margin: 18px 0; color: #3f2012; font-size: 18px; }
#productData dt { font-weight: bold; line-height: 14px; }
#productData dd { padding-bottom: 18px; }
#productData th { text-align: left; }
#productData td { padding: 0 30px 0 0; }
#productData .downloads { margin: 0; }
#productData .downloads li { float: left; margin-right: 20px; }
#productData .downloads a { position: relative; padding-left: 20px; }
#productData .downloads a img { position: absolute; left: 0; top: 0; }

/* forms */
fieldset div { margin-bottom: 3px; }
fieldset label { float: left; width: 130px; }
fieldset input,
fieldset textarea { width: 300px; border: 1px solid #3f2012; }
fieldset .check { margin-left: 130px; }
fieldset .check label { float: none; }
fieldset .check input { width: auto; border: 0; }
form .button { margin-left: 130px; border: 0; }
.mandatory { margin-left: 130px; }
fieldset label.error { float: none; display: inline; color: red; }
fieldset input.error { border-color: red; }

/* login */
.column { float: left; width: 470px; }
#pwvergeten { margin-left: 120px; padding-top: 20px; } 

/* search results */
#searchResults { margin: 0; }
#searchResults li { margin-bottom: 10px; }
#searchResults p { margin: 0; }
#searchResults .searchPath { padding-left: 20px; font-size: 11px; }

/* contact */
.contactBox { float: left; width: 400px; }
#formContact fieldset { clear: both; margin-bottom: 10px; }
#formContact .column { clear: none; float: left; width: 470px; }
.mandatoryContact { margin-left: 120px; }
#formContact .button { margin-top: 10px; }
#LocalData { float: left; width: 316px; }
#formCountries select { margin-bottom: 10px; }
#formCountries .location .button { margin: 0; }

/* downloads */
.downloads_info { width: 920px; }
.downloads_info img { float: left; margin: 0 10px 10px 0; }
.downloads_inh { float: left; width: 480px; }
.downloads_inh ul { float: left; width: 160px; margin: 0; }
.downloadsTable { width: 700px; margin-top: 20px; }
.downloadsTable th { padding: 5px; background: #cd9e0c; text-align: left; }
.downloadsTable #mainHeader th { padding: 5px 0; background: none; }
.downloadsTable td { width: 380px; padding: 3px 5px; border-bottom: 1px solid #eee; }
.downloadsTable .small { width: 157px; }

/* footer
------------------------------------------------------------------*/
#hp #footer,
#hp #footer a { color: #3f2012; }
#footer a { text-decoration: none; }
#footer,
#footer a { color: #fff; }


/* CMS Preview
------------------------------------------------------------------*/
#CMSpreviewBar { margin-bottom: 10px; padding: 3px; background-color: red; color: #fff; }
#CMSpreviewBar a { color: #fff; }


/* JQuery Flash Swfobject
------------------------------------------------------------------*/
.flash-replaced .alt { display:block; height:0; overflow:hidden; position:absolute; width:0; }
