@import url(2d-reset.css);

/* 2d designs inc */

/* layout
---------------------------------------- */

body {
background-color: rgb(100,100,100);
min-width: 900px;
padding-top: 10px;
}

#wrap {
color: rgb(0,0,0);
background-color: white;
width: 900px;
margin: 0 auto;
}

#wrap-inner {
padding: 20px;
}

#mast {
width: 860px;
height: 130px;
background-color: white;
text-align: left;
}

/* main width: 960px; */

#main {
width: 858px;
text-align: left;
float: left;
background: transparent url(../images-site/global/layout/main-bg-1.jpg) repeat-x top left;
min-height: 500px;
border: 1px solid rgb(180,180,180);
}

#main-inner {
clear: both;
}

/* nav 171,101,12 ab650c */

#main-top {
clear: both;
height: 80px;
}

#main-top-inner {
padding: 0;
}

#main-nav {
width: 100%;
overflow: hidden;
float: left;
background-color: rgb(171,101,12);
color: rgb(255,255,255);
}

#main-nav-inner {
padding: 0 0 0 20px;
}

#content {
width: 578px;
float: left;
overflow: hidden;
}

#content-inner {
padding: 0 20px 20px 20px;
}

#side-1 {
width: 280px;
float: right;
overflow: hidden;
background-color: rgb(230,230,230);
}

#side-1-inner {

}

#side-1 div.item-news {

}

#side-1 div.item-news h4 {
font-weight: bold;
margin-bottom: 1em;
font-size: .9em;
line-height: 1.2;
}

#side-1 div.item-news p {
font-size: .9em;
line-height: 1.2;
margin-bottom: 1em;
}

#side-1 div.item-news p.read-more {

}

#content div.item-branding {
width: 100%;
clear: both;
min-height: 170px;
}

#content div.item-branding {

}

#content div.item-branding div.left {
width: 378px;
}

#content div.item-branding img {
float: right;
border: 1px solid rgb(180,180,180);
}

#content div.item-branding a:hover img {
border: 1px solid rgb(171,101,12);
}

body.branding h1 {
font-size: 1em;
}

body.branding h2 {
font-size: 1em;
}

#footer {
clear: both;
width: 100%;
}

#footer-inner {
padding: 10px;
}

/* @group news */

body.news h1 {
color: rgb(171,101,12);
background-color: rgb(200,200,200);
margin-bottom: 2em;
padding: 10px;
}

#content div.item-news {
margin-bottom: 3em;
padding-left: 10px;
}

/* @end */

/* type
---------------------------------------- */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
}

strong {
font-weight: bold;
}

em,cite {
font-style: italic;
}

#footer p {
text-align: center;
font-weight: bold;
font-size: .9em;
margin-bottom: .4em;
}

#footer p.copyright {
font-weight: normal;
}

h1,
h2 {
color: rgb(171,101,12);
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}

p,ul,ol,dl {
margin-bottom: 1.5em;
margin-top: 0;
}

blockquote {
margin-left: 1em;
margin-right: 1em;
font-style: italic;
text-indent: 2em;
}

a {
color: rgb(171,101,12);
text-decoration: none;
}

#content a {
border-bottom: 1px solid rgb(180,180,180);
}

#side-1 a {
border-bottom: 1px solid rgb(180,180,180);
}

#content a:hover {
border-bottom: 1px solid rgb(171,101,12);
}

#content ul {
list-style-type: disc;
list-style-position: inside;
}

#side-1 a:hover {
border-bottom: 1px solid rgb(100,100,100);
}

h1 {
font-size: 1.4em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.1em;
}

#side-1 h3,
#side-1 ul,
#side-1 div.item-news {
padding: 10px 20px  10px 20px;
}

#side-1 h3 {
color: rgb(171,101,12);
background-color: rgb(200,200,200);
}

#side-1 ul {

}

#side-1 ul li {
margin-bottom: .4em;
}

#side-1 a {
color: rgb(0,0,0);
}

/* ------------------ */

#main-menu {
margin: 0;
padding: 0;
}

#main-menu li {
float: left;
padding-top: 1em;
padding-bottom: 1em;
margin: 0;
}

#main-menu a {
color: rgb(255,255,255);
padding: 1em;
text-decoration: none;
}

#main-menu a:hover {
background-color: rgb(178,108,19);
}

#main-menu li.current,
#main-menu li.current a:hover {
background-color: #b78b44;
}

#main-top div.slogan {
padding: 20px 80px 0 20px;
}

#main-top div.slogan p {
font-size: 1.8em;
color: rgb(100,100,100);
text-align: right;
}

/* contact form */

body.contact form br {
line-height: 0;
display: none;
}

body.contact form label,
body.contact form input {
display: block;
margin: 0;
padding: 0;
}

body.contact form input.zemText,
body.contact form textarea.zemTextarea {
border: 1px solid rgb(200,200,200);
margin: 0 0 .5em 0;
padding: 0;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.contact form .zemError,
body.contact form label.zemRequirederrorElement {
color: rgb(200,0,0);
}

body.contact form :focus,
body.contact form .focus-ie {
background-color: #fff1db;
}

body.contact .zemThanks {
color: rgb(171,101,12);
font-weight: bold;
font-size: 1.4em;
}

/* ie needs */

#mast img {
display: block;
}

body {
text-align: center;
}

#main {
text-align: left;
}

/* end ie needs */

/* end */