body {
	background: #cfcdc7;
	font-family: arial;
	font-size: 8pt;
	margin				: 0 auto	;
	height				: 100%		;
	}

#container {
	float				: none		;
	width				: 800px		;
	margin				: 0 auto	;
	border-left			: 0px		;
	border-right		: 0px		;
	border-top			: 0px		;
	border-bottom		: 0px		;
	border-style		: solid		;
	border-color		: #000		;
	}

#main {
	float				: none		;
	width				: 100%		;
	margin				: 0 auto	;
	border				: 0px		;
	}

ol, ul {
	margin				: 0 auto;
	list-style			: none;
	}

img{ border: none; padding: 0px; }
img a{border:none;}

a{
	color:#2e72b7;
	text-decoration:none;
	border: none;
	}

a:hover{color:#2e72b7;text-decoration: underline; border: none;}

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

/*--------------------------------------------*/
/*		     	Navigation Strip			  */
/*--------------------------------------------*/

#nav {
    background			: #4a5074	;
    overflow			: hidden	;
	float				: left		;
    width				: 100%		; 
	}

#nav .menu {
    float				: left		;
    height				: 35px		;
	padding				: 0px		;
	}

#nav .menu li {
    float				: left		;
	list-style-type		: none		;
	padding				: 10px 20px 10px 20px		;
    height				: 35px		;
	}

#nav .menu li:hover {
	background			: #ff8c1a; 
    float				: left		;
	list-style-type		: none		;
	}

#nav .menu a {
	text-decoration		: none		;
    color				: #FFF		;
    font-weight			: normal	;
 	text-transform		: uppercase	;
	font-family			: 'trebuchet ms';
	font-size			: 12px		;
	}

#nav .menu a:hover {
    text-decoration		:underline	;
	}

/*--------------------------------------------*/
/*		     	SubNavigation Strip			  */
/*--------------------------------------------*/

#subnav {
    background			: #72a0c1	;
    width				: 100%		; 
    overflow			: hidden	;
	float				: left		;
	}

#subnav .menu {
    float				: left		;
    height				: 35px		;
    width				: 100%		; 
	padding				: 0px		;
	}

#subnav .menu li {
    float				: left		;
	list-style-type		: none		;
	padding				: 10px 20px 10px 20px;
	}

#subnav .menu li:hover {
	background			: #ff8c1a; 
    float				: left		;
	list-style-type		: none		;
    height				: 35px		;
	}

#subnav .menu a {
	text-decoration		: none		;
    color				: #FFF		;
    font-weight			: normal	;
 	text-transform		: uppercase	;
	font-family			: 'trebuchet ms';
	font-size			: 12px		;
	}

#subnav .menu a:hover {
    text-decoration		:underline	;
	}

/*--------------------------------------------*/
/*		     	Logos						  */
/*--------------------------------------------*/

#logos {
	width				: 100% 		;
	float				: left		;
	}

#logo1 {
	float				: left		;
	}

#logo2 {
	float				: left		;
	}

.navsep {
    background			: #84bae0	;
    width				: 100%		; 
    overflow			: hidden	;
	float				: left		;
	height				: 20px		;
	}

/*--------------------------------------------*/
/*		     	Middle Images				  */
/*--------------------------------------------*/

#midimg1 {
	background			: url(images/midimg.jpg);
	width				: 800px		;
	height				: 171px		;
	}

/*--------------------------------------------*/
/*		     	Index 						  */
/*--------------------------------------------*/

#main {
	width				: 100%		;
	background			: #FFF		;
	float				: left		;
	padding				: 10px 0px 0px 0px;
	}

#row1 {
	float				: left		;
	height				: 100%		;
	padding				: 0px 0px 0px 10px;
	width				: 265px		;
	}

#row2 {
	float				: left		;
	height				: 100%		;
	padding				: 0px 5px 0px 5px;
	width				: 265px		;
	}

#row3 {
	width				: 235px		;
	float				: left		;
	height				: 100%		;
	padding				: 0px 5px 0px 10px;
	}

.plan {
	width				: 100%		;
	height				: 100px		;
	padding				: 5px 0px 0px 0px;
	border-left			: 0px		;
	border-right		: 2px		;
	border-top			: 0px		;
	border-bottom		: 2px		;
	border-style		: dashed	;
	border-color		: #d8e1e8	;
	}

.plan h2 {
	font-size			: 14px		;
	font-weight			: bold		;
	color				: #72a0c1 	;
	font-family			: arial		;
	text-decoration		: underline	;
	margin				: 0 auto	;
	}

.plan .left {
	width				: 140px		;
    float				: left		;
	}

.plan .right {
    float				: left		;
	text-align			: center	;
	}

.infotop {
	background			: #d8e1e8	;
	border				: 2px		;
	border-style		: solid		;
	border-color		: #d8e1e8	;
	float				: left		;
	width				: 90%		;
	text-align			: center	;
	font-size			: 13px		;
	font-weight			: bold		;
	color				: #4487b8 	;
	font-family			: arial		;
	padding				: 10px 5px 10px 5px;
	}

.infobot {
	float				: left		;
	border-top			: 0px		;
	border-left			: 2px		;
	border-right		: 2px		;
	border-bottom		: 2px		;
	border-color		: #d8e1e8	;
	border-style		: dashed	;
	width				: 90%		;
	vertical-align		: top		;
	padding				: 5px 5px 10px 5px;
	margin-bottom		: 10px		;
	}
/*--------------------------------------------*/
/*		     	Footer						  */
/*--------------------------------------------*/

#footer {
	width				: 100%		;
	float				: left		;
	text-align			: center	;
	padding				: 20px 0px 20px 0px;
	background			: #FFFFFF	;
	}

/*--------------------------------------------*/
/*		     	Hosting						  */
/*--------------------------------------------*/

.hosting	{
	width				: 100%		;
	text-align			: center	;
	FONT-SIZE			: 11px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	}

.hostingtd1 {
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: left		;
 	text-transform		: none		;
	}

.hostingtd2 {
	background			: #f5f5f5	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.hostingtd3 {
	background			: #e2e8ef	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.hline {
	background			: #a7b6cf	;
	height				: 3px		;
	width				: 100%		;
	}

/*--------------------------------------------*/
/*		     	Domains						  */
/*--------------------------------------------*/

.dtop {
	BACKGROUND			: url(/images/menu1bg.jpg);
	width				: 25%		;
	height				: 30px		;
	color				: #FFFFFF	;
	FONT-FAMILY			: 'trebuchet ms', verdana, arial;
	text-align			: center	;
 	text-transform		: uppercase	;
	}

.domains	{
	width				: 100%		;
	text-align			: center	;
	FONT-SIZE			: 11px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	}

.domainstd1 {
	width				: 20%		;
	background			: #f1d1da	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.domainstd2 {
	width				: 20%		;
	background			: #f5f5f5	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.domainstd3 {
	width				: 20%		;
	background			: #e2e8ef	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.dline {
	background			: #a7b6cf	;
	height				: 3px		;
	width				: 100%		;
	}

/*--------------------------------------------*/
/*		     	Status						  */
/*--------------------------------------------*/

.status	{
	width				: 640px		;
	text-align			: center	;
	FONT-SIZE			: 11px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	float				: none		;
	}

.statustitle	{
	width				: 320px		;
	height				: 45px		;
	text-align			: left		;
	vertical-align		: baseline		;
	FONT-SIZE			: 20px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	TOP					: 0px		;
	}

.statuslegend	{
	width				: 320px		;
	vertical-align		: baseline	;
	text-align			: right		;
 	text-transform		: none		;
	FONT-SIZE			: 11px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	}

.statustitle1	{
	width				: 50%		;
	height				: 45px		;
	text-align			: left		;
	FONT-SIZE			: 20px		;
	COLOR				: #000 		;
	FONT-FAMILY			: arial		;
	POSITION			: relative	;
	font-weight			: bold		;
	TOP					: 0px		;
	}

.statustd {
	width				: 80px		;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: left		;
 	text-transform		: none		;
	}

.statustd1 {
	width				: 80px		;
	background			: #e2e8ef	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

.statustd2 {
	width				: 80px		;
	background			: #f5f5f5	;
	vertical-align		: middle	;
	height				: 20px		;
	text-align			: center	;
 	text-transform		: none		;
	font-weight			: normal	;
	}

/*--------------------------------------------*/
/*		     	Index 						  */
/*--------------------------------------------*/

.design {
	float				: left		;
	height				: 100%		;
	padding				: 0px 0px 10px 10px;
	width				: 100%		;
	}

.dimage {
	float				: left		;
	height				: 100%		;
	padding				: 0px 10px 0px 10px;
	}

.dimage img{ 
	border				: 2px		;
	border-style		: solid		;
	border-color		: #000		;
	padding				: 0px		;
	}

.dimage img a { 
	border				: 2px		;
	border-style		: solid		;
	border-color		: #000		;
	padding				: 0px		;
	}

.description {
	float				: left		;
	height				: 100%		;
	width				: 50%		;
	padding				: 0px 10px 0px 10px;
	}

.description h1 {
	font-size			: 14px		;
	font-weight			: bold		;
	color				: #72a0c1 	;
	font-family			: arial		;
	text-decoration		: underline	;
	margin				: 0 auto	;
	}