/* Index CSS */

body { 
	margin:0;
	padding:0;
	font:80%/140% Arial, Helvetica, sans-serif;
	color:#000000;
	
	background-image:url(../../images/final/background.png); background-repeat:repeat-x;

} 

/*Links & Text styles*/
a:link { color:#666666; text-decoration:none;} 
a:visited { color:#666666; text-decoration:none;} 
a:hover { color:#000000; text-decoration:none; cursor: pointer;}  
a:active { color:#333333; text-decoration:none;}  

/*Fonts and Headings*/

.headers {
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16pt;
	}
	
.boldred {
	color: #990000;
	font-weight: bold;
}

.style3 { font-size: 12pt }

.style4 { color: #666666; font-size: 9px; font-style: italic; }
.style5 { color: #000033; }
.style7 {	font-size: 8pt;	color: #CC3300; }
.style8 { color: #000033; font-weight: bold; }
.style9 { font-size: 13pt; color:#660000; }
.style10 { font-size: 11pt; }
.style12 { color: #993300; font-weight: bold; }
.style13 { color: #336600; }
.style14 { color: #663333; }





.svinfo {height: 26px; }



/* Main Structure */
.container { 
	padding-bottom: 0px;
	padding:0px; 
	width: 870px; 
	vertical-align: top; 
	}

.title {
	background-image:url(../../images/final/title.png);
	width: 870px;
	height: 72px;
	}
.menu {
	background-image:url(../../images/final/menu.png);
	background-repeat:no-repeat;
	width: 870px;
	height: 32px;
	}
.splash {
	background-image:url(../../images/final/splash.png);
	width: 870px;
	height: 156px;
	}
	
/* Page Layouts */
.splashmenuleft {
	width: 28px;
	height: 70px;
	}
.splashmenucommunity {
	background-image:url(../../images/final/community.png);
	width: 248px;
	height: 70px;
	cursor:pointer;
	}
.splashmenuhosting {
	background-image:url(../../images/final/hosting.png);
	width: 311px;
	height: 70px;
	cursor:pointer;
	}
.splashmenuproducts {
	background-image:url(../../images/final/products.png);
	width: 248px;
	height: 70px;
	cursor:pointer;
	}
.splashmenuright {
	width: 35px;
	height: 70px;
	}
.spacer {
	width: 870px;
	height: 10px;
	}
/* ############### */	
/* CONTENT SECTION */
/* ############### */	
.contentleft {
	width: 429px;
	height: 300px;
	}
.contentmiddle {
	width: 10px;
	height: 300px;
	}
.contentright {
	width: 429px;
	height: 300px;
	}
.contentspacer {
	width: 1px;
	height: 300px;
	}
.contentcontainer {
	width: 870px;
	height: 300px;
	}
.hosting {
	width: 870px;
	height: 810px;
	background-image:url(../../images/final/hostbackground.png);
	}
/* ################### */	
/* END CONTENT SECTION */
/* ################### */	

.footer {
	width: 870px;
	height: 50px;
	color:#666666;
	}
	

.navrow {
	/* background: url(images/buttons2.gif) top left repeat-x; */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	height: 13px;
	overflow: hidden;
	color: #A8AFB3;
	/* color: #333333; */
	text-align: right;
	font-size: 11px;
	/* padding-top: 4px; */
	padding: 5px;
	vertical-align: bottom;
}


.navrow a:hover { color:#990000;}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #889095;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #FF3200; 
	text-decoration: underline; 
}

/*

MENU

*/


/*

Middle Line

*/

.mid1 { height: 20px;}
.mid2 { background-image:(../../images/final/line.png); height: 100%; background-repeat:repeat-y;}
.mid3 { height: 20px; }




.div_message {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	background-color: #FFFF99;
	border: 1px solid #666666;
	line-height: 20px;
}


/*
Contact Links
*/
.contactlinks {

}
.contactlinks a:hover { color:#990000;}
/* * html .navrow { padding: 0; } */
.contactlinks b, .contactlinks strong { font-weight: normal; }
.contactlinks a, .contactlinks a:visited {
	color: #889095;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.contactlinks a:hover { 
	color: #FF3200; 
	text-decoration: underline; 
}

.button_medium {
    color: #1A659F;
    font-family:'trebuchet ms',helvetica,Arial, Times;
    font-size:9px;
    font-weight:bold;
    background-color: white;
    background-image: url("../../images/final/button_medium.gif");
    border: none;
    background-repeat: no-repeat;
    width: 53px;
    height: 17px;
    text-transform:uppercase;
    cursor: pointer; cursor: hand;
}