/* CSS Document */

body {
    background: #0CE4ED url(http://i268.photobucket.com/albums/jj33/kittenage_delux/background.jpg) center top repeat;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}
a:link, a:visited {
    color: #0CE4ED;
    text-decoration: underline;
}
a:hover, a:active {
    color: #0CE4ED;
}

/* Buttons */
.button {
	background: #B65E75;
	color: #FFF !important;
}
.button:hover {
	background: #b6a193;
}

/* Top */
#top h1 {
	color: #FFF;
	
}

#search input {
	background: #B65E75;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: #000 url(../../bubbly/_images/bar.jpg) 0 0 repeat-x;
	color: #fff;
	clear: both;
}		
		
	#menu {
		color: #fff;
		
	
		
	}
	#menu a:link, #menu a:visited {
	    
	    text-decoration: none;
		
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#menu-white a, #menu-white a:link, #menu-white a:visited{
		color: #0CE4ED;
		}
		
		#menu-red a, #menu-red a:link, #menu-red a:visited{
		color: #0CE4ED;
		}
	
	#cart {
		color: #fff;
	}	

/* Content */
#main {
	background: #000;
}
	#content {
		background: #FFF;
	}
		#content h2 {
			color: #B65E75;
		}
	#products td {
		background: #fff;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
		background: #f6e5e6;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */
#side h2 {
	color: #fff;
}
	#side li {
		
		color: #fff;
	}
	#side a:link, #side a:visited {
		color: #0CE4ED;
	}
	#side a:hover, #side a:active {
		color: #0CE4ED;
	}

/* Footer */
#footer {
	
}
#footer p, #footer a {
	color: #000;
}