body {
	margin: 0;
	padding: 0;
	background: #FBFBFB url(/images/bg.gif)  repeat-y center top;
	font: normal 11px Arial, Helvetica, sans-serif 
}
 
p {margin: 0 0 1em 0; }

img {
	border: 0;
}

a:link, a:visited {
	color: #5F9EB2;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#left_column ul {
	margin: 0 ;
	padding: 0;
	list-style: none;
}

#left_column li {
	margin: 0;
	padding: 0;
	text-align: left;
}

fieldset {
	padding: 0;
	border-style: none;
}

hr { 
	border: 0;
	background-color: #ABDFDA;
	height: 1px;
}

form, h2 {
	margin: 0px; 
	padding: 0px; 
}

.nav_image {
	padding-bottom: 8px;
}

.sale_price {
	font-weight: bold;
	color: #F00;
}

.font_sample {
	margin-top: 30px;
}


.button {
	background: #EEE;
	color: #EB008B;
}

.fp_input {
	background: #FFEDF8;
}

.fp_input, #fp_form .button {
	font-size: 9px;
	width: 70px;
}

.button:hover {
	color: #F580C5;
}

.fp_form_spacer {
	padding: 3px 0px 3px 0px;
}

.input, .button {
	font-size: 10px;
}

.cart_left {
	text-align: left;
}

.cart_center {
	text-align: center;
}

.center {
	text-align: center;
}

.cart_right {
	text-align: right;
}

.warning_image {
	float: left;
	margin-right: 10px;
}

.checkout_button {
	background: #8BC541;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
}

.checkout_button:hover {
	color: #CAF48E;
}

.right {
	text-align: right;
}

.contact_input {
	width: 325px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.remove a{
	color: #EB008B;
}

#header {
	width: 700px;
	height: 125px;
	background: url(images/header_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#content_holder {
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;
}

#left_column {
	width: 145px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#ABDFDA; 
	float:left;
}

#left_column_links a {
	width: 140px;
	display: block;
}

#main_column {
	width: 495px;
	height: 100%;
	padding-left: 14px;
	padding-right: 15px;
	margin-top: 10px;
	float: left;
}

#main_single {
	width: 145px;
	height: 100%;
	float: left;
}
#main_double {
	width: 325px;
	height: 100%;
	padding-left: 25px;	
	float: left;
}

#nav_cart {
	background:#FFF;
	background-image: url(images/nav_cart.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	margin-bottom: 10px;
	border-color: #ABDFDA;
	border-width: 1px;
	border-style: solid;
}

#nav_cart .topline {
	padding-left: 19px;
}

#nav_cart .bottomline {
	line-height: 30px;
}

#nav_cart a {
	color:#000;
}

#cart_links {
	background: #E0EDC3;
	text-align: right;
	padding: 2px 6px;
}

#fp_col1 {
	width: 155px;
	float: left;
	margin-right: 15px;
	/*padding: 10px;*/
}

#fp_col2 {
	width: 155px;
	float: left;
	margin-right: 15px;
	/*padding: 10px;*/
}

#fp_col3 {
	width: 135px;
	float: left;
	padding: 40px 10px 10px 10px;
	background-image: url(images/ml_bg.gif);
	background-repeat: no-repeat;
}


#fp_form {
	text-align: right;
	background: #F8F9F8;
	padding: 10px;
}

#cart_table {
	width: 490px;
	border-collapse: collapse;
}

#cart_table th {
	background:#E0EDC3;
}

#cart_table tbody td {
	padding: 5px 0px 5px 0px;
}

#cart_table tbody tr:hover {
	background: #FDFFEC;
}

#cart_table hr {
	height: 1px;
	border-bottom: #CCC;
}

#contact_real {
	width: 125px;
	float: right;
	background: #F8F9F8;
	padding: 10px;
}

#footer_strip {
	background: #FEFFFC;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ABDFDA;
	text-align: center;
	padding: 3px;
	margin: 0px 15px 0px 15px;
	color: #ABDFDA;
}

#hidden { 
	visibility: hidden;
}


div.spacer {
	clear: both;
}