@charset "utf-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a
{
text-decoration:none;
border:none;
}

a img
{
	border:none;
}

body
{
	margin:0;
	background-repeat:repeat-x;
	background-color:#cbe0e8;
	font-family: Arial, Helvetica, sans-serif;
}

#main
{
	width:900px;
	background-repeat:no-repeat;
	margin:auto;
}
#main2
{
	width:900px;
	margin:5px auto auto auto;
	padding-bottom: 10px;
}

.home
{
	background-image:url("shadow.png");
	height: 760px;
}
.services
{
	background-image:url("shadowservices.png");
	height: 740px;
}
.about
{

	background-image:url("shadowabout.png");
	height: 850px;
}
.seo
{
	background-image:url("shadowSEO.png");
	height: 880px;
}
.contact
{
	background-image:url("shadowContact.png");
	height: 875px;
}
.portfolio
{
	background-image:url("bg.jpg");
	background-repeat: repeat-y;
}
.web
{
	background-image:url("shadowTest.png");
	height: 760px;
}

.home
{
	background-image:url("shadowhome.png");
	height: 740px;
}

.business
{
	background-image:url("shadowbusiness.png");
	height: 740px;
}

.webdesign
{
	background-image:url("shadowWebDesign.png");
	height: 880px;
}

.e-commerce
{
	background-image:url("shadowE-commerce.png");
	height: 880px;
}
.price
{
	background-image:url("shadowPrice.png");
	height: 740px;
}

.actinicbg
{
	background-image:url("shadowactinic.png");
	height: 792px;
}

#header
{
	width:800px;
	height:150px;
	margin-left:50px;
	background-image:url("dna.png");
	background-repeat:no-repeat;
	border-bottom: 3px #3bac55 solid;
}

#logo
{
	margin:10px 0 0 65px;
	height: 100px;
	width: 350px;
	padding-top: 10px;
}

#tel
{
	width:110px;
	font-size:18px;
	color:#30974d;
	float:right;
	text-align: center;
	background-image: url(call.png);
	background-repeat: no-repeat;
	border: 1px #cbdee8 solid;
	height: 80px;
	border-style: dashed;
	padding: 10px;
}
#tel2
{
	font-size:18px;
	color:#30974d;
	text-align: center;
	margin-bottom: 0px;
	margin-top: -19px;
}
#logo2
{
	float:left;
	margin-left:5px;
	height:50px;
	width:19px;
}

#logo3
{
	float:right;
	margin-right:5px;
	height:50px;
	width:19px;
}

.logo2
{
	float:left;
	margin-left:5px;
	height:50px;
	width:19px;
}

.logo3
{
	float:right;
	margin-right:5px;
	height:50px;
	width:19px;
}

#logodesign
{
	height:50px;
	border: 1px #F5F6F7 solid;
}
#freelogo
{
font-size:10px;
}
#actiniclogo
{
	margin-right:5px;
	height:50px;
	width:84px;
	margin-top: 5px;
}

.actiniclogo
{
	margin-right:5px;
	height:50px;
	width:84px;
	margin-top: 5px;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	background:#41aada;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
	height:20px;
	background: url("barback.jpg") no-repeat;
	padding-left: 10px;
	margin:15px 0 0 55px;
	width: 550px;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  /*text-align: center;*/
	font-weight: bold;
	color: #3bac55;
	display: block;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	padding: 0 0 3px 0;
	text-decoration: none;
	color: #3bac55;
	height: 20px;
	font-size: 13px;
	font-weight:bold;
	width:auto;
}



.nav ul {
  background: #FFF;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
  border: 1px solid #3bac55;
  border-top: none;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}

#nav-one ul li {
  border: 0;
  float: none;
  /*font-size:0.9em;*/
}
#nav-one ul a {
  border-bottom: 0;
  padding-right: 3px;
  padding-left: 3px;
  font-size:11px;
  white-space: nowrap;
  width: auto;
  
}

ul#nav-one li a
{
padding-left: 3px;
padding-right: 3px;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #279cff;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  border-top: 1px #e9e9e9 dotted;
  border-bottom: 1px #e9e9e9 dashed;
  color: #279cff;	
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  border-top: 1px #279cff solid;
  border-bottom: 1px #279cff solid;
  color: #3bac55;	
}

#quote
{
	width:120px;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url("quote.png");
	padding-bottom: 2px;
	background-repeat: no-repeat;
}

#button
{
	background-repeat: no-repeat;
	border:1px #30974D solid;
	width:92px;
	height:22px;
}

a:hover
{
text-decoration:underline;
}

#button:hover
{
background-image:url("button2.png");
}

#button:active
{
background-image:url("button.png");
}

form
{
	text-align:center;
}

form2
{
	text-align:center;
}


#content
{
	width:800px;
	margin-left:50px;
}

.content
{
	width:800px;
	margin-left:50px;
}

#advert
{
	width:214px;
	height:125px;
	float: left;
}

#portfolio-ad
{
	width:214px;
	height:125px;
	float: left;
	border: 1px #cbdee8 solid;
	background-color: #FFFFFF;
	background-image: url("clouds.jpg");
}

#dovend-ad
{
	width:214px;
	height:125px;
	float: left;
	border: 1px #cbdee8 solid;
	background-color: #FFFFFF;
}

#thistle-ad
{
	width:214px;
	height:125px;
	float: left;
	border: 1px #cbdee8 solid;
	background-color: #FFFFFF;
}

#web-ad
{
	width:214px;
	height:125px;
	background-repeat: no-repeat;
	float: left;
	border: 1px #cbdee8 solid;
}

#hamross-ad
{
	width:214px;
	height:125px;
	background-repeat: no-repeat;
	float: left;
	border: 1px #cbdee8 solid;
}

#doug-ad
{
	width:214px;
	height:125px;
	background-repeat: no-repeat;
	float: left;
	border: 1px #cbdee8 solid;
}

#gill-ad
{
	width:214px;
	height:125px;
	background-repeat: no-repeat;
	float: left;
	border: 1px #cbdee8 solid;
}

#glen-ad
{
	width:214px;
	height:125px;
	background-repeat: no-repeat;
	float: left;
	border: 1px #cbdee8 solid;
}

#portfolio-ad img
{
	margin-left: 60px;
	margin-top: 10px;
}

#dovend-ad img
{
	margin-top: 20px;
}

#thistle-ad img
{
	margin-left: 60px;
	margin-top: 10px;
}

#web-ad img
{
	margin-top: 10px;

}

#hamross-ad img
{
	margin-top: 7px;
	margin-left: 50px;
}

#doug-ad img
{
	margin-top: 15px;

}

#gill-ad img
{
	margin-left: 30px;
}

#glen-ad img
{
	margin-left: 2px;
}

#advert2 
{
	width:214px;
	background-image:url("advert.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 480px;
}

#marketmessage
{
	width:556px;
	margin-left: 224px;
	height: 123px;
	border: 1px #cbdee8 solid;
	padding: 0 0 0 10px;
}

#marketmessage h1
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

#marketmessage h1 a
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

#marketmessage h1 a:hover
{
	padding-top: 0;
	font-size:15px;
	color:#279cff;
}

#marketmessage h2
{
	padding-top: 0;
	color:#3bac55;
	text-align:center;
}
#marketmessage p
{
	font-size:15px;
	color:#2d3483;
	height: 5px;
	text-align: justify;
	padding-right: 5px;
}

#marketmessage li
{
	font-size:12px;
	color:#2d3483;
	height: 5px;
	padding-right: 5px;
	list-style-type: decimal;
	padding-bottom: 10px;
}

.marketmessage
{
	width:556px;
	margin-left: 224px;
	height: 125px;
	border: 1px #cbdee8 solid;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
}

.marketmessage h1
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

.marketmessage h1 a
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

.marketmessage h1 a:hover
{
	padding-top: 0;
	font-size:15px;
	color:#279cff;
}

.marketmessage h2
{
	padding-top: 0;
	color:#3bac55;
	text-align:center;
}
.marketmessage p
{
	font-size:15px;
	color:#2d3483;
	height: 5px;
	text-align: justify;
	padding-right: 5px;
}

.marketmessage li
{
	font-size:12px;
	color:#2d3483;
	height: 5px;
	padding-right: 5px;
	list-style-type: decimal;
	padding-bottom: 10px;
}

.marketmessage-portfolio
{
	width:556px;
	margin-left: 224px;
	height: 125px;
	border: 1px #cbdee8 solid;
	padding: 0 0 0 10px;
	background-image: url("halfhand.png");
	background-repeat: no-repeat;
}

.marketmessage-portfolio h1
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

.marketmessage-portfolio h1 a
{
	padding-top: 0;
	font-size:15px;
	color:#2d3483;
}

.marketmessage-portfolio h1 a:hover
{
	padding-top: 0;
	font-size:15px;
	color:#279cff;
}

.marketmessage-portfolio h2
{
	padding-top: 0;
	color:#3bac55;
	text-align:center;
}
.marketmessage-portfolio p
{
	font-size:15px;
	color:#2d3483;
	text-align: justify;
	padding-right: 5px;
	background-image: url("trans.png");
}

.marketmessage-portfolio li
{
	font-size:12px;
	color:#2d3483;
	height: 5px;
	padding-right: 5px;
	list-style-type: decimal;
	padding-bottom: 10px;
}

#marketmessage2
{
	width:556px;
	margin-left: 224px;
	border: 1px #cbdee8 solid;
	padding: 0 0 0 10px;
	margin-top: 5px;
}

#marketmessage2 div
{
	margin: 0px;
}
#marketmessage2 h1
{
	font-size:15px;
	color:#2d3483;
	padding: 0;
}
#marketmessage2 p
{
	font-size:14px;
	color:#2d3483;
	padding-right: 5px;
	text-align: justify;
	
}
#marketmessage2 a
{
color:#3bac55;
}
#mainmessage
{
	margin: 10px 0 0 0;
}

.mainmessage
{
	margin: 10px 0 0 0;
}
.services2
{
	margin:0 0 0 50px;
}

.offer
{
	margin:10px 12px 10px 0;
	float:left;
	width: 188px;
	background-color: #F5F6F7;
}

.headingoffer
{
	width:190px;
	border: 1px #cbdee8 solid;
	background-image: url("headingoffer.jpg");
	text-align: center;

}

.headingoffer a
{
	font-size:14px;
	color:#30974d;
}

.headingoffer span
{
	font-size:14px;
	color:#30974d;
}

.mainoffer
{
	width:190px;
	margin-top:5px;
	height:170px;
	border: 1px #cbdee8 solid;
}

.offerpic
{
	height:90px;
}

.webpic
{
	margin-left: 50px;
}

.logopic
{
	margin-left: 20px;
	margin-top: 2px;
}

.businesspic
{
	margin-left: 55px;
	margin-top: 10px;
}
.e-compic
{
	margin-left: 60px;
	margin-top: 5px;
}
.seopic
{
	margin-left: 22px;
	margin-top: 5px;
}
.actinicpic
{
	margin-left: 40px;
	margin-top: 10px;
}

.flashpic
{
	margin-left: 70px;
	margin-top: 20px;
}

.webpic
{
	margin-left: 50px;
}

.hostingpic
{
	margin-left: 40px;
}

.price2 
{
	height:30px;
	color:#2d3483;
	font-size:24px;
	text-align:center;
	margin-top:10px;
	width: 170px;
	margin-left: 10px;
	border: 1px solid;
	border-color: #DFD053;
}

.price2 a
{
	height:30px;
	color:#2d3483;
	font-size:24px;
	text-align:center;
	margin-top:10px;
	width: 170px;
	margin-left: 10px;
}
.mainoffer p
{
	margin: 10px 3px 4px 3px;
	font-size:11px;
	color:#2d3483;
	text-decoration: none;
	text-align: justify;
}

.mainoffer p a
{
	color:#2d3483;
}
#footer
{
	border-top:1px #30974d solid;
	margin: 10px 0 0 50px;
	width:800px;
}

#footer h2 a 
{
	font-size:14px;
	color:#30974d;
}

#footer p a
{
	font-size:12px;
	color:#2d3483;
	text-decoration:none;
}

.website
{
	width:190px;
	height:50px;
	float: left;
	margin-right: 10px;
}

#artical
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	height: 340px;
}

#artical h4
{
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
	color: #7AC1FE;
}
#artical p
{
	font-size:11px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#artical2
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	height: 400px;
}


#artical2 h4
{
	text-align: center;
	font-size: 13px;
	color: #7AC1FE;
}
#artical2 p
{
	font-size:11px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#artical3
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	height: 340px;
}
#artical3 h4
{
	text-align: center;
	font-size: 13px;
	color: #7AC1FE;
}
#artical3 p
{
	font-size:11px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#artical4
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	height: 325px;
}
#artical4 h4
{
text-align:center;
}

#artical4 h4 a
{
	font-size: 13px;
	margin-top: 20px;
	color: #7AC1FE;
	text-align: center;
}
#artical4 p
{
	font-size:11px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#artical5
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	height: 292px;
}

#artical5 h4
{
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
	color: #7AC1FE;
}
#artical5 p
{
	font-size:11px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

p.referance
{
	font-size:9px;
	text-align: right;
}

.referance a
{
	font-size:9px;
	color: #30974d;
	text-align: right;
}
.actinic2
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	width: 250px;
	float: left;
	font-size: 12px;
	color: #2D3498;
	text-align: justify;
	height: 460px;
}

#actinic2
{
	margin-top: 5px;
	border: 1px #cbdee8 solid;
	width: 250px;
	float: left;
	font-size: 12px;
	color: #2D3498;
	text-align: justify;
	height: 460px;
}

.actinic2 h4
{
	text-align:center;
}

.actinicmargin
{
margin-left:20px;
margin-right:20px;
}

#validate
{
	margin:10px 0 0 50px;
	width: 800px;
}

#html
{
	float:right;
	}

#css
{
	float:left;
	}

#footerlinks
{
text-align:center;
font-size:10px;
}

#footerlinks a
{
	color:#30974d;
}
#footerlinks a:hover
{
	color:#279cff;
}

p#slogan
{
	margin:0 0 0 70px;
	font-size:12px;
	color: #30974D;
}
