@charset "utf-8";
/* CSS Document */

/* Colour palate black white red:#ff3300 grey:#333333 */

body {
	background:					#000000 url(images/main_back.jpg) repeat-x;
}


h1 {
	width:						290px;
}

h2 {
	width:						290px;
}

#shell {
	width:						1000px;
	margin-left:				auto;
	margin-right:				auto;
	overflow:					hidden;
}


#savingLoad {
	display:					none;
}

/* HEADER */

.head {
	background:					url(images/main_heading_right.jpg) 220px 0;
	height:						220px;
	width:						1000px;
	overflow:					hidden;
}

.head .std {
	background:					url(images/main_heading_left.jpg);
	height:						220px;
	width:						220px;
	overflow:					hidden;
	float:						left;
}

.head .hosting {
	background:					url(images/main_heading_left_hosting.jpg);
	height:						220px;
	width:						220px;
	overflow:					hidden;
	float:						left;
}

.head ul {
	margin-left:				auto;
	margin-right:				auto;
	margin-top:					55px;
	width:						auto;
	float:						left;
	text-align:					center;
	height:						20px;
}

.head li {
	float:						left;
	color:						#ff3300;
}

.head li a {
	text-transform:				lowercase;
	padding:					0 10px;
}



/* MAIN */

#main {
	width:						100%;
	text-align:					justify;
	padding:					50px;
}

#main .heading {
	width:						100%;
	float:						left;
	padding-bottom:				20px;
}

#main .heading div {
	border-bottom:				1px solid #ff3300;
	float:						left;
	font-size:					16px;
	font-weight:				bold;
	color:						#FFF;
	margin-right:				10px;
}

#main .heading .left {
	width:						290px;
}

#main .heading .right {
	width:						600px;
}

#main .left {
	width:						300px;
	float:						left;
}

#main .left ul {
	float:						left;
}

#main .left li {
	width:						280px;
	float:						left;
	background-color:			#333333;
	height:						15px;
	margin-bottom:				1px;
	padding:					5px;
}

#main .mid {
	width:						300px;
	float:						left;
}

#main .right {
	width:						600px;
	float:						left;
}

#main .right img {
	margin-right:				5px;
	border:						1px solid #fff;
}

.col3 {
	width:						290px; 
	float:						left; 
	padding-right:				10px;
}




/* FOOTER */
#footer {
	width:						100%;
	background-color:			#333333;
	height:						17px;
	padding-top:				3px;
	position:					fixed;
	bottom:						0px;
	clear:						both;
}

#footer .main {
	width:						1000px;
	margin-left:				auto;
	margin-right:				auto;
}

#footer .left {
	float:						left;
	padding-left:				50px;
}

#footer .right {
	color:						#ff3300;
	float:						right;
	padding-right:				50px;
}






