@charset "utf-8";
/* CSS Document */


*
{
padding:0;
margin:0;
}

body
{

}


#wrapper
{
position:absolute;
width:100%;
height:auto;
}

#container
{
position:relative;
width:1020px;
min-height:600px;
margin:0 auto 0 auto;
}


@font-face {
    font-family: 'HelveticaNeueLTStd67MdCn';
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}






#header
{
position:relative;
width:960px;
height:105px;
margin:120px auto 0 auto;
background-image:url(img/header_bg.png);
background-position:bottom center;
background-repeat:repeat-x;
}

#logo
{
position:relative;
width:367px;
height:56px;
top:0;
left:0;
}

#logo img
{
border:none;
}

/* NAVIGATION */

#nav
{
position:relative;
float:left;
width:150px;
min-height:250px;
margin:0 0 0 20px;
}

ul#navlinks
{
position:relative;
font-family: HelveticaNeueLTStd67MdCn, Arial, Helvetica, sans-serif;
font-size:15px;
color:#402E00;
letter-spacing:2px;
text-align:left;
}

ul#navlinks li
{
list-style:none;
background-image:url(img/header_bg.png);
background-position:bottom;
background-repeat:repeat-x;
padding:7px 0 7px 0;
width:150px;
}

ul#navlinks li a
{
color:#402e00;
text-decoration:none;
}

ul#navlinks li a:hover
{
color:#CDC8B1;
}

ul#contact_info
{
clear:both;
position:relative;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#402e00;
font-size:10px;
text-align:left;
top:30px;
}

ul#contact_info li
{
list-style:none;
}

ul#contact_info li a
{
color:#402e00;
text-decoration:none;
}


/* CONTENT */

#content
{
position:relative;
float:left;
width:790px;
min-height:500px;
overflow:hidden;
margin:0 0 0 30px;
background-image:url(img/content_bg.png);
background-position:right;
background-repeat:repeat-y;
}

#home #content
{
background-image:none !important;
}



/* FOOTER */

#footer
{
position:relative;
clear:both;
width:100%;
height:280px;
top:30px;
background-color:#0B0800;
}

#footer_content
{
position:relative;
width:960px;
height:100px;
margin:0 auto 0 auto;
}

#footer_content ul
{
position:relative;
float:left;
margin:10px 0 0 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
}

#footer_content ul li
{
list-style:none;
float:left;
margin-right:10px;
}

li.info
{
padding-right:100px;
}

#footer_content ul li a
{
color:#FFFFFF;
text-decoration:none;
}



