/* --------------------------------------------------------------
hide
-------------------------------------------------------------- */

.map div span,
.map div a,
.map .gmnoprint {
	position: absolute !important;
	left: -10000em !important;
}

/* --------------------------------------------------------------
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
 
body {
  line-height: 1.5;
}
 
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
 
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
 
/* Remove annoying border on linked images. */
a img { border: none; }
/* --------------------------------------------------------------
typography.css
* Sets up some sensible default typography.
-------------------------------------------------------------- */
 
/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  color: #9e9e9e;
  background: #202222;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
 
 
/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color:#C77A2A; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
 
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}
 
 
/* Text elements
-------------------------------------------------------------- */
 
p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
 
a:focus,
a:hover { color: #000; }
a { color: #009; text-decoration: underline; outline: none; }
 
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
 
abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
 
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
 
 
/* Lists
-------------------------------------------------------------- */
 
li ul,
li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
 
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
 
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
 
 
/* Tables
-------------------------------------------------------------- */
 
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
 
 
/* Misc classes
-------------------------------------------------------------- */
 
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
 
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
 
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
/* --------------------------------------------------------------
grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */
 
/* A container should group all your columns. */
.container {
  width: 959px;
  margin: 0 auto;
}
 
/* Use this class on any div.span / container to see the grid. */
.showgrid {
background: url(grid.png);
}
 
 
/* Columns
-------------------------------------------------------------- */
 
/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 25px;
}
 
/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }
 
/* Use these classes to set the width of a column. */
.span-1 { width: 16px; }
.span-2 { width: 57px; }
.span-3 { width: 98px; }
.span-4 { width: 139px; }
.span-5 { width: 180px; }
.span-6 { width: 221px; }
.span-7 { width: 262px; }
.span-8 { width: 303px; }
.span-9 { width: 344px; }
.span-10 { width: 385px; }
.span-11 { width: 426px; }
.span-12 { width: 467px; }
.span-13 { width: 508px; }
.span-14 { width: 549px; }
.span-15 { width: 590px; }
.span-16 { width: 631px; }
.span-17 { width: 672px; }
.span-18 { width: 713px; }
.span-19 { width: 754px; }
.span-20 { width: 795px; }
.span-21 { width: 836px; }
.span-22 { width: 877px; }
.span-23 { width: 918px; }
.span-24 { width: 959px; margin: 0; }
 
/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}
 
input.span-1, textarea.span-1 { width: 4px!important; }
input.span-2, textarea.span-2 { width: 45px!important; }
input.span-3, textarea.span-3 { width: 86px!important; }
input.span-4, textarea.span-4 { width: 127px!important; }
input.span-5, textarea.span-5 { width: 168px!important; }
input.span-6, textarea.span-6 { width: 209px!important; }
input.span-7, textarea.span-7 { width: 250px!important; }
input.span-8, textarea.span-8 { width: 291px!important; }
input.span-9, textarea.span-9 { width: 332px!important; }
input.span-10, textarea.span-10 { width: 373px!important; }
input.span-11, textarea.span-11 { width: 414px!important; }
input.span-12, textarea.span-12 { width: 455px!important; }
input.span-13, textarea.span-13 { width: 496px!important; }
input.span-14, textarea.span-14 { width: 537px!important; }
input.span-15, textarea.span-15 { width: 578px!important; }
input.span-16, textarea.span-16 { width: 619px!important; }
input.span-17, textarea.span-17 { width: 660px!important; }
input.span-18, textarea.span-18 { width: 701px!important; }
input.span-19, textarea.span-19 { width: 742px!important; }
input.span-20, textarea.span-20 { width: 783px!important; }
input.span-21, textarea.span-21 { width: 824px!important; }
input.span-22, textarea.span-22 { width: 865px!important; }
input.span-23, textarea.span-23 { width: 906px!important; }
input.span-24, textarea.span-24 { width: 947px!important; }
 
/* Add these to a column to append empty cols. */
 
.append-1 { padding-right: 41px; }
.append-2 { padding-right: 82px; }
.append-3 { padding-right: 123px; }
.append-4 { padding-right: 164px; }
.append-5 { padding-right: 205px; }
.append-6 { padding-right: 246px; }
.append-7 { padding-right: 287px; }
.append-8 { padding-right: 328px; }
.append-9 { padding-right: 369px; }
.append-10 { padding-right: 410px; }
.append-11 { padding-right: 451px; }
.append-12 { padding-right: 492px; }
.append-13 { padding-right: 533px; }
.append-14 { padding-right: 574px; }
.append-15 { padding-right: 615px; }
.append-16 { padding-right: 656px; }
.append-17 { padding-right: 697px; }
.append-18 { padding-right: 738px; }
.append-19 { padding-right: 779px; }
.append-20 { padding-right: 820px; }
.append-21 { padding-right: 861px; }
.append-22 { padding-right: 902px; }
.append-23 { padding-right: 943px; }
 
.margin-right-1 { margin-right: 41px; }
.margin-right-2 { margin-right: 82px; }
.margin-right-3 { margin-right: 123px; }
.margin-right-4 { margin-right: 164px; }
.margin-right-5 { margin-right: 205px; }
.margin-right-6 { margin-right: 246px; }
.margin-right-7 { margin-right: 287px; }
.margin-right-8 { margin-right: 328px; }
.margin-right-9 { margin-right: 369px; }
.margin-right-10 { margin-right: 410px; }
.margin-right-11 { margin-right: 451px; }
.margin-right-12 { margin-right: 492px; }
.margin-right-13 { margin-right: 533px; }
.margin-right-14 { margin-right: 574px; }
.margin-right-15 { margin-right: 615px; }
.margin-right-16 { margin-right: 656px; }
.margin-right-17 { margin-right: 697px; }
.margin-right-18 { margin-right: 738px; }
.margin-right-19 { margin-right: 779px; }
.margin-right-20 { margin-right: 820px; }
.margin-right-21 { margin-right: 861px; }
.margin-right-22 { margin-right: 902px; }
.margin-right-23 { margin-right: 943px; }
 
/* Add these to a column to prepend empty cols. */
 
.prepend-1 { padding-left: 41px; }
.prepend-2 { padding-left: 82px; }
.prepend-3 { padding-left: 123px; }
.prepend-4 { padding-left: 164px; }
.prepend-5 { padding-left: 205px; }
.prepend-6 { padding-left: 246px; }
.prepend-7 { padding-left: 287px; }
.prepend-8 { padding-left: 328px; }
.prepend-9 { padding-left: 369px; }
.prepend-10 { padding-left: 410px; }
.prepend-11 { padding-left: 451px; }
.prepend-12 { padding-left: 492px; }
.prepend-13 { padding-left: 533px; }
.prepend-14 { padding-left: 574px; }
.prepend-15 { padding-left: 615px; }
.prepend-16 { padding-left: 656px; }
.prepend-17 { padding-left: 697px; }
.prepend-18 { padding-left: 738px; }
.prepend-19 { padding-left: 779px; }
.prepend-20 { padding-left: 820px; }
.prepend-21 { padding-left: 861px; }
.prepend-22 { padding-left: 902px; }
.prepend-23 { padding-left: 943px; }
 
 
.margin-left-1 { margin-left: 41px; }
.margin-left-2 { margin-left: 82px; }
.margin-left-3 { margin-left: 123px; }
.margin-left-4 { margin-left: 164px; }
.margin-left-5 { margin-left: 205px; }
.margin-left-6 { margin-left: 246px; }
.margin-left-7 { margin-left: 287px; }
.margin-left-8 { margin-left: 328px; }
.margin-left-9 { margin-left: 369px; }
.margin-left-10 { margin-left: 410px; }
.margin-left-11 { margin-left: 451px; }
.margin-left-12 { margin-left: 492px; }
.margin-left-13 { margin-left: 533px; }
.margin-left-14 { margin-left: 574px; }
.margin-left-15 { margin-left: 615px; }
.margin-left-16 { margin-left: 656px; }
.margin-left-17 { margin-left: 697px; }
.margin-left-18 { margin-left: 738px; }
.margin-left-19 { margin-left: 779px; }
.margin-left-20 { margin-left: 820px; }
.margin-left-21 { margin-left: 861px; }
.margin-left-22 { margin-left: 902px; }
.margin-left-23 { margin-left: 943px; }
 
 
/* Border on right hand side of a column. */
div.border {
  padding-right: 11px;
  margin-right: 13px;
  border-right: 1px solid #eee;
}
 
/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 32px;
  margin-right: 33px;
  border-right: 1px solid #eee;
}
 
 
/* Use these classes on an element to push it into the
next column, or to pull it into the previous column. */
 
.pull-1 { margin-left: -41px; }
.pull-2 { margin-left: -82px; }
.pull-3 { margin-left: -123px; }
.pull-4 { margin-left: -164px; }
.pull-5 { margin-left: -205px; }
.pull-6 { margin-left: -246px; }
.pull-7 { margin-left: -287px; }
.pull-8 { margin-left: -328px; }
.pull-9 { margin-left: -369px; }
.pull-10 { margin-left: -410px; }
.pull-11 { margin-left: -451px; }
.pull-12 { margin-left: -492px; }
.pull-13 { margin-left: -533px; }
.pull-14 { margin-left: -574px; }
.pull-15 { margin-left: -615px; }
.pull-16 { margin-left: -656px; }
.pull-17 { margin-left: -697px; }
.pull-18 { margin-left: -738px; }
.pull-19 { margin-left: -779px; }
.pull-20 { margin-left: -820px; }
.pull-21 { margin-left: -861px; }
.pull-22 { margin-left: -902px; }
.pull-23 { margin-left: -943px; }
.pull-24 { margin-left: -984px; }
 
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}
 
.push-1 { margin: 0 -41px 1.5em 41px; }
.push-2 { margin: 0 -82px 1.5em 82px; }
.push-3 { margin: 0 -123px 1.5em 123px; }
.push-4 { margin: 0 -164px 1.5em 164px; }
.push-5 { margin: 0 -205px 1.5em 205px; }
.push-6 { margin: 0 -246px 1.5em 246px; }
.push-7 { margin: 0 -287px 1.5em 287px; }
.push-8 { margin: 0 -328px 1.5em 328px; }
.push-9 { margin: 0 -369px 1.5em 369px; }
.push-10 { margin: 0 -410px 1.5em 410px; }
.push-11 { margin: 0 -451px 1.5em 451px; }
.push-12 { margin: 0 -492px 1.5em 492px; }
.push-13 { margin: 0 -533px 1.5em 533px; }
.push-14 { margin: 0 -574px 1.5em 574px; }
.push-15 { margin: 0 -615px 1.5em 615px; }
.push-16 { margin: 0 -656px 1.5em 656px; }
.push-17 { margin: 0 -697px 1.5em 697px; }
.push-18 { margin: 0 -738px 1.5em 738px; }
.push-19 { margin: 0 -779px 1.5em 779px; }
.push-20 { margin: 0 -820px 1.5em 820px; }
.push-21 { margin: 0 -861px 1.5em 861px; }
.push-22 { margin: 0 -902px 1.5em 902px; }
.push-23 { margin: 0 -943px 1.5em 943px; }
.push-24 { margin: 0 -984px 1.5em 984px; }
 
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}
 
 
/* Misc classes and elements
-------------------------------------------------------------- */
 
/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}
.append-bottom {
  margin-bottom:1.5em;
}
 
/* Use a .box to create a padded box inside a column. */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}
 
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}
 
 
/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
 
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}
 
/* Regular clearing
apply to column that should drop below previous ones. */
 
.clear { display:block; height:0px; overflow:hidden; position:relative; clear:both; }
/* --------------------------------------------------------------
forms.css
* Sets up some default styling for forms
* Gives you classes to enhance your forms
Usage:
* For text fields, use class .title or .text
-------------------------------------------------------------- */
 
label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
 
 
/* Form fields
-------------------------------------------------------------- */
 
input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
 
input[type=text],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}
 
input.text,
input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea { width: 390px; height: 250px; padding:5px; }
 
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}
 
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
 
 
/* Success, notice and error boxes
-------------------------------------------------------------- */
 

.error { border-color: #f00 !important; color: #f00; }

 
 
/* Shadow box code
-------------------------------------------------------------- */
 
#sb-container,#sb-wrapper{
text-align:left;
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
/*
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
*/
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto;
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606;
}
#sb-title,#sb-info{
position:relative;
margin:0;
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../shadowbox/resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../shadowbox/resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../shadowbox/resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../shadowbox/resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../shadowbox/resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
 
 
 
/* Custom code
-------------------------------------------------------------- */
h5 {
	font-size: 14px;
	margin-bottom: 0;
	color: #c77a2a;
	font-weight: normal;
}

.wit {
	color:white;
}
 
#topbar { height:45px; list-style:none; background:url(../img/top.gif) repeat-x; }
#topbar ul { list-style:none; padding:0; margin:0; }
#topbar ul li { float:left; padding:0 20px 0 0; }
#topbar ul li a { line-height:38px; text-decoration:none; color:#595b5b; }
#topbar ul li a:hover,
#topbar ul li a.active { color:#b1b3b4; }
 
 
 
#header { height:506px; position:relative; /*background:url(../img/top.png) no-repeat;}*/ }
#header #menu { position:absolute; top:0; left:0; z-index:200; }
#header #menu ul { list-style:none; padding:8px 0 0 20px; }
#header #menu ul li { padding:0 20px 0 0; float: left; }
#header #menu ul li a { line-height:38px; text-decoration:none; color:#fff; display: block; line-height: 0px; }
#header #menu ul li a span.number { float:left; font-size:51px; color:#474c4c; display:block;}
#header #menu ul li a span.container { float: left; display: block; width: auto;}
#header #menu ul li a span.title { font-size:22px; line-height:22px; color:#e8eae6; display: block;}
#header #menu ul li a span.text { font-size:14px; line-height:14px; color:#9d9d9d; display: block;}
#header #menu ul li a span.title:hover,
#header #menu ul li a.main_active span.title { color:#c77a2a; }
 
#header #menu #submenu { position:absolute; top:442px; left:2px; list-style:none; z-index:200; width:680px;}
#header #menu #submenu li { display:inline; padding:0px; margin-right:12px;}
#header #menu #submenu li a { color:#595b5b; font-size:14px; color:#595b5b; text-decoration:none; font-family:Arial, Helvetica, sans-serif; display: inline; white-space: nowrap;}
#header #menu #submenu li a:hover,
#header #menu #submenu li a.sub_active { color:#9e9e9e;}
 
#header .trans { position:absolute; top:0; left:0; z-index:100; }
#header .image { position:relative; top:0; left:0; z-index:50; }
 
 
.r-box { width:262px; overflow:hidden; background:url(../img/box-center.gif) repeat-y;}
.r-box-top { width:262px; height:3px; overflow:hidden; background:url(../img/box-top-bottom.gif) no-repeat 0 0;}
.r-box-bottom { width:262px; height:3px; overflow:hidden; background:url(../img/box-top-bottom.gif) no-repeat 0 -3px;}
.r-box-txt { width:256px; padding-left:3px; overflow:hidden;}
.r-box-movie { font-size:0px; line-height:0px;}
.r-box-gallery { height:198px;}
.r-box-gallery .move-right { height:192px !important;}
 
#breadcrum { color:#3f4141; font-size:11px;}
#breadcrum span { color:#595b5b;}
 
#PageTitle { display:block; border-bottom:2px dotted #313333; padding-bottom:14px; padding-top:37px; margin-bottom:18px;}
#PageTitle span.number { color:#595b5b; font-size:40px; display:block; width:50px; padding:6px 0 0 6px; margin-right:10px; overflow:hidden; float:left; background:#3f4141;}
#PageTitle span.title { color:#c77a2a; font-size:25px; line-height:19px; padding-top:15px; display:block;}
 
#LeftContent {}
 
#RightModule { margin-top:-22px;}
 
.ProductHighlights { padding:17px 5px;}
.ProductHighlights p { margin-left:10px; margin-right:10px;}
.ProductHighlights h4.title { float:right; width:170px; padding:0 8px 0 50px; color:#595b5b; font-size:20px; margin:0;}
.ProductHighlights h5.title { color:#c77a2a; font-size:14px; margin:0;}
.ProductHighlights .ImgToLeft { float:left;}
.ProductHighlights .txt { float:right; width:170px; padding-right:8px;}
.ProductHighlights .txt p { margin:0;}
.ProductHighlights span.white { color:#fff; font-weight:bold;}

.blog-promotion,
.text-modul { padding:17px 5px;}
.blog-promotion p { margin-left:10px; margin-right:10px;}
.blog-promotion h4.title,
.text-modul h4.title { color:#595b5b; font-size:20px; margin:0;}
.blog-promotion h5.title { color:#c77a2a; font-size:14px; margin:0;}
.blog-promotion .ImgToLeft { float:left;}
.blog-promotion .txt { float:right; width:130px; padding-right:3px;}
.blog-promotion .txt p { margin:0;}
.blog-promotion span.white { color:#fff; font-weight:bold;}

a.more { color:#c77a2a; text-decoration:none; padding: 0 !important; background: none !important;}
a.more:hover,
a.more:hover span.name { text-decoration:underline;}
a.more span.name { float:left; font-weight:bold;}
a.more span.image { float:left; display:block; width:9px; height:9px; background: url(../img/images-1.png) no-repeat 0 0; margin:4px 0 0 10px; text-indent:-1000em;}
a.more span.white { color:#fff; font-weight:bold;}

a.terug-naar { color:#c77a2a; text-decoration:none;}
a.terug-naar:hover,
a.terug-naar:hover span.name { text-decoration:underline;}
a.terug-naar span.name { float:left; font-weight:bold;}
a.terug-naar span.image { float:left; display:block; width:9px; height:9px; background: url(../img/images-1.png) no-repeat 0 -21px; margin:4px 5px 0 0; text-indent:-1000em;}
a.terug-naar span.white { color:#fff; font-weight:bold;}

 
.TipModule { padding:17px 5px;}
.TipModule .ImgToLeft { float:left;}
.TipModule h4.title { float:right; width:170px; padding:0 8px 0 0; color:#595b5b; font-size:20px; margin:0;}
.TipModule .txt { float:right; width:170px; padding-right:8px;}
.TipModule .txt p { margin:0;}
.TipModule .txt a { color:#c77a2a; text-decoration:none;}
.TipModule .txt a:hover,
.TipModule .txt a:hover span.name { text-decoration:underline;}
.TipModule .txt a.more span.name { float:left; font-weight:bold;}
.TipModule .txt a.more span.image { float:left; display:block; width:9px; height:9px; background: url(../img/images-1.png) no-repeat 0 0; margin:4px 0 0 10px; text-indent:-1000em;}
 

.TextModule { padding:17px 15px;}
.TextModule h4.title { color:#595b5b; font-size:20px; margin:0;}
.TextModule h5.title { color:#c77a2a; font-size:14px; margin:0;}
.TextModule p { margin:0;}
.TextModule a { color:#c77a2a; text-decoration:none;}
.TextModule a:hover,
.TextModule a:hover span.name { text-decoration:underline;}
.TextModule a.more span.name { float:left; font-weight:bold;}
.TextModule a.more span.image { float:left; display:block; width:9px; height:9px; background: url(../img/images-1.png) no-repeat 0 0; margin:4px 0 0 10px; text-indent:-1000em;}
.TextModule span.white { color:#fff; font-weight:bold;}
 
 
.img-frame { float:left; width:163px; height:224px; overflow:hidden; padding:3px 3px 2px 3px; margin:0 25px 25px 0; background: url(../img/img_frame.gif) no-repeat 0 0;}

.blog-img-frame { float:left; width:235px; height:117px; overflow:hidden; padding:3px 3px 2px 3px; margin:0 25px 25px 0; background: url(../img/blog_img_frame.gif) no-repeat 0 0;}
 
.wijn-box { width:190px; margin-right:30px; margin-bottom:30px; background: url(../img/wijngaard.gif) repeat-y; float:left;}
.last-item { margin-right:0px;}
.wijn-box-top { width:190px; height:3px; overflow:hidden; background: url(../img/wijngaard-top-bottom.gif) no-repeat 0 0;}
.wijn-box-bottom { width:190px; height:3px; overflow:hidden; background: url(../img/wijngaard-top-bottom.gif) no-repeat 0 -3px;}
.wijn-box-center { padding:14px 16px 25px 16px;}
.wijn-box-center img { border:1px solid #585a5a;}
.wijn-box-center h3.title { color:#595b5b; font-size:20px; margin:20px 0 0 0; line-height:19px;}
.wijn-box-center h4.title { color:#c77a2a; font-size:14px; font-weight:bold; margin:0; line-height:19px;}
.wijn-box-center p { line-height:19px; margin:0;}
 
.wijn-box2 { width:265px; margin-right:30px; margin-bottom:30px; background: url(../img/wine-box2-center.gif) repeat-y; float:left;}
.wijn-box2-top { width:265px; height:3px; overflow:hidden; background: url(../img/wine-box2-top-bottom.gif) no-repeat 0 0;}
.wijn-box2-bottom { width:265px; height:3px; overflow:hidden; background: url(../img/wine-box2-top-bottom.gif) no-repeat 0 -3px;}
.wijn-box2-center { padding:14px 16px 25px 16px;}
.wijn-box2-center img { float:left;}
.wijn-box2-center h3.title { color:#595b5b; font-size:20px; margin:5px 0 0 0; line-height:19px;}
.wijn-box2-center h4.title { color:#c77a2a; font-size:14px; font-weight:bold; margin:0; line-height:19px;}
.wijn-box2-center ul { list-style:none; margin-left:10px; margin-bottom:0px;}
.wijn-box2-center ul li span { font-weight:bold; margin-left:-7px; margin-right:5px;}
 
 
.wijngaard-map { float:right; margin:-20px 20px 20px 45px;}

.big-wine-img { float:left; margin:0 25px 25px 0;}

#recepten-form fieldset { border:0; padding:10px 0 30px 0; border-bottom:2px dotted #313333;}
#recepten-form div { float:left; padding:0 50px 0 0;}
#recepten-form label { color:#c77a2a; font-size:13px; font-weight:bold;}
#recepten-form span.button { cursor:pointer;}
#recepten-form div.button { margin-top:27px;}
#recepten-form span.font { color:#c77a2a; font-size:13px;}

.container2 {
	width: 170px;
	float: left;
	padding-bottom: 20px;
}

.recipe-box {
	padding: 0 0 25px 0;
	margin-bottom: 15px;
	border-bottom:2px dotted #313333;
}

.recipe-box h3 {
	margin: 0px;
	color: #c77a2a;
	font-size: 14px;
	line-height: 19px;
}

.recipe-box p {
	margin: 0px;
	font-size: 12px;
	color: #9e9e9e;
	line-height: 19px;
}

.img-wines-frame {
	width:169px;
	background:url(../img/img-wines-frame-center.png) repeat-y;
	float:left;
	margin-right: 25px;
}

.img-wines-frame-top {
	width:169px;
	height:2px;
	background:url(../img/img-wines-frame-top-bottom.png) no-repeat 0 0;
}

.img-wines-frame-bottom {
	width:169px;
	height:2px;
	background:url(../img/img-wines-frame-top-bottom.png) no-repeat 0 -2px;
	margin-top:10px;
}

.img-wines-frame-center {
	margin-top:-12px;
	text-align: center;
}


.blog-box,
.blog-box-first {
	border-bottom:2px dotted #313333;
	padding-bottom:25px;
	margin-bottom:15px;
}

.blog-box .blog-img {
	float:left;
	background:url(../img/blog-img-frame.gif) no-repeat -6px -6px;
	width:235px;
	height:117px;
	padding:4px 3px 3px 3px;
	overflow:hidden;
	margin-right:20px;
}

.blog-box-first h3 {
	color:#fff;
	font-size:14px;
	line-height:19px;
	margin-bottom:0px;
	margin-top:15px;
	font-weight:bold;
}

.blog-box h3 {
	color:#c77a2a;
	font-size:14px;
	line-height:19px;
	margin-bottom:0px;
	float:left;
}

.blog-box p,
.blog-box-first p {
	margin-bottom:0px;
	font-size:12px;
}

.oranje {color:#c77a2a;}

#verkooppunten-form fieldset {
	border: 0;
	border-bottom:2px dotted #313333;
}

#verkooppunten-form label {
	color: #c77a2a;
	font-size: 14px;
	font-weight: normal;
}

#verkooppunten-form .checkbox {
	float: left;
}

#verkooppunten-form .checkbox span {
	font-weight: normal;
}

#verkooppunten-form .rm {
	margin-right: 20px;
}

#verkooppunten-form .checkbox label {
	color: #b1b3b4;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 5px;
	display: block;
	float: left;
}

#verkooppunten-form input {
	float: left;
	border: 1px solid #898a8a;
}

#verkooppunten-form .button {
	margin: 5px 0 0 15px;
	display: block;
	float: left;
	color: #c77a2a;
	cursor: pointer;
}

.verkooppunten {
	border-bottom:2px dotted #313333;
	padding-bottom: 25px;
	margin-bottom: 15px;
	font-size: 12px;
}

.verkooppunten .map {
	width: 182px;
	height: 109px;
	border: 1px solid #545656;
	float: right;
}

.verkooppunten .text_left {
	float: left;
}
.verkooppunten h3 {
	color: #c77a2a;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	margin: 0;
}

.wite,
.white {
	font-weight: bold;
	color: #fff;
}

.verkooppunten a,
.blog-terug-naar {
	 color: #b1b3b4;
	 text-decoration: none;
	 padding: 0px !important;
	 background: none !important;
}

.verkooppunten a.more span {
	color: #c77a2a;
}

.verkooppunten a:hover {
	 text-decoration: underline;
}

.verkooppunten a.margin_right {
	margin-right: 25px;
	float: left;
}

#body-contact {
	padding: 0 20px 0 20px;
}

#body-contact #PageTitle {
	padding-top: 5px;
}

#contactformulier fieldset {
	border: 0;
	padding: 0;
}

#contactformulier label {
	color: #c77a2a;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

#contactformulier input,
#contactformulier textarea {
	border: 1px solid #5f6060;
}

#contactformulier input {
	width: 188px;
	height: 15px;
}

#contactformulier textarea {
	width: 525px;
	height: 237px;
}

#contactformulier .button {
	color: #c77a2a;
	font-size: 14px;
	float: right;
	cursor: pointer;
	margin: 3px 5px 0 0;
}

#contactformulier .input-left {
	float: left;
	padding-right: 30px;
	padding-bottom: 15px;
}

#login-form fieldset,
#register-form fieldset,
#reminder-form fieldset {
	border: 0px;
}

#login-form label,
#register-form label,
#reminder-form label {
	color: #c77a2a;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

#login-form input,
#register-form input,
#reminder-form input {
	width: 150px;
	height: 18px;
	padding: 4px 3px 0 3px;
	margin: 0px;
	border: 1px solid #5f6060;
}

#login-form .button,
#register-form .button,
#reminder-form .button {
	padding-left: 160px;
	color: #c77a2a;
	cursor: pointer;
	font-size: 14px;
}

#login-form .links {
	padding-left: 160px;
}

#login-form .links a,
.coupon-code {
	text-decoration: none;
	color: #c77a2a;
}

#login-form .links a:hover,
.coupon-code:hover {
	text-decoration: underline;
	color: #c77a2a;
}

#login-form .link1 {
	margin-right: 10px;
}

#login-form .link2 {
	margin-left: 10px;
}

#promotion-error,
#birth-error {
	color: #aa0000;
	padding-left: 15px;
}

.links-module {
	padding:17px 5px;
}

.links-module h4.title {
	color:#595B5B;
	font-size:20px;
	margin:0;
	padding:0 5px;
}

.links-module ul {
	margin-left: 25px;
}

.links-module ul li {
	color: #9E9E9E;
}

.links-module ul li a {
	color: #9E9E9E;
	text-decoration: none;
}

.links-module ul li a:hover,
.links-module ul li a.active {
	text-decoration: underline;
}

.p-txt {
	float: left;
	width: 395px;
}

#cupon {
	min-height: 650px;
	background: url(../img/cupon_bg.jpg) no-repeat 0 0;
}

#footer-bg {
	border-top: 2px solid #000;
	margin-top: 60px;
}

#footer {
	border-top: 1px solid #3f4141;
	background: #000;
	padding-top: 35px;
	padding-bottom: 35px;
}

.site_map {
	width: auto;
	float: left;
	border-right: 2px dotted #282929;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-right: 40px;
	z-index: 100;
}

.site_map h3 {
	color: #c77a2a;
	font-size: 16px;
}

.site_map .lvl1 {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site_map .lvl1 li {
	position: relative;
}


.site_map .lvl2 {
	padding: 0;
	margin: 0;
	list-style: none;
}


.site_map .lvl1 a {
	color: #9d9d9d;
	text-decoration: none;
}

.site_map .lvl1 span.img {
	position: absolute;
	top: 0px;
	left: -20px;
}

.site_map .lvl1 a:hover,
.site_map .lvl2 a:hover {
	text-decoration: underline;
}

.site_map .lvl2 a,
.site_map .lvl2 li {
	color: #5f5f5f;
	text-decoration: none;
}

#footer-txt {
	color: #5e5e5e;
	position: relative;
	bottom: 0px;
	z-index: 0;
	min-width: 10px;
	float: left;
}

#footer-txt a {
color: #5e5e5e;
text-decoration: none;
}

#footer-txt a:hover {
text-decoration: underline;
}

.gray {
	color: #9e9e9e;
}

.page-txt a,
.text-modul a {
	color: #C77A2A;
	background: url(../img/images-1.png) no-repeat right 3px;
	padding-right: 14px;
	text-decoration: none;
}

.page-txt a:hover,
.text-modul a:hover {
	text-decoration: underline;
}

.recept a {
	padding:0px;
	background:none;
	/* color:#9E9E9E; */
}

.short-txt .page-txt p {
	max-width:590px;
}

.remember {
	padding-top:18px;
}

.remember #remember {
	width: 14px;
	height: 14px;
	margin-left:160px; float:left;
	cursor:pointer;
}

#login-form .remember label {
	width:auto;
	text-align:left;
	margin-left:15px;
	cursor:pointer;
	font-size:13px;
	line-height:22px;
}

#age-block {

	background:#000;
	filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;

}

#age-block-txt {

	width:780px;
	height:580px;
	margin:0 auto;
	margin-top:100px;
	background-color: #000;
	border:1px solid #fff;
	padding:20px;

}

#age-block-txt fieldset {
	border:0;
}

#age-block-txt input {
	float:left;
	cursor:pointer;
}

#age-block-txt label {
	float:left;
	line-height:26px;
	margin-left:15px;
	cursor:pointer;
}


#age-block-txt .button {
	cursor:pointer;
	color:#C77A2A;
}

body.block {
	overflow:hidden;
}

.press {
	border-bottom: 2px dotted #313333;
	margin-bottom: 18px;
}

