#containerbg	{
	background-image: url(../images/container-bg.png);
}

#contentbg	{
	background: url(../images/contentbg.png) no-repeat 0 0;
	background-color: #FFFFFF;
}

#contenthomebg	{
	background: url(../images/contenthomebg.png) no-repeat 0 0;
	background-color: #FFFFFF;
}

#menubox  { 
	width: 175px;
	text-align: left;
	float: left;
	padding-left: 24px;
	padding-right: 24px;
} 

#homemenubox  { 
	width: 175px;
	text-align: left;
	float: left;
	padding-left: 24px;
	padding-right: 24px;
} 

#contentbox  { 
	width: 710px;
	text-align: left;
	float: left;
	padding-right: 24px;
	padding-bottom: 25px;
} 

#homecontentbox  { 
	width: 950px;
	text-align: left;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
} 


.leftspace	{
	padding-left: 25px;
	clear: both;
}

#bottomspacer  { 
	height: 20px;
} 

#titlebox  {
	width: 100%;	
	line-height: 34px;
	font-family: Arial;
	font-size: 18px;
	color: #AED635;
	border-bottom: dotted 1px; 
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
} 

.qtitle {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

#statushost {
 	color: #FFFFFF;
	background-color: #474747;
	background-image: url(../images/status-bg.png);
	border: solid 3px;
	border-color: #EEEEEE;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

#statusservice {
 	color: #FFFFFF;
	background-color: #474747;
	background-image: url(../images/status-bg.png);
	border: solid 3px;
	border-color: #EEEEEE;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

#contactbox  {
	text-indent: 125px;
	width: 100%;
	float: right;
	clear: both;
	border: 1px solid;
	border-color: #EEEEEE;
	background-color: #FDFDFD;
	background-image: url(../images/form-bg.png);
} 

#nzsubbox  {
	text-indent: 125px;
	width: 100%;
	float: right;
	clear: both;
	border: 1px solid;
	border-color: #EEEEEE;
	background-color: #FDFDFD;
	background-image: url(../images/form-nzsub-bg.png);
} 

#nzhostbox  {
	text-indent: 125px;
	width: 100%;
	float: right;
	clear: both;
	border: 1px solid;
	border-color: #EEEEEE;
	background-color: #FDFDFD;
	background-image: url(../images/form-nzhost-bg.png);
} 


#d0 { display:none; }
#d1 { display:none; }
#d2 { display:none; }

.form {

	border: #CCCCCC 1px solid; padding: 5px;
	color: #666666; 
	font-family: Arial; 
	font-size: 10px; 
	background: #FFFFFF url(../images/form-bg.jpg) no-repeat; 
}

.formverify {

	border: #CCCCCC 1px solid; padding: 5px;
	color: #666666; 
	font-family: Arial; 
	font-size: 10px; 
	background: #F1F1F1;
}

.detailform {
	border: #CCCCCC 1px solid; padding: 5px;
	color: #666666; 
	font-family: Arial; 
	font-size: 10px; 
	background: #FFFFFF url(../images/form-detail-bg.png) no-repeat; 
}

.formbutton {

	border: #94BF0F 1px solid; padding: 5px;
	background-color: #A4D410; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 10px;
}

.cscformbuttons {

	border: #CCCCCC 1px solid; padding: 2px;
	background-color: #CCCCCC; 
	color: #434343;
	font-family: Arial; 
	font-size: 10px;
}

/* Rollover Homepage Links */
#graphics 
{ 
	display: block; 
	width: 165px;
	height: 164px;
	background: url(../images/homepage-graphicservices.png) no-repeat 0 0;
}

#graphics:hover { 
	background: url(../images/homepage-graphicservices-down.png) no-repeat 0 0;
}

#graphics span
{
  display: none;
}

#hosting 
{ 
	display: block; 
	width: 165px;
	height: 164px;
	background: url(../images/homepage-hostingservices.png) no-repeat 0 0;
}

#hosting:hover { 
	background: url(../images/homepage-hostingservices-down.png) no-repeat 0 0;
}

#hosting span
{
  display: none;
}

#marketing 
{ 
	display: block; 
	width: 165px;
	height: 164px;
	background: url(../images/homepage-marketingservices.png) no-repeat 0 0;
}

#marketing:hover { 
	background: url(../images/homepage-marketingservices-down.png) no-repeat 0 0;
}

#marketing span
{
  display: none;
}

#webdesign 
{ 
	display: block; 
	width: 165px;
	height: 164px;
	background: url(../images/homepage-webdesignservices.png) no-repeat 0 0;
}

#webdesign:hover { 
	background: url(../images/homepage-webdesignservices-down.png) no-repeat 0 0;
}

#webdesign span
{
  display: none;
}