
/* general */
body { background: url(images/bg.jpg) no-repeat 50% 50%; }
body, html { height: 100%; margin: 0; min-width: 800px; }
html { overflow-y: hidden; }
a:focus, a:active { -moz-outline: none; outline: none; border: none; }
form { display: inline; }

body, h1, h2, h3, h4, h5, p, input, select, textarea, td, th, a { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #C2B59B; }
h1 { font-size: 14px; }
h5 { color: #00B0D8; font-size: 14px; margin: 20px 0 10px 0; padding: 0; }
a { color: #00B0D8; font-size: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
.blue { color: #00B0D8; }
.pink { color: #EE2B7B; }
.small { font-size: 9px; }
p { margin: 0 0 10px 0; }
input, textarea { border: 1px solid #dbc5b8; }

/* id specific */
#white_strip { background: url(images/bg-white.jpg) no-repeat top center; height: 340px; width: 100%; position: relative; bottom: 10px; }
#content_container { height: 300px; width: 100%; position: absolute; top: 20px; left: 0; }
#content_container2 { text-align: left; height: 299px; width: 800px; position: relative; border-top: 1px solid white; margin: 0 auto; }
#menu { margin-top: 10px; float: left; border-right: 1px solid #dbc5b8; padding: 10px 35px 0 0; height: 270px; width: 115px; font-size: 14px; }
#intro a, #menu a { color: #C2B59B; text-decoration: none; line-height: 18px; }
#intro { position: absolute; top: 10px; right: 0; z-index: 0; text-align: left; width: 637px; height: 280px; }
#intro h1 {  font-size: 14px; font-weight: normal; color: #00B0D8; }
#intro p {  font-size: 14px; }
#intro a {  color: #00B0D8; text-decoration: underline; }
#logo { position: absolute; top: -27px; left: -3px; background: url(images/logo.png) top left no-repeat; height: 26px; width: 365px; display: block; cursor: pointer; }
#order_online { position: absolute; top: -13px; right: 0px; background: url(images/order-online.png) top left no-repeat; height: 12px; width: 214px; }
#range_and_link { position: absolute; bottom: -40px; _bottom: -41px; right: -5px; background: url(images/2007-08-range.png) top left no-repeat; height: 39px; width: 189px; cursor: pointer; }
#logo span, #order_online span, #range_and_link span { visibility: hidden; }
#content { padding: 10px 0 0 163px; }

/* popup and page fade */
#page_fade { display: none; width: 100%; height: 100%; background-color: #231f20; position: absolute; z-index: 99; top: 0; left: 0; }
#popup_container { position: absolute; display: none; z-index: 100; }

/* the designs */
div#the_designs_container a { display: block; float: left; margin-top: 115px; }
div#the_designs_container div { width: 507px; height: 279px; overflow: hidden; float: left; margin: 10px; position: relative; }
ul#the_designs { display: block; height: 280px; overflow: hidden; width: 6444px; padding: 0; margin: 0; }
ul#the_designs li { display: block; float: left; width: 179px; margin: 0 0 0 0; padding: 0; text-align: center; position: relative; right: 15px; }
ul#the_designs h5 { color: #00B0D8; font-size: 14px; margin: 20px auto 10px auto; padding: 0; background: no-repeat top center; height: 13px; display: block; overflow: hidden; }
ul#the_designs h5 span { visibility: hidden; }
ul#the_designs li span.easel { width: 138px; height: 280px; background: url(images/easel.png) no-repeat top center; display: block; margin: 0 auto; }
ul#the_designs li span.easel a { margin: 0; float: none; }
ul#the_designs li span.easel img { margin: 18px 0 0 0; border: none; }
#image_container { float: left; margin-right: 7px; }
#text_container { width: 206px; overflow: hidden; }
#text_container h2 { background: top left no-repeat; display: block; margin: 0; }
#text_container h2 span { visibility: hidden; }
#text_container img { margin: 4px 0 16px 1px; cursor: pointer; }
#text_container a img { margin: 0px; }

/* venues */
#venues td { height: 30px; }

/* vertical align */
#outer { height: 100%; overflow: visible; position: relative; width: 100%;}
#outer[id] {display: table; position: static; }
#middle[id] {display: table-cell; vertical-align: middle; position: static; margin: 0 auto; #vertical-align: auto; }
#main_container { #position: relative; #top: expression(document.body.offsetHeight/2-this.offsetHeight/2>0?document.body.offsetHeight/2-this.offsetHeight/2:0); }