@charset "utf-8";
/* CSS Document */


body{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background:#000000;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

img { border: none; }

#main {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#nav{
	width: 900px;
	height: 85px;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#nav a {
	font-family: Verdana;
	font-size:14px;
	text-decoration: none;
}
#nav a:hover {
	color:#424242;
}


#products {
	width: 570px;
	float: left;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#product {
	width: 300px;
	float: right;
	padding-right: 10px;
}

#footer {
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

a.paulweller {
	display: block;
	width: 119px;
	height: 20px;
	background-image:url(pw.gif);
}
a.paulweller:hover {
	background-image:url(pw2.gif);
}

a.viewcart {
	display: block;
	width: 119px;
	height: 20px;
	background-image:url(viewcart.gif);
}
a.viewcart:hover {
	background-image:url(viewcart2.gif);
}

a.checkout {
	display: block;
	width: 119px;
	height: 20px;
	background-image:url(checkout.gif);
}
a.checkout:hover {
	background-image:url(checkout2.gif);
}

a.help {
	display: block;
	width: 119px;
	height: 20px;
	background-image:url(help.gif);
}
a.help:hover {
	background-image:url(help2.gif);
}

a.login {
	display: block;
	width: 119px;
	height: 20px;
	background-image:url(login.gif);
}
a.login:hover {
	background-image:url(login2.gif);
}

