p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #ce0f22;
}
a:hover,
a:focus {
	color: #222;
}
h1 {
	color: #03c;
	font-size: 1.6em; 
	font-weight: normal;
	margin: 1em 0 .5em;
}
h2 {
	margin: 1em 0 .5em;
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
}
h3 {
	margin: 1em 0 .5em;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
body {
	margin: 0 auto;
	margin-top: 40px;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #333;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 952px;
}
#header {
	width: 952px;
	height: 342px;
	margin-bottom: 40px;
	background: url(../img/header.jpg) no-repeat;
	float: left;
}
/* --- navigation --- */
#nav {
	position: relative;
	top: 350px;
	float:left;
	width: 100%;
	font-size:1.8em;
	text-transform: uppercase;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	margin:0;
	padding: 0 15px;
	color: #4c4c4c;
	text-decoration:none;
}
#nav a:hover,
#nav a:focus {
	color: #ce0f22;
	text-decoration: underline;
}
#contentcontainer {
	padding: 10px 0;
	border: 1px solid #ccc;	
	float: left;
}
#content {
	margin: 0;
	padding: 0 20px;
	width: 912px;
	font-size: 1.3em;
	line-height: 160%;
	background: url(../img/bg.png) repeat-y;
	float: left;
}
#leftcol {
	width: 660px;
	float: left;
}
div.rightcol {
	width: 220px;
	margin: 20px 0;
	float: right;
	clear: right;
}
div.rightcol h2 {
	color: #03c;
	font-size: 1.4em;
	text-transform: none;
	font-weight: normal;
}
div.rightcol img {
	margin-bottom: 20px;
}
p.price {
	margin: 0;
	padding: 0;
	color: #03c;
	font-weight: bold;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 952px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 10px;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #333;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #ce0f22;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font-size: 10px;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #ccc;
	text-decoration: none;
}
#footer h3 a:hover,
#footer h3 a:focus {
	color: #ce0f22;
	text-decoration: none;
}
