body{
    margin:0px;
    padding:0px;
    color:#734a36;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight: normal;
    line-height:1.5em;
    background:#d9dcdc;
    text-align: center;
}
*{
    margin:0px;
    padding:0px;
}
body, html{ 
    height: 100%;
}
.clr{
    clear: both;
}
img { 
    border: 0;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
sup{
    text-transform: lowercase;
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 { /*same as content.css .article_title h2. If change, please change content.css too*/
    padding:0;
    line-height: 1.4em;
    color:#491d08;
}
.highlight {
    color:#eea800;
}
#component p {
    padding:0 0 20px 0;
}
.auto_margin{
    margin: auto;
}
.global_wrap{
    width: 990px;
    margin: 0 auto;
    padding: 0;    
    overflow:hidden;
}
#main_container {     
    margin:50px auto 100px;
    background: #fff;
    text-align: left;
    -moz-box-shadow:0 0 10px #959595;
    -webkit-box-shadow:0 0 10px #959595;
    box-shadow:0 0 10px #959595;
    overflow:hidden;
}
#header_container {    
    padding:20px 15px 15px;    
}
#header_row1{
    width:100%;
    padding-bottom:15px;
    border-bottom:1px solid #f1efed;        
    overflow:hidden;
    min-height:80px;
    height:auto !important;
    /height:95px;    
}
#logo {
    width:435px;
    padding-top:10px;
    padding-left:15px;
    float:left;
}
#search_container, #top_quicklinks {
    width:510px; /*990-(435+15)-(15x2 header_container padding)=500*/
    float:left;
    font-size:14px;
}
#search_container {
    margin-bottom:15px;
    font-size:90%;
    font-style: italic;
    color:#ad9b92;
    text-align:right;
}
#top_quicklinks {
    text-align:left;
}
#top_quicklinks div{
    float:left;
}
#catalogue_quicklink {    
    background:url(images/catalogue_bg_gradient.png) 0 0 repeat-x #280d00;
    margin-left:25px;
    padding:10px 30px;
    float:left;
    border-radius:8px;
    color:#eec43d;
    text-align: center;
    line-height: 1.2em;    
}
#catalogue_quicklink a {
    font-size:90%;
    color:#fff;
    text-decoration: none;    
}
#catalogue_quicklink a:hover {
    text-decoration: underline;    
}
#navigation{
    width: 100%;
    min-height:41px;
    color:#491d08;
    font-size:14px;
}
#rotator_container {
    width:100%;
    min-height:300px;
}
#component {
    width:930px; /*990-30-30=930*/
    padding:30px;
}
#section_quicklinks, #footer{
    width:940px;/*990-25-25=940*/
    padding:20px 25px 55px;
    overflow: hidden;
}
#section_quicklinks {    
    background: #f5ede5;
    color:#8f775e;
    font-size:14px;
}
#section_quicklinks .user01 {
    width:590px;
    margin-right:30px;
    float:left;
}
#section_quicklinks .user02, .user05 {
    width:320px;
    float:left;
}
.user03, .user04 {    
    float:left;
    padding:0 30px;
}
.user03{
    width:230px; /*290-30-30=230*/    
}
.user04{
    width:270px; /*330-30-30=270*/
}
.user02 .widget {
    margin-bottom:20px;
}
#footer{
   color:#491d08;
}
#copyright{
    width:940px;/*990-25-25=940*/
    padding:25px;
    color:#b29d87;
    font-size: 12px;
    text-align: center;
    border-top:1px solid #f5f5f5;
}
#powered_by {
    background: #4a1e09;
    color:#fff;    
    font-size: 12px;
    line-height: 3em;
}
#powered_by a {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
}
#powered_by a:hover {
    text-decoration: underline;
}
