﻿#container
{
	width: 810px;
	padding: 0px;
	margin: auto;
	position: relative;
	border: 0px;
	text-align: center;
	background-color: #ffffff;
}

/*--------------Start of main divs for positioning-----------------*/

#header
{
	width: 804px;
	height: 110px;
	display: block;
	float: left;
	padding: 3px;
	margin: 0px;
	line-height: 130px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
}

#logo
{
	width: 800px;
	height: 110px;
	display: block;
	float: left;
	padding: 0px;
	margin: 2px 2px 0px 2px;
	line-height: 130px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-image: url(images/header.jpg);
}

#navbarback
{
	width: 804px;
	height: 35px;
	display: block;
	float: left;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	line-height: 35px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
}

#navbar
{
	width: 800px;
	height: 35px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 2px 0px 2px;
	line-height: 30px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000066;
	background-image: url(images/menu-back.jpg);
}

#body
{
	width: 800px;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	line-height: 35px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
	background-image: url(images/bodyback.gif);
	background-repeat: repeat-y;
}

#body_design
{
	width: 780px;
	display: block;
	float: left;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	line-height: 35px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
	background-image: url(images/designback.gif);
	background-repeat: repeat-y;
	text-align: justify;
}

#body_left
{
	width: 200px;
	height: auto;
	display: block;
	float: left;
	padding: 15px 10px 15px 10px;
	margin: 0px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #C0C0C0;
	text-align: left;
}


#body_middle
{
	width: 307px;
	height: auto;
	display: block;
	float: left;
	padding: 15px 15px 10px 15px;
	margin: 0px 0px 0px -1px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #C0C0C0;
	text-align: justify;
	line-height: 1.8;
}

#body_right
{
	width: 209px;
	height: auto;
	display: block;
	float: right;
	padding: 15px 15px 10px 15px;
	margin: 0px 0px 0px -1px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #C0C0C0;
	text-align: justify;
	line-height: 1.8;
}

#body_wide
{
	width: 546px;
	height: auto;
	display: block;
	float: left;
	padding: 15px 15px 10px 15px;
	margin: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	line-height: 1.8;
	text-align: justify;
}

#copyrightback
{
	width: 804px;
	height: 22px;
	display: block;
	float: left;
	padding: 0px 3px 3px 3px;
	margin: 0px;
	line-height: 35px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
}

#copyright
{
	width: 800px;
	height: 20px;
	display: block;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000066;
	text-align: center;
	line-height: 15px;
	color: #ffffff;
	vertical-align: middle;
	background-image: url(images/footer-back.jpg);
}

#footer
{
	width: 800px;
	height: 40px;
	display: block;
	clear: both;
	padding: 0px;
	margin: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	text-align: center;
	line-height: 15px;
	color: #999999;
}

/*-----------------------End of main divs for positioning--------------------------*/

/*-----------------------------Start of formatting for horizontal and vertical nav-----------------*/

#navbar ul
{
		float: left;
		width: 800px;
		list-style-type: none;
		padding: 0 0 0 10px;
		margin: 0 0 0 0;
		vertical-align: middle;	
}


#navbar li
{
		width: 100px;
		float: left;
		padding: 0 6px 0 6px;
		margin: 0 0 0 0;
		text-align: center;
}

#navbar a
{
		text-decoration:  none;
		color: #ffffff;
		font-size: 0.9em;
		font-weight: bold;
		padding: 10px 0 15px 0;
		margin: 0 0 0 0;
		display: block;
		width: 100px;
}

#navbar a:hover
{
		width: 100px;
		display: block;
		background-image: url(images/menuroll.gif);
		background-repeat: repeat-x;
		background-position: top ;
}
	
#services ul
{
		font-size: 0.85em;
		float: left;
		list-style-type: none;
		padding: 0 0 0 4px;
		margin: 0 0 0 0;
}
		
#services li
{
		width: 200px;
		padding: 0 0 4px 0;
		margin: 0 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/menu-spacer.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
}
		
#services a
{
		text-decoration: none;
		color: #666666;
		background-color: #ffffff;
}
	
#services .stronger
{
		font-weight: bold;
}
	
#services a:hover
{
		color: #000066;
		background-color: #ffffff;
}
	
/*---------------------End of Navigation Links---------------------------*/

/*---------------------Start of Spacer formatting-----------------*/

.left-spacer
{
		float: left;
		clear: both;
		width: 200px;
		height: 25px;
		background-image: url(images/left-spacer.jpg);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.middle-spacer
{
		float: left;
		clear: both;
		width: 307px;
		height: 25px;
		background-image: url(images/middle-spacer.jpg);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.right-spacer
{
		float: left;
		clear: both;
		width: 209px;
		height: 25px;
		background-image: url(images/right-spacer.jpg);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

/*-------------------------End of spacers----------------*/

/*---------------Start of formatting items on pages e.g. headings, email links etc. ---------------*/

.left-logo
{
		margin: 5px 0 5px 0;
		padding: 0 0 0 0;
}

.telephone
{
		width: 180px;
		height: 20px;
		clear: both;
		float: left;
		padding: 2px 0 5px 25px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/teleback.gif);
		background-repeat: no-repeat;
		background-position: top left;
}


#address
{
		width: 196px;
		min-height: 20px;
		clear: both;
		float: left;
		padding: 2px 0 5px 25px;
		margin: 3px 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/addressback.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

/*----------Styling of Email Links------------*/

.email
{
		width: 180px;
		height: 20px;
		clear: both;
		float: left;
		padding: 0px 0 5px 25px;
		line-height: 20px;
		vertical-align: middle;
		margin: 2px 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/emailback.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

a.email:link
{
		text-decoration: none;
		color: #666666;
}

a.email:visited
{
		text-decoration: none;
		color: #666666;
}

a.email:hover
{
		color: #000066;
		background-color: #ffffff;
}

/*----------Styling of Weblinks---------*/

.weblink
{
		width: 196px;
		min-height: 20px;
		clear: both;
		float: left;
		padding: 2px 0 5px 25px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/webback.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

a.weblink:link
{
		text-decoration: none;
		color: #666666;
}

a.weblink:visited
{
		text-decoration: none;
		color: #666666;
}

a.weblink:hover
{
		color: #000066;
		background-color: #ffffff;
}

/*-------------Search button----------*/

.search
{
		width: 170px;
		height: 20px;
		clear: both;
		float: left;
		padding: 2px 0 3px 25px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0 0 0 0;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/search.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

a.search:link
{
		text-decoration: none;
		color: #666666;
}
	
a.search:visited
{
		text-decoration: none;
		color: #666666;
}

a.search:hover
{
		color: #000066;
}


.quote
{
		width: 180px;
		height: 25px;
		padding: 2px 0 3px 30px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0px 0px 10px 100px;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/quote.gif);
		background-repeat: no-repeat;
		background-position: left;
		font-weight: bold;
}

.quote_right
{
		width: 100px;
		height: 25px;
		padding: 2px 0 3px 30px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0px 0px 10px 45px;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/quote.gif);
		background-repeat: no-repeat;
		background-position: left;
		font-weight: bold;
}

a.quote_link:link
{
		text-decoration: none;
		color: #000066;
}

a.quote_link:visited
{
		text-decoration: none;
		color: #000066;
}
	
a.quote_link:hover
{
		color: #3399ff;
		background-color: #ffffff;
}

.plans
{
		width: 200px;
		height: 25px;
		padding: 2px 0 3px 30px;
		line-height: 20px;
		vertical-align: middle;
		margin: 0px 0px 15px 70px;
		color: #666666;
		background-color: #ffffff;
		background-image: url(images/hostpack.gif);
		background-repeat: no-repeat;
		background-position: left;
		font-weight: bold;
}

a.plans_link:link
{
		text-decoration: none;
		color: #000066;
}
	
a.plans_link:visited
{
		text-decoration: none;
		color: #000066;
}	
	
a.plans_link:hover
{
		color: #3399ff;
		background-color: #ffffff;
}


.title
{
		padding: 0px 0px 5px 0px;
		margin: 0px;
}

.login
{
		padding: 0px;
		margin: 5px 0px 0px 0px;
}

.award
{
		width: 241px;
		height: 100px;
		float: left;
		padding: 0px;
		margin: 5px 0px 5px -16px;
		background-image: url(images/award.gif);
}

.button
{
		font-family: Verdana;
		font-size: 8pt;
		margin: 0px;
		padding: 0px;
}


.quote_image
{
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.heading
{
	margin: 0px;
	padding: 5px;
	background-color: #000066;
	border: solid #C0C0C0 1px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}

.port-small
{
	float: left;
	clear: both;
	width: 129px;
	min-height: 75px;
	padding: 0px 0px 0px 80px;
	margin: 5px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.85em;
}

.heading_comp
{
	margin: 0px;
	padding: 5px;
	background-color: #CC0000;
	border: solid #C0C0C0 1px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}

.product
{
	margin: 0px 0px 10px -1px;
	padding: 5px;
	display: block;
	float: left;
	height: 150px;
	width: 98px;
	border: 1px solid #C0C0C0;
}	

/*-----Portfolio table formatting------*/

table.portfolio
{
	border-collapse: collapse;
	width: 100%;
}

td.portleft
{
	width: 250px;
	padding: 0 15px 30px 0;
	vertical-align: top;
}

td.portright
{
	width: 250px;
	padding: 0 15px 30px 0;
	vertical-align: top;
	text-align: justify;
}

/*------------List formatting---------------*/

.features ul
{
		list-style-type: circle;
		padding: 0 0 0 4px;
		margin: 0 0 0 20px;
}
		
.features li
{
		padding: 0 0 4px 0;
		margin: 0 0 0 20px;
}

.benefits ul
{
		list-style-type: circle;
		padding: 0 0 0 4px;
		margin: 0 0 0 20px;
}
		
.benefits li
{
		padding: 0 0 4px 0;
		margin: 0 0 0 5px;
}

/*--------------Start of standard formatting--------------*/

a:link { 
	font-family: Verdana;
	font-size: 8pt;
	color: #000066;
	text-decoration: underline;
}
a:visited { 
	font-family: Verdana;
	font-size: 8pt;
	color: #000066;
	text-decoration: underline;
}
a:hover { 
	font-family: Verdana;
	font-size: 8pt;
	color: #3399ff;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 8pt; 
	color: #3399ff;
	text-decoration: underline;
}	

a.foot:link { 
	color: #999999;
	font-family: Verdana;
	font-size: 8pt;
}
a.foot:visited { 
	color: #999999;
	font-family: Verdana;
	font-size: 8pt;
}
a.foot:hover { 
	color: #999999;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
a.foot:active { 
	color: #3399ff;
	font-family: Verdana;
	font-size: 8pt;
}

a.seo:link { 
	color: #000066;
	font-family: Verdana;
	font-size: 7pt;
}
a.seo:visited { 
	color: #000066;
	font-family: Verdana;
	font-size: 7pt;
}
a.seo:hover { 
	color: #3399ff;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 7pt;
}
a.seo:active { 
	color: #3399ff;
	font-family: Verdana;
	font-size: 7pt;
}

body
{
	text-align: center;
	background-color: #E6E6FF;
}

p
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 1.8;
}

p.front_right
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

tr
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

td.packages
{
	border: 1px solid #c0c0c0;
}

ol
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 15px 0px 15px;
	padding: 0px 10px 10px 0px;
}

ul
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 15px 0px 15px;
	padding: 0px 10px 10px 0px;
	line-height: 1.4;
}

li
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 10px 0px;
}

/* -------------------------- Heading formatting --------------------*/

h1
{
	font-family: Verdana;
	font-size: 11pt;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2
{
	color: #000066;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;	
}

h3
{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	color: #000066;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}


h6
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}