@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
	background-repeat: repeat;
	background-position: top center;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	line-height:12px;
}

/*A:link { TEXT-DECORATION: none;}
A:visited { TEXT-DECORATION: none; color:#000066;}
A:active { TEXT-DECORATION: none;}
A:hover { TEXT-DECORATION: none; color:#0066FF;}
h2 {
	font-size:20px;
	font-weight:bolder;
	color:#004abc;
	font-family: Arial, Helvetica, sans-serif;
}*/

#gradient {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/layout01/mainBack01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#superContainer {
	/* This container lets everyone know what 100% is */
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	/*background-image: url(../images/layout01/footer01.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}
#mainContainer {
	position: relative;
	top: 0px;
	width: 1000px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px hidden #000000;
}
#row01 {
	background-image:url(../images/layout01/row01.png);
	background-position:left bottom;
	height:16.5%;
	max-height:186px;
	min-height:68px;
}
#mainNav {
	height:32px;
	background-image:url(../images/layout01/mainNav01.png);
}
#mainNav p {
	position:relative;
	top:8px;
	right:150px;
	float:right;
	font-size:11px;
	font-weight:bolder;
	color:#fff;
	font-family: Verdana, Helvetica, sans-serif;
}
#mainNav a { padding-left:15px;}
 a:link { text-decoration:none; color:#fff}
 a:visited { text-decoration:none; color:#fff;}
 a:active { text-decoration:none; color:#558cc8;}
 a:hover { text-decoration:none; color:#558cc8;}

#row02Left {
	float: left;
	width:151px;
	height:418px;
	background-image:url(../images/layout01/row02col01.png);
}
.mainContent {
	margin-left: 151px;
	height:418px;;
	width:723px;
}
#mc_Blank01 {
	background-image:url(../images/layout01/row02colMain_Blank01.jpg);
}
#mc_Index01 {
	background-image:url(../images/layout01/row02colMain_Index01.jpg);
}
#mc_Design01 {
	background-image:url(../images/layout01/row02colMain_Design01.jpg);
}
#mc_Contact01 {
	background-image:url(../images/layout01/row02colMain_Contact01.jpg);
}
#row02Right {
	float: right;
	height:418px;
	width:126px;
	background-image:url(../images/layout01/row02col03.png);
}
#row03 {
	height:80%;
	min-height:518px;
/*	max-height:374px;
	min-height:100px;*/
	background-image:url(../images/layout01/row03.png);
	background-repeat:no-repeat;

}
#contactFooter {
	position:relative;
	left:169px;
	top:18px;
	width:200px;
}
#contactFooter p {
	font-size:11px;
	position:relative;
	left:8px;
	
}
#contactFooter img {
	float:left;
}
ieWarningBox {
	visibility:hidden;
}