html, body {
    width: 100%;    
    height: 100%;
}

body {
    background: #102041 url(../images/body_leftbg.gif) no-repeat;
    text-align: center;

    font-family: verdana, arial, serif;
    font-size: 11px;
    color: #000000;
    
    padding: 0px;
    margin: 0px;
}

table {
    width: 350px;
}

table, th, tr, td {
    margin: 0px;
    padding: 0px;
}

a {
    color: #000000;
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px;
}

#document {
    background: url(../images/body_topbg.gif) repeat-x;
    width: 100%;
    height: 100%;
    min-height: 100%;
        
    position: absolute; 
    left: 0px;
    top: 0px;
}

#document2 {
    background: url(../images/body_rightbg.gif) no-repeat right 0px;
    width: 100%;
    height: 100%;
    
    position: absolute; 
    left: 0px;
    top: 0px;    
}

#container {
    background: url(../images/container.gif) repeat-y;
    width: 684px;
    margin: 0 auto;
}

#container2 {
    background: url(../images/contact_info.gif) no-repeat bottom left;
}

#header {
    background: #333366 url(../images/header_small.jpg) no-repeat;
    width: 684px;
    height: 48px;
}

body#home #header, body#about #header {
    background: #333366 url(../images/header.jpg) no-repeat;
    width: 684px;
    height: 137px;
}

#header h1 {
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

#menu {
    background: #333366 url(../images/menu.jpg) no-repeat;
    width: 684px;
    height: 27px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu ul li { 
    float: left;
}

#menu ul li a {
    width: 136px;
    height: 27px;
    display: block;
    line-height: 27px;
}

#menu a:link, #menu a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#menu a:active, #menu a:hover, #menu a.current {
    color: #9CB0D8;
}

#banner {
    background: url(../images/used_banner.gif) no-repeat right;
    width: 683px;
    height: 77px;
}

#banner h2 {
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
}

#content {
    width: 684px;
    margin-top: 5px;
}

#sidebar {
    display: inline;
    float: left;

    width: 270px;
    margin-right: 1px;
    padding-bottom: 100px;
    
    text-align: left;
    
    position: relative;
    top: -77px;
}

#logo {
    background: url(../images/logo.gif) no-repeat;
    height: 177px;
    width: 267px;
}

#flash {
    margin-bottom: 5px;
}

#search {
    padding: 3px;
}

#search span {
    font-weight: bold;
}

#sidebar #search input {
    border: none;
    padding: 3px 4px;
    background: #9CB0D8;
}

#search #keywords {
    width: 207px;
}

#sidebar #search #submit {
    font-size: 1em;
    margin-top: 3px;
    float: right;
}

#body {
    background: #9CB0D8;

    display: inline;
	/* added by SS */min-height: 525px;
    /*min-height: 600px;*/    
    width: 412px;
    float: left;
    
    text-align: left;
}

#page_banner {
    background: #FFFFFF;
    padding-bottom: 4px;
}

#page_title {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;
}

#page_content {
    /*padding: 5px 10px 5px 5px;*/
    padding: 15px;
}

#page_content p.first {
    margin-top: 0px;
    padding-top: 0px;
}

#home #page_content, #products #page_content, #category #page_content, #manufacturer #page_content {
    padding: 0px;
}

#content_pad {
    padding: 15px 15px 5px 15px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
}

#copy {
    padding: 2px 15px;
    padding-bottom: 5px;
}

#corner_topleft, #corner_topright, #corner_bottomleft, #corner_bottomright {
    width: 120px;
    height: 120px;
    position: absolute;
}

#corner_topleft {
    background: url(../images/body_topleftbg.gif) no-repeat;
    top: 0px;
    left: 0px;
}

#corner_topright {
    background: url(../images/body_toprightbg.gif) no-repeat;
    top: 0px;
    right: 0px;
    
}

#corner_bottomleft {
    background: url(../images/body_bottomleftbg.gif) no-repeat;
    bottom: 0px;
    left: 0px;
}

#corner_bottomright {
    background: url(../images/body_bottomrightbg.gif) no-repeat;
    bottom: 0px;
    right: 0px;
}

#product_links {
    background: #FFFFFF;
    padding-bottom: 5px;
}

#inventory {
    width: 193px;
    display: inline;
    float: left;
}

#manufacturer {
    width: 214px;
    display: inline;
    float: right;
}

#inventory_title {
    background: #102041 url(../images/title_inventory.gif) no-repeat;
    height: 31px;
}

#manufacturer_title {
    background: #102041 url(../images/title_manufacturer.gif) no-repeat;
    height: 31px;
}

#inventory_title h4, #manufacturer_title h4 {
    display: none;
}

#inventory_content, #manufacturer_content {
    background: #102041;
    overflow: auto;
    height: 100px;
    
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
}

#inventory_content ul, #manufacturer_content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#inventory_content ul li, #manufacturer_content ul li {
    background: url(../images/list_arrow.gif) no-repeat 1px top;
    padding-left: 12px;
}

#inventory_content ul li, #manufacturer_content ul li {
    margin-bottom: 2px;
}

#inventory_content a, #manufacturer_content a {
    color: #FFFFFF;
    text-decoration: none;
}

#product_image, #product_thumbs {
    margin-bottom: 10px;
}

#product_thumbs {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

#product_thumbs img {
    float: left;
    display: block;
}

#marcom {
    padding: 10px 0px;
    font-size: .85em;
    color: #FFFFFF;
}

#marcom a {
    color: #FFFFFF;
}

.error { color: #880000; }
.marg-bot { margin-bottom: 5px; }
.marg-bot2 { margin-bottom: 10px; }
.marg-bot3 { margin-bottom: 15px; }
.bold { font-weight: bold; }
.big  { font-size: 1.25em; }
.filler { height: 250px;}
.filler2 { height: 500px;}
.dim { color: #8295BC; }
.product_row td { padding-bottom: 7px; border-bottom: 2px solid #000000; }

/* Lightbox.js stuff */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	