@charset "utf-8";
/********************* GENERAL *********************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000000;
	width: 800px;
	margin: auto;
	background-image: url(../images/PaintMetalWeave.png);
}

.pageBorder {
	border: 2px;
/*
	border-style: solid;
*/
}

a {
	color: #33CC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #006699;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
/********************* NAVIGATION *********************/
.logo {
	z-index: 1;
	position: absolute;
	top: 26px;
	width: 720px;
	height: 90px;
	margin-right: 50px;
	text-align: right;
}

.topNav {
	background: #FFFF99;
	padding: 15px 10px 28px 10px;
	border-top: 4px solid #006699;
}

.topNavItem {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	float: left;
	color: #33CC00;
}

.topNavItemActive {
	text-decoration: overline underline;
}

.topNavBullet {
	float: left;
	padding: 4px 0px 0px 0px;
}

a.topNavItem:hover {
	text-decoration: overline underline;
}

/********************* FOOTER *********************/
.footer {
	background: #FFFF99;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border-bottom: 4px solid #006699;
}

.footerItem {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	color: #33CC00;
}

a.footerItem:hover {
	text-decoration: overline underline;
}

/********************* CONTENT *********************/
.mainContent {
/*
	background: #FFFF99;
*/
	background: #FFFFFF;
	padding: 30px 25px 0px 25px;
	line-height: 18px;
}

/********************* HOMEPAGE *********************/
.homeButtons {
	margin: 10px 0px 10px 80px;
}

.homeButtonDesign {
	background: url(../images/home_button_design.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 94px;
	float: left;
	margin: 0px 15px 0px 15px;
	cursor: pointer;
}

.homeButtonDesign:hover {
	background: url(../images/home_button_design_active.gif);
}

.homeButtonContent {
	background: url(../images/home_button_content.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 94px;
	float: left;
	margin: 0px 15px 0px 15px;
}

.homeButtonContent:hover {
	background: url(../images/home_button_content_active.gif);
}

.homeButtonHosting {
	background: url(../images/home_button_hosting.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 94px;
	float: left;
	margin: 0px 15px 0px 15px;
}

.homeButtonHosting:hover {
	background: url(../images/home_button_hosting_active.gif);
}
