/* CSS Document */

/*------------basic page parameters------------*/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/pageBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr {
	display: none;
}

img {
    display: block;
	border: 0px;
}

p, ul, li, h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
}

ul {
}
div#header p {
	padding-top: 110px;
	padding-left: 30px;
	width: 450px;
}
div#calloutBoxes ul {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style-type: none;
}
div#calloutBoxes {
	margin-bottom: 25px;
	float: left;
	margin-top: 10px;
}
div#footer p a {
	color: #000000;
	text-decoration: none;
}

div#calloutBoxes ul li {
	display: inline;
	margin: 0px;
	padding: 0px 35px 0px 0px;
	float: left;
	height: 177px;
	width: 277px;
}
div#calloutBoxes ul li p {
	padding-left: 76px;
	padding-top: 40px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#calloutBoxes ul li p.button {
	margin: 0px;
	padding: 10px 0px 0px 7px;
}
div#calloutBoxes ul li p.buttonLast {
	margin: 0px;
	padding: 32px 0px 0px 7px;
}
div#calloutBoxes ul li.techSupport {
	background-image: url(images/tech_support_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#calloutBoxes ul li.find {
	background-image: url(images/product_parts_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#calloutBoxes ul li.browse {
	background-image: url(images/browse_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
}



li {
}

/*-------------page structure-----------*/

#wrapper {
	padding: 0px;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
/* mac hide \*/
* html #wrapper{height:100%}
/* end hide */

#header {
	height: 290px;
	width: 902px;
	margin-top: 35px;
	margin-bottom: 10px;
	background-image: url(images/mainHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	clear: both;
	width: 900px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	margin-bottom: 25px;
}

/*--------------page navigation----------*/
div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
div#footer p.nwwLink {
	float: right;
	margin-top: -22px;
}
div#calloutBoxes ul li p a {
	color: #F58A20;
}

