/*This design css file is intended to be used with the layout css file.  

/* For the Lord is good and His love endures forever; His faithfulness continues through all generations.  Psalm 100:5 */


body {
	background-color: #595959;
	background-image: url(pagebg2.jpg);
	background-repeat: repeat;
	background-position: center top;
}


p, div, li, h1, h2, h3, h4, td, input, select, textarea {
	color: #FFFFFF;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #ADADAD;
	text-decoration: underline;
}

/* Buttons */
.button {
	color: #FFF !important;
	background-image: url(button1.jpg);
}
.button:hover {
	background-image: url(button2.jpg);
}
select, input {
	background-color: #929693;
}



/* Top */

#top {
	background-color:#000000;
	background-image: url(header.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #841615;
	}
#wrapper {
	background-color: #841615;
	
}
#shadow {
	background-image: url(shadow1000.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#search {
	width: 190px;
	float: none;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 35px;
	}
#search input {
	width: 80px;
	color: #FFFFFF;
	height: 24px;
	margin-bottom: 6px;
	border: 1px solid #000000;
	}
#search label input {
	width: 190px;
	background-color: #8A8E8B;
	color: #333333;
	margin-bottom: 10px;
	background-image: none;
	}

/* Bar */

#bar {
	color: #886e5c;
	background-color: #FFFFFF;
	background-image: url(button1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F2F2F;
	border-bottom-color: #000000;
}		
		
	#menu {
	color: #FFFFFF;
	}
	#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	text-decoration: underline;
	color: #CCCCCC;
	}
	
	#cart {
	color: #FFFFFF;
	}	

/* Content */

#main {
	background-color: #424543;
}
#productpage {
	margin-right: auto;
	margin-left: auto;
	background-color: #636664;
	width: 750px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

	#content {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #636664;
	}
		#content h2 {
	color: #FFFFFF;
		}
#content a:link, #content a:visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
	#products td {
	background-color: #777B78;
	}
	
	p.price {
	color: #FFFFFF;
	}
	
	#cart-total {
	background-color: #4A4A4A;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */

	
#side h2 {
	color: #FFFFFF;
	margin-top: 20px;
}
	#side li {
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	height: 100%;
	}
#side li li {

			font-size: 11px;

			padding: 0;

			background: none;

			font-weight: normal;

			margin: 0 0 0 10px;

		}
#side li li a:link, #side li li a:visited {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#side li li a:hover, #side li li a:active {
	background-image: none;
}

	#side a:link, #side a:visited {
	color: #FFF;
	background-image: url(button1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 2em;
	display: block;
	padding-left: 10px;
	border: 1px solid #090909;
	}
	#side a:hover, #side a:active {
	color: #EFEFEF;
	background-image: url(button2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 2em;
	display: block;
	}
	#login a:link, #login a:visited, #login a:hover, #login a:active {
	background-image: none;
	border: none;
	display: inline;
	padding-left: 0px;
	}

	#emailsub_wrapper  input {
	 width: 190px;
	 margin-bottom: 6px;
	 border: 1px solid #000000;
}
#emailsub_wrapper {
	text-align: center;
}
#emailsub_wrapper .button{
    width: 70px;
	margin-right: auto;
	margin-left: auto;
	
}

#extralink a:link, #extralink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


/* Footer */

#footer {
	background-color: #363837;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #841615;
}
#footer p, #footer a {
	color: #FFFFFF;
}
#copyright {
	width: 300px;
	margin: auto;
	clear: both;
}
#myebay {
	text-align: center;
	margin-bottom: 35px;
}
#myebay a:link, #myebay a:visited, #myebay a:hover, #myebay a:active {
	background-image: none;
	border:none;
}
#rsslink a:link, #rsslink a:visited, #rsslink a:hover, #rsslink a:active {
	background-image: none;
	border:none;
}
#rsslink {
	text-align: center;
	margin-top: 10px;
}

	#emailsub_wrapper  input {
	width: 190px;
	margin-bottom: 6px;
}
#emailsub_wrapper .button{
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}

#extralink a:link, #extralink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#emailsub_wrapper  a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

