* {
	margin:0px;
	padding: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	background: #ddd;
	font-family: Arial;
	font-size: 12px;
	color: #74746c;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}

a 
{
	text-decoration: none;
	color: #74746c;
	font-weight: bold;
	cursor: pointer;
}

a:hover 
{
	color: #000;
}

.outerContainer {
	width: 900px;
	margin: 0 auto;
}

.topGap{
	height: 30px;
}
.mastHead {
	float:left;
	height: 100px;
	background: #000;
	width: 100%;
}

.mastHeadLogo {
	width: 229px;
	height: 45px;
	float: left;
	left: 17px;
	top: 27px;
	position: relative;
	float: left;
}
.mastHeadSlogan{
	width: 645px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	left: 27px;
	top: 27px;
	position: relative;
	float: left;
}

.menu {
	clear:both;
	height: 25px;
	background: #74746c;
}

ul.menuList, ul.adminMenuList {
	display: block;
	margin: 0px auto;
}

ul.menuList li {
	display: inline;
	height: 25px;
	line-height: 25px;
	padding: 0 42px;
	background-repeat: no-repeat;
}

/*
ul.adminMenuList li 
{
	padding: 0 25px;
}
*/
ul.menuList li.first {
	padding-left: 20px;
}

ul.menuList li.last {
	padding-right: 0px;
}

ul.menuList a {
	padding-left: 15px;
	text-decoration: none;
	color: #c6c3bc;
	text-transform: uppercase;
	font-weight: bold;
}

ul.menuList a:link, ul.menuList a:visited {
	padding-left: 15px;
	background: url(../images/menuBullet.gif) no-repeat 0px 0px ;
}

ul.menuList a:hover, ul.menuList a.active {
	color: #fff;
	padding-left: 15px;
	background: url(../images/menuBullet.gif) no-repeat 0px -15px ;
}

.contentContainer {
	float:left;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*padding-top: 25px;*/
}

.subMenuContainer {
	width: 215px;
	float: left;
	background: transparent url(../images/menuSquares.gif) no-repeat top left;
	min-height: 425px;
	height:auto !important;
	height:425px;
	padding-top: 25px;
}

.gap 
{
	float: left;
	width: 12px;
}

ul.subMenuList {
	list-style: none;
	/*list-style-position: inside;*/
}

ul.subMenuList li {
	padding-bottom: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

ul.subMenuList a {
	padding-left: 15px;
	text-decoration: none;
	color: #74746c;
	display:block;
}

ul.subMenuList a:link/*, ul.subMenuList a:visited*/ {
	padding-left: 15px;
	background: url(../images/subMenuBullet.gif) no-repeat -9px 0px ;
}

ul.subMenuList a:hover, ul.subMenuList a.active {
	color: #000;
	padding-left: 15px;
	background: url(../images/subMenuBullet.gif) no-repeat 0px 0px ;
}

.subMenuContainer h1 
{
	font-size: 15px;
	color: #74746c;
	font-weight: normal;
	padding-left: 15px;
	/*border-bottom: 1px solid;*/
}

.infoContainer {
	width: 671px;
	float: left;
	position: relative;
}

.innerContent {
	clear:both;
	width: 658px;
	float:left;
	padding: 25px 0 20px 0;
	line-height: 20px;
}

.innerContent p 
{
	margin:0 0 0px 0;
}

.innerContent ul, .staticContent ul
{
	/*list-style-position: inside;*/
	padding-left: 17px;
}

.innerContent ol, .staticContent ol
{
	/*list-style-position: inside;*/
	padding-left: 18px;
}


#mycarousel 
{
	padding-left: 0;
}
.innerContent ul li 
{
	margin-bottom: 5px;
}

.footer {
	clear: both;
	height: 30px;
	background: #000;
	text-align: right;
	color: #fff;
}

.footer a 
{
	color: #fff;
	font-weight: normal;
}

.footer a:hover
{
	color: #3EF500;
}


.footer .left 
{
	width: 50%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	float:left;
}
.footer .right 
{
	width: 50%;
	text-align: right;
	height: 30px;
	line-height: 30px;
	float:left;
}
.footer .left div,
.footer .right div  
{
	margin: 0 20px;
}

.hlight
{
	color: #3EF500;	
	font-weight: bold;
}

.footerLogo {
	width: 77px;
	height: 22px;
	float: right;
	right: 15px;
	top: 5px;
	position: relative;
}
.footerSlogan{
	width: 500px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	right: 25px;
	top: 4px;
	position: relative;
	float:right;

}


h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform:uppercase;
}

h2 
{
	padding: 15px;
}
/*
p {
	margin-bottom: 20px;
}
*/

.btnDetails {
	background: transparent url(../images/detailsBullet.gif) no-repeat 0px -15px;
	padding-left: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #74746c;
	font-weight:bold;
}

/*
.btnDetails:hover {
	color: #1C8200;	
}
*/
.detailsBox
{
	margin-top: 10px;
}


/* admin */
.loginBox {
	background: #D4D0C8;
	border: 1px solid #000;
	width: 145px;
	height: 100px;
	margin: 100px auto;
	padding: 10px;
}

.loginBox div 
{
	font-size:10px;
	font-weight: bold;
}

.button 
{
	padding: 2px 5px;
	border: 1px solid #000;
	background: #D4D0C8;
	color: #000;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
}

.button:hover 
{
	background: #DDD;
}

.margin10 
{
	margin-bottom: 10px;
}

.repeaterTable 
{
	border: none;
	width: 100%;
	border-collapse:collapse;
}

.repeaterTable td 
{
	border-bottom: 1px solid #D4D0C8;
	height: 25px;
}

.repeaterTable td.icon 
{
	width: 30px;
	text-align: right;
}

.detailsTable 
{
	border: none;
	width: 100%;
	border-collapse: collapse;
}

.detailsTable td 
{
	border-bottom: 1px solid #D4D0C8;
	height: 30px;
}

.detailsTable td.category  
{
	font-weight: bold;
	width: 150px;
}
.middle 
{
	vertical-align: middle;
}

.linkButton 
{
	color: #28ACFF;
	text-decoration: none;
}

.linkButton:hover 
{
	color: #000;
	text-decoration: none;
}

.error 
{
	color: #BF000C;
}

.adminInput 
{
	width: 300px;
}

.actionButton 
{
	padding: 5px 15px;
	border: 1px solid #000;
	background: #D4D0C8;
	color: #000;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	display: block;
	width: 150px;
	border-left: none;
	margin-bottom: 5px;
}

.actionButton:hover 
{
	background: #DDD;
}

.infoPanel 
{
	background: #FFAE4F;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #AF5E00;
	border-top: 1px solid #AF5E00;
	line-height: 20px;
	margin-bottom: 10px;
}

.textArea 	
{
	width: 100%;
	height: 250px;
}

.dateText
{
	color: #000;
	font-size: 12px;
}	

.staticContainer 
{
	min-height: 450px;
	height:auto !important;
	height:450px;
	width: 100%;
}

.staticContent 
{
	width: 300px;
	margin-left: 50px;
	padding-top: 25px;
	line-height: 20px;
	float:left;
	overflow: hidden;
	z-index: 2;
	position:relative;
}

.mapContainer 
{
	clear:both;
	margin-left: 50px;
	padding-top: 10px;
	width: 300px;
}
.contactContainer 
{
	/*background: transparent url(/images/slogan.gif) no-repeat 160px 83px;*/
}

.staticContenStlider 
{
	width: 1800px;
	height: 230px;
	overflow:hidden;
	float: left;
	position: relative;
	left:-300px;
	z-index: 1;
}

.staticContentItem
{
	float: left;
	width: 300px;
	height: 230px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

.testimonial 
{
	font-style: italic;
}

.signature 
{
	margin-top: 10px;
	font-weight: bold;
}

.testimonialControls 
{
	clear: both;
	width: 120px;
	margin: 0 auto;
}

.testimonialPrev 
{
	background:transparent url(/images/prev-horizontal.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:32px;
	width:32px;
	float: left;
	margin: 0 10px;
}

.testimonialNext
{
	background:transparent url(/images/next-horizontal.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:32px;
	width:32px;
	float: left;
	margin: 0 10px;
}

.productCatalogBox 
{
	width: 160px;
	height: 185px;
	border: solid 1px #AAA;
	background: #EFEFEF;
	position: absolute;
	left: 200px;
	top: 185px;
	display: none;
	z-index: 100;
}

.btnClose 
{
	text-align: right;
}

.productCatalogBox ul 
{
	margin-top: 10px;
	padding-left: 5px;
	list-style-position: inside;
}

.productCatalogBox ul li
{
	margin-bottom: 5px;
}

.membership td 
{
	width: 74px;
	text-align:center;
	border-right: 1px solid #74746C;
}