

body {
	background: white url(images/bg.jpg) repeat-y top left;
	}

* {
	margin: 0px;
	padding: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	box-centering magic



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 


#envelope {

	width: 700px;
	vertical-align: top;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	height: 100%;
	background-color:#ffffff;
}

#leftbar {

	width: 10px;
	vertical-align: top;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	height: 100%;
	background-color:#000000;
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;

}

#rightbar {

	width: 10px;
	vertical-align: top;
	margin-left: 350px;
	position: absolute;
	left: 50%;
	height: 100vh;
	background-color:#884477;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;

}




/*-----------old--------------------*/



#header4 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 80px;
	}

#cart {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 500px;
	width: 200px;
	height: 80px;
	}

#navtop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	width: 700px;
	height: 6px;
	background-color: 616540;
	}

#nav {
	margin: 0px;
	position: absolute;
	top: 86px;
	width: 700px;
	height: 22px;
	text-align: center;
	background-color: 616540;
	}

a.copy {
	text-decoration: none;
	color: #884477;
	font-family: Verdana;
}
a.copy:hover {
	text-decoration: underline;
}

#body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 108px;
	left: 0px;
	width: 700px;
	background-color: #ffffff;
	}

#copy {
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 700px;
	}



#footer {

	padding: 0px;
	position: relative;
	width: 700px;
	height: 22px;
	text-align: center;
	background-color: 616540;
}

#footertop {
	padding: 0px;
	position: relative;
	width: 700px;
	height: 6px;
	text-align: center;
	background-color: 616540;
}

#postfooter {

	padding: 0px;
	position: relative;
	width: 700px;
	text-align: center;
	background-color: ffffff;
}

#prefooter {

	padding: 0px;
	position: relative;
	width: 700px;
	height: 30px;
	text-align: center;
	background-color: ffffff;
	
}

.text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	color: #330000;
/*	text-align: justify; */
}	

.sale {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	color: #FF0000;
}

.footer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	color: #330000;
}	

a {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif, sans;	
	color: #330000;
}

h1 {
	font-size: 16px !important;
	font-family: Arial, Helvetica, Verdana, sans-serif, sans  !important;	
	color: #330000 !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
}

a.faq {
	text-decoration: underline;
	color: #884477;
	font-family: Verdana;
}
a.faq:hover {
	text-decoration: underline;
}


/*-----------scissors page formatting--------------------*/


table.scissors {
	background-color:#c77eba;
}

table.scissors td {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	padding: 3px;
}

table.scissors td.brand {
	background-color:#c77eba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
}

.custom-btn {
	background-color: #C77EBA !important;
	border: 2px solid #A6709A !important;
	color: #ffffff !important;
}

.custom-btn-white {
	background-color: #ffffff !important;
	border: 2px solid #A6709A !important;
	color: #A6709A !important;
}

/* TODO: see if I can get the side rails to go all the way down the page