/*/*/
/* The Online Christian Store Styles - Copyright 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***/

/********************* Basic Tags **********************/
body {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	font: normal 70%/125% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
	background: #252525 url(../../images/page-bg.jpg) repeat-x 0 0;
}
img, form, p {margin: 0px; padding: 0px;}
p {margin-bottom: 1.3em;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font: bold 100%/100% Tahmoma, Arial, Helvetica, sans-serif;
}

h1 {font-size: 1.4em; letter-spacing: .04em; margin: 0 0 .3em 0;}
h2 {font-size: 1.2em; letter-spacing: .02em; margin: 0 0 .3em 0;}
h3 {font-size: 1.1em; margin: 0 0 .3em 0;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

a:link {
	color: #0084BC;
	text-decoration: underline; 
	} 
	a:visited {
	color: #003366;
	text-decoration: underline;
	} 
	a:hover {
	color: #AAAAAA;
	text-decoration: none;
	} 
	a:active {
	color: #FF8C6A;
	text-decoration: underline;
} 


/********************* CONTENT **********************/
div.frontWelcome {font-size: 1.1em; line-height: 135%;padding: 8px;}



/********************* NAVIGATION *******************/
#masthead ul.store-functions {
	margin: 0;
	padding: 0;
	}
	#masthead ul.store-functions li {
	list-style: none;
	}
	#masthead ul.store-functions li a {
	display: block;
	padding: 10px;
	float: right;
	margin: 55px 0 0 5px;
	color: white;
	font: normal normal 1.1em/100% Trebuchet MS, Tahoma, Arial, sans-serif;
	text-decoration: none;
	}
	#masthead ul.store-functions li.checkout a {
	padding-right: 28px;
	background: #4B2D4C url(../../images/arrow-checkout.gif) no-repeat 87% .5em;
	}
	#masthead ul.store-functions li.my-account a {
	padding-left: 28px;
	background: #4B2D4C url(../../images/star.gif) no-repeat 7% .5em;
	}
	#masthead ul.store-functions li.cart a {
	padding-left: 28px;
	background: #4B2D4C url(../../images/cart.gif) no-repeat 7% .5em;
	}
	#masthead ul.store-functions li a:hover {
	padding-top: 12px; 
	padding-bottom:13px;
	margin-top: 50px;
	
}

div.categoriesBox ul {margin: 0 0 0 10px; padding: 0;}
	div.categoriesBox ul li {
	list-style: none;
	}
	div.categoriesBox li a {
	text-decoration: none;
	color: #444;
	padding: .1em 0 .1em 10px;
	display: block;
	background: url(../../images/arrow-bullet.gif) no-repeat 0 51%;
	}
	div.categoriesBox li a:hover {
	font-weight: bold;
	color: #000;
	}
	div.categoriesBox li a b span.errorText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	}
	/*Sub Categories*/
	div.categoriesBox ul ul {margin: 0 0 0 10px;}
	div.categoriesBox ul ul li a {padding: 0 0 .2em 10px;}



#search form {width: 200px;}
#search form label {margin-right: 5px; font: normal normal bold  1.2em/100% Arial, sans-serif;}
#search input {vertical-align: middle;}

#footer a {color: #777;}

/********************* LAYOUT ***********************/
.left {position: relative; float: left;}
.right {position: relative; float: right;}
.clearing {clear: both; height: 0; line-height:0; font-size: 1px;}

#wrapper{
	width: 975px;
	margin: 0 auto; 
	padding: 29px 0px 0 0;
	position: relative;
	background: url(../../images/banner.jpg) no-repeat top center;
}
#masthead {
	margin: 0 auto; 
	background: url(../../images/cloud-top.png) no-repeat bottom right;
	display: block;
	width: 865px;
	height: 170px;
	
}
#masthead a {
	display: block;
	width: 190px;
	padding-top: 75px;
	position: absolute;
	top: 60px;
	left: 390px;
	text-indent: -40000px;
	color: #FFF;
	}
	#masthead p a {
	position: absolute;
	padding: 10px 0;
	width: 160px;
	top: 180px;
	left: 737px;
	text-indent: 0;
	color: #003366;
	background: url(../../images/cart.gif) no-repeat 5% 50%;
	font: normal normal 1.1em/100% Trebuchet MS, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;		
}
#content-wrapper {
	background: #FFF url(../../images/cloud2.png) no-repeat top right;
	margin: 0 auto; 
	width: 850px; 
	position: relative;
	padding: 0 15px 5px 0;
	text-align: left;
	}
	#nav {
		width: 185px;
		top: 0;
		float: left;
	}
	#content {
	width: 630px;
	overflow: hidden;
	float: right;
	padding: 10px;
	}
	#breadcrumbs {margin: 0 0 1.5em 0; }
#breadcrumbs a {
color: black;
	
}
#footer {
	margin: 0 auto; 
	width: 865px;
	padding: 10px;
	text-align: left;
	line-height: 150%;
	color: #777;
	margin-bottom: 10px;
}

