body {
	font-family: "Myriad", "Lucida Grande", "Arial";
	font-size: 85%;
	background-color: #194b72;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #545353;
}

a {
	outline: none;
}

a img {
	border: 0;
}

hr {
	border: 1px solid #c0c0c0;
}


/* STRUCTURE */
 
#container {
	width: 780px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}


#nav {
	display: none;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 765px;
	text-align: right;
}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	margin-left: 5px;
	margin-right: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header {
	display: none;
	width: 765px;
	margin-left: 8px;
	display: block;
	float: left;
	background: url(images/header.gif) no-repeat;
	height: 103px;
}

#header h1 {
	display: none;
	text-indent: -9000px;
	height: 0;
	width: 0;
}

#side {
	display: none;
	float: left;
	width: 215px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#side .products {
	font-size: 80%;
	border: 1px solid #898c5b;
	background-color: #eeefdf;
	width: 100%;
}

#side .products ul {
	padding: 3px;
	margin: 0;
}

#side .products li {
	list-style: none;
}

#side .products a {
	text-decoration: none;
	background-color: #eeefdf;
	width: 100%;
	display: block;
	color: #545353;
}

#side .products a:hover {
	background-color: #eeeeee;
}

#content {
	margin-left: 10px;
	width: 530px;
	float: left;
	text-align: left;
}
	
	#content h2 {
		margin-top: 0;
		padding-top: 0;
	}

/* END STRUCTURE */


/* CART SPECIFIC CLASSES */

/*.pricing {
	float: left;
	width: 500px;
	margin: 10px auto;
	padding: 5px;
	background-color: #c0ffca;
}*/

.pricing th, .pricing td {
	padding: 3px 0;
	margin: 3px 0;
	font-family: "Lucida Grande", "Arial";
	font-size: 12px;
	text-align: center;
}

.pricing td.heading {
	text-align: left;
}

.pricing th {
	border-bottom: 1px solid #000;
}

.prod_image {
	padding: 5px;
	border: 1px solid #c0c0c0;
	float: right;
	clear: both;
}

.info {
	text-align: left;
}

.pricing, .attributes {
	width: 100%;
	clear: both;
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin: 10px 0;
}

.attributes_display {
	margin-left: 20px;
}

/* END CART SPECIFIC CLASSES */

.fCenter {
	margin: auto;
}

.order_comments {
	background-color: #fff; 
	padding: 10px; 
	border: 0; 
	text-decoration: none; 
	margin-bottom: 10px;"
}

#print_choice {
	display: none;
}

#fax_notice {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#edit_info_link {
	display: none;
}

#success_msg {
	display: none;
}

#footer {
	display: none;
}