/* CSS Document */
/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center; /*ie5PC fix to center*/
	background-image:url(backround-2.gif);
	background-color:#CCCCCC;
	background-attachment: fixed;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	/* background-color:#FFFFFF; */
}

a:hover {
	text-decoration: underline;
	/* background-color:#FFFFFF; */
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Comic Sans MS";
 font-size: 120%;
}

h2{
 font-size: 114%;
 color: #006699;
 background-color:#FFFFFF;
}

h3{
	font-size: 100%;
	color: #000000;
	background-color:#FFFFFF;
	font-family: "Comic Sans MS";
}

/*
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 background-color:#FFFFFF;
}
*/
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	text-align: left; /*ie5PC fix to center*/
	line-height: 1.166;
	margin-bottom: 5px;
	margin-top:5px;
	height:140px;
}
#wrapper2{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	text-align: left; /*ie5PC fix to center*/
	line-height: 1.166;
	margin-top:5px;
	background-image:url(lost-souls-midbg.gif);
	background-repeat:repeat;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;/*  */
}

#logo {
	position:absolute;
	top:0px;
	z-index:2;
}

#cartlinks {
	position: absolute;
	top:10px;
	right:10px;
	font-size:80%;
	text-align:right;
	z-index: 3;
	width:200px;
}

#cartlinks a{
	display:block;
}
#phone {
	position: absolute;
	right:10px;
	top:90px;
	z-index:4;
	width:150px;
	text-align:right;
}

#phone h2{
	color: #CC0000;
	background-color:#FFFFFF;
}

#content{
  	float:right;
	width: 580px;
	margin: 0px 3px 0px 2px;
	padding: 5px 0 0 0;
 	background-color:#FFFFFF;
	color:#000000;
	position:relative;
}

/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 5px 10px;
	position:relative;
	top:0px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	position:relative;
	top:105px;
	z-index: 4;
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0 5px 10px 10px;
	font-size: 85%;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

.feature h3{
	padding: 0px 0px 0px 0px;
}
.feature p{
	padding-top: 1px;
}

/*.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

 adjust margins to change separation between the feature image and text flowing around it */
.paintResults {
	padding:10px;
	margin:10px;
	border-right:1px dotted #999999;
	border-top:1px dotted #999999;

}

.resultImg {
	float: left;
	padding: 5px 10px 0px;
}

.resultImg a{
	display:block;
	text-align:center;
}

/************** .productDetails styles ***************/
.productDetails {
	padding: 25px 0px 10px 10px;
	font-size: 80%;

}

.productDetails img{
	float: left;
	padding: 5px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.productDetails h1{
	padding: 5px 0px 0px 0px;
	margin:0px;
	font-size: 150%;
}

.productDetails p{
	padding: 0px 0px 5px 0px;
}


/************** upsellProduct styles *****************/

.upsellProductGroup{
	background-color:#CCCCFF;
	padding: 0px 10px 10px 10px;
	margin:0 10px 0 10px;

}

.upsellProduct{
	padding:3px;
	margin:3px;
	border:1px dotted #999999;
	
}
.upsellProduct a{
	text-align:center;
	display: block;
	
}

.upsellProduct img{
	float: none;
	margin:0 20px 0 20px;
	
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 10px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	padding-top:5px;/**/
	margin:10px; 
	font-size: 75%;
	text-align: center;
	background-color:#FFFFFF;
	height:18px;
	color:#000000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #search styles ***************/

.search1{
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	margin-left:28%;/**/
	position: absolute;
	right:5px;
}

.search form{
 margin: 0px;
 padding: 0px;
}

.search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#searchResultCount {
	padding: 5px 0px 5px 0px;
	margin: 7px;
	font-size:97%;
}


/*********** #sectionLinks styles ***********/
#navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:159px;
	position: relative;
	float:right;
	color:#000000;
	margin: 0px 1px 0px 5px;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
	font-family: "Comic Sans MS";
	font-weight: bold;
}
#sectionLinks h3{
	margin-top:-3px;
	padding: 5px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited{
	color:#666666;
	font-weight:bold;
	padding: 2px 0px 5px 22px;
	margin:5px 0 0 10px;
	background-image: url(DataIcon.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 125px;
	display:block;
}

#sectionLinks a:hover{
	color: #009900;
	font-weight:bold;
	background-image: url(DataIcon-over.gif);
	background-repeat:no-repeat;
	background-color: #fff;
	padding: 2px 0px 5px 22px;
	margin:5px 0 0 10px;
	width:125px;
}

#randomImage{
	padding: 10px 0px 10px 5px;
}

#paypal {
	margin: 5px;
}

form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000;
	border: 1px inset #A1978F;
}

input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton {
	background: #8B8D9C;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

.thankYou {
	height:540px;
}

.pagingLinks {
	text-align: center;
}
.red {
	font-family: "Comic Sans MS";
	font-size: 120%;
	color: #FF0000;
}
