html, body {
	background-color: #e2e2e2;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

#holder {
	width: 700px;
	height: auto;
	margin: auto;
	}
	
#header {
	width: 700px;
	height: 124px;
	background-image: url('../images/main/header.jpg');
	display: block;
	margin-bottom: 5px;
	text-align: right;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	padding: 0px;
	line-height: 16px;
	background-repeat: no-repeat;
	}

#cart {
	float: right;
	padding: 5px;
	}

#featured_headline {
	height: 61px;
	width: 700px;
	display: block;
	background-image: url('../images/main/featured_headline.jpg');
}

#individual_headline {
	height: 40px;
	width: 700px;
	display: block;
	background-image: url('../images/main/individual_headline.jpg');
	margin: 20px 0px 20px 0px;
}

#individual_holder {
	height: auto;
	width: 700px;
}

#featured_row {
	height: 225px;
	width: 680px;
	background-color: #FFF;
	padding: 10px;
	}


/**** headlines *****/

#product_headline {
	height: 25px;
	width: 704px;
	display: block;
	margin: 0px 0px 7px 0px;
	}


/**** links *****/

#header a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
#header a:hover {
	color: #000000;
	text-decoration: line-through;
	}





/**** classes *****/


.delete {
	height: 17px;
	width: 17px;
	display: block;
	background-image: url('../images/main/delete.png');
	float: left;
	}
	
.delete:hover {
	background-position: 0px -17px;
	}

.back_btn {float: left; height: 20px; width: 152px; overflow: hidden; display: block; margin: 13px 0px 0px -40px;}
.back_btn:hover {text-decoration: line-through;}


#featured {height: 190px; width: auto; display: block; float: left;}
#featured .1 {width: 220px;}
#featured .2 {width: 220px;}
#featured .3 {width: 240px;}

#blank_headline {height: 20px; width: 680px; display: block; margin: 0px 0px 10px 0px; padding: 14px 10px 6px 0px; background-image: url('../images/main/blank_headline.jpg'); color: #FFFFFF; text-transform: uppercase; font-size: 13px; font-weight: bold; letter-spacing: 5px; text-align: center;}


#content {width: 680px; height: auto; margin: 10px; background-color: #ffffff; padding-top: 10px;}
#content_left {width: 420px; height: auto; margin: 0px 6px 0px 0px; float: left; padding: 0px 10px 10px 10px;}

#content_left ul {padding: 0px; margin: 0px 0px 20px 0px; color: #000000; list-style: none; font-weight: bold;}
#content_left ul li {padding: 0px; margin: 0px; color: #000000; font-size: 12px; margin: 2px 0px 0px 10px; font-weight: normal;}

#content_cart {width: 680px; height: auto; margin: 0px 0px 20px 0px; padding: 0px;}

#cart_row1 {background-color: #f1f1f1; padding: 7px; clear: both; min-height: 18px;}
#cart_row2 {background-color: #d0d0d0; padding: 7px; clear: both; min-height: 18px;}

.add_to_cart {height: 55px; width: 244px; display: block; overflow: hidden; background-image: url('../images/main/add_to_cart.jpg');}
.add_to_cart:hover {background-position: 0px -55px;}

#footer {width: 700px; height: 100px; background-image: url('../images/main/footer.jpg'); background-repeat: no-repeat; display: block; margin: 30px 0px 50px 0px; padding-top: 8px; clear: both; text-align: center;}


#links {width: 700px; height: auto; color: #000000; line-height: 10px; font-size: 11px; text-align:center;}
#links a {color: #000000; text-decoration: none; font-weight: bold;}
#links a:hover {color: #000000; text-decoration: line-through;}

.input_quantity {margin: -2px 0px 0px 0px;}

.cart_name, .cart_price, .cart_quantity, .cart_total, .cart_remove {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-transform: uppercase; display: block; float: left;}

.cart_name {width: 380px;}
.cart_price {width: 103px; text-align: center;}
.cart_quantity {width: 85px; text-align: center;}
.cart_total {width: 85px; text-align: center;}
.cart_remove {width: 30px; text-align: center;}

.cart_name_sub, .cart_price_sub, .cart_quantity_sub, .cart_total_sub, .cart_remove_sub {color: #000000; display: block; float: left;}

.cart_name_sub {width: 375px;}
.cart_price_sub {width: 103px; text-align: center;}
.cart_quantity_sub {width: 85px; text-align: center;}
.cart_total_sub {width: 85px; text-align: center;}
.cart_remove_sub {width: 30px; text-align: center;}



#cd_image {width: 704px; height: 300px; background-image: url('../images/main/cd.jpg'); display: block;}

#content {width: 700px; height: auto; margin: auto;}
#content_customer {width: 680px; min-height: 300px; height: auto; margin: auto; background-color: #ffffff; color: #000000;}
#info {width: 451px; height: auto; margin: auto; background-color: #ffffff; float: left; margin: 0px 5px 5px 2px;}
#buy {width: 230px; height: auto; margin: auto; float: left; color: #000000; font-size: 12px;}
#text {width: 451px; height: auto; margin: auto; margin: 10px 10px 20px 10px;}
#thanks {width: 694px; height: auto; margin: auto; background-color: #ffffff; padding: 10px; color: #000000; text-align: center; font-size: 12px;}

.price {color: #000000;}


/****** project row info ********/


#product_row {
	height: auto;
	width: 700px;
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	}
	
#product, #product_blank {
	width: 200px;
	height: auto;
	margin-right: 20px;
	padding: 10px;
	display:block;
	float: left;
	padding-bottom: 5px;
	text-align: center;
	line-height: 13px;
	background-color: #FFF;
	}
	
#product_blank {
	background-color: transparent;
	}
	
#product a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	} 
#product a:hover .product_name {
	color: #000000;
	text-decoration: line-through;
	}
	
#product a .product_image {
	height: 180px;
	width: 200px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	}
	
.product_price {
	color: #000000;
	text-decoration: none;
	}

	
#content_customer a {
	color: #0000000;
	}
	
#content_customer a:hover {
	color: #000000;
	}
	
#product a .product_download {
	color: #000000;
	}
	
#product a:hover .product_download {
	color: #000000;
	}
	

#featured {
	height: auto;
	width: 220px;
	display: block;
	float: left; 
	text-align: center;
	line-height: 13px;
	}
	
#featured a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	} 
	
#featured a:hover {
	color: #000000;
	}
	
#featured a .product_image {
	height: 190px;
	width: 220px;
	overflow: hidden;
	display: block;
	}
	
#featured a:hover .product_name {
	text-decoration: line-through;
	}

