﻿* 
{
    margin: 0;
    padding: 0;
}

body 
{
    font-family: Tahoma;
    background: #bbbbbb url(../img/freebieplus-back.png) repeat-y fixed center top;
}

#page
{
    width: 900px;
    background-color: #ffffff;
    margin: 0 auto;
}

/* Elements in the Header */
#header
{
    width: 100%;
    background-color: #ff7700;
    height: 60px;
}

#logo 
{
   width: 300px; 
   float: left; 
}

#search
{
    float: right;
    margin-right: 10px;
}

#search-text 
{
    border: 2px solid #000;
    height: 16px;
    width: 150px;
    padding: 2px 0 2px 4px;
}

#search-submit 
{
    border: 0;
    text-align: center;
    background-color: #26148c;
    background-image: url(../img/search.gif);
    width: 59px;
    height: 26px;
}
/* End Header */

/*  Menu */
#menu
{
    height: 30px;
    background-color: #26148c;
    width: 100%;
    text-align: left;
    padding: 4px 0 4px 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#menu ul
{
    padding: 3px 0 0 5px;
    margin: 0;
    font-weight: bold;
    list-style-type: none;
    text-align: left; 
}

#menu li
{
    display: inline;
    margin: 0;
}

#menu li a
{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    color: #fff;
}

#menu li a:hover
{
    color: #ff7700;
}

#menu li.selected a
{ 
    color: #ff7700;
}

#menu-right
{
    font-size: .8em;
    float: right; 
    padding: 5px 0 0 5px;
    margin-top: 2px !important;
}

/* End Menu */

#top-content
{
    float: right;
    font-size: 12px;
    padding-top: 2px;
    margin-right: 10px;
}

#top-content a
{
    text-decoration: none;
    color: #26148c;
}

#sidebar
{
    width: 250px;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
    text-align: center;
    font-size: .8em;
}

#sidebar a
{
    color: #ff7700;
    font-weight: bold;
}

#sidebar ul
{
    list-style-type: none;
}

.sidebar-block
{
	margin: 0 5px 10px 5px;
	text-align: center;
}

.sidebar-block-header
{
	background-image: url(../img/sidebar-back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	padding: 5px 0 2px 0;
	color: #ffffff;
}

.sidebar-block-header h2
{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #ff7700;
}

.sidebar-block-content
{
	border-right: 2px solid #26148c;
	border-left: 2px solid #26148c;
	background-color: #26148c;
	line-height: 1.4em;
	text-align: left;
	padding: 10px 15px 10px 15px;
}

.sidebar-block-content a
{
	font-weight: bold;
}
	

#content 
{
    width: 625px;
    float: right;
    text-align: center;
    margin-top: 10px;
}
    
#footer
{
    width: 100%;
    background-color: #ff7700;
    clear: both;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0 5px 0;
    font-size: .9em;
}

img
{
    border: 0;
}

h1
{
    text-align: center;
    color: #26148c;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

h2
{
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.home-block
{
	margin: 10px 5px 10px 5px;
	text-align: center;
	width: 300px;
	float: left;
}

.home-block-header
{
	background-image: url(../img/home-top.gif);
	height: 20px;
	padding: 5px 0 2px 0;
	color: #ffffff;
}

.home-block-header h2
{
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.home-block-content
{
	border-right: 2px solid #26148c;
	border-left: 2px solid #26148c;
	background-color: #26148c;
	text-align: left;
	padding: 10px;
	font-size: .9em;
	text-transform: capitalize;
}

.home-block-content a
{
    color: #fff;
    font-weight: bold;
}

.item-small
{
    margin: 3px 0 0 10px;
    font-size: .75em;
    color: #ff7700;
}

#content-block
{
	margin: 10px 10px 10px 0;
	text-align: center;
	width: 615px;
	float:right;
}

#content-block-header
{
	background-image: url(../img/content-top.gif);
	height: 20px;
	padding: 5px 0 2px 0;
	color: #ffffff;
	font-size: .8em;
}

#content-block-header h1
{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#content-block-content
{
	border-right: 2px solid #26148c;
	border-left: 2px solid #26148c;
	background-color: #26148c;
	text-align: left;
	padding: 10px 20px 10px 20px;
	color: #ff7700;
	font-size: .9em;
}

#content-block-content a
{
    color: #fff;
    font-weight: bold;
}

.contact-label
{
    width: 150px; 
    float: left; 
    text-align: right; 
    margin-right: 10px;
}

.up-pic, .up-pic-gray:hover
{
	background-image: url(../img/up-arrow.png);
	width: 20px;
	height: 20px;
}

.up-pic-gray
{
	background-image: url(../img/up-arrow-gray.png);
	width: 20px;
	height: 20px;
}

.down-pic, .down-pic-gray:hover
{
	background-image: url(../img/down-arrow.png);
	width: 20px;
	height: 20px;
}

.down-pic-gray
{
	background-image: url(../img/down-arrow-gray.png);
	width: 20px;
	height: 20px;
}

.item-number
{
	float:left; 
	color:#ff7700; 
	padding-left: 5px; 
	padding-right: 10px; 
	font-size:32px;
}

#sortcombo
{
    float: right;
    margin: 3px 15px 0 0;
}

.desc-left
{
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

label
{
    display: none;
}
