@charset "utf-8";
/* CSS Document */
body {
	color: #222;
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #ccc;
}
h1 {
	font: 2em normal Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
#container {
	margin: 0 auto;
	width: 80%;
}
table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
table#cart th {
	background: #006b68;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
table#cart th,  table#cart td {
	padding: 5px 10px;
}
table#cart .item_name {
	width: 100%;
}
table#cart .quantity input {
	text-align: center;
}
table#cart tr td {
	background: #fff;
}
table#cart tr.odd td {
	background: #eee;
}

#prod_table {
	background: #CCC;
	width: 900px;	
}

table#parts {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
table#parts th {
	background: #006b68;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}
table#parts th,  table#parts td {
	padding: 5px 10px;
}
table#parts .item_name {
	width: 100%;
}
table#parts .quantity input {
	text-align: center;
}
table#parts tr td {
	background: #fff;
}
table#parts tr.odd td {
	background: #eee;
}
.center {
	text-align: center;
}
#header {
	background: #000;
	height: 150px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

#nav {
	font-size: 14px;
	color: #F00;
	background: #000;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	
#nav li {
	float:left;
	border-right: medium solid #FFF;
	margin-right: 20;
	margin-left: 20;
	padding-right: 20;
	padding-left: 20;
	}

#nav a {
	float: left;
	padding: 4px 30px 6px 0px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12pt;
	color: #fe0000;
	background-color: #000000;
	display: inline-block;
	}
#nav ul li a.last {
	background: #000000;
	}

#nav #nav-1 a {
	padding-left: 20px;
	}

#nav a:hover, a:active, li.current_page_item a:link, li.current_page_item a:visited, li.current_page_item a:hover, li.current_page_item a:active
{
	color:#b0adad;
	border:0;
	font-size: 12pt;
	font-style: oblique;
}

#footer {
	background: #000;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#main {
	text-align: center;
	width: 100%;
}
