#masthead {
	background: black url(images/masthead_bg.png) repeat-x left top;
	height: 150px;

}

.column_wrapper {
	width: 974px;
	margin: 0 auto;
}

.column_footer {
	width: 974px;
	margin: 0 auto;
	text-align:center;
}

#navbar_wrapper {
	background: #ee0000;
	/* #fbaf00 url(images/navbar_bg.png) repeat-x bottom left;*/
	height: 30px;
	margin: 0 auto;
}


	#navbar_wrapper a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
#main_content {
	margin-left: 20px;
	
}

#navbar {
	background: #fbaf00 url(images/navbar_bg.png) repeat-x bottom left;
	width: 974px;
	height: 30px;
	margin: 0 auto;
}

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



#navbar ul li { /*display: inline;*/
	float: left;
	position: relative;
	width: 10em;
	line-height: 28px;
	background: transparent url(images/navbar_indent.png) repeat-y left top;
}

#navbar ul li ul { /* Parent w child hide the childs until hovers;*/
	display: none;
	position: absolute;
	top: 1em; /*left and top to correct IE's mistake*/
	left: 0;
	background: #FBE400 url(images/navbar_lower.png) repeat-x left top;
	border: 1px solid #FBE400;
	border-top: 0;
}

#navbar ul li ul li ul {
	display: none;
	position: absolute;
	top: 1em; /*left and top to correct IE's mistake*/
	left: 0;
	background: #FBE400 url(images/navbar_lower.png) repeat-x left top;
	border: 1px solid #FBE400;
	border-top: 0;
}

#navbar ul li>ul { /*uncorrect IE's mistake on other browsers ; */
	top: 30px;
	/*left: auto;*/
}

#navbar ul li ul li>ul { /*uncorrect IE's mistake on other browsers */
	top: 30px;
	/*left: auto;*/
}

#navbar ul li:hover ul { /*hover parent display childs;*/
	display: block;
	clear: left;
}

#navbar li {
	display: block;
	text-decoration: none;
	color: #0c0c0c;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	}
#navbar li a {
	display: block;
	text-decoration: none;
	color: #0c0c0c;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

#navbar li a:hover {
	color: white;
	
}

#navbar li ul a { /* how to display the parent */
	color: #0c0c0c;
	border: 2px solid #ffffff;
}

#promotion {
	margin-top: 20px;
	margin-bottom: 30px;
}



.left {
	float: left;
}

.right {
	float: right;
}

.shadow_down {
	background: transparent url(images/shadow_down.png) repeat-x left top;
	height: 25px;
}

#footer {
	//background: #4d4d4d url(images/shadow_up.png) repeat-x left top;
	background: black url(images/masthead_bg.png) repeat-x left top;
	padding-top: 0px;
	padding-bottom: 5em;
	margin-top: 3em;
	color: #ccc;
	clear: both;
	text-align: centre;
}

#slogan {
	width: 400px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 1.5em;
	color: yellow;
	text-align: left;
	padding-top: 40px;
	padding-left :200Px;

	
}

.sidebar1 {
	width: 200px;
	background-color:#ff0000;
	border: 1px solid #fed9a6;
	color: yellow;
	font-size: 0.85em;
	margin-bottom: 30px;
}

.sidebar1 h3 {
	color: #666;
	font-size: 1.2em;
	font-family: verdana, arial, serif;
	margin: 10px 25px;
	border-bottom: 1px solid #FBC41F;
	text-transform: uppercase;
}

.sidebar1 ul {
	margin: 10px 20px 10px 30px;
	list-style-position: outside;
}

.sidebar1 ul li {
	list-style-image: url(images/asterisk_orange.gif);
	margin-bottom: 15px;
	padding-left: 5px;
}

.sidebar2 {
	background: transparent url(images/grad_orange.png) no-repeat center top
		;
	width: 160px;
	padding-left: 20px;
	color: #595959;
}

.sidebar2 h3 {
	font-size: 1em;
	color: #efa800;
}

.sidebar ul {
	list-style-position: outside;
}

.sidebar2 li {
	margin-left: 10px;
	list-style-type: circle;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.sidebar3 {
	width: 160px;
	padding-left: 20px;
	color: #595959;
}

.sidebar3 h3 {
	font-size: 1em;
	color: #efa800;
}

.sidebar3 ul {
	list-style-position: outside;
}

.sidebar3 li {
	margin-left: 10px;
	list-style-type: circle;
	font-size: 0.8em;
	margin-bottom: 15px;
}


#column1 {
	width: 200px;
	padding-left: 10px;
	float: left;
}


#colum4 {
	width: 1000px;
	margin-left: 20px;
	float: left;
}

#latest_promo {
	background: transparent url(images/bg_latest_promo.png) left top
		no-repeat;
	padding-left: 60px;
	color: #fbaf00;
	font-size: 1.5em;
	height: 39px;
}

#column4 #promos {
	background-color: #FFF6BB;
	padding-bottom: 23px;
}

#column4 .item {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 23px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #fff088;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #333;
}

#column4 .item_title {
	margin-left: 16px;
	color: #efa800;
}

#column5 {
	width: 350px;
	margin-right: 15px;
	float: left;
}

#topcharts {
	background: transparent url(images/bg_top_charts.png) left center
		no-repeat;
	padding-left: 40px;
	color: #fbaf00;
	font-size: 1.5em;
	height: 36px;
	vertical-align: center;
}

div.error {
	color: #e20500;
	font-style: italic;
}

.error-message {
	color: #e20500;
}

#flashMessage,#authMessage {
	background-color: #ffc;
	border-top: 1px solid #f2e389;
	border-bottom: 1px solid #f2e389;
	padding: 10px;
	color: #666;
	margin-bottom: 10px;
}

#breadcrumbs {
	font-size: 80%;
}

.small {
	font-weight: normal;
}

#results {
	width: 80%;
}

#results th,#results td {
	border: 1px solid white;
	padding: 2px;
}

.even td,#results th {
	background-color: #ffc;
}

#results img {
	border: 0;
}
#results1 {
	width: 80%;
}

#results1 th,#results1 td {
	border: 1px solid white;
	padding: 2px;
	width :200px;
}

.even td,#results1 th {
	background-color: #ffc;
	width:200px;
}

#results1 img {
	border: 0;
}

#products {
	width: 100%;
}

#products th,#products td {
	border: 1px solid white;
	padding: 2px;
}

.even td,#products th {
	background-color: #ffc;
}

#products img {
	border: 0;
}

#products tr.expired td {
	text-decoration: line-through;
}

.user_details {
	width: 630px;
	margin: 10px;
	padding: 10px 10px;
}

.suspended {
	color: #ccc;
}

/*Below are the styles for the sliding doors tabs*/
#tabs {
	border-bottom: 5px solid #fbb201;
	float: left;
	width: 100%;
	font-weight: bold;
}

#tabs ul {
	list-style: none;
	padding: 10px 0;
}

#tabs ul li {
	float: left;
	background: transparent url(images/tab2_right.png) no-repeat right top;
}

#tabs a {
	float: left;
	display: block;
	background: transparent url(images/tab2_left.png) no-repeat left top;
	padding: 5px 15px;
	text-decoration: none;
	color: #ccc;
}

/* commented backslash hack hides rule from IE5-Mac \*/
#header a {
	float: none;
}

/*end IE5-Mac hack */
#tabs .current {
	background-image: url(images/tab1_right.png);
}

#tabs .current a {
	background-image: url(images/tab1_left.png);
	color: white;
	text-decoration: none;
}

#tabs a:hover {
	color: #000;
	text-decoration: underline;
}

.index {
	background: transparent url(images/tab_shadow.png) repeat-x left 40px;
}

.index .contents {
	padding: 20px;
}

.separate {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.steps {
	width: 240px;
	vertical-align: top;
	text-align: center;
}

.steps select,.steps input {
	font-size: 100%;
}

.step1,.step2,.step3,.step4 {
	width: 150px;
	height: 100px;
	padding: 10px 10px 5px 60px;
	font-size: 1.2em;
	color: #993;
	text-align: left;
	font-weight: bold;
}

.step1 {
	background: transparent url(images/step1.png) left top no-repeat;
}

.step2 {
	background: transparent url(images/step2.png) left top no-repeat;
}

.step3 {
	background: transparent url(images/step3.png) left top no-repeat;
}

.step4 {
	background: transparent url(images/step4.png) left top no-repeat;
}

ol#wishlist {
	margin-left: 30px;
}

ol#wishlist li {
	margin-bottom: 20px;
}

.spaced {
	padding: 3px;
}

.simple_button {
	border: 1px solid #ffa903;
	background: #fddf00 url(images/button_bg.png) left top repeat-x;
	display: block;
}

.details {
	font-size: 1.25em;
	color: #666;
	margin-left: 30px;
}

.details .label {
	width: 160px;
	clear: left;
	display: block;
	font-weight: bolder;
}

.contact {
	background: transparent url(images/bg_contact.png) left top no-repeat;
	padding-left: 50px;
}

.product {
	background: transparent url(images/bg_product.png) left top no-repeat;
	padding-left: 50px;
	line-height: 40px;
}

.promo {
	background: transparent url(images/bg_promo.png) left top no-repeat;
	padding-left: 50px;
	line-height: 40px;
}

.separator {
	border-top: 1px solid #FEF5E1;
	margin-top: 30px;
	padding-top: 30px;
}

.notes {
	font-size: 0.9em;
}

#dash_buttons {
	margin-top: 20px;
	margin-bottom: 30px;
}

#dash_buttons a {
	margin-right: 7px;
}

h2.title {
	border-bottom: 5px solid #FBB201;
	padding-left: 6px;
	margin-bottom: 0;
	margin-top: 0px;
}

.text {
	padding: 20px;
	background: transparent url(images/tab_shadow.png) repeat-x scroll left
		top;
	color: #333;
}

.pinup {
	margin-bottom: 20px;
}

.chart {
	margin: 20px 20px 30px 30px;
	color: #666;
	border-bottom: 2px solid #d4aa00;
}

.emphasis {
	margin: 20px 10px 20px 60px;
	font-weight: bold;
	font-size: 1.2em;
}

.footnote {
	font-size: 0.7em;
}

.step_panel {
	width: 701px;
	margin: 20px 0;
	background: transparent url(images/panel_body.png) left center repeat-y;
}

.step_panel .top {
	background: transparent url(images/panel_top.png) left top no-repeat;
}

.step_panel .bottom {
	background: transparent url(images/panel_bottom.png) left bottom
		no-repeat;
	clear: left;
}

.step_panel .numbered {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.step_panel .heading {
	font-weight: bold;
	color: #000;
}

.step_panel .focus {
	margin-left: 300px;
}

.step_panel .body {
	margin: 0 0px;
}

.step_panel p  {
	margin-top: 20px;
	color: #808080;
	font-size: 0.9em;
}

#price 
{
	font-weight: bold;
	color :#808080;
	
}

.tabs {
	margin:20px 0 0 0;
	padding:0px;
	height:24px;
	border-top:3px solid #b27224;
	border-left:3px solid #b27224;
	border-right:3px solid #b27224;
	border-bottom: 3px solid #b27224;

}
.tabs ul {
	list-style:none;
	height:24px;
	padding-left:20px;
	float: left;
	margin: 0px;
}
.tabs li {
	float:left;
	height:24px;
	display: block;
	margin-right: 1px;
	background:url("tab_bg_left.gif") no-repeat 0% 0%;
	padding-left: 10px
}
.tabs li:hover, #tabs li.over {
	cursor: pointer;
}
.tabs li a {
	color:#808080;
	text-decoration:none;
	padding:4px 10px 6px 0px;
	display: block;
	background:url("tab_bg_right.gif") no-repeat 100% 0%;
	
}

.tabs li a:active
{
	background: #DDE;
}

.tabs li:hover a, .tabs li.over a {
	color:white;
}
.tabs li.down {
	background:url("tab_bg_left_down.jpg") no-repeat 0% 0%;
}
.tabs li.down a {
	background:url("tab_bg_right_down.jpg") no-repeat 100% 0%;
	color:#ffffff;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
height:auto;
 overflow:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	/*vertical-align: middle;*/
	
	display: block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

