@charset "utf-8";
/* CSS Document */
body {
	background-attachment: scroll;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #036;
	/*background-color:#7D696C;*/
}

#logo
{
	background-image:url(../images/Logo.jpg);
	background-repeat:no-repeat;
	width:302px;
	height:243px;
	float:left;
	position:relative;

}
#logoBg
{
	background-color:#664A4E;
	padding-top:42px;
	width:auto;
	height:42px;
	float:left;
	}
#hand
{
	background-image:url(../images/hand.jpg);
	background-repeat:no-repeat;
	width:397px;
	height:285px;
	float:left;
}
.container
{
	
	width:700px;
	height:inherit;
	position:relative;
	
	padding:0px;
	border:#306;
	margin:0px;
	border-style:solid;
	border-width:1px;
	background-image:url(../images/bg_01.jpg);
	background-repeat:no-repeat;
	
	}
.menuCont
{
	height:28px;
	background-image:url(../images/menuBg_06.jpg);
	background-repeat:repeat-x;
	width:666px;
	float:left;
	margin:0px;
	padding:0px;
}
.btn
{
	background-attachment:inherit;
	height:28px;
	width: auto;
	float:right;
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	font-weight:bold;
}
.separetor
{
	background-image:url(../images/separetor_09.jpg);
	width:2px;
	height:24px;
	float:right;
	background-repeat:no-repeat;
	}
.btn:hover
{
	background-attachment:inherit;
	background-image:url(../images/btnHover_06.jpg);
	background-repeat:repeat-x;
	height:28px;
	width: auto;
	float:right;
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	font-weight:bold;
}


.footerContainer
{
	height:60px;
	width:530px;
	
	margin:0px;
	padding:0px;
	clear:both;
}
		
		
.leftFooterCurve
{
	background-color: #7D696C;
	background-image: url(../images/footerLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 60px;
	width: 39px;
	padding:0px;
	margin:0px;
	}
	
.rightFooterCurve
{
	background-color: #7D696C;
	background-image: url(../images/footerRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 60px;
	width: 39px;
	padding:0px;
	margin:0px;
	}
	.fotterTextCont
	{
		width:452px;
		height:50px;
		margin: 0px ;
		padding: 10px 0px 0px 0px;
		background-color: #7D696C;
		float:left;
	}
.footerBtn
{
	background-attachment:inherit;
	height:auto;
	width: auto;
	
	color:#FCC;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	
	
}
.footerBtn:hover
{
	color:#FF9;
	}
.homeMainContent
{
	width:45%;
	height:210px;
	padding:0px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	/*border:#666;
	border-style:solid;
	border-width:1px;*/
	}
	#li
	{
		margin:0px;
		padding:0px;
		}
		#ul
		{
			margin:0px;
		padding:0px;
			}
			

.productsMainContent
{clear:none;
	width:45%;
	height:inherit;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	/*border:#666;
	border-style:solid;
	border-width:1px;*/
	}

.products3MainContent
{clear:none;
	width:45%;
	height:inherit;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	/*border:#666;
	border-style:solid;
	border-width:1px;*/
	}

.emailInquiryContent
{
	clear:none;
	width:45%;
	height:225px;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	border:#960;
	border-style:solid;
	border-width:3px;
	}

.associationMainContent
{
	width:95%;
	height:inherit;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	/*border:#666;
	border-style:solid;
	border-width:1px;*/
	}
	
.bldgContent
{clear:none;
	width:45%;
	height:inherit;
	padding:12px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	/*border:#666;
	border-style:solid;
	border-width:1px;*/
	}	
	
/*
Collapsable panel
*/

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	height:inherit;
	
}

.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	
	border-bottom: solid 1px #CCC;
	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image:url(../images/menuBg_06.jpg);
	height:28px;
	background-repeat:repeat-x;
	width:80%;
	float:none;
	margin:10px;
	padding:3px;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
 background-image:url(../images/menuBg_06.jpg);
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 
}

.CollapsiblePanelTab:hover  {
	background-attachment:inherit;
	background-image:url(../images/btnHover_06.jpg);
	background-repeat:repeat-x;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	
	}
	
.requiredfield{
color:red;
}
