/*-----------------------------------------------------
   BASIC
------------------------------------------------------ */
*                                                      { margin: 0; padding: 0; list-style: none; outline: none; }
body                                                   {
	font: normal .7em/1.3em Tahoma, Geneva, sans-serif;
	color: #706f6f;
	background: #cbcbca url(../images/layout/body-bg.gif) repeat-x left bottom;
}
a img                                                  { border: none; }
a, a img,
a:link, a:visited,
a:hover, a:active                                      { outline: none; }
input:focus, textarea:focus                            { outline: none; } /* Safari Fix. */
#print-logo                                            { display: none; }

/*-----------------------------------------------------
   LAYOUT - Basic
------------------------------------------------------ */
#wrapper                                               {
	width: 875px;
	margin: 0 auto;
	padding: 30px 0 15px 80px;
	position: relative;
	background: transparent url(../images/layout/bg.gif) no-repeat right top;
}

#logo                                                  { margin-bottom: 35px; }

/*-----------------------------------------------------
   introBox
------------------------------------------------------ */
#introBox                                              {
	width: 133px;
	position: absolute;
	top: 230px;
	right: 150px;
	padding: 0 0 0 12px;
	border-left: 1px solid #e30613;
	font-size: .9em;
	line-height: 1.2em;
}
	
#introBox h1, #introBox h2, #introBox h3, 
#introBox h4, #introBox h5, #introBox h6,
#introBox a                                            { font-size: 1em; font-weight: bold; color: #e30613; text-decoration: none; line-height: 1.8em; }

#introBox a:hover                                      { color: #70706f; }

#introBox p, #introBox ul, #introBox ol                { margin: 0 0 10px 0; }

/*-----------------------------------------------------
   Options
------------------------------------------------------ */
#options                                               {
	position: absolute;
	top: 320px;
	left: 460px;
	z-index: 1;
}
#options li                                            { float: left; margin-right: 5px; line-height: 20px; }
	
#options li#large                                      { margin-right: 20px; }
#options a                                             { color: #e30613; text-decoration: none; }
#options a:hover                                       { color: #e30613; text-decoration: underline; }

#options li#medium                                     { font-size: 1.1em; margin-top: -1px; }
#options li#large                                      { font-size: 1.3em; margin-top: -1px; }

#print a                                               {
	display: block;
	width: 11px;
	height: 9px;
	text-indent: -9999px;
	background: transparent url(../images/layout/print-icon.gif) no-repeat 0 0;
	margin: 5px 0 0 0;
}

/*-----------------------------------------------------
   Flash
------------------------------------------------------ */
#flash                                                 {
	position: absolute;
	top: 47px;
	left: 342px;
}

/*-----------------------------------------------------
   CONTAINER
------------------------------------------------------ */
#mainContentWrapper                                    { 
	height: 100%; 
	overflow: hidden;
	background: transparent url(../images/layout/seccontent-border.gif) no-repeat 574px 0px; 
	margin-bottom: 30px;
	margin-left: 5px;
}

.hotandcold #mainContentWrapper,
.snackandfood #mainContentWrapper,
.canandbottle #mainContentWrapper,
.horeca #mainContentWrapper                            { margin-top: -150px; background: transparent url(../images/layout/seccontent-border.gif) no-repeat 574px 150px; }

#mainContentWrapper.formWrapper { background: none; }

.hotandcold #secContent, .snackandfood #secContent,
.canandbottle #secContent, .horeca #secContent         { padding-top: 190px; }

/*-----------------------------------------------------
   CONTAINER // HOMEPAGE Spec.
------------------------------------------------------ */
#homepage #mainContent                                 { padding: 0 20px; width: 445px; float: none; display: block; overflow: visible; }
#homepage #mainContentWrapper                          { background: none; padding-top: 0; margin-top: 0; }
#homepage #mainContent h1                              { padding: 0; font-size: 15px; font-weight: bold; margin-bottom: 10px; }

/*-----------------------------------------------------
   FOOTER
------------------------------------------------------ */
#footer                                                { padding: 0 20px; font-size: .9em; }
#footer li                                             { display: inline; margin-right: 5px; }
#highlight                                             { color: #e30613; }

#copyright a                                           { color: #e30613; text-decoration: underline;  }
#copyright a:hover                                     { color: #e30613; text-decoration: none;  }

#development                                           { padding-top: 20px; color: #7b7b7b; }
	
#development a                                         { color: #7b7b7b; text-decoration: underline; }
#development a:hover                                   { color: #706f6f; text-decoration: none; }

#development a.wem,
#development a.wem:hover                               { color: #7b7b7b; text-decoration: none; }