/* @override http://bool.sala.ca/dev/JDEC/www/style/JDEC/StoreApp/layout.css */

/*******************
 *
 * JDEC Layout Styles
 * 
 * Colours:
 * 
 *  Surplus ReD: #fe0000;
 *   
 *******************/

body {
    background-color: #ffffff;
    color: #5c5c5c;
    text-align: center;
    font-family: lucida grande, helvetica, serif;
    font-size: 11px;
}

#background_container {
    position: relative;
}

#layout_container {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

/* Header */


#layout_header {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    z-index: 2;
    background-color: #fff; 
}

#layout_header .header_title {
    background-image: url(../../../images/logo-header.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 77px;
    width: 362px;
    top: -10px;
    left: -10px;
    margin: 0px;
    z-index: 0;
    text-indent: -10000em;
}

#layout_header .header_title a {
    display: block;
    width: 362px;
    height: 77px;
}

#header {
    height: 84px;
}

#layout_header .top-menu {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Header Nav Bar */

#layout_header_nav_bar {
    background-color: #000;
    height: 34px; 
    margin-bottom: 10px;
}

#header_nav_bar {
    position: relative;
    padding: 2px 0;
}

#header_nav_bar .email_signup_box {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: inline;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 3px;
}

#header_nav_bar .email_signup_box .email_input {
    height: 15px;
    margin: 0;
    display: inline;
}

#header_nav_bar .email_signup_box form {
	display: inline;
}

#header_nav_bar .email_signup_box .submit_button {
	padding-left: 5px;
	display: inline;
	padding-right: 10px;
	vertical-align: middle;
}

#header_nav_bar .email_signup_box img {
	padding: 0 5px;
	display: inline;
	vertical-align: middle;
}
/* Main Body */

#layout_main_body {
    background-color: #FFF;
}

#layout_main_body_cols {
    width: 100%;
}

/* Sidebar Left */

#layout_sidebar_left {
/*
    background-image: url(./images/bg-grad-gray_to_white.jpg);
    background-repeat: repeat-x;
    background-position: top left;
*/
	background-color: #fff;
    width: 200px;
    color: #333;
}

#sidebar_left {
}

#sidebar_left .search_box {
    background-color: #fff;
    color: #000;
    padding: 0 7px 4px 0;
    text-align: left;
    font-size: 9px;
    text-align: left;
}

#sidebar_left .search_box a {
    color: #000;
    display: inline;
    text-transform: uppercase;
    text-decoration: none;
	padding-left: 20px;
}

#sidebar_left .search_box a:hover {
    color: #fe0000;
}

#sidebar_left .search_box .input_search {
    width: 95%;
    display: block;
    margin: 0 auto 5px 0;
}

#sidebar_left .search_box .submit_button {
    /*background-color: #FFF;*/
    background-image: url(../../../images/button-go.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 46px;
    height: 17px;
    border: none;
	margin: 5px;
    vertical-align: middle;
}

#sidebar_left .search_box .submit_button:hover {
    background-image: url(../../../images/button-go-on.png);
    background-repeat: no-repeat;
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    
}

#sidebar_left .search_box .submit_button:active {
    background-color: #666;
    color: #FFF;
}


/* Main Content */

#layout_main_content {
}

#main_content {
	width: 800px;
}

#main_content a {
		text-decoration: none;
		color: #fe0000;
}
#main_content .padded_content {
    padding: 0 10px 10px;
}

#main_content .padded_content_no_top {
    padding: 0 10px 10px 10px;
}

#main_content .centered_content {
	text-align: center;
}

#main_content .centered_padded_content {
	text-align: center;
	padding: 15px 0;
}

#main_content .centered_content table {
    margin: auto;
}

#main_content h1,
#main_content h2 {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 auto 1.5em;
    padding: 0.2em 5px;
    letter-spacing: 1pt;
    text-align: center;
}

#main_content h1 {
	font-size: 17px;
}

#main_content h2 {
	font-size: 15px;
}

#main_content h3 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0.4em;
    padding: 0;
	letter-spacing: 1pt;
}

#main_content h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
}

#main_content p {
    line-height: 1.6em;
    /*margin: 1em 5em;*/
    margin: 1em 0;
	text-align: left;
}

#main_content ul {
    list-style-type: square;
}

#main_content li {
    line-height: 1.1em;
    margin-bottom: 0.5em;
}

#main_content li em {
    font-weight: bold;
    font-style: italic;
}

#main_content .title_banner {
	text-align: center;
	margin-bottom: 10px;
}

#main_content .data_table {
    margin-bottom: 1em;
    border: 1px solid #CCC;    
}

#main_content .data_table td {
    text-align: center;
    padding: 2px;
}

#main_content .data_table th {
    text-align: center;
    padding: 2px;
    background-color: #eff5fd;
    color: #454545;
    text-transform: uppercase;
}

#main_content .data_table .divider td {
    text-align: left;
    text-transform: uppercase;
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#main_content .data_table td.label {
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
}

#main_content .data_table th.label {
    text-align: left;
}

#main_content .data_table_note {
    display: block;
    text-align: right;
    font-style: italic;
    color: #666;
    position: relative;
    top: -1em;
}

#main_content .data_table .even td {
    background-color: #CCC;
}

#main_content .data_table .odd td {
    background-color: #EEE;
}

#main_content .banner_cols {
    margin-bottom: 10px;
}

#main_content .banner_cols a {
    display: block;
}

#main_content .banner_cols .left {
    text-align: left;
}

#main_content .banner_cols .right {
    text-align: right;
}

#main_content .banner_content {
	padding: 0px 10px 0;
}

#main_content .form_layout {
	margin: 15px 0;
}

/* Sidebar Right */

#layout_sidebar_right {
    width: 130px;
}

/* Footer */

#layout_footer {
    background-color: #FFF;
}

#footer {
    text-align: center;
}

#footer_logos {
	padding: 20px 0 10px;
}

#footer_logo  {
	padding: 0 10px;
	margin-bottom: 10px;
}

#footer_logo a {
	color: #000;
	text-decoration: none;
}

#footer .logos {
    margin: 0px auto 10px auto;
}

#footer .logos td {
    vertical-align: middle;
    padding: 0 10px;
}


/* PAGE SPECIFIC CSS */

.surplus-store h2 {
	margin: 0!important;
}

/* Button */
#main_content .button {
	text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 10px auto;
    padding: 5px;
    border: 2px solid #333;
    width: 150px;
}

#main_content .button a {
	color: #333;
    text-decoration: none;
}

#main_content .button a:hover {
    text-decoration: underline;
}

#main_content .buttons {
	padding: 15px 0;
}

#main_banner_wrapper {
	height:353px;
	overflow:hidden;
	position:relative;
	width:568px;
	margin-right: 10px;
}
