@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/brick_bk.png) top center;
	font-family:"Verdana", Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:0;
	padding:0;
}

#container
{
	background-color:#FFFFFF;
	width:800px;
	min-height:500px;
	margin:0 auto;
}

#head
{
	height:100px;
	padding:8px 0;
	background:#ffffff url(../images/shadow.png) bottom left repeat-x;
}

#logo
{
	width:200px;
	text-align:right;
	float:left;
}

#contactinfo
{
	width:580px;
	height:72px;
	padding-left:15px;
	text-align:right;
	float:left;
    font-size:11px;
}
#contactinfo a
{
	text-decoration:none;
}

#contactinfo table
{
	float:right; 
	width:515px;
	text-align:center;
}

#menu
{
	width:529px;
	float:right;
	padding:0px;
}

#main-container
{
	background:url(../images/shadow_bot.png) top left repeat-x;
	width:100%;
	min-height:50px;
}

#lefter
{
	float:left;
}

#righter
{
	float:right;
}

#banner
{
	background:transparent url(../images/banner.png) center left repeat-x;
	height:152px;
}

.floatbuster
{
	float:none;
	clear:both;
}

img
{
	border:none;
}

/**************
****************  SEARCH BAR
*********************************/

#search
{
	float:right;
	width:100%;
	heigth:43px;
	margin-bottom:10px;
}
#searchbar
{
	background:url(../images/search_bk.png) top left no-repeat;
	width:387px;
	margin-left:100px;
	height:43px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	padding-top:8px;
	text-align:center;
}

#searchbar input
{
	border:none;
}
#searchbar input.btn
{
	color:#ffffff;
	background-color:#931823;
	border:1px solid #931823;
}
#searchbar input.btn:hover
{
	border:1px solid #ffffff;
}



/**************
****************  Main Menu Tabs
*********************************/


.tabs{
float:left;
line-height:normal;
}

.tabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabs li{
display:inline;
margin:0;
padding:0;
}

.tabs a{
float:left;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0;
text-decoration:none;
}

.tabs a span{
float:left;
display:block;
background-color:#be1e2d;
padding:12px 12px;
font-weight:bold;
font-size:11px;
color:#ffffff;
	text-transform:uppercase;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a span:hover {
	
	background-color:#931823;
}

.tabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs li.first img
{
	float:left;
}

/**************
****************  Boxes
*********************************/

.redhead
{
	background-color:#be1e2d;
	color:#ffffff;
	text-transform:uppercase;
	padding:4px 5px;	
}

.padd
{
	padding:10px;
}

#catalog
{
	text-align:center;
	width:100%;
}
#catalog a
{
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
}

#hotbuys
{
	font-size:10px;
}

#hotbuys li
{
	font-size:11px;
}

#hotbuys p
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#hotbuys input
{
	display:none;
}

#hotbuys #_ctl11_dlstHotBuys__ctl2_dlstItems__ctl0_trFavorites, #_ctl11_dlstHotBuys__ctl1_dlstItems__ctl0_trFavorites, #_ctl11_dlstHotBuys__ctl0_dlstItems__ctl0_trFavorites
{
	display:none;
}

#hotbuys img.productimg60
{
	width:100px;
	height:100px;
}

#storelink
{
	margin-top:30px;
	text-align:center;
}
#storelink img
{
	border:none;
	text-decoration:none;
}

.border
{
	border:2px solid #be1e2d;
}

.error
{
	padding:10px; 
	font-size:large; 
	color:#6F1719; 
	background-color:#ffeaea; 
	border:1px solid #a02a2a;
}

/**************
****************  Text
*********************************/

h1,h2,h3
{
	color:#be1e2d;
}

h1
{
	font-size:18px;
}

h2
{
	font-size:16px;
}

h3
{
	font-size:15px;
}

a
{
	color:#be1e2d;
}

.center
{
	text-align:center;
}
.small
{
	font-size:10px;
}