/* Basic tag styling */
body {
	background-image: url('../images/bg.png');
}
p,div,span,h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
h1 {
	font-family: "Times New Roman", roman, sans-serif;
	color: #ff0000;
	font-weight: normal;
	font-size: 2.5em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
}
h1,h2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
}


/* ID styling */
#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#navigation {
	width: 201px;
	float: left;
	margin: 0px;
	position: relative;
}
#content {
	width: 530px;
	padding: 10px;
	margin-left: 200px;
	border: 1px solid #000;
	text-align: justify;
	background-color: #fff;
	padding-top: 0px;
}

/* Navigation styling */
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navigation ul li a {
	display: block;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
	padding-left: 3px;
	font-weight: bolder;
	color: #555;
	background-color: #eee;
}
#navigation ul li a:hover {
	background-color: #eeffee;
	color: #000;
}
#navigation ul li a#active {
	background-color: #fff;
	color: #000;
	border-right: 0px;
}
#fader {
	border: 1px solid #000;
	width: 251px;
	height: 170px;
	margin: 0 auto;
}

/* Class declarations */
.img {
	border: 1px solid #000;
}
.left {
	padding-top: 10px;
	text-align: center;
}
.caps {
	color: #ccc;
	text-transform: uppercase;
	font-size: 1.4em;
}
.strapline {
	float: right;
	color: #999;
	font-size: 1.5em;
	font-family: "Times New Roman", roman, serif;
	font-style: italic;
}
.transform {	
	border: 2px solid #000;
	margin: 0px 5px 0px 5px;
}
.price {
	text-align: center;
	font-size: 1.4em;
	font-weight: bolder;
}
.red {
	color: #ff0000;
	text-decoration: underline;
}
.center {
	text-align: center;
}
#copy {
	font-size: 0.9em;
	text-align: right;
	width: 100%;
	float: right;
}
.approved {
	margin-top: 10px;
}
.nocol {
	color: #000;
	text-decoration: none;
}