@charset "UTF-8";
#overlay {
	background-image: url(images/overlay_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	height: 1120px;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
}
#left_content {
	height: 1100px;
	width: 322px;
	float: left;
}
#logo {
	height: 281px;
	width: 322px;
	float: left;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
}
#right_content {
	height: 1120px;
	width: 576px;
	float: left;
}
#headline {
	width: 576px;
	margin-top: 30px;
	text-align: center;
}
#subhead {
	height: 80px;
	width: 576px;
	padding-top: 15px;
}
#headline h1 {
	line-height: 100%;
	text-align: center;
	font-size: 20pt;
	width: 566px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.headline_red {
	color: #CC0000;
}
#subhead h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	font-size: 17pt;
	width: 566px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video {
	width: 600px;
	height: 350px;
	padding-top: 15px;
}
#price p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	font-size: 14pt;
}
#add_cart {
	height: 123px;
	width: 576px;
}
#add_cart img {
	display: block;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
}
#price {
	height: 35px;
	width: 576px;
}
#cards img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#cards {
	height: 66px;
	width: 576px;
}
#footer {
	height: 45px;
	width: 576px;
	padding-top: 20px;
	text-align: center;
}
#footer ul {
	margin: 0px;
}
#footer li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
#footer a {
	text-decoration: none;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#footer p {
	margin: 0px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

