/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #AE5050;
}
a:visited {
	text-decoration: none;
	color: #AE5050;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #AE5050;
}

div.wrapper {
	background: url('images/bodybg.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	display: block;
}

div.header {
	height: 145px;
	width: 780px;
	background: url(images/walkerlogo.jpg) no-repeat center top;
	margin: 0 auto;
}

div.content {
	background: #FFFFFF url(images/contentbg.jpg) no-repeat left top;
	margin: 0 auto;
	width: 780px;
	min-height: 250px;
	padding: 50px 0 0 0;
}

div.leftcol {
	width: 420px;
	float: left;
	margin: 0 0 0 30px;
	background: url(images/colbg.jpg) no-repeat left top;
	font-size: 1.1em;
}

div.rightcol {
	width: 280px;
	float: right;
	margin: 0 20px 0 0;
	background: url(images/colbg_small.jpg) no-repeat left top;
	font-size: 1.1em;
}

div.fullcol {
	float:left;
	width: 325px;
	margin: 0 auto;
	padding-left: 30px;
}

div.fullcol ul{
	list-style-image: url('images/check.png');
	padding: 0px 0px 3px 20px;
	color: #333;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

div.footer {
	background: url(images/footerbg.jpg) repeat-x left top;
	padding: 0px 0 20px 0;
	background-color: #2e2e2e;
}

div.footer p {
	padding-top: 105px;
	color: #FFFFFF;
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

div.clear {
	clear: both;
	overflow: hidden;
}

/* Padding */

div.fifteen {
	padding: 15px;
}

div.fifteen ul {
	list-style-image: url('images/check.png');
	padding: 0px 0px 3px 20px;
	color: #333;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}


/* Navigation */

#nav {
	padding-top: 111px;
	width: 494px;
	margin: 0 auto;
}

#nav ul {
	height: 33px;
	width: 494px; 
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/navtabs.jpg) no-repeat top left;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

#nav ul li, #nav ul li a {
	height: 33px;
	display: block;
}
#nav ul li a {
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#home     	{ left: 0px; width: 127px !important; }
#home a		{ width: 127px; }
#products 		{ left: 127px; width: 122px !important; }
#products a 	{ width: 98px; }
#about   { left: 249px; width: 122px !important; }
#about a { width: 97px; }
#contact 		{ left: 371px; width: 122px !important; }
#contact a 	{ width: 98px; }

#home      	a:hover { background: url(images/navtabs.jpg) no-repeat 0px -33px;  width: 127px; }
#products   	a:hover { background: url(images/navtabs.jpg) no-repeat -127px -33px; width: 122px; }
#about   a:hover { background: url(images/navtabs.jpg) no-repeat -249px -33px; width: 122px; }
#contact  		a:hover { background: url(images/navtabs.jpg) no-repeat -371px -33px; width: 122px; }


#nav ul li#home.on   a	 { background: url(images/navtabs.jpg) no-repeat 0px -66px; width: 127px; }
#nav ul li#products.on 	a  { background: url(images/navtabs.jpg) no-repeat -127px -66px; width: 122px; }
#nav ul li#about.on    	a { background: url(images/navtabs.jpg) no-repeat -249px -66px; width: 122px; }
#nav ul li#contact.on 	a  { background: url(images/navtabs.jpg) no-repeat -371px -66px; width: 122px; }


/* Text Styles */

h1 {
	color: #AE5050;
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	color: #AE5050;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

p {
	color: #333;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

