body {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url("img/topbg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-left: 15px;
	border: none;
	color: black;
}


div.top {
	border: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

div.top a {
	border: none;
}
div.top img {
	border: none;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
}

div.top div.phone {
	font-size: 38px;
	font-weight: bolder;
	color: #00C0FF;
	position: absolute;
	top: 5px;
	right: 5px;
}

div.navbar {
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #CCCCC5;
	border-top: solid 1px #CCCCC5;

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	
	background-color: #F5F5F0;

	overflow: hidden;
}

div.navbar a {
	text-decoration: none;
	color: #0072FF;
	font-size: 14px;
	float: right;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin: 0px;
	border-bottom: 3px solid #F5F5F0;
}

div.navbar a.contact {
	margin-right: 20px;
}



div.navbar a.comp:hover {
	border-bottom: 10px solid #6666DD;
	background-color: #DDDDDD;
}
div.navbar a.compbu:hover {
	border-bottom: 10px solid #66DD66;
	background-color: #DDDDDD;
}
div.navbar a.part:hover {
	border-bottom: 10px solid #FFDD66;
	background-color: #DDDDDD;
}
div.navbar a.sell:hover {
	border-bottom: 10px solid #FFFF66;
	background-color: #DDDDDD;
}
div.navbar a.contact:hover {
	border-bottom: 10px solid #FF6666;
	background-color: #DDDDDD;
}
div.navbar strong {
	font-weight: normal;
}

div.leftside {
	position: absolute;
	left: 0px;
	width: 180px;
	margin: 0px 5px 5px 5px;
}

div.content {
	position: relative;
	right: 0px;
	margin: 0px 5px 5px 193px;
	padding: 5px;
	border: 1px solid #CCCCC5;
}

div.content td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

div.content div.head {
	text-align: center;
	font-size: 12px;
	background-color: #F5F5F0;
	border: 1px solid #CCCCC5;
	color: #777777;
	margin-bottom: 5px;
	margin-top: 20px;

}

div.content a {
	text-decoration: none;
	border: none;	
	color: #0072FF;
}

div.menu {
	border: 1px solid #CCCCC5;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.menu a {
	font-size: 12px;
	color: #0072FF;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
}

div.menu strong {
	font-weight: normal;
}

div.menu div.head {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F5F5F0;
	border-bottom: 1px solid #CCCCC5;
	color: #777777;
	margin-bottom: 5px;
}

div.menu img {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.content td.price {
	font-size: 24px;
	text-align: center;
	color: #00C0FF;
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

div.content table.part {
	font-size: inherit;
	border: none;
	border-collapse: collapse;
}
table.part td, th {
	border: 1px solid #CCCCC5;	
}

table.part tr.head {
	background-color: #F5F5F0;
	text-align: center;
}

td.center {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}