*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    background: url(images/main-bg.jpg) no-repeat center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.3125em;
    color: #403e3e;
}

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}

.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}

.wrapper
{
    width: 100%;
    overflow: hidden;
}
.container
{
    width: 100%;
}

p
{
    margin-bottom: 21px;
}

.tail-top
{
    background: url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom
{
    background: url(images/tail-bottom.gif) left bottom repeat-x;
}


/*==================forms====================*/
input, select
{
    vertical-align: middle;
    font-weight: normal;
}
img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
object
{
    vertical-align: top;
}

#contacts-form fieldset
{
    border: none;
}
#contacts-form label
{
    display: block;
    height: 42px;
}
#contacts-form label input
{
    width: 260px;
    padding: 1px 0 1px 3px;
    color: #403e3e;
}
#contacts-form textarea
{
    width: 260px;
    height: 110px;
    padding: 1px 0 1px 3px;
    margin-bottom: 27px;
    color: #403e3e;
    overflow: auto;
}
#contacts-form .button
{
    float: right;
    margin-left: 4px;
}

/*==================list====================*/
ul
{
    list-style: none;
}


/*==================other====================*/
.img-indent
{
    margin: 0 20px 0 0;
    float: left;
}
.img-box
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.img-box img
{
    float: left;
    margin: 0 20px 0 0;
}

.extra-wrap
{
    overflow: hidden;
}

.p1
{
    margin-bottom: 10px;
}
.p2
{
    margin-bottom: 20px;
}
.p3
{
    margin-bottom: 30px;
}

/*==================txt, links, lines, titles====================*/
a
{
    color: #b70101;
    outline: none;
}
a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 60px;
    float: left;
    margin: 0px 0 0 0;
    padding: 0px 32px 0 65px;
    letter-spacing: -2px;
}
h1 a
{
    display: block;
    line-height: .91em;
    text-decoration: none;
    color: #373737;
}
h1 span
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px;
    position: relative;
    margin-top: -2px;
    display: block;
}
h2
{
    font-size: 2.46em;
    color: #aa0101;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1em;
    margin-bottom: 21px;
}
h3
{
    font-size: 1.69em;
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: -1px;
    margin-bottom: 19px;
}
h4
{
    font-size: 1em;
    color: #b60202;
    margin-bottom: 11px;
}
h5
{
    font-size: 1em;
    color: #b60202;
}
h6
{
    font-size: 10px;
    color: #b60202;
}
.link1
{
    display: block;
    float: left;
    background: url(images/link1-left.gif) no-repeat left top #555;
    color: #fff;
    text-decoration: none;
}
.link1 b
{
    display: block;
    background: url(images/link1-right.gif) no-repeat right top;
    padding: 1px 12px 2px 12px;
    font-style: normal;
}
.link1:hover
{
    text-decoration: underline;
}
.link1.fright
{
    float: right;
}

#page1 .button
{
    float: left;
}
#page1 .button.fright
{
    float: right;
}
#page1 .button span
{
    display: block;
    background: url(images/link2-left.gif) no-repeat left top;
    padding-left: 12px;
}
#page1 .button span span
{
    background: url(images/link2-right.gif) no-repeat right top;
    padding-right: 11px;
    padding-left: 0;
}
#page1 .button span span a
{
    display: block;
    background: #a90101;
    padding: 1px 2px 2px 2px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}
#page1 .button span span a:hover
{
    text-decoration: none;
}

.line-hor
{
    background: #3a3c52;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 20px 0 20px 0;
}
.line-ver
{
    background-image: url(images/line-ver.gif);
    background-repeat: repeat-y;
    width: 100%;
}

/*==================boxes====================*/
.box
{
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
}
.box .inner
{
    padding: 19px 22px 26px 24px;
}

.box1
{
    background: url(images/extra-bg.gif) no-repeat 537px top #fff;
    width: 100%;
    min-height: 425px;
}
.box1.alt-1
{
    background: url(images/extra-bg.gif) no-repeat 793px top #fff;
}
.box1 .inner
{
    padding: 26px 28px 26px 28px;
}

.box2
{
    border: 1px solid #e5e5e5;
}
.box2.alt
{
    background: url(images/box2-bg.jpg) no-repeat left bottom;
}
.box2 .inner
{
    padding: 19px 22px 26px 24px;
}
.box2.alt .inner
{
    padding-bottom: 48px;
}
.box2 h3
{
    margin-bottom: 28px;
}

.dept-list
{
    padding-bottom: 0 !important;
}
.dept-list dt
{
    margin-bottom: 21px;
    font-weight: normal !important;
    color: #403e3e !important;
}
.dept-list dd
{
    clear: both;
    margin: 0 !important;
}
.dept-list dd span
{
    float: left;
    width: 92px;
}
.dept-list dd p
{
    text-align: left;
}


/*header*/
#header .row-1
{
    height: 177px;
}
#header .row-2 .col-2 .indent
{
    padding: 90px 0 0 76px;
}

#header .nav
{
    float: right;
}
#header .nav li
{
    display: inline;
}
#header .nav li a
{
    display: block;
    float: left;
    background: url(images/nav-bg1.gif) left top repeat-x;
    padding: 140px 30px 10px 29px;
    margin-left: 1px;
    font-size: 1.15em;
    text-decoration: none;
    color: #5f5f5f;
}
#header .nav li a:hover
{
    background: url(images/nav-bg2.jpg) left top repeat-x;
    color: #fff;
}
#header .nav li a.current
{
    background: url(images/nav-bg2.jpg) left top repeat-x;
    color: #fff;
}

#header .top-links
{
    padding: 30px 47px 0 40px;
}
#header .top-links dt
{
    font-size: 33px;
    line-height: 1em;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#header .top-links dt:first-line
{
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
}
#header .top-links dd
{
    background: url(images/arrow1.gif) no-repeat 8px 8px;
    border-bottom: 1px solid #960202;
    padding: 0 0 4px 22px;
    margin-bottom: 5px;
    font-size: 1.3em;
}
#header .top-links dd a
{
    color: #fff;
    text-decoration: none;
}
#header .top-links dd a:hover
{
    text-decoration: underline;
}
#header .top-links dd.last
{
    border-bottom: none;
}

#header .slogan
{
    font-size: 40px;
    color: #b30101;
    line-height: 1em;
    margin-bottom: 14px;
}
#header .slogan strong
{
    display: block;
    color: #373737;
    font-size: 56px;
}
#header .row-2 .col-2 p
{
    font-size: 1.15em;
    color: #5f5f5f;
    line-height: 1.2em;
}

#header .button
{
    float: left;
}
#header .button.fright
{
    float: right;
}
#header .button span
{
    display: block;
    background: url(images/link2-left.gif) no-repeat left top;
    padding-left: 12px;
}
#header .button span span
{
    background: url(images/link2-right.gif) no-repeat right top;
    padding-right: 11px;
    padding-left: 0;
}
#header .button span span a
{
    display: block;
    background: #a90101;
    padding: 1px 2px 2px 2px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}
#header .button span span a:hover
{
    text-decoration: none;
}


/*content*/
#content
{
    background: url(images/content-tail.gif) left top repeat-x #f8f7f7;
    width: 100%;
}
/*#content .inside { background:url(images/content-bg.jpg) no-repeat left top; padding:58px 27px 32px 27px;}*/

#content dl
{
    padding-bottom: 20px;
}
#content dl.alt
{
    padding: 0;
    background: none;
}
#content dl dt
{
    font-weight: bold;
    color: #b60202;
}
#content dl dt span
{
    font-weight: normal;
}
#content dl dd
{
    margin-bottom: 12px;
}
#content dl dd.last
{
    margin: 0;
}

#content .gallery div
{
    width: 175px;
    float: left;
    margin-right: 10px;
    margin-bottom: 40px !important;
}
#content .gallery img
{
}
#content .gallery
{
    text-align: center;
    width: 600px;
    overflow: hidden;
    padding: 0;
    margin-left: 35px;
}


#content ul
{
    margin-bottom: 21px;
}
#content ul.alt
{
    background: none;
    margin-bottom: 8px;
}
#content ul li
{
    color: #b60202;
    padding-bottom: 5px;
}

/*footer*/

/*==========================================*/

/*GALLERIA*/
.gallerycontent
{
    color: #eee;
    font: 14px/1.4 "helvetica neue" , arial,sans-serif;
    width: 620px;
    margin: 20px auto;
}
#galleria
{
    height: 400px;
