* {
    margin:0px;
    padding:0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0px;
}

#overall {
    width: 760px;
    background: url(main-bg.gif) #FFF repeat-y;
}

/*-----------------CSSJUMP HEADER-------------------*/
#header {
    background: url(header-bg.gif) #FFF no-repeat;
    height: 78px;
    position: relative;
    border-bottom: solid 4px #c4c4c4;
}
#logo {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #fff;
    font: normal 36px trebuchet ms, verdana, sans-serif;
}
#header-links {
    position: absolute;
    right: 4px;
    top: 37px;
}
* html #header-links {
    top: 37px;
}
#header-links li {
    font: bold 10px tahoma, arial, sans-serif;
    color: #fff;
    display:inline;
    line-height: 10px
}
#header-links li a {
    color: #fff;
    padding-left: 3px;
    padding-right: 5px;
    border-right: solid 2px #fff;
}
#header-links li a.last {
    border-right: none;
}

/*-----------------CSSJUMP MAIN---------------------*/
#main {
}

/*-----------------CSSJUMP LEFT---------------------*/
#left {
    width: 157px;
}
#search {
    font: normal 11px trebuchet ms, arial, sans-serif;
    padding: 15px 6px 20px 16px;
}
.form {
    vertical-align: middle;
}
#search .form input {
    vertical-align: middle;
}
.search-box {
    width: 110px;
    height: 22px;
    margin-top: 1px;
}
#navtop {
    display:block;
}
#nav {
    list-style: none;
    margin-bottom: 15px;
}
#nav li {
    font: normal 11px trebuchet ms, arial, sans-serif;
    padding:  5px 5px 4px 25px;
    background: url(nav-bullet.gif) #e2e2e2 6px 5px no-repeat;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #888;
    text-transform: uppercase;
}
* html #nav li {
    padding:  4px 5px 3px 25px;
    background-position: 6px 8px;
}
#nav li a {
    color: #000;
}
#navbottom {
    display:block;
}
#nav-extras {
    text-align: center;
    padding-bottom: 20px;
}

/*-----------------CSSJUMP RIGHT--------------------*/
#right {
    float: right;
    width:575px;
    margin-top: 17px;
}
* html #right {
    margin-left: -3px;
}
.headertext {
    font: bold 16px trebuchet ms, arial, sans-serif;
    color: #0E6EB0;
    margin-bottom: 12px;
}
#message {
    font: normal 12px tahoma, arial, sans-serif;
    margin-bottom: 10px;
    line-height: 15px;
    padding-right: 150px;
}
/*NOTE: styles related to contents in its own external css file*/
.contents .info .sale {
    font-weight: bold;
}

/*-----------------CSSJUMP FOOTER-------------------*/
#footer {
    background: url(footer-bg.gif) #fff no-repeat;
    height: 40px;
    position: relative;
}
* html #footer {margin-top: -2px;}
#footer-links {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 590px;
    text-align: center;
}
* html #footer-links {
    top: 15px;
}
#footer-links li {
    font: bold 10px tahoma, arial, sans-serif;
    color: #fff;
    display:inline;
    line-height: 10px
}
#footer-links li a {
    color: #fff;
    padding-left: 3px;
    padding-right: 5px;
    border-right: solid 2px #fff;
}
#footer-links li a.last {
    border-right: none;
}
#designby a {
    position: absolute;
    right: 20px;
    top: 15px;
    font: normal 10px tahoma, arial, sans-serif;
    color: #fff;
}
#copyright {
    text-align: right;
    font: bold 11px tahoma, arial, sans-serif;
    color: #707070;
    background-color: #fff;
    padding: 2px 0 6px 0;
}

/*-----------------CSSJUMP COMMONS-------------------*/
.clear {
    clear:both;
    font-size: 0;
    height: 0;
}
#right .caption ul li { margin-left: 15px; }
