* { margin:0; padding:0;}
body { 
	/*background-image: url(../images/page-background.gif);*/
	background-color:#F4F4F4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
	color:#666666;}
hr {
	height: 1px;
	border-top: 1px solid #DBE6E1;
 	width: 600px;
 	margin: 10px 0px 5px 10px;
}
	
.fleft { float:left;}
.fright { float:right;}
#container-top {
	height: 1px;
	width: 990px;
	text-align:center;
	margin:0 auto;	
	}
#container-bg {
	width: 990px;
	margin:0 auto;
	margin-top: 0px;
	background-color:white;
}
#container {
	background-color:white;
	width: 950px;
	text-align:center;
	margin:0 auto;
	margin-top: 0px;
}
#text-header {
	width: 990px;
	height: 15px;
	text-align:center;
	margin:0 auto;
	margin-top: 1px;
	font-size: 100%;
	color: #99B1C4;
	font-weight: bold;
}
#header { 
	height: 120px;
	width: 950px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
	text-align:center;
}
#headerContactDetails { 
	float: right;
	height: 30px;
	width: 300px;
	text-align: left;
	margin: 17px 0px 0px 0px;
}
#headerContactDetailsTel { 
	float: right;
	width: 250px;
	color: #3381D4;
	font-weight: bold;
	font-size: 110%;
}
#headerContactDetailsEmail { 
	float: right;
	width: 250px;
	color: #3381D4;
	font-weight: bold;
	font-size: 110%;
}
#headerContactDetailsEmail a { 
	color: #3381D4;
	text-decoration: none;
}
/******************************************************/
#topnavigation{
	border:none;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-weight:bold;
	text-transform:uppercase;
	background-image: url(../images/top-nav-background.jpg);
	background-repeat:no-repeat;
	height:35px;
	background-color:#5E84A1;
	font-family:Tahoma;
	}
#topnavigation ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	padding: 0px 0px 0px 10px;
	}
#topnavigation li{
		float:left;
		padding:0px;
		}
#topnavigation li a{
		color:#fff;
		display:block;
		line-height:35px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		background: url(../images/top-nav-link-border.png) no-repeat right center; 
		}
#topnavigation li a:hover, #topnavigation ul li:hover a{
			background: #5E84A1;
			color:#FFFFFF;
			text-decoration:none;
			}
#topnavigation .selected a {
}
#topnavigation li ul{
		background:#5E84A1;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
#topnavigation li:hover ul{
		display:block;
		
		}
#topnavigation li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		height: 25px;
		}
#topnavigation li:hover li a{
		background:none;
		
		}
#topnavigation li ul a{
		display:block;
		height:25px;
		font-style:bold;
		margin:0px;
		padding:0px 5px 0px 15px;
		text-align:left;
		line-height:25px;
		}
#topnavigation li ul a:hover, #topnavigation li ul li:hover a{
		background:#99B1C4;
		border:0px;
		color:#ffffff;
		text-decoration:none;
		background:#99B1C4 url(../images/hover_sub.jpg) center left no-repeat;
			}
#topnavigation p{
		clear:left;
		}	

		
/*****************************************************/
/*Top Navigation Selected Colours*/
#hometopnavigationline {
	clear: both;
	border-bottom: 1px solid white;
	width: 800px;
	height: 4px;
	line-height: 4px;
	background: #E02C26;
	padding:0;
}

/* main content */
#maincontentarea { 
	width: 100%;
	clear: both;
	padding-top: 0px;
}
#maincontentarea a {
	color: #5E84A1;
}
#leftarea { 
	width: 200px;
	height: auto;
	float: right;
	padding: 0px 0px 15px 0px;
}

#leftmenu { 
	width: 100%;
	float: left;
	text-align:left;
	height: auto;
}
#leftmenu ul{ 
}
#leftmenu ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	background-image:  url(../images/leftMenuBoxbackground.png);
	background-position: top;
	background-repeat:repeat-y;
}
#leftmenu ul li a {
	display: block;
	color: #1E4898;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	border-bottom: 1px dotted #b6b6b6;
}
#leftmenu ul li a:hover {
	text-decoration: underline;
}
#leftmenutop { 
	float: left;
	background-image:  url(../images/leftNavTop.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #F5F5F5;
	height: 35px;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	line-height: 35px;
}
#leftmenubottom { 
	float: left;
	height: 30px;
	width: 200px;
	padding: 0px 0px;
	margin: 0px 0px 20px 0px;
	background-image:  url(../images/leftMenuBoxFooter.png);
	background-position: top;
	background-repeat:repeat-y;
}

#adminmenu { 
	width: 100%;
	float: left;
	text-align:left;
	height: auto;
}
#adminmenu ul{ 
}
#adminmenu ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
}
#adminmenu ul li a {
	display: block;
	color: #0A55A8;
	background-color: #EAF5FF;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 10px;
}
#adminmenu ul li a:hover {
	text-decoration: underline;
	background-color:#F2F9FF;
}
#adminmenutop { 
	float: left;
	background-image:  url(../images/leftNavTop.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
	color: #0A55A8;
	padding: 0px 0px;
}
#adminmenubottom { 
	float: left;
	background-image:  url(../images/leftNavBottom.gif);
	background-repeat:repeat-x;
	height: 15px;
	background-color:#ffffff;
	width: 200px;
	margin: 0px 0px 10px 0px;
}
/* search box */
#searchbox { 
	width: 200px;
	background-color: #ffffff;
	float: left;
	text-align:left;
	height: auto;
	padding: 5px 0px 0px 0px;
	background-image:  url(../images/searchBoxbackground.png);
	background-position: top;
	background-repeat:repeat-y;
}
#searchboxtop { 
	float: left;
	background-image:  url(../images/leftNavTop.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #F5F5F5;
	height: 35px;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	line-height: 35px;
}
#searchboxbottom { 
	float: left;
	background-image:  url(../images/searchBoxFooter.png);
	background-repeat:no-repeat;
	height: 30px;
	background-color:#ffffff;
	width: 200px;
	margin: 0px 0px 20px 0px;
}
/* callback box */

#callbackbox { 
	width: 100%;
	background-image:  url(../images/callbackBoxbackground.png);
	background-position: top;
	background-repeat:repeat-y;
	float: left;
	height: auto;
	color: #5E84A1;
}
#callbackboxtop { 
	float: left;
	background-image:  url(../images/leftNavTop.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #F5F5F5;
	height: 35px;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	line-height: 35px;
}
#callbackboxbottom { 
	float: left;
	background-image:  url(../images/callbackBoxFooter.png);
	background-repeat:no-repeat;
	height: 30px;
	background-color:#ffffff;
	width: 200px;
	margin: 0px 0px 20px 0px;
}
/* paypal cart box */
#paypalcartbox { 
	width: 100%;
	background-image:  url(../images/paypalcartBoxbackground.png);
	background-position: top;
	background-repeat:repeat-y;
	float: left;
	text-align:left;
	height: auto;
	padding: 10px 0px 10px 0px;
}
#paypalcartboxtop { 
	float: left;
	background-image:  url(../images/leftNavTop.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #F5F5F5;
	height: 35px;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	line-height: 35px;
}
#paypalcartboxbottom { 
	float: left;
	background-image:  url(../images/paypalcartBoxFooter.png);
	background-repeat:no-repeat;
	height: 30px;
	background-color:#ffffff;
	width: 200px;
	margin: 0px 0px 20px 0px;
}
/* paypal cart box */
/* right content area */
#rightcontentarea { 
	float: left;
	width: 735px;
	height: auto;
	text-align:left;
}
/* right text content */
.maintextcontent { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	margin: 0px 0px 20px 0px;
}
.maintextcontent h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.maintextcontent p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
.maintextcontent p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
.maintextcontent ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
.maintextcontent ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color:#666666;
	padding-left: 20px;
}
.maintextcontent ul li a {
	text-decoration:none;
}
#mainContentImage {
	float: right;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
/* FAQ area */
#faqpagequestions { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
#faqpagequestions h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#faqpagequestions p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
#faqpagequestions p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
#faqpagequestions ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
#faqpagequestions ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color: #5E84A1;
	padding-left: 20px;
}
#faqpagequestions ul li a {
	text-decoration:none;
	color: #5E84A1;
}
/*search page*/
#searchpagebox { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
#searchpagebox h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#searchpagebox p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
#searchpagebox p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
#searchpagebox ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
#searchpagebox ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color: #5E84A1;
	padding-left: 20px;
}
#searchpagebox ul li a {
	text-decoration:none;
	color: #5E84A1;
}
/*search error message */
#searchboxerror { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
#searchboxerror h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#searchboxerror p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
#searchboxerror p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
/*searchpageresults*/
#searchpageresults { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
#searchpageresults h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#searchpageresults p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
#searchpageresults p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
#searchpageresults ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
#searchpageresults ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color: #5E84A1;
	padding-left: 20px;
}
#searchpageresults ul li a {
	text-decoration:none;
	color: #5E84A1;
}
/*search product results*/
#searchproductresults { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
#searchproductresults h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#searchproductresults p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
#searchproductresults p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
#searchproductresults ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
#searchproductresults ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color: #5E84A1;
	padding-left: 20px;
}
#searchproductresults ul li a {
	text-decoration:none;
	color: #5E84A1;
}
/* right text content */
/* sitemap text content */
.sitemapcontent { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
.sitemapcontent h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.sitemapcontent p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 0px;
}
.sitemapcontent p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
.sitemapcontent ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
}
.sitemapcontent ul li {
	margin:0px 15px 0px 50px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 5px no-repeat;
	line-height: 20px;
	color:#666666;
	padding-left: 20px;
}
.sitemapcontent ul li a {
	text-decoration:none;
}
/* page parent icons */
#parentIconsContainer { 
	float: right;
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 10px 0px 0px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
#homeIconsContainer { 
	float: right;
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 10px 0px 0px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
.homeIcon	{	
	width: 132px;
	float:left;
	border: 1px solid red;
	margin: 0px 15px 10px 0px;
	height: 125px;
	text-align:center;
	font-weight:bold;
	overflow: hidden;
}
.homeIcon	a{	
	text-decoration: none;
	color: #0A55A8;
}
.homeIconImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	}
/* homeIcon styles */
/* parentIcon styles - icons for pages that have been tagged to show on their parent.*/
.parentIcon	{	
	width: 132px;
	float:left;
	border: 1px solid red;
	margin: 0px 15px 10px 0px;
	height: 125px;
	text-align:center;
	font-weight:bold;
	overflow: hidden;
}
.parentIcon	a{	
	text-decoration: none;
	color: #0A55A8;
}
.parentIconImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	}

/* parentIcon styles */
/* end page parent icons */
#GalleryImagesContainer { 
	float: right;
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 10px 0px 0px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
.galleryListing	{	
	width: 132px;
	float:left;
	border: 1px solid red;
	margin: 0px 15px 10px 0px;
	height: 125px;
	text-align:center;
	font-weight:bold;
}
.galleryImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
}
.galleryListing	a{	
	color: #0A55A8;
	text-decoration: none;
}
/* End Gallery Listings */
/* -------------------------------------------------------------------------------------------*/
/* product listing icon styles (thumb nail etc) on display cms page - this includes products added directly to home page or sub pages*/
#productListingContainer { 
	float: right;
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 100%;
	padding: 10px 0px 0px 5px;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
}
.productListing	{	
	width: 340px;
	float: left;
	margin: 10px 15px 10px 0px;
	height: 115px;
	text-align:left;
	font-weight:normal;
	padding: 5px 0px 0px 0px;
	background-image: url(../images/product-background.png);
	background-repeat: no-repeat;
}
.productListing:hover{	
}
.productImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 2px 5px 10px 5px;
	float: left;
}
.productListing	a{	
	color: #68A3A7;
	text-decoration: none;
	font-size: 110%;
}
/*this is for the product listing pictures on product pages*/
.productImages {
	width: 240px;
	margin: 0px 20px 20px 0px;
	float: right;
	margin: 0px 10px 10px 20px;
	}
/* end product listing styles */
/* -------------------------------------------------------------------------------------------*/
.specialproductListing	{	
	width: 300px;
	float:left;
	border: 1px solid #E9EAEB;
	margin: 10px 15px 10px 0px;
	height: 100px;
	text-align:left;
	font-weight:normal;
	padding: 5px 0px 0px 0px;
	overflow:hidden;
}
.specialproductListing:hover{	
	border: 1px solid #68A3A7;
}
.specialproductImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 2px 5px 10px 5px;
	float: left;
}
.specialproductListing	a{	
	color: #68A3A7;
	text-decoration: none;
}
/* end product listing home styles */
/* -------------------------------------------------------------------------------------------*/
/* Special product listing on special-offers.asp*/
#specialOffersIcon	{	
	width: 132px;
	float:left;
	border: 1px solid #E9EAEB;
	margin: 0px 15px 20px 0px;
	height: 125px;
	text-align:center;
	font-weight:bold;
	overflow: hidden;
}
#specialOffersIcon	a{	
	text-decoration: none;
	color: #0A55A8;
}
#specialOffersIconImage {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	}
/* end product listing home styles */
/*contact page */
.contactpageaddress { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
.contactpageaddress h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.contactpageaddress p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
.contactpageaddress p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}


.contactpagetelephone { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
.contactpagetelephone h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.contactpagetelephone p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
.contactpagetelephone p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}


.contactpageform { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
.contactpageform h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.contactpageform p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
.contactpageform p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}

.contactpagegooglemap { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #eaeaea;
	margin: 0px 0px 20px 0px;
}
.contactpagegooglemap h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
.contactpagegooglemap p{ 
	color:#666666;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
#contactpagesuccessmessage { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
#contactpagesuccessmessage h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#contactpagesuccessmessage p{ 
	color:green;
	font-weight: bold;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
#contactpagesuccessmessage p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}
#contactpageerrormessage { 
	width: 730px;
	height: auto;
	text-align:left;
	font-size: 110%;
	padding: 0px 0px 20px 5px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
	border: 1px solid red;
}
#contactpageerrormessage h2{ 
	color:#5E84A1;
	font-size:130%;
	padding: 10px 0px 0px 0px;
}
#contactpageerrormessage p{ 
	color:red;
	font-weight: bold;
	font-size: 100%;
	padding: 15px 10px 0px 30px;
}
#contactpageerrormessage p a{ 
	color:#5E84A1;
	font-weight: normal;
	text-decoration: none;
}

/* end contact page */

/* blog styles */
#blogCurrentMonth {
	width: 700px;
	margin: 20px 0px 10px 0px;
	clear:both;
	background-image: url(../images/blog-current-background.jpg);
	background-repeat: no-repeat;
	background-color:#F0F2FB;
	border-bottom: 1px solid #434392;
	}
#blogPreviousMonths {
	width: 700px;
	margin: 20px 0px 10px 0px;
	clear:both;
	background-color:#F0F2FB;
	border-bottom: 1px solid #434392;
	}
/* END blog styles */
/* Document styles */
.documentListings {
	border: 0px solid red;
	width: 250px;
	height: 25px;
	float: left;
	margin: 0px 5px 10px 0px;
	padding: 8px 0px 0px 40px;
	background-image: url(../images/pdfLogo.gif);
	background-repeat: no-repeat;
	}
.documentListings a{
	text-decoration: none;
	font-weight: bold;
	color: #0A55A8;
	}
/* Gallery Listings */
/* product listing icon styles (thumb nail etc) on display cms page - this includes products added directly to home page or sub pages*/

/* END Document styles */
/* end right content area */
/* footer area */
#footer { 
	width: 100%;
	clear: both;
	background-color: white;
	border-top: 1px solid #DDDDDD;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#footerbottom {
	width: 990px;
	height: 40px;
	text-align:center;
	margin:0px auto;
	background-color:white;
}
#footer ul {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	line-height: 18px;
}
#footer li {
	display: inline;
	padding: 0;
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
	line-height: 18px;
}
#footer li.last a {
	border: none;
}
#footer a {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 0px 5px 0px 3px;
	color: #99B1C4;
	border-right: #99B1C4 1px solid;
	line-height: 18px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p {
	margin: 10px 0px 0px 0px;
	color: white;
}
#footersiteby {
	width: 990px;
	height: 10px;
	text-align:center;
	margin:0 auto;
	color: #666666;
	padding: 20px 0px 20px 0px;
}
#footersiteby a{ 
	color: #666666;
	text-decoration: none;
}
table.updateUsers	{
	margin: 0px 0px 0px 0px;
	color:#484848;
	font-size: 100%;
}
table.contactForm	{
	margin: 0px 0px 0px 0px;
	color:#666666;
	font-size: 100%;
	width: 700px;
}
table.rteInsertImage	{
	margin: 0px 0px 0px 0px;
	color:#484848;
	font-size: 100%;
	border: 1px solid #BABDA6;
	width: 300px;
}
#editPageBoxes	{
	width: 700px;
	border: 1px solid #DBE6E1;
	height: auto;
	font-size: 100%;
	color:#484848;
	padding: 5px;
	background-color:#FFF;
}
#editPageBoxes p {
	color:#484848;
}
#editPageBoxes a {
	color:#484848;
}
#faqPopup b{
	color: black;
	}
#faqPopup {
	color: gray;
	text-align: left;
	margin: 20px 0px 0px 20px;
	}
#eventsBox {
	width: 95%;
	background-image: url(../images/eventBoxBackground.jpg);
	background-repeat: repeat-x;
	background-color:#F7F7F7;
	border: 1px solid red;
	margin-bottom: 15px;
	clear: both;
	padding: 10px;
}
#eventsBox .eventTitle a{
	color: green;
	font-size: 120%;
}
#eventsBox .eventDateLocation{
	font-style:italic;
}
#eventsBox .eventInfo{
	font-style:normal;
}


#linksBox {
	width: 95%;
	background-image: url(../images/eventBoxBackground.jpg);
	background-repeat: repeat-x;
	background-color:#F7F7F7;
	border: 1px solid red;
	margin-bottom: 15px;
	clear: both;
	padding: 10px;
}
#linksBox .linksTitle a{
	color: green;
	font-size: 120%;
}
#linksBox .linkdesc{
	font-style:italic;
}




#variationcontainer {
	width: 600px;
	height: 55px;
	border: 1px solid #eaeaea;
	clear: both;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(../images/variations-gradient.gif);
	background-repeat: repeat-x;
}
#variationdetails {
	width: 400px;
	float: left;
}
#variationprice {
	width: 150px;
	color: black;
	float: right;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
#variationbutton {
	width: 95px;
	float: right;
	text-align: right;
	clear: both;
}
/*forms*/
.contactsubmitbtn {
	width:65px;
	background:#eaeaea;
	color:#5E84A1;
	cursor:pointer;
	border:1px solid #5E84A1;
	padding-left:0.0em;
	margin-bottom:0.6em;
}

.contactsubmitbtn:hover {
	background:#7d8c16;
	color:#fff;
	border:1px solid #F5F5F5;
	padding-left:0.0em;
	margin-bottom:0.6em;
}
.searchsubmitbtn {
	width:65px;
	background:#eaeaea;
	color:#5E84A1;
	cursor:pointer;
	border:1px solid #5E84A1;
	padding-left:0.0em;
	margin-bottom:0.6em;
	height: 20px;
}
.searchsubmitbtn:hover {
	background:#7d8c16;
	color:#fff;
	border:1px solid #F5F5F5;
	padding-left:0.0em;
	margin-bottom:0.6em;
}
.cartsubmitbtn {
	width:65px;
	background:#eaeaea;
	color:#5E84A1;
	cursor:pointer;
	border:1px solid #5E84A1;
	padding-left:0.0em;
	margin-bottom:0.6em;
	height: 20px;
}
.cartsubmitbtn:hover {
	background:#7d8c16;
	color:#fff;
	border:1px solid #F5F5F5;
	padding-left:0.0em;
	margin-bottom:0.6em;
}
.callbacksubmitbtn {
	width:65px;
	background:#eaeaea;
	color:#5E84A1;
	cursor:pointer;
	border:1px solid #5E84A1;
	padding-left:0.0em;
	margin-bottom:0.6em;
	height: 20px;
}

.callbacksubmitbtn:hover {
	background:#7d8c16;
	color:#fff;
	border:1px solid #F5F5F5;
	padding-left:0.0em;
	margin-bottom:0.6em;
}
/* end forms*/
/*slider*/
/* slider content starts here */
/* stylin banner content */
.slidercontainer{
  width:950px;
  min-height: 60px;
  display:block;
  float:left;
  height: 200px;
  margin-bottom: 20px;

}
#slider{
	display:block;
	width:950px;
	height:200px;
	float:left;
	position:relative;
	text-align:left;
  	top:0;
  	left:0;
	overflow:hidden;
	margin:0px 0 0px 0px;
}
#slider ul{
	width:950px;
	height:200px;
	float:left;
	position:absolute;
	overflow:hidden;
	}
#slider li{
	display:inline;
	width:950px;
	height:200px;
	float:left;
	position:relative;
	background-image: url(../../slider/images/text-background.png);
	background-repeat:no-repeat;
	}
.sliderleft{
	width:700px;
	display:block;
	float:left;
	margin:10px 0 0 20px;
}
.sliderleft h2{
	font-size:150%;
	color:#5E84A1;
	padding-bottom:15px;
}
.sliderleft p{
	font-size:120%;
	color:#666666;
	line-height:21px;
	padding-bottom:10px;
}
.sliderleft a.m-info{
	font-size:120%;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	text-align:center;
	line-height:35px;
	width:170px;
	height:43px;
	float:left;
	padding-right:17px;
	background:url(../../slider/images/more-info_btn.png)
}

.slidercontainer img{
	float:right;
}
#prevBtn, #nextBtn{
	display:block;
	text-indent:-8000px;
	width:12px;
	height:21px;
	float:left;
	position:relative;
	left:20px;
	top: -20px;
	}
#nextBtn{
	left:30px;
	top:20px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:12px;
	height:11px;
	float:left;
	position:relative;
	background: url(../../slider/images/left-arrow.png) no-repeat 0 0;
	}
#prevBtn a{
	display:block;
}
#nextBtn a{
	display:block;
	top:-40px;
	background: url(../../slider/images/right-arrow.png) no-repeat 0 0;
}
/*page intro paragraphs imported from old style sheet*/
#introsinglepage {
	width: 730px;
	height: 200px;
	background-image: url(../images/single-page-background.png);
	background-repeat:no-repeat;
	
}
#introsinglepagetitle {
	width: 350px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introsinglepagetext {
	width: 350px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introsinglepagetext a{
	color: #666666;
	text-decoration: none;
}

#introcmspage {
	width: 730px;
	height: 200px;
	background-image: url(../images/cms-page-background.png);
	background-repeat:no-repeat;
}
#introcmspagetitle {
	width: 350px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introcmspagetext {
	width: 350px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introcmspagetext a{
	color: #666666;
	text-decoration: none;
}

#introaccommodationpage {
	width: 730px;
	height: 200px;
	background-image: url(../images/accommodation-page-background.png);
	background-repeat:no-repeat;
}
#introaccommodationpagetitle {
	width: 350px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introaccommodationpagetext {
	width: 350px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introaccommodationpagetext a{
	color: #666666;
	text-decoration: none;
}

#introwebupdatespage {
	width: 730px;
	height: 200px;
	background-image: url(../images/webupdates-page-background.png);
	background-repeat:no-repeat;
}
#introwebupdatespagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introwebupdatespagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introwebupdatespagetext a{
	color: #666666;
	text-decoration: none;
}

#introresponderpage {
	width: 730px;
	height: 200px;
	background-image: url(../images/responder-page-background.png);
	background-repeat:no-repeat;
}
#introresponderpagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introresponderpagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introresponderpagetext a{
	color: #666666;
	text-decoration: none;
}

#introdomainspage {
	width: 730px;
	height: 200px;
	background-image: url(../images/domains-page-background.jpg);
	background-repeat:no-repeat;
}
#introdomainspagetitle {
	width: 350px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introdomainspagetext {
	width: 350px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introdomainspagetext a{
	color: #666666;
	text-decoration: none;
}
#introminicardpage {
	width: 730px;
	height: 200px;
	background-image: url(../images/minicard-page-background.png);
	background-repeat:no-repeat;
}
#introminicardpagetitle {
	width: 370px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introminicardpagetext {
	width: 370px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introminicardpagetext a{
	color: #666666;
	text-decoration: none;
}
#intromarketingpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/marketing-page-background.jpg);
	background-repeat:no-repeat;
}
#intromarketingpagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#intromarketingpagetext {
	width: 450px;
	height: 70px;
	float: left;
	color: #666666;
	clear: both;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#intromarketingpagetext a{
	color: #666666;
	text-decoration: none;
}

#introspampage {
	width: 730px;
	height: 180px;
	background-image: url(../images/spam-page-background.jpg);
	background-repeat:no-repeat;
}
#introspampagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introspampagetext {
	width: 450px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introspampagetext a{
	color: #666666;
	text-decoration: none;
}
#introemailpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/email-page-background.jpg);
	background-repeat:no-repeat;
}
#introemailpagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introemailpagetext {
	width: 450px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introemailpagetext a{
	color: #666666;
	text-decoration: none;
}
#introfaxpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/fax-page-background.jpg);
	background-repeat:no-repeat;
}
#introfaxpagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introfaxpagetext {
	width: 450px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introfaxpagetext a{
	color: #666666;
	text-decoration: none;
}
#introecommercepage {
	width: 730px;
	height: 180px;
	background-image: url(../images/ecommerce-page-background.jpg);
	background-repeat:no-repeat;
}
#introecommercepagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introecommercepagetext {
	width: 450px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introecommercepagetext a{
	color: #666666;
	text-decoration: none;
}
#introoscommercepage {
	width: 730px;
	height: 180px;
	background-image: url(../images/oscommerce-page-background.jpg);
	background-repeat:no-repeat;
}
#introoscommercepagetitle {
	width: 410px;
	height: 85px;
	float: left;
	color: #336485;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introoscommercepagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introoscommercepagetext a{
	color: #666666;
	text-decoration: none;
}
#introtransferpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/transfer-page-background.jpg);
	background-repeat:no-repeat;
}
#introtransferpagetitle {
	width: 375px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introtransferpagetext {
	width: 375px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introtransferpagetext a{
	color: #666666;
	text-decoration: none;
}
#introtrialpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/trial-page-background.jpg);
	background-repeat:no-repeat;
}
#introtrialpagetitle {
	width: 375px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introtrialpagetext {
	width: 375px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introtrialpagetext a{
	color: #666666;
	text-decoration: none;
}
#introhomepage {
	width: 730px;
	height: 170px;
	background-image: url(../images/home-page-background.jpg);
	background-repeat:no-repeat;
}
#introhomepagetitle {
	width: 420px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introhomepagetitle a{
	color: #5E84A1;
	text-decoration: none;
}
#introhomepagetext {
	width: 440px;
	height: 55px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introhomepagetext a{
	color: #666666;
	text-decoration: none;
}

#introwebsitesmainpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/websitesmain-page-background.jpg);
	background-repeat:no-repeat;
}
#introwebsitesmainpagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introwebsitesmainpagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introwebsitesmainpagetext a{
	color: #666666;
	text-decoration: none;
}
#introhostingmainpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/hostingmain-page-background.jpg);
	background-repeat:no-repeat;
}
#introhostingmainpagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introhostingmainpagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introhostingmainpagetext a{
	color: #666666;
	text-decoration: none;
}
#introsponsorpage {
	width: 730px;
	height: 180px;
	background-image: url(../images/sponsor-page-background.jpg);
	background-repeat:no-repeat;
}
#introsponsorpagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introsponsorpagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introsponsorpagetext a{
	color: #666666;
	text-decoration: none;
}
#introotherservicespage {
	width: 730px;
	height: 180px;
	background-image: url(../images/otherservices-page-background.jpg);
	background-repeat:no-repeat;
}
#introotherservicespagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introotherservicespagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introotherservicespagetext a{
	color: #666666;
	text-decoration: none;
}

#introtestimonialspage {
	width: 730px;
	height: 180px;
	background-image: url(../images/testimonials-page-background.jpg);
	background-repeat:no-repeat;
}
#introtestimonialspagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introtestimonialspagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introtestimonialspagetext a{
	color: #666666;
	text-decoration: none;
}
#introportfoliopage {
	width: 730px;
	height: 180px;
	background-image: url(../images/portfolio-page-background.jpg);
	background-repeat:no-repeat;
}
#introportfoliopagetitle {
	width: 400px;
	height: 85px;
	float: left;
	color: #5E84A1;
	font-size: 120%;
	margin: 20px 0px 0px 0px;
}
#introportfoliopagetext {
	width: 400px;
	height: 70px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#introportfoliopagetext a{
	color: #666666;
	text-decoration: none;
}
#columncontainer {
	width: 625px;
	height: auto;
	margin: 0px 0px 10px 0px;
}

#column1 {
	width: 310px;
	float: left;
}
#column1 ul {
	margin: 0px 0px 10px 5px;
}
#column1 ul li {
	margin:0px 0px 1px 20px;
	padding:0px;
	background:url(../images/green-tick-small.jpg) 0px 4px no-repeat;
	line-height: 18px;
	font-size: 100%;
	padding-left: 20px;
}
#column1 #first {
	margin:0px 0px 5px 0px;
	color: #990000;
	font-weight: bold;
	list-style-type: none;
	font-size: 110%;
	background-image:none;
}
#column1 ul li a {
	color: #68A3A7;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 2px 2px 0px;
	
}
#column1 ul li a:hover {
	text-decoration: underline;
}

#column2 {
	width: 310px;
	float: right;
}
#column2 ul {
	margin: 0px 0px 10px 5px;
}
#column2 ul li {
	margin:0px 0px 1px 20px;
	padding:0px;
	background:url(../images/arrowbulletTrans.png) 0px 4px no-repeat;
	line-height: 18px;
	font-size: 100%;
	padding-left: 20px;
}
#column2 #first {
	margin:0px 0px 5px 0px;
	color: #990000;
	font-weight: bold;
	list-style-type: none;
	font-size: 110%;
	background-image:none;
}
#column2 ul li a {
	color: #68A3A7;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 2px 2px 0px;
	
}
#column2 ul li a:hover {
	text-decoration: underline;
}
#whoisForm	{
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	width: 290px;
	padding: 10px;
	float: left;
	height: 120px;
	text-align:center;
}

.domainavailable {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	width: 295px;
	float: right;
	height: 120px;
	padding: 10px;
	background-image: url(../images/domain-result-green.jpg);
	background-repeat: no-repeat;
}
.domainregistered {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	width: 295px;
	float: right;
	height: 120px;
	padding: 10px;
	background-image: url(../images/domain-result-amber.jpg);
	background-repeat: no-repeat;
}
.domainerror {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	width: 295px;
	float: right;
	height: 120px;
	padding: 10px;
	background-image: url(../images/domain-result-red.jpg);
	background-repeat: no-repeat;
}
/* price table */
#pricetable {
		margin: 30px 0px 0px 0px;
}
#pricetable .tableheading td {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
	background-color: #8CAE5A;
}

#pricetable .tableheadingleftcorner {
	background-image: url(../images/green-left-corner.jpg);
	background-position: left top;;
	background-repeat: no-repeat;
}
#pricetable .tableheadingrightcorner {
	background-image: url(../images/green-right-corner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#pricetable .tablerowlight {
	background-color: #f4f4f4;
	height: 23px;
	background-image: url(../images/prices-table-light-background.jpg);
	background-repeat: repeat-x;
}
#pricetable .tablerowlight td {
	padding-left: 7px;
}
#pricetable .tablerowdark {
	background-color: #eaeaea;
	height: 23px;
	background-image: url(../images/prices-table-dark-background.jpg);
	background-repeat: repeat-x;
}
#pricetable .tablerowdark td {
	padding-left: 7px;
}
/*LOW COST WEBSITES PAGE*/
#lowcost_greyBox1 {
	padding: 10px;
	background-repeat:repeat-x;
	background-image:url(../images/lowcost_greyBox1Background.jpg);
	width: 200px;
	float: left;
	height: 245px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#lowcost_greybox1Heading {
	color:#0A55A8;
	font-size: 130%;
	padding: 0px 0px 0px 10px;
}
#lowcost_greybox1Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#lowcost_greyBox1 ul{ 
	margin: 0px 0px 10px 0px;
}
#lowcost_greyBox1 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 20px;
	background-image: url(../images/small-tick-trans.gif);
	background-repeat:no-repeat;
	background-position: 5px 4px;
}
#lowcost_greybox1Price{
	margin: 10px 0px 0px 00px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
	display: block;
}
#lowcost_greybox1MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
#lowcost_greyBox2 {
	padding: 10px;
	background-repeat:repeat-x;
	background-image:url(../images/lowcost_greyBox2Background.jpg);
	width: 200px;
	float: left;
	height: 245px;
	margin: 0px 0px 0px 25px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#lowcost_greybox2Heading {
	color:#0A55A8;
	font-size: 130%;
	padding: 0px 0px 0px 10px;
}
#lowcost_greybox2Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#lowcost_greyBox2 ul{ 
	margin: 0px 0px 10px 0px;
}
#lowcost_greyBox2 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 20px;
	background-image: url(../images/small-tick-trans.gif);
	background-repeat:no-repeat;
	background-position: 5px 4px;
}
#lowcost_greybox2Price{
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
	display: block;
}
#lowcost_greybox2MoreLink a{
	float: right;
	clear: both;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
#lowcost_greyBox3 {
	padding: 10px;
	background-repeat:repeat-x;
	background-image:url(../images/lowcost_greyBox3Background.jpg);
	width: 200px;
	float: left;
	height: 245px;
	margin: 0px 0px 0px 25px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#lowcost_greybox3Heading {
	color:#0A55A8;
	font-size: 130%;
	padding: 0px 0px 0px 10px;
}
#lowcost_greybox3Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#lowcost_greyBox3 ul{ 
	margin: 0px 0px 10px 0px;
}
#lowcost_greyBox3 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 20px;
	background-image: url(../images/small-tick-trans.gif);
	background-repeat:no-repeat;
	background-position: 5px 4px;
}
#lowcost_greybox3Price{
	margin: 10px 0px 0px 00px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
	display: block;
}
#lowcost_greybox3MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
/*END LOW COST WEBSITES PAGE*/
/*HOSTING MAIN PAGE*/
#hostingmain_greyBox1 {
	padding: 10px;
	background-image:url(../images/hostingmain_greyBox1Background.jpg);
	width: 145px;
	float: left;
	height: 245px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#hostingmain_greybox1Heading {
	color:#0A55A8;
	font-size: 130%;
}
#hostingmain_greybox1Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#hostingmain_greyBox1 ul{ 
	margin: 0px 0px 10px 5px;
}
#hostingmain_greyBox1 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 15px;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
#hostingmain_greybox1Price{
	margin: 10px 0px 0px 00px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
}
#hostingmain_greybox1MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
#hostingmain_greyBox2 {
	padding: 10px;
	background-image:url(../images/hostingmain_greyBox2Background.jpg);
	width: 145px;
	float: left;
	height: 245px;
	margin: 0px 0px 0px 17px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#hostingmain_greybox2Heading {
	color:#0A55A8;
	font-size: 130%;
}
#hostingmain_greybox2Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#hostingmain_greyBox2 ul{ 
	margin: 0px 0px 10px 5px;
}
#hostingmain_greyBox2 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 15px;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
#hostingmain_greybox2Price{
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
}
#hostingmain_greybox2MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
#hostingmain_greyBox3 {
	padding: 10px;
	background-image:url(../images/hostingmain_greyBox3Background.jpg);
	width: 145px;
	float: left;
	height: 245px;
	margin: 0px 0px 0px 17px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#hostingmain_greybox3Heading {
	color:#0A55A8;
	font-size: 130%;
}
#hostingmain_greybox3Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#hostingmain_greyBox3 ul{ 
	margin: 0px 0px 10px 5px;
}
#hostingmain_greyBox3 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 15px;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
#hostingmain_greybox3Price{
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
}
#hostingmain_greybox3MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
#hostingmain_greyBox4 {
	padding: 10px;
	background-image:url(../images/hostingmain_greyBox4Background.jpg);
	width: 145px;
	float: left;
	height: 245px;
	margin: 0px 0px 0px 17px;
	font-size: 90%;
	border-bottom: 1px solid #D2DCE6;
}
#hostingmain_greybox4Heading {
	color:#0A55A8;
	font-size: 130%;
}
#hostingmain_greybox4Heading a {
	color:#0A55A8;
	text-decoration:none;
}
#hostingmain_greyBox4 ul{ 
	margin: 0px 0px 10px 5px;
}
#hostingmain_greyBox4 ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	line-height: 18px;
	font-size: 100%;
	display: block;
	color: #0A55A8;
	text-decoration: none;
	padding: 2px 3px 2px 15px;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
#hostingmain_greybox4Price{
	margin: 10px 0px 0px 00px;
	font-size: 110%;
	color: #E02C26;
	font-weight: bold;
}
#hostingmain_greybox4MoreLink a{
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 110%;
	color: #0A55A8;
}
/*END HOSTING MAIN PAGE*/
#websitefeaturebox	{	
	width: 160px;
	padding: 4px;
	float:left;
	border: 1px solid #E9EAEB;
	background-image: url(../images/feature-enabled-tick.gif);
	background-position: right;
	background-repeat:no-repeat;
	margin: 0px 12px 5px 0px;
	height: 13px;
	text-align:center;
	font-weight:bold;
	text-align:left;
	color:#68A3A7;
	font-size: 90%;
}
#clear {
	clear:both;
	}