/* ----------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; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }


body, html { background: #FFF; color: #535252; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 13px; line-height: 1.5em; }

.container { margin: 0 auto; width: 940px; clear: both; position: relative; }
.right { float: right; }
.left { float: left; }


/* -------------HEADER-------------- */
#header { height: 110px; }
#header h1 { text-indent: -9999px; background: url(../images/logo.png) no-repeat; width: 397px; height: 75px; position: absolute; top: 20px; left: 10px; }
#header h1 a { display: block; width: 397px; height: 75px; }

ul#main-nav { font-family: "anivers-1","anivers-2",sans-serif; text-transform: uppercase; font-size: 16px; -moz-border-radius: 7px; -webkit-border-radius: 7px; padding: 0 15px;height: 35px; position: absolute; right: 0; top: 35px; }
ul#main-nav li { display: inline-block; font-weight: bold; zoom: 1; *display: inline; }
ul#main-nav li a { display: block; color: #535252; text-decoration: none; padding: 9px 10px 5px; }


/* ----------MAIN CONTENT----------- */
#content-wrap { min-height: 400px; background: #FFF; }

#content-wrap p { margin-bottom: 25px; /*letter-spacing: 1px;*/ }
#content-wrap p.blue { color: #26628b; margin-bottom: 0; }
#content-wrap img { margin-bottom: 25px; }

h1, h2, h3, h4, h5 { font-family: "anivers-1","anivers-2",sans-serif; font-weight: normal; text-transform: uppercase; margin-bottom: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
a.button { display: block; color: #343434; font-size: 16px; text-shadow: 0px 1px 0px #FFF; text-decoration: none; height: 26px; line-height: 26px; text-align: center; background: #f3b055 url(../images/button-bg.jpg) repeat-x 0 top; border: 1px solid #8b685c; -moz-border-radius: 7px; -webkit-border-radius: 7px; width: 115px; }
a.button:hover { background: #f3b055 url(../images/button-bg.jpg) repeat-x 0 bottom; }
input { background: url(../images/input-bg.jpg) repeat-x 0 center; margin: 15px 0; padding: 0 5px; border: 1px solid #aaa8a8; height: 32px; }
input:focus { border: 1px solid #4e6ebf; }

.width300 { width: 300px; padding: 45px 30px 30px 30px; }
.width520 { width: 520px; padding: 45px 30px 25px 25px; }
.width500 { width: 485px; padding: 45px 25px 25px 25px; }
.width360 { width: 355px; padding: 45px 25px 25px 25px; }
.width225 { width: 225px; margin-right: 35px; }

ul.second-nav { font-family: "anivers-1","anivers-2",sans-serif; padding: 0 25px 0 10px; height: 40px; line-height: 40px;}
ul.second-nav li { display: inline; color: #000; font-size: 14px; text-transform: uppercase;  padding: 0 15px; }
ul.second-nav li a { text-decoration: none; color: #000; }
ul.second-nav li a:before { content: "> \00a0 "; color: #000; }
ul.second-nav li:first-child { font-size: 18px; text-transform: none; }
ul.second-nav li:first-child a:before { content: ""; background: red; }
ul.second-nav li.active { display: inline-block; zoom: 1; *display: inline; }

.home  #content-wrap { background: none; border: none; }
.home h2 { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; margin-bottom: 15px; }
.home .width520 { background: none; }
.home .width300 { width: 320px; padding: 45px 20px 30px 25px; }
.home #footer h2 { border: none; padding: 0; }
#feature { height: 400px; text-indent: -9999px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border: 2px solid #da97f2; background: url(../images/feature.jpg); }
#feature h2 { border: none; }
.no-margin { margin: 0; }


/* -------------FOOTER-------------- */
#footer { background: #FFF; }
#footer .container { width: 900px; padding: 30px 20px 0px 20px; margin-bottom: 30px; overflow: hidden; }
#footer .container .left { width: 360px; padding-right: 20px; }
#footer h2 { margin-bottom: 25px; }

#footer ul#sitemap { width: 455px; }
#footer ul#sitemap li { float: left; margin: 0 20px 15px 0; width: 130px;  }
#footer ul#sitemap li a { display: block; color: #535252; }
#footer ul#sitemap li a:hover { text-decoration: none; }
#footer ul#sitemap h4 { font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: bold; margin: 0; }

#footer input#newsletter { width: 230px; }

#footer-credits { clear: both; width: 940px; height: 33px; margin: 0 auto; text-transform: uppercase; color: #535252; font-size: 10px; line-height: 33px; padding: 0 10px; }
#footer-credits a { color: #535252; text-decoration: none; }


/* -------------CLEARFIX-------------- */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
