﻿body 
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #303030;
	background: #ffffff;
}

a
{
	color: #f5691c;
	text-decoration: none;
}

a:hover
{
	color: #1a417a;
	text-decoration: none;
}

h1
{
	font-family: Georgia, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2
{
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3
{
	font-family: Georgia, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.BigText { font-size: 15px; }
.NormalText { font-size: 11px; }
.SmallText { font-size: 10px; }

.Clear 
{ 	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.Spacing { height: 10px; line-height: 10px; width: 100%; }
.Spacing20 { height: 20px; line-height: 20px; width: 100%; }

.Separator 
{
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 10px;
}

.TwoCol { width: 50%; float: left; }

.Fats
{
	clear: both;
	padding-bottom: 20px;
	border-bottom: solid 10px #dcdcdc;
	margin-bottom: 20px;
}

.PicRight
{
	float: right;
	padding-left: 5px;
}

/* Standard warnings */
.InfoMsg , .ErrorMsg, .WarningMsg
{	
	background: #dcdcdc url(Graphics/info1.png) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
	border: solid 1px #ff0000;
}

.ErrorMsg
{	
	background: #dcdcdc url(Graphics/error.png) no-repeat;
}

.WarningMsg
{
	background: #dcdcdc url(Graphics/warning.png) no-repeat;
}
	
/* wrappers */
#OuterWrapper
{
	background: #efefef; /*#212121;*/
	width: 100%;
}
				
#Wrapper
{
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
}	

/* Banner and navigator */
.WhoAreWe 
{
	float: left;
	width: 100px;
	height: 20px;
	display: none;
}
	
#Banner
{
	width: 980px;
	margin: 0 auto 0 auto;
	height: 100px;
	margin-bottom: 20px;
}	

#BannerImage
{
	float: left;
	width: 230px;
	height: 60px;
	padding-top: 30px;
}

#BannerImage img { border: none; margin-bottom: 10px; }	

/* navigator */
#Navigator
{
	float: right;
	width: 700px;
	height: 100px;
}

#Navigator a
{
	display: block;
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
}

#Navigator a.nv0
{
	margin-right: 20px;
	background-color: #55B02B;
}
	
#Navigator a.nv1
{
	margin-right: 20px;
	background-color: #bb4a50;
}
	
#Navigator a.nv2
{
	margin-right: 20px;
	background-color: #5988c0;
}

#Navigator a.nv3
{
	margin-right: 20px;
	background-color: #a51a13;
}

#Navigator a.nv4
{
	margin-right: 20px;
	background-color: #f5691c;
}

#Navigator a.nv5
{
	margin-right: 0;
	background-color: #fec23d;
}

#Navigator a:hover.nv0
{
	background-color: #3A9510;
}

#Navigator a:hover.nv1
{
	background-color: #a74247;
}
	
#Navigator a:hover.nv2
{
	background-color: #4f79ab;
}

#Navigator a:hover.nv3
{
	background-color: #931710;
}

#Navigator a:hover.nv4
{
	background-color: #db5d19;
}

#Navigator a:hover.nv5
{
	background-color: #e3ad36;
}

/* colours for website sections */
.c1
{
	background-color: #bb4a50;
}

.c2
{
	background-color: #5988c0;
}
	
.c3
{
	background-color: #a51a13;
}

.c4
{
	background-color: #f5691c;
}

.c5
{
	background-color: #fec23d;
}

.fc1
{
	color: #bb4a50;
}

.fc2
{
	color: #5988c0;
}
	
.fc3
{
	color: #a51a13;
}

.fc4
{
	color: #f5691c;
}

.fc5
{
	color: #fec23d;
}

.hc1
{
	color: #808080;
	background: transparent url(Graphics/c1.png) no-repeat scroll center left;
	padding-left: 25px;
}

.hc2
{
	color: #808080;
	background: transparent url(Graphics/c2.png) no-repeat scroll center left;
	padding-left: 25px;
}
	
.hc3
{
	color: #808080;
	background: transparent url(Graphics/c3.png) no-repeat scroll center left;
	padding-left: 25px;
}

.hc4
{
	color: #808080;
	background: transparent url(Graphics/c4.png) no-repeat scroll center left;
	padding-left: 25px;
}

.hc5
{
	color: #808080;
	background: transparent url(Graphics/c5.png) no-repeat scroll center left;
	padding-left: 25px;
}


/* tag line */
#TagLineOuter
{
	/*background-color: #325992;*/
	/*background: #303030;*/
	/*border-bottom: solid 3px #284F88;*/
	background-color: #1a417a;
}	

#TagLine
{
	font-family: Arial, Sans-Serif;
	font-size: 28px;
	line-height: 30px;
	color: #ececec;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 940px;
	padding: 20px 20px 20px 20px;
	/* background: transparent; */
	background-color: #1a417a; /* #54B02A; */
}	

/* home page */
.Rect1, .Rect2, .Rect3, .Rect4, #GetStarted
{
	width: 309px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}

.Rect2
{
	background-color: #fafafa;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
}
	
.Rect3, .Rect4
{ 
	float: right; 
}

#GetStarted 
{ 
	float: left;
	width: 620px;
}

#GetStarted h3 { margin-bottom: 0; }

#GetStarted ul, #GetStarted li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#GetStarted li
{
	padding: 0 0 10px 40px;
}	

#GetStarted li.Item1
{
	background: transparent url(Graphics/a.png) no-repeat;	
}

#GetStarted li.Item2
{
	background: transparent url(Graphics/b.png) no-repeat;	
}

#GetStarted li.Item3
{
	background: transparent url(Graphics/c.png) no-repeat;	
}

#GetStarted li.Item1 h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
		
.PortRect
{
	width: 960px;
	border-bottom: solid 10px #dcdcdc;
	margin: 10px auto 20px 0;
}

/* lists */
ul
{
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 23px;
	border: 0;
	outline: 0;
}

li
{
	background-image: url(Graphics/tick.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin: 0 0 0 0;
	padding-left: 25px;
	line-height: 23px;
	border: 0;
	outline: 0;
}	

/* hidden bits on home page */
#WebDesignInfo, #SEOInfo, #SwInfo, #ServiceRegions, #Blogs, #IndustryInfo
{
	background: transparent url(Graphics/overlay.png) repeat;
	width: 30%;
	height: 30%;	
	padding: 15% 35% 35% 35%;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}	

.Inner
{
	background: #ffffff;
	color: #303030;
	padding: 10px 10px 10px 10px;
}
	

/* standard button */
.Button, .AncButton		
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	display: block;
	height: 30px;
	width: 100px;
	line-height: 30px;
	background: transparent url(Graphics/button.png) no-repeat;
	text-align: center;
	color: #303030;
	border: none;
}	

.Button:hover, a:hover.AncButton
{
	background: transparent url(Graphics/buttonhover.png) no-repeat;
}


	
/* watermarked textboxes */
.Watermarked
{
	color: #c0c0c0;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}	

/* Error label on quick contact */
.Error
{
	color: #ff0000;
}

/* Surround div for where input boxes exist */
.InputBox
{
	line-height: 22px;
}

.TextBox
{
	height: 20px;
	line-height: 20px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}			
	
/* Home page */
.TopHolder
{
	width: 950px;
	height: 608px;
}	
	
.Subjects
{
	width: 756px;
	float:left;
}	

.SubjectRow
{
	width: 756px;
	height: 300px;
	margin: 2px 0 0 0;
}
	
.Subject, .SubjectLight, .SubjectDouble
{
	float:left;
	width: 250px;
	height: 300px;
	margin: 0 2px 0 0;
	background-color: #ffffff;
}

.SubjectDouble
{
	width: 502px;
}	

.SubjectLight
{
	background-color: #D8E5ED;
}	

.Subject h1, .SubjectLight h1, .ClientList h1, #RegionGuide h1, .SubjectDouble h1
{
	height: 24px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	/*background-color: #173e7b;*/
	background-color: #495F99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}

.Subject h1 a, .SubjectLight h1 a, .ClientList h1 a, #RegionGuide h1 a, .SubjectDouble h1 a
{
	color: #c6cad0;
}

.Subject h1 a:hover, .SubjectLight h1 a:hover, .ClientList h1 a:hover, #RegionGuide h1 a:hover, .SubjectDouble h1 a:hover
{
	color: #ffff00;
	text-decoration: none;
}
		
.SubjectImage, #ClientImage
{
	width: 100%;
	height: 100px;
}

.SubjectText
{
	height: 172px;
	width: 246px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.NoBorder
{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ClientList 
{
	float: left;
	height: 602px;
	width: 192px;
	margin: 2px 0 2px 0;
	/*background-color: #7eba3a;  #86C866;*/
	background: #ffffff url(Graphics/client-bg.gif) repeat-x;
}

.ClientList h1
{
	width: 192px;
}

#ClientText
{
	width: 188px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

#ClientText a:hover
{
	color: #1a417a;
	text-decoration: underline;
}	
	
/* footer */
#FooterHolder
{
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #303030;
}

#Footer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #ececec;
}	

.fcontact
{
	width: 30%;
	float: left;
	padding-right: 3%;
}

.fwhere
{
	width: 33%;
	float: left;
	padding-left: 7%;
}

.flinks
{
	width: 25;
	float: right;
	text-align: right;
}

#Footer a:hover { color: #f5691c; text-decoration: underline; }

/* did you know */
.DidYouKnow
{
	font-size: 14px;
	clear:both;
	width: 948px;
	height: 100px;
	background: #ffffff url(Graphics/DidYouKnow.jpg) no-repeat;
	margin-top: 2px;
}	

.DidYouKnowText
{
	padding: 40px 100px 0 40px;
}
	
/* blog links */
#BottomLinksHolder
{
	font-size: 11px;
	line-height: 15px;
	height: 30px;
}

#BottomLinksHolder h2, #BottomLinksHolder h1
{
	font-family: Helvetica, Arial, Sans-Serif;
	color: #808080;
	font-size: 10px;
	float: left;
}
	

/* Links and blogs page */
.LinksIntro
{
	background: #ffffff url(Graphics/jigsaw.jpg) no-repeat;
	width: 778px;
	padding: 20px 20px 20px 150px;
	height: 60px;
	border: solid 1px #1a417a;
	margin: 2px 0 2px 0;
}	

.LinksList
{
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
}	

/* web design page, software development page, seo */
#WebDesign, #SoftwareDevelopment, #Seo
{
	/*border: solid 1px #1a417a;*/
	background-color: #ffffff;
	width: 948px;
	margin: 2px 0 0 0;
}

#SoftwareDevelopment
{
	height: 475px;
}
		
.WebSection
{
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
}

.WebImageRight
{
	float: right;
	padding: 0 0 10px 10px;
}		

.WebImageRight1
{
	float: right;
	padding: 0 0 0 10px;
}		

.WebImageLeft
{
	float: left;
	padding: 0 10px 10px 0;
}		

/* contact form */
#Contact
{
	width: 948px;
	margin: 2px 0 0 0;
}
	
.ContactSection, .ContactForm
{
	/*border: solid 1px #1a417a;*/
	background-color: #ffffff;
	margin: 0 0 2px 0;
	padding: 10px 10px 10px 10px;
}

.ContactSection
{
	width: 928px;
	height: 230px;
}	
.ContactForm
{
	width: 510px;
	padding-right: 428px;
	background: #ffffff url(Graphics/contact.jpg) no-repeat scroll bottom right;
}

.ContactCol
{
	width: 49%;
	float:left;
	height: 100%;
}
		
/* testimonial */
.Testimonial
{
	clear:both;
	background-color: #c1e0d1;
	color: #000000;
	width: 584px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0 ;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}	

.withquote
{
	background: #c1e0d1 url(Graphics/quote.jpg) no-repeat;
	padding: 0 0 0 28px;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: justify;
}

.unquote
{
	background: #c1e0d1 url(Graphics/unquote.jpg) no-repeat scroll bottom right;
	padding: 0 28px 0 0;
	margin: 0 20px 0 0;
	text-align: justify;
}	

/* Portfolio, news pages */
.NewsList, .Regions, .BusinessCategories
{
	float:left;
	/*border: solid 1px #1a417a;*/
	width: 300px;
	margin: 0 0 2px 0;
	padding: 10px 10px 10px 10px;
	height: 100%;
}	

.NewsList
{
	border: none;
}
	
.RegionDetail, .BusinessDetail
{
	float:right;
	border: none; /*solid 1px #1a417a;*/
	width: 604px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	height: 100%;
	background-color: #ffffff;
}	

.NewsItem
{	
	clear: both;
	margin-bottom: 10px;
	height: 210px;
}

.NewsImage
{
	margin-top: 5px;
	float: left;
	width: 110px;
	height: 180px;
}

.NewsText
{
	margin-top: 5px;
	float: left;
	width: 480px;
	height: 180px;
}
	
.NewsDate
{
	font-size: 11px;
}			

/* Region guide */
#RegionGuide
{
	padding: 5px 0 5px 0;
	width: 100%;
}

.RegionHeader
{
	text-align: center;
}	

/* Business directory */
.BusinessHeader
{
	text-align: right;
	padding-top: 10px;
	height: 155px;
}	

.BusinessToolbar a
{
	color: #c6cad0;
	padding: 0 10px 0 5px;
}

.BusinessToolbar a:hover
{
	color: #ffff00;
	text-decoration: none;
}

.BusinessDirectoryInfo
{
	text-align: left;
	height:85px;
	border: solid 1px #1a417a;
	margin-bottom: 5px;
}	

.ImageLeft
{
	float:left;
	padding-right: 10px;
}	

.BusinessIndividual
{
	height: 200px;
	font-size: 11px;
	border-bottom: solid 1px #1a417a;
	padding-bottom: 10px;
}	

/* Accreditations */
.Accreditations
{
	background-color: #ffffff;
	width: 98%;
	padding: 3px 1% 3px 1%;
	text-align: center;
}
	
/* Prices */
#Prices
{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

#Prices h1
{
	margin: 15px 0 10px 0;
}

#Prices h2
{
	margin: 10px 0 10px 0;
}	

#Prices p
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}	

.PriceIncludes
{
	margin: 0 10px 10px 10px;
	padding: 10px 20px 10px 20px;
	font-size: 11px;
	background-color: #B1DFFF;
}	

.ThreePagePrice
{
	height: 140px;
	width: 100%;
}

.PriceBreakdown
{
	height: 120px;
	width: 100%;
}
	
.PriceDescription
{
	float:left;				
	height: 120px;
	width: 400px;
	padding-left: 100px;
}

.PricePrice
{
	float:left;
	width: 100px;
	height: 120px;
	text-align: right;
}

.PriceTotal
{
	width: 100%;
	height: 20px;
	text-align: right;
}
	
.PriceTotalDescription
{
	float:left;				
	height: 20px;
	width: 400px;
	padding-left: 100px;
	font-weight: bold;
}
	
.PriceTotalPrice
{
	float:left;
	width: 100px;
	height: 20px;
	border-top: solid 1px #1a417a;
	border-bottom: solid 1px #1a417a;
	font-weight: bold;
}

/* User warnings or messages */
.UserWarning
{
	color: #ff0000;
}
	
.ClearBoth
{
	clear:both;
}

/* Any page with a simple white beackground */
#WhiteBackground
{
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#WhiteBackground h1, #WhiteBackground h2, #WhiteBackground h3
{
	margin: 0 0 10px 0;
}

.SpecialOfferPrice
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

/* Prices page */
#GeneralPrices
{
	background-color: Transparent;
	height: 680px;
}	

#GeneralPrices ul
{
	font-size: 11px;
}
	
.PriceRectangle
{
	background-color: Transparent;
	float:left;
	width: 310px;
	height: 640px;
}

#Silver
{
	background: transparent url(Graphics/silver-tab.gif) no-repeat;
	height: 75px;
	width: 310px;
}

#Gold
{
	background: transparent url(Graphics/gold-tab.gif) no-repeat;
	height: 75px;
	width: 310px;
}

#Platinum	
{
	background: transparent url(Graphics/platinum-tab.gif) no-repeat;
	height: 75px;
	width: 310px;
}

.PriceCloud
{
	float: right;
	padding: 30px 30px 0 0;
	width: 70px;
	text-align: right;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.PriceTab, .LongTabText
{
	float:left;
	padding: 40px 0 0 20px;
	height: 25px;
	width: 100px;
	font-size: 16px;
}	

.PriceDetails
{
	height: 545px;
	background-color: #ffffff;
	width: 290px;
	padding: 10px 10px 10px 10px;
}	

#PricesECommerce, #PriceLists
{
	background-color: Transparent;
}

.LongTab
{
	background: transparent url(Graphics/long-gold-tab.gif) no-repeat;
	height: 75px;
}

.LongTabText
{
	width: 210px;
}
	
.LongTabCloud		
{
	float:left;
	padding: 30px 0 0 140px;
	width: 85px;
	text-align: right;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.WhiteBack
{
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#PriceLists ul, #PriceLists li
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#PriceLists li
{
	margin-bottom: 2px;
}
	
#PriceLists ul li a
{
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffd030;
}

/* home page slideshow */
#myGallery
{
	width: 502px;
	height: 276px;
}

.myGalleryHyperlink
{
	color: #c6cad0;
}		

.hidden { display: none; }

/* ajax loader */
.AjaxLoader
{
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url(Graphics/overlay.png) repeat;
	width: 100%;
	height: 100%;
}

.AjaxLoader div
{
	position: relative;
	top: 35%;
	left: 35%;
	width: 35%;
	height: 20%;
	padding-top: 5%;
	background-color: #ffffff;
	color: #c0c0c0;
	text-align: center;
}
		
		
/* portfolio carousel */
#carousel1
{
	width:940px; 
	margin: 0 auto 0 auto;
	height:420px;
	background: #efefef url(Graphics/ion-storm.jpg) no-repeat scroll center center;
	overflow:scroll;	
	border: none;
	padding: 10px 10px 10px 10px;
}

#carousel1 img { border: solid 1px #dcdcdc; }

#left-but
{
	background: transparent url(Graphics/left-but.png) no-repeat scroll center center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 2%;
	left: 20px;
	border: none;
	float: left;
}

#right-but
{
	background: transparent url(Graphics/right-but.png) no-repeat scroll center center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 2%;
	right: 20px;
	border: none;
	float: left;
}

#title-text
{
	position: absolute;
	font-size: 16px;
	left: 80px;
	top: 5px;	
}

#alt-text
{
	position: absolute;
	font-size: 10px;
	left: 80px;
	top: 28px;
	line-height: 11px;
}
	
.cloudcarousel { border: solid 1px #dcdcdc; }

.MorePortfolios
{
	clear: both;
	padding-top: 390px;
	padding-left: 25px;
}		

/* standard content pages */
.LeftBar
{
	float: left;
	width: 590px;
}

.RightBar
{
	float: right;
	width: 300px;
}

.WebHolder, .SeoHolder, .ContactHolder
{
	border: solid 2px #bb4a50;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-size: 11px;
	margin-bottom: 10px;
}

.SeoHolder
{
	border: solid 2px #4f79ab;
}

.ContactHolder
{
	border: solid 2px #fec23d;
}
	
/* portfolio page */
.prow
{
	height: 170px;
	padding: 0 0 0 30px;
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.prect
{
	width: 200px;
	min-height: 150px;
	margin-right: 30px;
	float: left;
}	

.prect img
{
	margin-bottom: 5px;
	border: none;
}	

/* popups using shadowbox */
.Popup
{
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
}

/* various backgrounds */
.Coding
{
	background: transparent url(Graphics/coding.jpg) no-repeat scroll center center;
}

.SeoBg
{
	background: transparent url(Graphics/seo.jpg) no-repeat scroll center center;
}

/* ok and exclamations */
.Ok
{
	background: transparent url(Graphics/tick.png) no-repeat scroll top left;
	padding-left: 22px;
	line-height: 20px;
}

.NotOk
{
	background: transparent url(Graphics/exclaim.png) no-repeat scroll top left;
	padding-left: 22px;
	line-height: 20px;
}

