body {

	margin: 0px;
	padding: 0px;
	
}

form {

	margin: none;
	padding: none;
	
}

a {
	text-decoration: underline;
	color:CC0033;
	font-size: 11px;
	font-family: Tahoma;
}

a:visited{color:#C03}
a:hover{color:blue}
a.footer{color:#666;font-weight:bold}
a.footer:hover{color:#999}
a.footer:visited{color:#666}

h1 {
	margin-bottom: -10px;
	font-family: Tahoma;
	font-size: 18px;
	color: #333;	
}
h2 {

	margin-bottom: -10px;
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	
}

td {

	font-family: Tahoma;
	font-size: 12px;
	
}

p, ul, li {

	list-style-type: none;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 140%;
	color: #333;
	
}

ul {margin-left: 0px}
#rightPanel li {display: inline}

#navBar li {
	margin: 0;
	padding: 0;
	background-image: url("../images/nav_button.gif");
	background-repeat: no-repeat right;
	display: inline;
	text-align: center;
	width: 100px;
	padding: 10px;
	color: #414134;
	font: 13px Arial;
	font-weight: bold;
	
}

#header {

	width: 100%;
	background-image: url("../images/tiling1.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	
}

#navBar {
	background-image: url("../images/nav_back.jpg");
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
	
}

#nav {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	
}

#search {

	padding: 3px;
	position: absolute;
	right: 10px;
	display: inline;
	
}

#leftPanel {

	float: left;
	width: 450px;
	padding: 10px;
	margin-top: 10px;
	border-right: 1px solid #CCC;

}

#rightPanel {

	padding: 10px;
	margin-left: 460px;
	border-right: 1px solid #CCC;

}

.featureProduct {

	margin-top: 10px;
	border-bottom: 1px solid #CCC;

}

.productName {	

	font-family: Tahoma;
	font-size: 18px;
	color: #333;

}

.productPrice {	

	font-family: "Arial Narrow";
	font-size: 46px;
	font-weight: normal;
	color: #C03;
	text-align: center;

}

.product p {font-size: 16px; font-weight: normal}
.product a {font-size: 14px; font-weight: normal}

.navlink img {border: none;}
.navLink {
	width: 100%;
	color: #414134;
	font: 13px Arial;
	font-weight: bold;
	text-decoration: none;
	
	
}

.navLink:visited{color:#414134}
.navLink:hover{color:#C03}