body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
/*	background-color: silver;
	color: #666666; */
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a
{
	border-style: none;
	border-width: 0;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: Black; /*rgb(255,168,105); #ff6600; /*rgb(255,168,105);*/
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: black;
	color: red;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	vertical-align: top;
	text-align: left;
	margin-right: 6px;
}

p.header_address {
	padding-top: 0;
	margin-top: 2px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: right;
	color: black;
	font-weight: bold;
}

p.menu_details {
	padding-top: 0;
	margin-top: 2px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: right;
	color: black;
	font-weight: normal;
}

/* Template Basic Table Cells */
table.dbbase_main_table {
/*	border-left: 2px solid black; /*#808080; /* #ff9e15; */
	width: 100%;
	min-width: 800px;
}

td.dbbase_header_cell {
	border-bottom: 6px solid #808080;
	background-color: white;
	background-image: url('/Content/images/backgrounds/bg-header-fade-right-to-left-3.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	color: gray;
	height: 72px;
	max-height: 72px;
	margin-bottom: 0;
}

td.dbbase_menu_cell {
	background-color: white;
	border-right: dotted 2px rgb(255,168,105);/*#de812e; /*#ff9e15;*/
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	vertical-align: top;
	text-align: left;
}


td.dbbase_body_cell {
	background-color: white;
	font-size: 12px;
	color: black;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	max-width: 100%;
/*	margin-top: 6;
	margin-left: 6;
	margin-right: 6;
	margin-bottom: 10;*/
	vertical-align: top;
	text-align: left;
}

td.dbbase_body_cell > h1, td.dbbase_body_cell > h2
{
    margin-top: 0;
}

td.dbbase_footer_cell
{
	border-top: 2px solid #df8433; /*rgb(255,168,105);/*#de812e;/*#ff9e15;*/
	font-size: 9px;
	background-color: gray;
	color: white;
	padding: 2px;
}

td.dbbase_footer_cell a:active, td.dbbase_footer_cell a:visited, td.dbbase_footer_cell a:link
{
	color: rgb(255,168,105);
	font-weight: bold;
}

td.dbbase_footer_cell a:hover
{
	color: silver;
}

/* Spans */

span.header_company_name {
	font-size: 16px;
	font-weight: bold;
	color: #808080; /* rgb(255,168,105); Murky Orange of Logo #df8433; */
}

span.header_telephone {
	font-size: 12px;
	font-weight: bold;
	color: #808080; /* rgb(255,168,105); Murky Orange of Logo #df8433; */
}

span.menu_headings
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,168,105); /* #808080; Murky Orange of Logo #df8433; */
}

br.clear
{
	clear: both;
}

br.clear_left
{
	clear: left;
}

img
{
	border: 0 none;
	padding: 0;
	margin: 0;
}

img.db_logo
{
	position: relative;
	left: 2px;
	top: 8px;
	float: left;
	clear: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*.no_border
{
	border-style: none;
	border-width: 0px; 
	border: 0 none;
}*/

div.NeutralNotice
{
	background-color: #fefdc4;
	background-image: url('/Content/images/backgrounds/info-symbol.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-color: blue; /*#de812e;*/
	border-width: 2px;
	border-style: solid;
	padding: 6px 6px 6px 60px;
	
	font-weight: bold;
}

div.NeutralNotice h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	color: blue;
}

div.Notice
{
	background-color: #fefdc4;
	background-image: url('/Content/images/backgrounds/info-symbol.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-color: gray; /*rgb(255,168,105); #de812e;*/
	border-width: 2px;
	border-style: solid;
	padding: 6px 6px 6px 60px;
	
	font-weight: bold;
	clear: both;
}

div.Notice h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	color: Blue; /*rgb(255,168,105);*/
}

div.Notice p
{
	margin-top: 0;
	padding-top: 0;
	color: black; /*gray;*/
}


div.ErrorMessages
{
	background-color: #fefdc4; /*rgb(255,168,105);*/
	background-image: url('/Content/images/backgrounds/error-symbol.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-color: Red;
	border-width: 2px;
	border-style: solid;
	padding: 6px 6px 6px 60px;
	
	font-weight: bold;
}

div.ErrorMessages h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	color: Red;
}

div.ErrorMessages p
{
	margin-top: 0;
	padding-top: 0;
	color: Red;
}

div.ErrorMessages ul li
{
	font-weight: bold;
	color: Red;
}


/* Background Images for the Body Content Cell */
.bgHelmet
{
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position: 100% 100%;
	background-image: url('/Content/images/backgrounds/bg-motor-helmet.gif');
}


/* Side Bar Specials */
div.SideBarSpecials
{
	background-color: rgb(255,168,105);
	border: solid 2px Red;
	padding: 0;
	margin: 2px;
	vertical-align: top;
	
	font-weight: bold;
}

div.SideBarSpecials h3
{
	background-color: Red;
	padding: 2px;
	margin: 0;
	color: White;
}

div.SideBarSpecials p
{
	color: white;
	margin: 0;
	padding: 3px;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.float_none
{
	float: none;
}

.margin_6all
{
	margin: 6px 6px 6px 6px;
}

div.urgentInfo
{
    background: #F00 url('/Content/images/backgrounds/bg-urgent-info.jpg') no-repeat scroll 10px 10px;
    border: solid 4px orange;
    margin: 10px 10px 15px 10px;
    text-align: left;
    vertical-align: top;
    color: White;
    padding: 5px 5px 5px 80px;
}

div.urgentInfo h1
{
    font-weight: bold;
    color: White;
}

div.urgentInfo p
{
    color: White;
    font-weight: normal;
    font-size: 115%;
}

.ourPrice
{
    font-weight: bold;
}

div.bargins
{
    border: dashed 1px #808080;
    padding: 10px;
}

div.bargins h2
{
    margin-top: 25px;
}

div.bargins h2:first-child
{
    margin-top: 5px;
}

div.bargins blockquote
{
    margin-bottom: 15px;
}

div.barginBike
{
    
}

div.barginBike h4
{
    margin-bottom: 0;
}

div.barginBike p
{
    margin-top: 2px;
}