@charset "utf-8";
/* CSS Document */

.transform {
	text-transform:uppercase;
}

.businessname {
	color: #000;
	font-weight:bold;
}
.brandsinclude {
	color:#6a247c;

}

#catalogoptions {
	text-align:center;
	max-width:695px;
	font-size:1.2em;
	background:#e6e0d9;	
	min-height:75px;
	padding: 2px 5px 2px 5px;
	
	}

#catalogoptions select {
	min-width:100px;
	color:#00adef;
	margin-bottom: 2px;
	
	}

.sitecatalogviewitems {
     width:300px;
	 min-height:300px;
	 padding:5px 5px 5px 5px;
	 border: 0;
	 background:#fff;
	 float:left;
	 text-align:center;
	 font-size:.9em; 	
}
/********************************************
/************** Standard Containers for Lists
/******************************************** */	

#contentlist {
	min-width:500px;
	margin-right:200px;
	background:none;
	color:#000;	
	}

.contentlistbox {
	width:95%px;
	float:left;
	background:#fff;
	color:#000;
	border:none;
	padding:0px 5px 5px 0px;
	margin-bottom:10px;
	}
.contentlistbox p {
	width:100%;
	float:left;
	background: #fff;
	color:#000;
	padding:0px 5px 5px 0px;
	}	
	
.contentlistboximg {
	width:225px;
	float:right;
	border:0px;
	padding:2px 2px 2px 2px;
	margin: 0px 5px 5px 0px;
	}		
	
.iconimg {
	width:	16px;
	height: 16px;
}
.contentlist a {
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	color:#933;
}
	
.contentlistbox h2 {
	font-size:2.5em;
	color:#F09;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 2px 12px;
	border-bottom:#003 medium;
}



#siteContentFull {
	width:95%;
	min-height:400px;
	font-weight:normal;
 	margin: 	0px auto; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 	0px 0px 0px 10px; /* padding here creates white space "inside the box." */	

	text-align:center;
	}

#siteContentFull img {
	width:5px;
	margin: 0px auto;
	border:0px;
	}
	
#siteContentFull h1 {
	font-size:1.5em;
	font-weight:bold;	
	color: #273870;
	text-align:center;
	padding: 5px 0px 5px 0px;
	}	

#siteContentFull p {
	width:675px;
	font-size:1em;
	font-weight:bold;
	color: #273870;
	text-align:center;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	}

#siteContentFull p a {
	color:#152257;
	font-weight:bold;
	text-decoration:none;
	}

#siteContentFull p a:hover {
	color:#b92120;
	}	
	
	
.esignupform {
	background-color:#1d567d;
	width:90%;
	margin:5px auto;
	font-weight: bold;
	text-align:center;
	font-size:1em;
	color:#fff;	
	
}	
#itemslist {
	min-width:500px;
	width:650px;
	margin-right:60px;
	background:none;
	color:#000;	
	}