@import "/lib/css/reset.css";
@import "/lib/css/typography.css";
@import "/lib/css/forms.css";
@import "/lib/css/global-footer.css";
@import "/lib/css/jquery.validationEngine.css";


/* Global
-------------------------------------------------------------- */
body { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #e1e2cb;}
ul { padding: 15px 0 5px 10px; }
a { color: #4b6b7e;}


/* Page
-------------------------------------------------------------- */
#page { margin: 0 auto; width: 960px; position: relative; }


/* Header
-------------------------------------------------------------- */
#header { background: transparent url(../images/logo-svo.gif) no-repeat top left; width: 960px; height: 66px;}
#header h3 {color: #4b6b7e; font-size: 24px; margin: 30px 0 0 0; font-weight: bold; float: right;}
#header h3 strong { color: #7e8f20;}

/* Content
-------------------------------------------------------------- */
#content { background: #fff; width: 960px; overflow: hidden;}


/* Copy
-------------------------------------------------------------- */
#copyHolder { padding: 40px 0 0 40px; width: 630px; float: left;}
#copyHolder h1 { color: #7e8f20; font-size: 23px; padding: 0; text-transform: uppercase;}
#copyHolder h2 { color: #4b6b7e; font-size: 52px; margin: 0 0 18px 0;}
#copyHolder h2 sup {font-size:12px;}
#copyHolder h3 { color: #4b6b7e; font-size: 24px; font-weight: bold; margin: 0 0 18px 0;}
#copyHolder h3 strong { color: #7e8f20;}
#copyHolder p {width: 600px; line-height: 20px;}
#copyHolder p strong {color: #7e8f20;}
#copyHolder ul {width: 540px;}
#copyHolder li {color: #4b6b7e; border-bottom: 1px solid #dedede; margin: 10px; padding: 0 10px 10px 10px; }
#copyHolder li strong {color: #7e8f20;}


/* Form
-------------------------------------------------------------- */
#formHolder { padding: 40px 0 0 25px; width: 250px; float: left;}
#formHolder p { width: 210px; margin-left: 15px;}
#formHolder fieldset {margin:0; padding: 0;}
fieldset ol li.space { margin: 10px 0 0 0; }
input, select {border: 1px solid; border-color: #bbb #eee #eee #ccc; color: #666; background: #f6f6f6;}
label { color: #4b6b7e; font-weight: bold; }
.btn-submit {border: none; width: 150px; height: 30px; background: none; margin: 5px 0 0 0; padding: 0;}

/* Footer
-------------------------------------------------------------- */
#footer { width: 930px; margin: 0 auto; padding: 70px 0 0 30px; background: #fff; clear: both;}
#footer p {width: 825px;}


