/* BASE LAYOUT */

ul { margin:0px; padding:0px; }

body {
	margin:0px;
	background-color:white;
}

#site {
	font-size:10px;
	width:76em;
	margin-left:auto;
	margin-right:auto;
	font-family:sans-serif;
	top:0em;
	left:0em;
	position:relative;
	overflow:hidden;
}

h1 {
	font-size:2em;
	padding-top:0.8em;
	
	font-weight:normal;
	margin-top:0px;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
}

#content {
	background-color:#e6e6e6;
	position:relative;
	top:0em;
	left:0em;
	
	float:left;
}

#page p, #page table {
	font-size:1.1em;
}

#page p {
	margin:0px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

#page li {
	font-size:1.1em;
}

#page ul, #page ol {
	padding-left:2em;
}

table.text {
	border-spacing:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0px;
}

table.text td {
	padding-left:0px;
	padding-right:1em;
	padding-top:0px;
	padding-bottom:0px;
}





#top {
	background-color:#799ce2;
	background-image:url(../img/top4.jpg);
	background-repeat:no-repeat;
	height:75px;
}

#topright {
	position:relative;
	top:0px;
	right:10px;
	height:30px;
	
	color:white;
	text-align:right;
	font-weight:bold;
	padding:5px;
	margin-left:280px;
}

#topright a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#logo {
	width:220px;
	height:50px;
	
	display:block;
	float:left;
}

.topnavbar, #bottomnavbar {
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0.3em;
	padding-bottom:0.3em;
	clear:both;

}

.topnavbar li, #bottomnavbar li {
	display:inline;
	padding-left:25px;
	padding-right:25px;
	border-right:1px solid #888888;
}

.topnavbar li a {
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:1.1em;

}

#topnavbar1 {
	width:36.5em;
	position:absolute;
	left:0px;
	top:75px;
}

#topnavbar2 {
	width:39.5em;
	margin-left:36.5em;
	text-align:right;
	border-right:none;
	border-left:none;
	background-color:black;
	background-image:url(../img/top-sep3.png);
	background-repeat:no-repeat;
}

#topnavbar2 li {
	border-left:1px solid #888888;
	border-right:none;
}



#bottomnavbar li a {
	text-decoration:none;
	color:#eeeeee;
	font-weight:bold;
	font-size:1.1em;
}

#topnavbar1 {
	background-color:#000066;
}

#bottomnavbar {
	text-align:right;
	background-color:black;
}

/* LEFT MENU */

#menu {
	position:absolute;
	left:0em;
	top:0em;
		
	width:13em;
	margin-top:0em;
	padding-bottom:0em;
	vertical-align:top;
	}

#menuimg {
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

#menu h1 {
	font-size:1.1em;
	font-weight:bold;
	padding-left:1.0em;	
	margin-top:0.6em;
	padding-top:1em;
}

#menu h1 a {
	color:black;
}

#menu ul {
	padding-left:1.0em;
	list-style-image:url(../img/bullet.png);
}

#menu ul li {
	margin-bottom:1em;
	margin-left:1.2em;
}

#menu ul li a {
	color:#000066;
	font-size:1.1em;
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#page {
	margin-top:0em;
	margin-left:14.5em;
	padding-left:2.5em;
	/*padding-bottom:2em;*/
	background-color:white;
	width:59em;
	overflow:visible;
	/*min-height:33em;*/
}

#nopage {
	float:left;
	position:relative;
	left:-17em;
	width:76em;
	top:0em;
	padding:0px;
	background-color:white;
}

/* COLUMNS (for e.g. homepage) */

/*div.column {
	float:left;
	width:18em;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-bottom:2em;
}*/

div.column h1 {
	font-size:1.1em;
	font-weight:bold;
}

div.column ul {
	padding:0px;
	list-style-image:url(../img/bullet.png) 
}

div.column ul li {
	margin-left:0.2em;
	margin-bottom:4px;
	font-size:1.1em;
}

div.column a {
	color:#000099;
	text-decoration:none;
}

div.column a:hover {
	text-decoration:underline;
}

/* Link Style */

 a {
	color:blue;
	text-decoration:none;
}

 a:hover {
	text-decoration:underline;
}

/* FEATURE TABLES (e.g. webhosting products) */
 
table.features {
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

table.features tr.odd {
	background-color:#f8f8f8;
}

table.features td {
	padding-left:4em;
	padding-top:3px;
	padding-bottom:3px;
}

table.features th {
	background-color:#699ce2;
	text-align:left;
	color:white;
	padding:3px;
}


p.smallprint {
	font-size:8pt;
	color:#666666;
}

#summary_table {
	margin-top:1em;
	margin-bottom:1em;
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

#summary_table td, #summary_table th {
	width:20%;
	text-align:center;
	/*border:1px solid gray;*/
	padding-top:6px;
	padding-bottom:6px;
	padding-left:4px;
	padding-right:4px;
}

#summary_table th a {
	color:white;
	text-decoration:none;
}

#summary_table th {
	background-color:#699ce2;
	color:white;
}

#summary_table td.even {
	background-color:#f8f8f8;
}

textarea {
	max-width: 37em;
}