@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #660000;
}
#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
#global-nav {
	background-color: #990000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
#global-nav ul {
	display: block;
	padding: 10px;
	margin: 0px;
}
#global-nav li {
	display: inline;
	margin-right: 20px;
}
#global-nav li a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	font-variant: small-caps;
}
#global-nav li a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#sidebar-left {
	float: left;
	width: 220px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content {
	float: right;
	width: 600px;
	padding: 20px;
	font-size: 12px;
	line-height: 22px;
	margin-right: 30px;
}
#content h1 {
	font-weight: normal;
	color: #CC0000;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 30px;
}
#content h2 {
	margin-top: 30px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer {
	padding: 20px;
	text-align: center;
	color: #FFFFCC;
}
.product-name {
	font-weight: bold;
	color: #990033;
}
.product-price {
	font-style: italic;
	color: #666666;
}
#checkout-button {
	border: thin dotted #CC3300;
	background-color: #FFFFCC;
	text-align: center;
	padding: 15px;
}
