/* CSS Document */

/*********** Miscellaneous **********/

body {
background: #ffffff;
}

/************* Header **************/

h1#logo { /* creates invisible link for logo, size and place over logo */
	position: absolute;
	top: -6px;
	left: 14px;
	padding: 0;        
	}

h1#logo a {
	display: block;
	text-indent: -9000px;
	outline: none;
	background: transparent; /* set to none or transparent after aligning and resizing */
	margin: 0;
	font-size: 0;
	height: 85px;
	width: 204px;
	}

#headertop {
width: 780px;
height: 112px;
background:url(custom-images/780header.jpg) top center no-repeat;
position: relative;
}
#headertop h2 {
font-size: 0px;
text-indent: -9000px;
overflow:hidden;
}
#headerbottom {
width: 780px;
height: 29px;
background:url(custom-images/blue-ad.gif) top center no-repeat;
}

/*********** Navigation ************/

#nav {
width: 780px;
height: 26px;
background:url(custom-images/headermiddle.jpg) top center no-repeat;
margin:0;
padding:0;
}
#nav ul {
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav ul li {
	float: left;
	}
#nav ul li a {
	display: block;
	float: left;
	text-indent: -9000px;
	outline: none;
	height: 26px;
	font-size: 0;
	}
#nav ul li a:hover {
	background-position: center bottom;
	}
#nav-1 {
	width: 77px;
	background:url(custom-images/nav-1.jpg) no-repeat center top;
	}
#nav-2 {
	width: 92px;
	background:url(custom-images/nav-2.jpg) no-repeat center top;
	}
#nav-3 {
	width: 67px;
	background:url(custom-images/nav-3.jpg) no-repeat center top;
	}
#nav-4 {
	width: 122px;
	background:url(custom-images/nav-4.jpg) no-repeat center top;
	}
#nav-5 {
	width: 114px;
	background:url(custom-images/nav-5.jpg) no-repeat center top;
	}

/**************** Search Module *************/

#topsearch {
width: 308px;
height: 26px;
background:url(custom-images/searchbg.jpg) top center no-repeat;
float:left;
margin: 0;
}
#topsearch form, #topsearch table {
margin:0;
}
#topsearch input#txtSearch {
border: 1px solid #727272;
width: 150px;
}

/********** Left Column *************/
.mod-header {
width: 180px;
margin:0;
padding:0;
}
.mod-header img {
margin:0;
padding:0;
}
.custom-left {
width: 180x;
}
#shortcart {
text-align:center;
font-weight: bold;
}
hr.shoppingcart {
color: #cccccc;
background: #cccccc; }

p.sidecolumnitemtextsub a {
font-weight: normal !important;
}

/************ Footer *************/

#footer {
width: 780px;
height: 99px;
background:url(custom-images/780footer.jpg) top center no-repeat;
font-family: "Verdana";
font-size: 10px;
}
#footer-content {
padding: 55px 0 0 190px;
}
#footer a {
margin-right: 10px;
color: #be0018;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

/********** Old Site Layout Fixes **********/

html .mainborder {
border:none;
}

html .sidecolumnitemtext, html .shoppingcartbg {
background:none;
padding-right: 20px;
}

/************* New Fonts Overriding Old Fonts *************/

html .shoppingcart {  font-family:Verdana; font-size:11px; color:#000000; FONT-WEIGHT:normal; FONT-STYLE:normal; TEXT-DECORATION:none; }
.shoppingcart:hover {  font-family:Verdana; font-size:11px; color:#CC0000; FONT-WEIGHT:normal; FONT-STYLE:normal; TEXT-DECORATION:underline; }

html .navbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	FONT-WEIGHT:bold;
	FONT-STYLE:normal;
	TEXT-DECORATION:none;
	line-height: 20px;
}
.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	color:#bf031b;
	TEXT-DECORATION: underline;
	line-height: 20px;
}

#custom-home {
text-align:center;
}