/*  GENERAL RULES  */

* {
   padding: 0px;
   margin: 0px;
   list-style: none;
   font-family: verdana;
}

html, body{
   background: #fff;
}

img{
   border: 0px;
}

/*  MAIN FONT STYLING  */

h1{
   font: normal 20px/1.5em verdana, arial, sans serif;
   margin-bottom: 10px;
}

h2{
   font: bold 12px/1.5em verdana, arial, sans serif;
   margin-bottom: 0px;
}

p{
   font: normal 12px/1.5em verdana, arial, sans serif;
   margin-bottom: 12px;
}

p.price{
   font: bold 12px/1.5em verdana, arial, sans serif;
   margin-bottom: 15px;
}

a, a:visited{
   font: normal 11px/1.5em verdana, arial, sans serif;
   text-decoration: none;
   color: #000;
}
a:hover{
   color: #CB5529;
}

p.description{
   font: italic 12px/1.5em verdana, arial, sans serif;
   color: #333;
   margin-bottom: 0px;
}

/*  GENERAL POSITIONING  */

div#container{
   width: 770px;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
}

div#topbar{
   background: #4F5052;
   width: 770px;
   height: 48px;
   border-bottom: 1px solid #221E1F;
}

div#content-area{
   background: #D0D3B7 url(../images/sidebar-back.gif) repeat-y left;
}

div#contents{
   float: right;
   width: 459px;
   padding: 3px;
}

div#sidebar{
   width: 291px;
}

div#footer{
   background: #4F5052;
   height: 40px;
   text-align: right;
}

p.copyright{
   color: #fff;
   margin-right: 20px;
   padding-top: 10px;
}

p.copyright a, p.copyright a:visited{
   color: #fff;
}

div.show-case{
   height: 130px;
}

div.show-case a, div.show-case a:visited{
   color: #CB5529;
   text-decoration: underline;
   font-weight: bold;
}

div.show-case a:hover{
   color: #5F2009;
}

div.sc-item{
   width: 150px;
   float: left;
}
   
/*  SIDEBAR LIST  */

ul#nav{
   margin-top: 10px;
   margin-bottom: 10px;
}

ul#nav li{
   width: 291px;
   line-height: 30px;
   background: #E7E0AC url(../images/sidebar-item-back.gif) repeat-y left;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   text-align: right;
   margin-top: 8px;
}

ul#nav li a{
   text-decoration: none;
   color: #000;
   position: relative;
   right: 12px;
   font-weight: bold;
   font-size: 14px;
}

ul#nav li a:hover{
   color: #862C0B;   
}

ul#nav li.current{
   background-color: #D0D3B7;
}

ul#nav li.current a{
   color: #CB5529;
}

ul#nav li.current a:hover{
   color: #5F2009;
}

ul#nav ul.sub-nav{
   border: 0px;
   background: #fff;
}

ul#nav li.sub-nav {
   background: #fff;
   border-bottom: 0px;
   border-top: 0px;
   line-height: 13px;
}

ul#nav li.sub-nav a, ul#nav li.sub-nav a:visited{
   font-weight: normal;
   font-size: 12px;
   line-height: 13px;
}

/*  VARIOUS CLASSNAMES  */

.f-left{
   float: left;
   margin-right: 10px;
}

div.seperator{
   position: relative;
   top: 20px;
   margin-bottom: 35px;
   width: 98%;
   height: 4px;
   font-size: 0;
   background: url(../images/seperator.gif) repeat-x top;
}

div.sidebar-centered{
   text-align: center;
}
div.sidebar-centered img{
   margin: 0px auto;
}

/*  OTHER ELEMENTS */

img#logo-img{
   margin-left: 13px;
   margin-top: 13px;
}