@charset "utf-8";
/* CSS Document */


body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

a:link {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ff8400;
	text-decoration:none;
}

a:active {
	color:#ff8400;
	text-decoration:none;
}

a:img {
	border:none;
	outline:none;
	text-decoration:none;
}

p {
	font-size:14px;
	color:#FFF;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}



p.contact {
	font-size:14px;
	color:#ff8400;
	margin:0px;
}

p.call {
	font-size:14px;
	letter-spacing:4px;
	color:#ffffff;
	margin:0px;
}

h1 {
	font-size:14px;
	color:#FFF;
	font-weight:400;
	margin:0;
	letter-spacing:10px;
}

DIV#maincontainer {
	width:950px;
	height:auto;
	margin:auto;
	margin-top:50px;
}

DIV#menubar {
	width:950px;
	height:25px;
	padding-top:35px;
}

DIV#container {
	background-color:#000000;
	height:100%;
	width:auto;
	overflow:hidden;
}

DIV#hcontainer{
	width:auto;
	height:35px;
	margin:auto;
	background-color:#000000;
	background-image:url(images/horizontalspanbg.jpg);
	display:block;
}

DIV#horizontalspan {
	background-color:#000000;
	background-image:url(images/horizontalspanbg.jpg);
	height:25px;
	margin:auto;
	width:950px;
	padding-top:10px;
	padding-left:20px;
}

DIV#logobox {
	background-color:#FFF;
	background-image:url(images/logobar.jpg);
	height:40px;
	width:950px;
	display: block;

}

DIV#leftcolumn {
	background-image:url(images/mainbgleft.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:600px;
	float:left;
}
DIV#rightcolumn {
	background-image:url(images/mainbgright.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:500px;
	float:left;
}

DIV.flashcontainer {
	background-color:#000;
	background-image:url(images/loading.jpg);
	width:375px;
	height:300px;
	float:left;
	margin-top: 25px;
	margin-left:25px;
}

DIV.testimonials {
	background-color:#000;
	width:600px;
	height:500px;
	float:left;
	margin-top: 25px;
	margin-left:25px;
	overflow:auto;
}

DIV.buttoncontainer {
	width:250px;
	height:305px;
	float:left;
	margin-top: 25px;
}

DIV.clearbox {
	clear:both;
}

DIV.call {
	background:#000;
	height:22px;
	width:194px;
	background-image: url(images/call.jpg);
	padding-top:7px;
	padding-left:12px;
	margin:auto;
	margin-top:25px;
}

DIV.rollover {
	height:60px;
	width:250px;
}
