@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0;
 	background-color: #000000;
	background-image: url(/images/wire-bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
}
.platform{
	width: 790px !important;
	height: auto;
	position: absolute !important;
	z-index: 10;
	top: 140px;
	left: 50% !important;
	margin-left: -395px !important;
}
/*header*/
.header{
	width: 790px;
	height: 170px;
	behavior: url(/css/iepngfix.htc) !important;
	background-image: url(/images/s_a-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -10000px !important;
}
/*sidepanel*/
.navContainer{/*content inside this container should be 170 in width*/
	width: 170px !important; /*add 40px for a total of 210with*/
	background-image: url(/images/sidepanel-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 50px 20px 50px 20px;
}
/*body*/
.mainContainer{
	width: 580px !important;
	background-color: #000000;
	background-image: url(/images/bodycontainer-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
	.bodyWrap{ /*content inside body wrap should 520px width*/
		width: 520px !important;
		padding: 30px;
		behavior: url(/css/iepngfix.htc) !important;
		background-image: url(/images/bodywrap-bg.png);
		background-position: top left;
		background-repeat: no-repeat;
		text-align:justify;
		color: #aeaeae;
		font-size: 11px;
		font-family: verdana;
		line-height: 1.5em;
	}
	.bevel{
		width: 196px;
		height: 133px;
		background-image: url(/images/bevel.png);
		background-position: center;
		background-repeat: no-repeat;
		behavior: url(/css/iepngfix.htc) !important;
		position: absolute !important;
		z-index: 100;
		top: 325px;
		left: 50%;
		margin-left: 190px;
	}	
/*footer*/
.footer{
	color: #2f6f98;
	font-family: small fonts;
	font-size: 8px;
	text-transform: uppercase;
	padding: 20px 0 40px 0;
}

/*gallery*/
.galleryContainer a img{
	border: 3px solid #2f6f98;
	margin-bottom: 10px;
}
.galleryContainer a img:hover{
	border: 3px solid white;
	margin-bottom: 10px;
}

/*forms*/
.input1{
	width: 245px;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #151515;
	border: 1px solid #333333;
	color:#999999;
	font-family: Arial;
	font-size: 12px;
}
.textarea1{
	width: 250px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #151515;
	border: 1px solid #333333;
	color:#999999;
	font-family: Arial;
	font-size: 12px;
}
.button{
	height: 20px;
	width: 60px;
	background-color: #2f6f98;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
}




/*text styles*/
.textMain11{
	color: #aeaeae;
	font-size: 11px;
	font-family: verdana;
	line-height: 1em;
}
.textblack11{
	color: #333333;
	font-size: 11px;
	font-family: verdana;
	line-height: 1em;
}
.textGray25{
	color: #717171;
	font-size: 25px;
	font-family: verdana;
	letter-spacing: -3px;
	line-height: 1em;
}
.textBlue20{
	color: #2f6f98;
	font-size: 20px;
	font-family: trebuchet ms;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
}



/*enfuse link*/
a.enfuseLink{
	color: #2f6f98;
	text-decoration: none;
}
a.enfuseLink:hover{
	color: white;
	text-decoration: none;
}