html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}


/* splash page stuff */
#enter {
	float:right;
	margin:307px 0 0 0;
	display:inline;
}
#btnenter {
	background:#000 url(btnenter.gif) top left no-repeat;
}
#btnenter a{
	display:block;
	height:41px;
	width:300px;
}
#btnenter a:hover{
	background:#000 url(btnenter.gif) bottom left no-repeat;
}

/*bg styles for body id tags*/
#index {
	margin: 0; 
	padding: 0;
	background:#000000 url(splashbg.jpg) no-repeat top left;
}

#overview {
	margin: 0; 
	padding: 0;
	background:#000000 url(overviewbg.jpg) no-repeat top left;
}

#about {
	margin: 0; 
	padding: 0;
	background:#000000 url(aboutbg.jpg) no-repeat top left;
}

#services {
	margin: 0; 
	padding: 0;
	background:#000000 url(servicesbg.jpg) no-repeat top left;
}

#contactus {
	margin: 0; 
	padding: 0;
	background:#000000 url(bgblack.jpg) no-repeat top left;
}

#contactus table {
	margin:0 0 0 31px;
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
#contactus input, #contactus textarea {
	background:#111;
	border:1px solid #333;
	padding:3px;
	width:200px;
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}
/*this is for contact form*/
#btnsubmit2 a {
	display:block;
	width:78px;
	height:28px;
	background:url(btnsend.gif) top no-repeat left;
}
#btnsubmit2 a:hover  {
	width:78px;
	height:28px;
	background:url(btnsend.gif) bottom no-repeat left;
	cursor:pointer;
}

#wrapper {
	float:left;
	width:980px;
}

#sitewrap {
	width:100%;
	max-width:1400px;
	width:expression(document.body.clientWidth > 1400? "1400px": "auto" );/*max width hack for IE5/6*/
	min-width:900px;
}

#logo {
	float:left;
	margin: 0 0 0 100px;
}


#flashmenu {
	float:left;
}

#rightcontent {
	float:right;
	margin:-220px 0 0 682px;
}

#rightcontent p{
	color:#ccc;
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6em;
	padding:0 0 0 31px;
	width:230px;
}

#copyright {
	padding:180px 20px;
	text-align:right;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#999999;
}

#copyrightnormal {
	padding:50px 0 5px 400px;
	text-align:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#999999;
}
	

