body
{
	text-align: center;
	background-image: url(../img/bg.png);
}

#box
{
	margin: 0 auto;
	width: 920px;
	position: relative;
	text-align: left;
	margin-top: 5px;
}

#head
{
	padding-top: 40px;
	padding-left: 65px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(../img/bg-top.png);
	background-repeat: no-repeat;
}

#mid
{
	min-height: 400px;
	clear: both;
	background-image: url(../img/bg-mid.png);
	text-align: center;
	padding-bottom: 10px ;
}

#main
{
	font-family: arial;
	width: 825px ;
	clear: both;
	text-align: left;
	margin: 0 auto ;
}

#copy,
#footer
{
	width: 100%;
	position: relative;
	bottom: 0;
}

#footer
{
	background-image: url(../img/bg-bot.png) ;
	height: 100px ;
	width: 920px ;
	text-align: center ;
	margin: 0 auto ;
}

#copy
{
	text-align: center;
	padding-top: 0px;
}

#copy a
{
	color: #000;
}

/*Begin misc global stuff*/
h2, h3, h5
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*End misc global stuff*/

/*Begin Solutions style*/
#sol_links
{
	text-align: left;
	float: left;
	width: 320px;
	padding-right: 50px;
	font-size: 20px;
}

#sol_links a
{
	color: #00F ;
}

#sol_links ul
{
	list-style-type: none;
}

#sol_area
{
	width: 800px;
}

#h-p0,#h-p1,#h-p2,#h-p3,#h-p4,#h-p5,#h-p6,#h-p7
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#p0,#p1,#p2,#p3,#p4,#p5,#p6,#p7
{
	margin-top: 10px;
	margin-bottom: 25px;
}
/*End Solutions style*/

/*Begin Hosting style*/
#host_area
{
	width: 549px;
	margin: 0 auto;
}

/*End Hosting style*/

/*Begin Contact style*/
#con_info
{
	padding-top: 50px;
	width: 549px;
	margin: 0 auto;
}

#con_info p
{
	margin-left: 50px ;
	margin-top: 0px ;
}

/*Begin Buttons*/
#menu
{
	width: 388px ;
	margin: 0 auto ;
	padding-bottom: 50px ;
}

#home,#solutions,#hosting,#talk
{
	display: inline;
}

#home a
{
	float: left;
	background-image: url(../img/home.png);
	width: 70px;
	height: 34px;
}

#home a:hover
{
	background-image: url(../img/b_home.png);
	background-repeat: no-repeat;
}

#solutions a
{
	float: left;
	background-image: url(../img/solutions.png);
	width: 120px;
	height: 34px;
}

#solutions a:hover
{
	background-image: url(../img/b_solutions.png);
	background-repeat: no-repeat;
}

#hosting a
{
	float: left;
	background-image: url(../img/hosting.png);
	width: 96px;
	height: 34px;
}

#hosting a:hover
{
	background-image: url(../img/b_hosting.png);
	background-repeat: no-repeat;
}

#talk a
{
	float: left;
	background-image: url(../img/contact.png);
	width: 102px;
	height: 34px;
}

#talk a:hover
{
	background-image: url(../img/b_contact.png);
	background-repeat: no-repeat;
}

.alt
{
	display: none;
}
/*End Buttons*/
