/* Start of CMSMS style sheet 'PB - Initial Styles' */
body, p, ul, ol, span, div {
	font-family: "Lucida Grande",Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	color: #404040;
	font-size: 11px;
}

h1 {
	font-size: 1.5em;
}

.text p img {
	padding-right: 1.5em;
}

body {
	margin: 0px;
	width: 760px;
	background-color: #d0d0d0;
}

div#banner {
	background-color: #fff;
	padding-bottom: 4px;
}

.title {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.28em;
	text-transform: uppercase;
}

div#ctitle {
	height:22px;
	background-color: #d0d0d0;
	background-image: url(images/content1a.png);
	background-position: right;
	background-repeat: no-repeat;

}

div#content {
	float:left;
	width: 593px;
	margin-right: 6px;
	background-color: #fff;
       padding-bottom: 2em;
	}
	
div#sidemenu {
	float: left;
	width: 135px;
}

div#sidemenu p {
	margin-left: 25px;
	}

div#homesidemenu {
	float: left;
	width: 135px;
}

div#homesidemenu p {
	margin-left: 2px;
	font-size: 9px;
	}

div#homesidemenu img {
	margin-bottom: 10px;
	}

.text {
	float:right;
	width: 450px;

}

.text a {
	color:#404040;
}

.text a:visited {
	color:#404040;
}

.text a:hover {
	color:#800080;
}

.text p {
	margin-left: 0px;
	margin-right: 20px;
}

.largetext {
	float:left;
	padding: 10px 10px 0px 10px;
}

.largetext p {
	margin-left: 10px;
	margin-right: 20px;
}

.largetext a {
	color:#404040;
}

.largetext a:visited {
	color:#404040;
}

.largetext a:hover {
	color:#8E398D;
}

/*cataloger styles*/

.catalog_item {
	padding: 0 10px 10px 0;
}

.catalog_item img {
	margin-left: 10px;
}


div#ftitle {
	height: 22px;
	background-image: url(images/BackgroundTitle2.jpg);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#ftitle p {
	padding: 5px 10px 2px 10px;
	margin: 0px;
	}

div#featured {
	float:right;
	width: 156px;
	background-color: #fff;
	padding-bottom: 20px;
	display: block;
	}

div#featured p {
	text-align: center;
}

div#featured img {
	margin: 0px 39px;
	border: 0px solid #000;
}

	
div#wrapper {
	background-image: url(images/backdrop.png);
	background-repeat: repeat-y;
}

div#footer {
	text-align: center;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 100%;       
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px solid #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}


.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* End of 'PB - Initial Styles' */

