/* frame containers */
#container {
	width:944px;
	margin:0px auto;
	padding:0%;
}

#header {
    background: url("/images/public/bg_header.png") no-repeat scroll 0px 48px transparent;
    height: 100px;
    left: -15px;
    padding-top: 20px;
    position: relative;
    width: 977px;
    z-index: 100;
}

.header-cap {
	position:absolute;
	bottom:8px;
	height:61px;
	width:42px;	
	display:none;	
}

#header-cap-left {
	left:-42px;
}

#header-cap-right {
	right:-42px;
}


#footer {
	width: 944px;
  	border-top:1px solid #e4e4e4;
  	background:none;
  	color:#757575;
  	padding:10px 0px;  
  	font-size:11px;
	margin-top:25px;
	position:relative;
}	


	


#follow-us {
	margin-top:0px;
	position: absolute;
	right: 0;
	top: 10px;
}

#footer a, #follow-us a {
	color:#666;
	text-decoration:none;
}

#footer a:hover, 
#follow-us a:hover {
	color:#069;
	
}

#follow-us a img {
	padding:8px 2px 0px 10px;
	
	vertical-align:top;	
}

#footer a img {
	
	margin-top:-10px;
	vertical-align:top;

}

#footerlogo a img {
	
	
}

.submit-btn {
	height:22px;
	padding-bottom:2px;
	width:108px;
	border:none;
	color:#FFF;
	font-family:Din;
	font-weight:normal;
	font-size:12px;
	background:url('/images/public/bg_button.jpg') no-repeat 0px -22px;
	cursor:pointer;
}
.submit-btn:hover {
	background:url('/images/public/bg_button.jpg') no-repeat 0px 0px;
}

#member-container {
	position:absolute;
	top:20px;
	right:0px;
	z-index:500;
}
