/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 100px 0px;
	background: url(images/bodyBG.jpg) repeat;
}

h1
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #ed3f34;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}

	
/* Classes */

.serverRoom, .aboutUs
{
	background: url(images/serverRoom.jpg) no-repeat center;
	width: 800px;
	height: 514px;
	vertical-align: top;
}

.aboutUs {background: url(images/aboutUsBG.jpg) no-repeat center;}

.nav, .navActive
{
	text-transform: capitalize;
	font-weight: normal;
	font-size: 11px;
	background: url(images/buttonBG.jpg) no-repeat right;	
	text-align: right;
}

.nav a
{
	color: #78777c;
	padding: 0 20px;
}

.navActive a, .nav a:hover
{
	color: #ed3f34;
	padding: 0 20px;
	text-decoration: none;
}

.contactInfo
{
	padding: 10px 7px;
	color: #fff;
}

.RequestQuote
{
	text-align: center;
	background: url(images/requestAquoteBG.jpg) no-repeat center;
	line-height: 18px;
}

.RequestQuote a {color: #78777c}

.RequestQuote a:hover
{
	color: #ed3f34;
	text-decoration: none;
}

.tollFree
{
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}

.main
{
	
	overflow: auto;	
	width: 534px;
	height: 400px;
	vertical-align: top;
}

.mainText
{
	padding: 27px 25px 27px 34px;
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: left;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}

