/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;	
}

h4 {
	color:#FF0000;
	font-size:14px;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;	
	margin:30px 30px 0px 0px;
}

p {
	color:#666666;
	font-size:12px;
	margin:10px 0px;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	padding:0px 30px;
}

#nav {
	background-color:#666666;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:3px solid #ff0000;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	margin:7px;
}

.yellow {
	border-bottom:2px solid #FFFF00;
	font-size:9px;
	line-height:3px;
}

#main {
	padding:20px 40px;
}

#main_inside {
	padding:20px 200px;
}

#products {
	width:800px;
	text-align:left;
}

#products td {
	border: 1px solid #666666;
	width:230px;
	padding:10px;
}

.price {
	font-weight:bold;
	font-size:13px;
}

.clearance {
	color:#FF0000;
}

#footer {
	text-align:center;
	border-top:1px solid #666666;
}

#home_text {
	text-align:center;
}

.clearfloat {
	clear:both;
	line-height:0px;
}