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

body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: black;
}

h1, h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

img {
	border: 0;
}

.unlink {
	color: black;
	text-decoration: none;
}

#layout {
	width: 947px;
	margin: 0 auto;
	position: relative;
	z-index: 700;
}

#content {
	/*z-index: -10;*/
	position: relative;
	z-index: 400;
}

#text {
	z-index: 300;
}

#header {
	position: relative;
	z-index: 600;
}

#homeLink {
	position: absolute;
	left: 780px;
	top: 100px;
}

#homeLink a {
	display: block;
	width: 80px;
	height: 30px;
}

#header #nav {
	position: absolute;
	top: 128px;
	left: 75px;
	margin: 0;
	padding: 0;
	z-index: 500;
}

#header #nav li {
	list-style: none;
	float: left;
	width: 105px;
	height: 52px;
	margin: 1px 4px;
}

#header #nav li a {
	display: block;
	height: 52px;
}

/* sub menu */
#header #nav li ul {
	padding: 0;
	margin: -2px 0 0 2px;
}

#header #nav li li {
	display: none;
	height: 32px;
	width: 96px;
	background-image: url(/images/nav-bg-transparent.png);
	background-repeat: repeat;
	border-width: 0 1px;
	border-style: solid;
	border-color: #dfdfdf;
	margin: 0;
	padding: 0;
}

#header #nav li li.double {
	height: 48px;
}

#header #nav li li.triple {
	height: 66px;
}

#header #nav li li a {
	border: 0;
	display: block;
	height: 32px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#header #nav li li.dark a {
	color: #000000;
}

#header #nav li li a div {
	padding: 5px 0 0 0;
}

#header #nav li li.double a {
	height: 48px;
}

#header #nav li li.triple a {
	height: 66px;
}

#header #nav li li a:hover {
	text-decoration: none;
	background-image: url(/images/nav-bg-transparent-hover.png);
	background-repeat: repeat;
}

#header #nav li li.top div {
	padding-top: 7px;	
}

#header #nav li li.bottom {
	border-bottom: 1px solid #dfdfdf;
}

.bullet {
	position: relative;
	padding-left: 18px;
}

.bullet span {
	background-image: url(/images/repairs-bullet.png);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

.hide {
	display: none;
}

p {
	margin: 11px 0;
}

#copyright {
	bottom:91px;
	color:#787778;
	font-size:11px;
	font-weight:bold;
	left:62px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
}
