/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	line-height: 13px;
	border: none; 
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/interface/background.jpg) repeat-x #000;
	}

img { border: 0; }
p   { margin: 0 0 15px 0; }
a   {
	text-decoration: underline;
	font-weight: bold;
	color:#d31010;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	}
h1, h2, h3, h4, h5, form { margin: 0; }

h1 {
	background:#4bda72;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
	}

/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#nav {
	margin: 20px 0 0 13px;
	padding: 0;
	list-style: none;
	height: 29px;
}
#nav li   { float: left; }
#nav li a {
	outline: none;
	display: block;
	padding: 0;
	height: 29px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url("../images/nav/matrix.gif");
}
#bHome {background-position: 0 0; width: 138px;}#bHome:hover {background-position: 0 -29px;}#nav li.current #bHome {background-position: 0 -58px;}
#bDo {background-position: -138px 0; width: 127px;}#bDo:hover {background-position: -138px -29px;}#nav li.current #bDo {background-position: -138px -58px;}
#bInventory {background-position: -265px 0; width: 128px;}#bInventory:hover {background-position: -265px -29px;}#nav li.current #bInventory {background-position: -265px -58px;}
#bBuy {background-position: -393px 0; width: 128px;}#bBuy:hover {background-position: -393px -29px;}#nav li.current #bBuy {background-position: -393px -58px;}
#bSell {background-position: -521px 0; width: 128px;}#bSell:hover {background-position: -521px -29px;}#nav li.current #bSell {background-position: -521px -58px;}
#bContact {background-position: -649px 0; width: 137px;}#bContact:hover {background-position: -649px -29px;}#nav li.current #bContact {background-position: -649px -58px;}

/* -- ADMIN NAVIGATION -- */
#adminMenu {
	list-style:none;
	float:left;
	margin:0 10px 20px 0;
	padding:0;
	}
#adminMenu li {
	width:150px;
	height:10px;
	margin:0 0 5px 0;
	padding:5px;
	}
#adminMenu li a {
	padding:5px;
	text-decoration:none;
	color:#000;
	width:150px;
	display:block;
	}

#adminMenu li a:hover {
	background:#4bda72;
	color:#fff;
	}

/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer {
	width:812px;
	position:relative;
	margin:auto;
	}

/* -- HEADER -- */
#header {
	width:812px;
	height:225px;
	margin:0 0 10px 0;
	}
#headerInside {
	width:850px;
	height:225px;
	position:absolute;
	left:-6px;
	}

/* -- BODY -- */
#contentAreaBg {
	width: 812px;
	background:url(../images/interface/content-repeat.gif) repeat-y; 
	}
#contentArea {
	background:url(../images/interface/content-bottom.gif) no-repeat bottom;
	line-height:100%;
	padding-bottom:110px;
	}
#contentTop {
	background:url(../images/interface/content-top.gif);
	height:15px;
	}
#contentHolder {
	padding:5px 20px 0 20px;
	}
#colLeft {
	width:420px;
	float:left;
	}
#colRight {
	float:left;
	width:330px;
	margin-left:20px;
	}
.featuredCont {
	background:url(../images/interface/bg-featured.jpg) no-repeat;
	width:330px;
	height:189px;
	}
.featuredCont img {
	margin:11px 0 0 15px;
	}
.featuredCont a {
	outline:none;
	}
.priceList {
	float:right; 
	margin-left:20px;
	text-align:center;
	}
.titleHeader {
	background:#c00e0e;
	color:#fff;
	font-weight:bold;
	}
.altColor {
	background:#c9f4d4;
	}
.leftSide {
	width:400px;
	float:right;
	}
.map {
	border:solid 1px #000;
	float:right;
	margin:20px 10px 0 20px;
	}
.inventory {
	list-style:none;
	width:749px;
	margin:0;
	padding:0;
	}
.inventory li {
	float:left;
	height:165px;
	text-align:center;
	margin:0 0 10px; 0;
	}
	
/* -- FOOTER -- */
#footer { 
	text-align:right; 
	color:#FFF;
	text-transform:uppercase;
	position:relative; 
	}
#footer a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	}
#footer a:hover {
	color:#4dda74;
	}
#footer ul {
	list-style:none;
	margin:5px 10px 5px 0;
	padding:0;
	float:right;
	}
#footer ul li {
	float:left;
	margin:0 0 0 20px;
	}
#footer p{
	font-size:9px;
	margin:0 10px 10px 0;
	}
#footTruck {
	background:url(../images/interface/footer-truck.jpg);
	width:297px;
	height:145px;
	position:absolute;
	top:-99px;
	left:-47px;
	}

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList { margin-top: 15px }
.siteMapList dt {
	background:url(graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(graphics/sitemap_2nd.gif) no-repeat;
}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
}
.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both }

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */