/*This design css file is intended to be used with the layout css file.  There are notations added to prompt you in changing the backgrounds and colors.*/

/* For the Lord is good and His love endures forever; His faithfulness continues through all generations.  Psalm 100:5 */

/* change the background-color and change/remove the background-image here for the body tag.  The background-image link provided here is only intended as a sample but you are welcome to keep it displayed if you wish.*/

body {
	background-color: #191919;
	background-image: url(http://custom.buyitsellit.com/1519/pagebg.gif);
	background-repeat: repeat;
	background-position: center top;
}


p, div, li, h1, h2, h3, h4, td, input, select, textarea {
	color: #E0C061;
}
input, select, textarea {
	background-color:#1F1F1F;
}
a:link, a:visited {
	color: #E0C061;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFF66;
}

/* Buttons */
.button {
	color: #333333 !important;
	background-color: #C59947;
}
.button:hover {
	background-color: #DABD89;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}

#wrapper {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F2B94F;
	border-left-color: #F2B94F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F2B94F;
}


/* Top */
/* change the background-color and change/remove/add the background-image here for the #top div */

#top {
	background-color:#000000;
	background-image: url(http://custom.buyitsellit.com/1519/bracelet.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#searchwrapper {
	position: relative;
	float: right;
	bottom: 0px;

}


#search input {
	background-color: #000000;
}
#search label input {
	color: #000;
	border: 1px solid #999;
	background-color: #CFB867;
}

/* Bar */
/* change the background-color and change/remove/add the background-image here for the #bar div */

#bar {
	color: #886e5c;
	background-color: #000000;
}		
		
	#menu {
	color: #886e5c;
	float: right;
	}
	#menu a:link, #menu a:visited {
	color: #E0C061;
	text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
	color: #E0C061;
	}	

/* Content */
/* change the background-color and change/remove/add the background-image here for the #main div */

#main {
	background-color: #000000;
}
	#content {
	background: #000000;
	}
#homelinks img {
	margin-top: 70px;
}
#homelinks a:link, #homelinks a:visited {
	 
	text-decoration: none;
}

	#products td {
	background-color: #1F1F1F;
	border: thin solid #F2B94F;
	}
	
	p.price {
	color: #F5CD81;
	}
	
	#cart-total {
	background-color: #1F1F1F;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}
	#side li {

	}
	#side a:link, #side a:visited {

	}
	#side a:hover, #side a:active {

	}
#extralink a:link, #extralink a:visited {
	text-decoration: none;
}


/* Footer */
/* change the background-color and change/remove/add the background-image here for the #footer div */

#footer {
	background-color: #000000;
}




