@charset "ISO-8859-1";
body,html{height:100%;}
body{
	background:url(../images/bg-red.jpg) fixed no-repeat center top #480000;
	padding:0;
	margin:0;
	
}
#mainWrapper{
	height:100%;
	position:relative;
	width:800px; margin:0 auto;
	padding:0;
	padding-bottom:10px;
}
#siteContent{
	position:absolute; top:420px;	
	width:800px;
	height:auto;
}
#flashContent{
	position:absolute; top:0;	
}
.clear{clear:both;}
.floatLeft{float:left;}
ul.floatLeft{float:left; margin-right:15px;}
.floatRight, #mainContent, #mainContent2 {float:right;}
#mainContent{
		width:600px;
		margin:0;
		margin-top:15px;
		margin-right:10px;
		
}
#mainContent2{
		position:absolute;
		top:420px;
		width:600px;
		margin:0;
		margin-top:15px;
		margin-right:10px;
		
}
#interfusedLeftCol{
	float:left;
	letter-spacing:normal;
	height:100%;
	padding-top:15px;
	margin-left:20px;
	width:165px;
	height:100%;
	font-size:10px;	
	text-align:center;
	/*color:#c77d7d;*/
	text-transform:uppercase;
	color:#fff;
	background:url(../images/bg-redStripe.jpg)  repeat-x top;
}
#interfusedLeftCol img{max-width:140px; height:auto;}
p.serviceList{color:#ddd; font-size:.9em;}
#interfusedLeftCol2{
	width:165px;
	float:left;
	font-size:10px;	
	text-align:center;
	color:#c77d7d;
}
#interfusedLeftCol span, #interfusedLeftCol span a{color:#eee; text-decoration:none;}
h1,h2,h3,h4,h5{ letter-spacing:normal;/*color:#c77d7d;*/ color:#eee; margin:0; padding:0; font-weight:normal; text-transform:uppercase;}
h1{font-size:16px; font-weight:normal; background:url(../images/bg-redStripe.jpg) repeat-x top; padding-left:10px; }
h1.wMargin{margin-top:25px;}
h2{font-size:14px;}
p{
	padding:10px;	margin-top:0; 
}
td p{
	padding:0;	margin-top:0; 
}

body, td{
color:#888;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:2;
	letter-spacing:2px;
}
ul{
	padding:0;
	padding-left:20px;
	margin-left:10px;
	list-style:url(../images/arrow-double.png);
}
#footer{
	margin-top:50px;
	padding:10px;
	margin:10px;
	text-align:center;
	font-size:10px;
	background:url(../images/bg-redStripe.jpg) repeat-x top;
	color:#ccc;
}
label{clear:both; float:left; width:80px;}
input, textarea{background:#CCC;}