body{ background-color: #766F69; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; margin: 0; padding: 0; letter-spacing: 0.02em; line-height: 18px; }

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, label, input, select, textarea, p, blockquote, th, td 
		{ margin: 0; padding: 0; }
		
#outer_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	background-color: #FFFFFF;
}
#inner_container {
	width: 960px;
}

#header_bg {
	width: 960px;
	height: 180px;
}
#top_nav {
	position: absolute;
	width: 660px;
	top: 118px;
	right: 10px;
	text-align: right;
}
#middle_nav {
	background-color: #F70000;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
	margin-top: -20px;
}
#shadow_right {
	position: absolute;
	top: 8px; right: -8px;
	width: 8px;
	height: 100%;
	background-image: url(images/right-shadow.gif);
	background-repeat: repeat-y;
}
#shadow_top {
	background-image: url(images/topright-shadow2.gif);
	width: 8px;
	height: 8px;
	top: 0px;
}
#shadow_bottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;	
	width: 968px;
	position: relative;
	background-image: url(images/bot-shadow.gif);
	height: 10px;
}
#shadow_bottom_left {
	position: absolute;
	background-image: url(images/botleft-shadow2.gif);
	width: 8px;
	left: 0px;
	height: 10px;
}
#shadow_bottom_right {
	position: absolute;
	background-image: url(images/botright-shadow2.gif);
	width: 8px;
	right: -3px;
	height: 10px;
}

#content {
	position: relative;
	padding: 20px;

}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
	margin-top: 45px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#welcome_message {
	position: absolute;
	width: 200px;
	right: 125px;
	top: 5px;
	font-weight: bold;
	font-size: 11px;
}
#error_message {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #990000;
}
#product_container {
	width: 960px;
	clear: both;
}
#product_description {
	width: 560px;
	float: left;
}
#product_image {
	margin-left: 560px;
}
.title {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
a, a:visited, a:active {
	color:#000000;
}
a:hover {
	color:#666699;
	text-decoration: none;
}

.shopping_cart {
	width: 900px;	
	margin: 0px;
	padding: 0px;
	border: solid 2px #F70000;
}
.shopping_cart th,.shopping_cart td {
	padding: 8px;
	margin: 0px;
	text-align: left;
}
.checkout {
	width: 900px;	
	margin: 0px;
	padding: 0px;
	border: solid 2px #F70000;
}
.checkout th,.checkout td {
	padding: 4px;
	margin: 0px;
	text-align: left;
}
.checkout th {
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}
.HeaderText a, .HeaderText a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
}