@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	height: 165px;
	text-align: center;
	background-color: #bdbfc1;
}
#body {
	padding-bottom:60px;	/* Height of the footer */
	
}
#nav {
	width: 840px;
	margin: 10px auto 0 auto;
	font-size: 13px;
	color: #fff;
}
#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	text-decoration: underline;
}
#nav a:active {
	color: #000;
	text-decoration: none;
}
#mainContent {
	position: relative;
	margin: 0 auto;
	width: 690px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding: 35px 75px;
	min-height: 400px;
}
#mainContentPurchase {
	position: relative;
	margin: 0 auto;
	padding: 35px 75px;
	min-height: 400px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
.headerSpacer {
	margin-bottom: 20px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color: #ADAFB2;
}
#footer p {
	margin:0;
	padding:10px 10px 10px 196px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.mainContentimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.title {
	font-size: 15px;
}
#cartContent {
	float: right;
}

#checkoutbtn
{
	float: left;
	margin-top: 10px;
	padding: 5px 15px;
	background-color: black;
	color: white;
	border: 1px solid silver;
	text-decoration: none;
}

#checkoutbtn:hover
{
	color: black;
	background-color: white;
	border: 1px solid black;
}

div.error
{
	color: red;
	font-size: 12px;
	font-style: italic;
}
