body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-color: #667499;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7f023c;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2  {
	font-size: 13px;
	color: #a1a0a4;	
}
ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
li {
	background-image: url(../images/li_check_mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
a {
	color: #124272;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0px;
	line-height: 1.8em;
}

/* Website Container */
#outter_container {
	background-color: #f8f4f1;	
	margin: 0px auto;
	width: 966px;
}
#site_container {
	margin: 0px auto;
	padding: 15px 0px;
	width: 936px;
}

/* Header Container */
#header_container {
	overflow: hidden;
	width: 100%;
}
#header_left {
	float: left;	
}
#header_right {
	background-image: url(../images/header_right_bg_blue.jpg);
	width: 788px;
	height: 141px;
	float: right;	
}
#contact_info {
	padding: 15px 15px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}

/* Checkout Container */
#checkout_container {
	padding: 10px 0px;
	overflow: hidden;
	width: 100%;
	color: #7f023c;
}
#checkout_left {
	padding: 4px 0px 0px 0px;
	float: left;	
}
#checkout_right {
	float: right;
}
#icons a {
	text-decoration: none;
	color: #124272;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
#checkoutLinks a:hover {
	color: #7f023c;
}

/* Search */
#search {
	color: #124272;
	font-weight: bold;	
}
.search_bar {
	width: 200px;
	color: #999;
}
.search_button {
	border: none;
	background-color: #124272;	
	color: #fff;
	height: 22px;
	width: 35px;
	vertical-align: top;
}

/* Trail */
#trail a:hover {
	text-decoration: none;
	color: #7f023c;
}

/* Status Message */
#status_message {
	background-color: #b4d2ea;
	background-image: url(../images/status_message_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 615px;
	padding: 5px 5px 5px 30px;
}

/* Side Content */
#side_content {
	padding: 20px 0px 0px 0px;
	color: #124272;
}
#side_content h1 {
	border-bottom: 1px dotted #cacaca;
	font-size: 14px;
	font-weight: bold;
	color: #7f023c;	
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;	
}

/* Body Container */
#body_border {
	border: 4px solid #124272;
	background-color: #fff;
	padding: 12px 12px 20px 12px;
}
#body_container {
	overflow: hidden;
	width: 100%;
}
#body_left {
	width: 230px;
	float: left;
}	
#body_right {
	line-height: 1.6em;
	width: 650px;
	float: right;
}

/* Footer Container */
#footer_container {
	overflow: hidden;
	width: 100%;
}
#footer_left {
	color: #124272;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	float: left;
}
#footer_left a {
	color: #124272;
	font-weight: bold;
	text-decoration: none;
}
#footer_right {
	padding: 10px 0px 0px 0px;
	float: right;
}

/* Contact Form */
.field {
	width: 420px;	
}