/* CSS Document */

body {
	background-image: url(images/bgbody.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-color: #3A3832;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #BDC0C2;
	line-height: 18px;
}

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

#page {
	width: 980px;
	margin: 0 auto;
/*	overflow: auto; */
}

#toplinks {
	width: 980px;
	float: left;
	margin-bottom: 11px;
}
#toplinks a {
	color: #FFF;
	text-decoration: none;
}


#toplinks .box {
	float: right;
/*	width: 111px; */
	margin-left: 15px;
}

#toplinks .box .img {
	float: left;
	margin-right: 5px;
}

#toplinks .box .text {
	float: left;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0;
}
#toplinks .phno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFC000;
	font-weight: bold;
	float: left;
	padding: 2px 0;
}


#header {
	width: 980px;
	height: 253px;
	float: left;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#logo {
	width: 233px;
	height: 77px;
	margin-top: 58px;
	margin-left: 10px;
}

#links {
	margin-top: 67px;
	width: 980px;
	float: left;
/*	padding: 18px 0px;*/
}

#links ul {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

#links li {
	display: inline;
	float: left;
}

#links li A {
	display: inline;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/linkbullet.png);
	background-repeat: no-repeat;
	background-position: .6em 1.6em;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#content {
	float: left;
	width: 980px;
	padding: 20px 0;
}

h1 {
	color: #FFC000;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
/*	float: left;
	width: 72%; */
	clear: left;
}

h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #0092DB;
}
.white14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}



#requestbox {
	width: 233px;
	background-image: url(images/boxborder.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#requestbox .top {
	width: 100%;
	height: 11px;
	background-image: url(images/requesttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#requestbox .top span {
	display:block;
	position:relative;
	height:20px;
	background-image: url(images/requestrighttopcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#requestbox .textcontent {
	position: relative;
	background-image: url(images/boxbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #131618;
	padding: 8px;
	float: left;
	width: 215px;
	border-left: 1px solid #5C5B5B;
	border-right: 1px solid #5C5B5B;
}

#requestbox .bottom {
	width: 100%;
	height: 11px;
	background-image: url(images/requestbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#requestbox .bottom span {
	display:block;
	position:relative;
	height:20px;
	background-image: url(images/requestrightbottomcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.formelementcontainer {
	width: 200px;
	padding: 4px;
	float: left;
}

.formelementheading {
	float: left;
	width: 43px;
	padding: 1px 0;
	color: #ffffff;
}

.formelement {
	width: 150px;
	float: left;
}

.formsubmit {
	width: 216px;
	text-align: center;
	float: left;
	padding: 5px 0px;
}

.textfield {
	width: 148px;
	border: 1px solid #787878;
	background-color: #666;
	color: #FFF;
	height: 20px;
}
.textfield-ext {
	width: 50px;
	border: 1px solid #787878;
	background-color: #666;
	color: #FFF;
	height: 20px;
}
.txtfield-quote {
	width: 148px;
	border: 1px solid #2f3232;
	background-color: #B4B4B4;
	color: #FFF;
}

.textarea {
	width: 300px;
	border: 1px solid #787878;
	background-color: #666;
	color: #FFF;
}

#services {
	float: left;
	clear: both;
	width: 980px;
}

#ourservices {
	width: 978px;
	padding: 1px;
	background-image: url(images/bgourservices.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin-bottom: 20px;
	float: left;
	height: 233px;
}

#ourservices .servicebox {
	float: left;
	text-align: center;
	margin: 0px 18px;
	margin-top: 8px;
}

.servicebox .img {
	clear: both;
}

.servicebox .text {
	float: left;
	text-align: left;
	clear: both;
}

.servicebox .text ul {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-left: 20px;

}

.servicebox .heading {
	text-transform: uppercase;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	float: left;
}

#needawebsite {
	clear: both;
	width: 980px;
}

#needawebsite .leftcol {
	width: 544px;
	float: left;
}

#needawebsite .slogan {
	color: #ffffff;
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma;
	clear: both;
	float: left;
}

#needawebsite .whitetext {
	font-size: 14px;
	color: #ffffff;
	clear: both;
	width: 300px;
	margin: 10px 0px;
	float: left;
}

#needawebsite .list {
	float: left;
	clear: both;
}

.list ul {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

#logopatch {
	width: 544px;
	float: left;
	margin-top: 10px;
}

#logopatch .top {
	width: 544px;
	float: left;
	height: 11px;
	background-image: url(images/whiteroundedtop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#logopatch .middle {
	background-color: #ffffff;
	padding: 8px;
	width: 528px;
	float: left;
}

#logopatch .bottom {
	width: 544px;
	float: left;
	height: 11px;
	background-image: url(images/whiteroundedbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#logopatch .logobox {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#needawebsite .rightcol {
	width: 400px;
	float: right;
}

#bottomstrip {
	padding: 10px 0px;
	background-image: url(images/bgbottomstrip.jpg);
	background-repeat: repeat-x; 
	background-position: top left;
	float: left;
	clear: both;
	margin-top: 30px;
	width: 980px;
}

#stripboxcontainer {
	margin: 0 auto;
	width: 606px;
	overflow: auto;
}

.stripbox {
	width: 202px;
	float: left;
}

.stripbox .icon {
	float: left;
	margin-right: 10px;
}

.stripbox .text {
	float: left;
	padding-top: 6px;
	color: #ffffff;
}

.stripbox h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	width: 100%;
	clear: both;
	color: #ffffff;
	font-family: tahoma, arial, verdana;
	text-transform: none;
}

.stripbox A {
	text-decoration: none;
	color: #ffffff;
}

#footer {
	float: left;
	text-align: center;
	width: 980px;
}

#footer A {
	text-decoration: none;
	color: #BDC0C2;
}#features {
	background-color: #33312B;
	padding: 20px;
	margin-top: 10px;
}
#features .portfoilo {
	float: left;
	width: 313px;
	height: 245px;
}
#features .package {
	float: left;
	width: 296px;
	height: 245px;
	margin-left: 25px;
}
#features .testimonial {
	float: left;
	width: 276px;
	height: 245px;
	margin-left: 25px;
}
#leftcol {
	float: left;
	width: 720px;
}
#leftcol ul {
	padding-left: 20px;
}
#leftcol .bannerpackage-aboutus {
	float: left;
	width: 227px;
	margin-right: 13px;
}
#leftcol .paymentform {
	background-color: #202123;
	border: 1px solid #333;
	padding: 20px;
	width: 500px;
}



#rightcol {
	float: right;
	width: 231px;
}
#rightcol .order {
	margin-bottom: 10px;
}
#rightcol .bannerpackage {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 227px;
	float: left;
}


#freequote-form {
	float: left;
	width: 690px;
	border: 1px solid #333;
	padding: 15px;
}
#freequote-form .alternate {
	background-color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#contactform {
	float: left;
	width: 420px;
}
#contactdetails {
	float: left;
	margin-left: 15px;
	width: 270px;
}
#portfolio {
	margin-bottom: 20px;
}
#portfolio a {
	color: #55F;
	text-decoration: none;
}

#portfolio .portfoliocategory {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #268CFD;
}

#portfolio .portfolioimage {
	background-color: #EFEEE9;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#portfolio .portfoliotext {
	background-color: #EFEEE9;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#portfolio .portfolioheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #76A500;
}
#portfolio .seoimage {
	float: left;
	width: 250px;
}
#portfolio .seotext {
	float: left;
	margin-left: 10px;
	width: 220px;
}
.portfolioimageborder {
	border: 1px solid #CAC9C8;
}
#packages {
	margin-bottom: 20px;
}
#packages .packageimage {
}
#packages .packagecategory {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #268CFD;
}
#packages .packagedetails {
	margin-top: 20px;
}

#packages .packagecolumn {
	width: 350px;
	margin-left: 20px;
	float: left;
}
#packages .packageprice {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 20px;
}

#packages ul {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.green18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #A2DF00;
}
.green11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #A2DF00;
}

.internetmarketing {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: #212322;
	border: 1px solid #333;
	padding-top: 20px;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}

.internetmarketing li {
	text-align: left;
}

.internetmarketing img {
	margin-bottom: 10px;
}
.imageborder {
	background-color: #212322;
	padding: 5px;
	border: 1px solid #3E3E3E;
}
.hrbar {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #484848;
	margin-top: 15px;
	margin-bottom: 15px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}










form#contact-request, form#quote-request {
	float:left;
	margin-bottom: 3em;
	margin-top: 0em;
}

	form#contact-request fieldset, form#quote-request fieldset {border:none; padding:.5em 0; width:auto; }
	
		form#contact-request fieldset input, form#contact-request fieldset textarea, form#quote-request fieldset input, form#quote-request fieldset textarea {border:none; background:#333 !important; color:white; font-size:1.4em; padding:.5em; width:400px; margin-bottom:15px; border:2px solid #666;}
		
		form#contact-request fieldset textarea, form#quote-request fieldset textarea {height:6em; font-family: Tahoma, Verdana, Arial, sans-serif;}
		
		form#contact-request fieldset div, form#quote-request fieldset div {text-align: left; margin-right:66px;}
		
		form#contact-request fieldset input#contact-submit {width:auto; padding: .5em 1em; font-size:1em; text-transform: uppercase; margin-top:15px; background-color:#333; border-color:#666; color:white; font-weight: bold; cursor:pointer;}
		form#contact-request fieldset input#contact-submit:hover {border-color:white;}

		form#contact-request legend.budget, form#quote-request legend.budget { margin-bottom: 0.75em; }

		form#contact-request select.budget, form#quote-request select.budget { background:#333333 none repeat scroll 0 0; border:2px solid #666666; color:white; font-size:1.4em; margin-bottom:15px; padding:0.5em; width:420px; margin-top: 0; }

		form#contact-request .form-error, form#quote-request .form-error { background: #a44 !important; }
