/* CSS Document */
/************************************************************************************************************/
/*											Document Layout													*/
/************************************************************************************************************/
div#content {
	position: static;
	text-align:left;
	width:764px;
	height:560px;
	margin:0px auto;
	clear:left;
	padding:0px;
	z-index:0;
}

div#distance {
	margin-bottom:-8em;
	margin-top:0px;
	background: #333333;
	width:1px;
	height:1px;
	float:left;
	padding:0px;
}
/************************************************************************************************************/
/*											Banner Layout													*/
/************************************************************************************************************/
div#TopSpacer {
	width:764px;
	height:20px;
	margin:0px;
	border-bottom: #666666 thin solid;
}

div#Spacer {
	width:764px;
	height:20px;
	margin:0px;
}

div#Banner {
	width:764px;
	height:115px;
	z-index: 1;
	margin: 0px 0px;
	background-image: url(../images/Text_Background.jpg);
	background-repeat:repeat-x;
	position: inherit;
	font-family: Tahoma, Verdana, Helvetica;
	color: #f2c72d;
	text-align: right;
	text-decoration: none;
	border-bottom: #666666 thin solid;
}

#Banner .Banner_Heading {
	width:290px;
	height:105px;
	font-size: 60px;
	letter-spacing: 0.1ex;
	margin:0px 0px 0px 324px;
	z-index: 2;
	position: relative;
	font-family: Tahoma, Verdana, Helvetica;
	padding-top:8px;
}

#Banner .Banner_Text {
	width:290px;
	height:auto;
	font-size: 10px;
	letter-spacing: 0.42em;
	margin:0px -4px;
	z-index: 2;
	position: relative;
	font-family: Tahoma, Verdana, Helvetica;
}
/************************************************************************************************************/
/*											Navigation Layout												*/
/************************************************************************************************************/

div#Navigation{
	width:764px;
	height:58px;
	position: inherit;
	z-index: 1;
	text-align:left;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
	font-style: normal;
	line-height: 40pt;
	letter-spacing: 0.1em;
	color:#000000;
	margin-top:0px;
	border-bottom: #666666 thin solid;
}

#Navigation .Hosting-Button {
	width:152px;
	height:58px;
	z-index: 2;
	background-image: url(../images/Buttons/Hosting_Button.jpg);
}

#Navigation .Design-Button {
	width:152px;
	height:58px;
	background-image: url(../images/Buttons/Design_Button.jpg);
	margin-top:-58px;
	margin-left:153px;
	z-index: 2;
}


#Navigation .Media-Button {
	width:152px;
	height:58px;
	background-image: url(../images/Buttons/Media_Button.jpg);
	margin-top:-58px;
	margin-left:306px;
	z-index: 2;
}

#Navigation .Solutions-Button {
	width:152px;
	height:58px;
	background-image: url(../images/Buttons/Solutions_Button.jpg);
	margin-top:-58px;
	margin-left:459px;
	z-index: 2;
}

#Navigation .Contact-Button {
	width:152px;
	height:58px;
	background-image: url(../images/Buttons/Contact_Button.jpg);
	margin-top:-58px;
	margin-left: 612px;
	z-index: 2;
}
/************************************************************************************************************/
/*											Copyright Layout												*/
/************************************************************************************************************/
div#Copyright {
	width:764px;
	height:31px;
	z-index: 1;
	font-family:Tahoma, Verdana, Helvetica;
	font-size:14px;
	font-style:normal;
	letter-spacing:0.3em;
	text-align:center;
	color: #f2c72d;
	margin: 0px 0px;
	position: relative;
	line-height: 21pt;
	background-image: url(../images/Banner_Background.jpg);
	background-repeat:repeat-x;
	border-bottom: #666666 thin solid;
}
/************************************************************************************************************/
/*											Text Area Layout												*/
/************************************************************************************************************/
div#Text-area {
	width:764px;
	height:255px;
	position:relative;
	margin:0px 0px;
	background-image: url(../images/Text_Background.jpg);
	background-repeat:repeat-x;
	border-top: #666666 thin solid;
	border-bottom: #666666 thin solid;
}

div.Text-area-1 {
	width:205px;
	height:229px;
	z-index: 1;
	position: relative;
	margin: 30px 0px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #f2c72d;
	text-align: justify;
	line-height: 15pt;
	text-indent: 5px;
	padding:0px 10px 0px 30px;
}

div.Text-area-2 {
	width:210px;
	height:229px;
	z-index: 1;
	position: relative;
	margin: -260px 267px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #f2c72d;
	text-align: justify;
	line-height: 15pt;
	text-indent: 5px;
	padding:0px 10px 0px 10px;
}

div.Text-area-3 {
	width:205px;
	height:229px;
	z-index: 1;
	position: relative;
	margin: 30px 518px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #f2c72d;
	text-align: justify;
	line-height: 15pt;
	text-indent: 5px;
	padding:0px 30px 0px 10px;
}
/************************************************************************************************************/
/*											Font Setup														*/
/************************************************************************************************************/
font.Standout_text {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	color: #f2c72d;
	text-align: justify;
	line-height: 15pt;
}
/************************************************************************************************************/
/*											Link Setup														*/
/************************************************************************************************************/
a.Link {
	text-decoration:none;
	font:inherit;
	color:#000000;
}


a:hover {
	text-decoration:none ;
	color:#666666;
	border: none;
}


a.Banner_Link {
	text-decoration:none;
	font:inherit;
	color: #f2c72d;
}

