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

body {
	margin:0;
	padding:0;
	background:url(images/content_background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin:0;
}

h1 {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
	font-weight:600;
	color:#333333;
}

.h1color {
	color:#a5470c;
	font-weight:bold;
}

a {
	color:#000000;
}

table {
	font-size:12px;
}

table tr:hover {
	background-color:#999999;
}

li {
	font-size:12px;
	font-weight:bold;
}

ul {
	margin-top:7px;
	margin-left:0;
	padding-left:70px;
}
ul ul {
	margin-top:0;
	padding-left:30px;
}

/*****************************************************************Header*************************************************************/

div#HeaderLeft {
	position:absolute;
	left:0px;
	right:50%;
}

div#HeaderRight {
	position:absolute;
	right:0px;
	left:50%;
}

div#HeaderLeftInner {
	background:url(images/top_background.jpg);
	background-repeat:repeat-x;
	background-position:100% 0;
	height:264px;
	margin-right:142px;
}

div#HeaderRightInner {
	background:url(images/top_background.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	height:264px;
	margin-left:145px;
}

div#HeaderWrapper {
	position:relative;
	top:0;
	left:0;
	right:0;
	height:264px;
}

div#HeaderMain {
	background:url(images/top_header.jpg);
	width:760px;
	height:264px;
	margin:0 auto;
	position:relative;
}

div#HeaderSide {
	background:url(images/top_header_side.jpg);
	position:absolute;
	left:-73px;
	width:73px;
	height:264px;
}

/*****************************************************************Menu*************************************************************/

div#MenuBackground {
	background:url(images/menu_background.jpg);
	background-position:center;
}

div#MenuWrapper {
	width:760px;
	margin:auto;
	height:43px;
}

#MenuWrapper ul {
	margin:0;
	padding:0;
	list-style:none;
	height:43px;
}
#MenuWrapper ul li {
	float:left;
}
#MenuWrapper ul li a {
	float:left;
	display:block;
	height:43px;
	line-height:43px;
	text-decoration:none;
	background:url('images/menu.jpg') no-repeat 0 0;
	text-indent:-9999px;
}
#MenuWrapper a.home {
	width:110px;
	background-position:0 0;
}
#MenuWrapper a.home:hover {
	background-position:0 -45px;
}
#MenuWrapper a.parts {
	width:118px;
	background-position:-110px 0;
}
#MenuWrapper a.parts:hover {
	background-position:-110px -45px;
}
#MenuWrapper a.performance {
	width:185px;
	background-position:-228px 0;
}
#MenuWrapper a.performance:hover {
	background-position:-228px -45px;
}
#MenuWrapper a.service {
	width:123px;
	background-position:-412px 0;
}
#MenuWrapper a.service:hover {
	background-position:-412px -45px;
}
#MenuWrapper a.fabrication {
	width:142px;
	background-position:-535px 0;
}
#MenuWrapper a.fabrication:hover {
	background-position:-535px -45px;
}
#MenuWrapper a.pumps {
	width:80px;
	background-position:-682px 0;
}
#MenuWrapper a.pumps:hover {
	background-position:-682px -45px;
}



/*****************************************************************Admin Menu*************************************************************/
div#AdminMenu {
	width: 715px;
	height: 40px;
	margin: 0 auto;
	background: url(images/bg_admin_menu.jpg) no-repeat;
	font-size: 16px;
	padding: 8px 0 0 45px;	
}
div#AdminMenu a {
	text-decoration: none;
	color: #757575;
	padding: 0 25px 0 25px;
}
div#AdminMenu a:hover {
	background: url(images/menu_5.jpg) repeat-x center;
	color: #333333;
}
div.myNewsPadding {
	padding-left: 30px;
}
div#login h1 {
	margin: 10px 0 10px 0;
	padding: 0;
}
div.rss {
	background: url(images/rss_icon.png) no-repeat;
	height: 30px;
	margin: 20px 0 20px 30px;
	padding-left: 10px;
}
/*****************************************************************Content*************************************************************/

div#ContentWrapper {
	background:url(images/content_background_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

div#ContentTop {
	width:760px;
	margin:0 auto;
	background:#999999;
	padding-top:20px;
}

div#ContentTop p {
	padding:7px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
}

div#ContentBottom {
	background:#efefef;
}

/*****************************************************************Footer*************************************************************/

div#Footer {
	width:760px;
	margin:0 auto;
	background:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:100px;
	text-align:center;
	font-size:12px;
}

div#Footer p {
	padding-top:20px;
	font-weight:bold;
	color:#666666;
}

div#Footer a {
	color:#a5470c;
	text-decoration:none;
}