* {
    padding: 0;
    margin: 0;
    font-size: 0.96em;
    font-family: Tahoma, Arial, Verdana;
}
a {
    color: blue;
}
p {
    color: #1F1F1F;
}
h3 {
    font-size: 1.05em;
    color: orange;
}
h2 {
    font-size: 1.1em;
    color: orange;
}
body {
    background-color: #fff;
}
.author {
    color: #7f7f7f;
    margin-bottom: 25px;
}
a.article-ln {
    font-weight: normal;
}

#container {
    margin: 20px auto;
    width: 965px;
    border: 1px #535C8F solid;
}
#header {
    line-height: 150px;
    background: #fff url('/images/header_bg.jpg') no-repeat; 
}
#logo {
    font-size: 1.8em;
    font-weight: bold;
    color: #A86113;
    margin: 0 20px;
}
#nav-wrap {
    height: 30px;
    background: #fff url('/images/nav_bg.gif') repeat-x; 
}

/* ----------------------------------------------------------------------------
   navbar
   ----------------------------------------------------------------------------
*/
ul#nav {
    margin: 0 0 50px 0;
    border: 0 none;
    padding: 0;
    width: 100%; /*For KHTML*/
    list-style: none;
    height: 30px;
}

ul#nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: auto;
}

ul#nav ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#nav ul li {
    width: 180px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
}

/* Root Menu */
ul#nav a {
    /*border: 1px solid #ccc;*/
    /*border-right-color: #8f8f8f;*/
    /*border-bottom-color: #8f8f8f;*/
    padding: 0 22px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color: #fff;
    font: normal 13px/30px Tahoma, Arial, Verdana;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#nav a:hover, ul#nav li:hover a,
ul#nav li.iehover a {
    /*background: #CCC;*/
    color: #ccc;
}

/* 2nd Menu */
ul#nav ul {
    width: auto;
    border: 1px #ccc solid;
    border-top: 0;
}

ul#nav ul li {
    border-top: 1px #ccc solid;
}
ul#nav ul li.first {
    border-top: 0;
}

ul#nav li:hover li a,
ul#nav li.iehover li a {
    float: none;
    background: #E0E9EF;
    color: #2C2E2F;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
    background: #B3D7EF;
    color: #1f1f1f;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
    background: #EEE;
    color: #666;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
    background: #CCC;
    color: #FFF;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
    background: #EEE;
    color: #666;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
    background: #CCC;
    color: #FFF;
}

ul#nav ul ul,
ul#nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
    display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
    display: block;
}

#content-wrap {
    padding: 10px;
}
#content-left {
    float: left;
    padding: 15px;
    width: 160px;
}
ul#catnav {
    list-style: none;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 45px;
}
ul#catnav li {
    padding: 10px 5px;
    border-top: 1px #ccc dotted;
}
ul#catnav li a {
    font-weight: bold;
    color: blue;
    /*text-decoration: none;*/
}
ul#catnav li a:hover {
    text-decoration: underline;
}
#content-right {
    float: right;
    padding: 15px;
    width: 720px;
}
#footer {
    color: #3f3f3f;
    font-size: 0.80em;
    vertical-align: bottom;
    padding: 20px;
    line-height: 80px;
    background-color: #ccc;
}
.clear {
    clear: both;
}
.separator {
    border: 0;
    color: #dfdfdf;
    background-color: #dfdfdf;
    height: 5px;
    width: 100%;
    text-align: left;
    margin: 5px 0 20px 0;
}

/* 
 * Content box style
 */
.content-box {
    margin: 0 0 25px 0;
}
.content-box-header {
    border: 1px #8E9FAF solid;
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
    background-color: #9BAEBF;
}
.content-box-body {
    padding: 15px;
    border: 1px #ccc solid;
    border-top-color: #fff;
}

.item-box {
    float: left;
    text-align: center;
    padding: 5px;
    margin: 10px 15px 5px 0;
    width: 145px;
    height: 200px;
    /*border: 1px #ccc solid;*/
}
.item-box:hover .image {
    cursor: pointer;
    border: 1px orange solid;
}
.item-box .title {
    padding-top: 5px;
    color: blue;
    text-decoration: underline;
    display: block;
    height: 40px;
    /*border: 1px #cccccc solid;*/
}
.item-box:hover .title {
    cursor: pointer;
    color: orange;
}
.item-box .image {
    padding: 10px;
    display: block;
    width: auto;
    height: 100px;
    border: 1px #cccccc solid;
}
.item-box .price {
    font-size: 1.1em;
    color: #9F1313;
    font-weight: bold;
    display: block;
    line-height: 25px;
    /*border: 1px #cccccc solid;*/
}

.pagination {
    font-weight: bold;
    display: block;
    margin-top: 60px;
}