/* CSS Document main styles */

/* main layout elements*/
#wrapper {
	margin: 0 0 20px -400px ;
	position: absolute;
	left: 50%;
	width: 775px;
	height:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	padding: 20px 0 20px 25px;
}
#logoBox {
	background-color: #D8DBDC;
	height: 260px;
	width: 250px;
	float:left;
	display:inline;
	background-image: url(../images_original/logo.gif);
	background-repeat: no-repeat;
}
div#navlist {
	width: 242px;
	margin: 125px 3px 20px 3px;		
}
#pictureBox {
	margin-right: 25px;
	height: 260px;
	width:500px;
	float:left;
	background-image: url(/skins/Classic/images_original/flashBanner/banner_asset/image1.jpg);
}
#titleStripe {
	border-top-width: 1px;
	border-top-color: #4c4c4c;
	border-top-style: solid;
	border-bottom-color: white;
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #5e5e5f;
	height: 23px;
	width: 745px;
	clear: both;
}
#contentBackground {
	background-image: url(../images_original/contentBckgnd_repeater.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	float:left;
	display:inline;
}
#leftBar {
	height: auto;
	width: 250px;
	float:left;
	display:inline;
	background-color: #f1f7fd;
}
#footer p {
font-size: 1.2em;
	text-align: center;
	margin-top:20px;
	
	background-color: #FFF;  

}
div.navlist2 {width: 242px;	margin:40px 0 3px 3px;}
div.navlist3 {width: 242px;	margin:20px 0 3px 3px;}

.leftBarContainer {
	position: relative;
	height: auto;
	width: 234px;
	left: 3px;
	margin:15px 0 10px 0;
	border-top-color: #e0e6eb;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #e0e6eb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: #e9f0f5;
	padding: 5px 5px 5px 5px;
}
#rightBar {
	padding-left: 20px;                 
	padding-bottom: 40px;                 
	padding-right: 0;                 
	padding-top: 35px;              
	width: 480px;
	float:left;
	display:inline;
}
.boxTitleLeft, .boxTitleRight {
	font-size: 1.2em;
	color: #1c558a;
	display: block;
	font-weight: lighter;	
}
.category-button {
	border:1px solid silver;
	margin-bottom: 20px;
	
}
.padding-right {
margin-right: 21px;
}
/*
.boxContentLeft, .boxContentRight {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
*/

/* CHECKOUT PAGES */
.colLeftCheckout {
border:1px solid red;
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 474px;
	float: left;
	
}
/* END CHECK OUT PAGES */

.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top-color: #9AC6C9;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #9AC6C9;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


