/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

BODY {
	background-color: #009bc4;
	font-family:Arial, Helvetica, sans-serif, Trebuchet MS;
	background-attachment: scroll;
	background-image: url(/images/bg-body.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
* {
	padding:0px;
	margin:0px;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border:none;
}
a {
	outline:none;
}
a:hover {
	outline:none;
}
fieldset, form, label {
}
/*********** Master Layout *****************/
#masterTemplateContainer {
	width:100%;
	padding:0px;
	margin:0px;
}
#masterTemplateContainer .siteContent {
	padding:0px;
	margin:0px;
}
/** Page Header **/
#siteHeader {
	margin:0px auto;
	width:940px;
}
#siteHeader A.logo {
	
	float:left;
	padding:0px;
	margin:0px;
}
.flash-area {
	float:left;
	width:940px;
	height:296px;
}
	.flash-area-insidepage {
		float:left;
		width:940px;
		height:166px;
	}
	
.header {
	float:left;
	width:940px;
	height:150px;
	background-attachment: scroll;
	background-image: url(/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	.headerLeft {
		width:500px;
		float:left;
	}
	.headerRight {
		padding:15px 0px 0px 4px;
		width:436px;
		float:left;
	}
		.headerRight h2 {
			padding:0px 0px 15px 0px;
			float:left;
			width:436px;
			text-align:right;
			color:#FFFFFF;
		}
.offer {
	padding:13px 0px 0px 12px;
	margin:0px 0px 20px 0px;
	float:left;
	background-attachment: scroll;
	background-image: url(/images/bg-offer-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:424px;
	height:32px;
	display:block;
}
	.offer A{
		text-decoration:none;
		color:#FFFFFF;
	}
	.offer h2 {
		float:left;
		width:385px;
		font-size:16px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:left;
	}
	 
	.offer h3 {
		padding:0px 0px 0px 9px;
		float:left;
	}
.white {
	color:#FFFFFF;
}
#globalMenu {
	width:940px;
	height:55px;
	float: left;
	background-attachment: scroll;
	background-image: url(/images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform:lowercase;
}
	#globalMenu UL {
		width:940px;
		float: left;
	}
		#globalMenu UL LI {
			float: left;
			list-style-type:none;
			color:#5f5f5f;
		}
			#globalMenu UL LI A {
				padding:14px 16px 15px 15px;
				color:#FFFFFF;
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
				float:left;
			}
				#globalMenu UL LI A:hover {
					padding:14px 16px 15px 15px;
					color:#FFFFFF;
					text-decoration:none;
					font-size:12px;
					float:left;
					font-weight:bold;
					background-attachment: scroll;
					background-image: url(/images/bg-menu-over.jpg);
					background-repeat: repeat-x;
					background-position: left top;
				}
				#globalMenu UL LI a img {
					padding:0px 0px 0px 5px;
					vertical-align:middle;
				}
			#globalMenu UL LI UL {
				display:none;
				position:absolute;
				width:180px;
			}
			#globalMenu UL LI:hover UL {
				display:block;
				margin:0;
				padding:0;
				float:none;
			}
			#globalMenu UL LI.hover UL {
				display:block;
				margin:0;
				padding:0;
				float:none;
			}
			#globalMenu UL LI UL LI {
				display:block;
				float:none;
				background:#aaa;
				margin:0;
				padding:0;
				border:1px solid white;
				line-height: 25px;
			}
			#globalMenu UL LI:hover UL LI {
				line-height: 25px;
				font-weight:bold;
				font-size:12px;
				float:none;
			}
			#globalMenu UL LI.hover UL LI {
				line-height: 25px;
				font-weight:bold;
				font-size:12px;
				float:none;
			}
			


/* 	===================================================================================================
											CONTENT PART
===================================================================================================  */
.main-services {
	width:100%;
	height:309px;
	background-attachment: scroll;
	background-image: url(/images/bg-services.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
}
.services-part {
	margin:0px auto;
	width:940px;
	padding-top:15px;
}
.contentPart {
	float:left;
	width:940px;
	background-attachment: scroll;
	background-image: url(/images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.contentLeft {
	float:left;
	width:665px;
	background-attachment: scroll;
	background-image: url(/images/bg-content-lefttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	padding:25px 20px 0px 20px;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
	.symbolImage {
		float:left;
		padding:0px;
		width:50px;
	}
	.contentLeft h2 {
		font-size:22px;
		float:left;
		color:#000000;
		line-height:30px;
		padding-top:5px;
		padding-bottom:25px;
		width:560px;
		font-weight:bold;
		padding-left:15px;
	 }
		.contentLeft h2 span  {
			color:#157db1;
			font-weight:normal;
		}

	.contentLeft h1 {
		font-size:22px;
		float:right;
		color:#000000;
		line-height:30px;
		padding-top:5px;
		padding-bottom:25px;
		width:560px;
		font-weight:bold;
		padding-right:30px;
	}
		.contentLeft h1 span  {
			color:#157db1;
			font-weight:normal;
		}
	
	.contentLeft h3 {
		font-size:20px;
		float:left;
		color:#000000;
		padding-bottom:15px;
		padding-left:20px;
		width:580px;
		font-weight:bold;
	}
		.contentLeft h3 span {
			color:#157db1;
			font-weight:normal;
		}
	.contentLeft p {
		/*float:left;*/
		padding-bottom:15px;
		width:605px;
	}
	
	.contentLeft .cms-content{
		padding:0px 40px 15px 20px;
	}
		.contentLeft p img {
			padding:20px 0px 15px 0px;
		}


ul.list-item {
	float:left;
	padding-bottom:5px;
	padding-left:20px;
}
	ul.list-item li {
		float:left;
		padding-left:15px;
		padding-bottom:10px;
		list-style-type:none;
		background-attachment: scroll;
		background-image: url(/images/bg-list.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-size:12px;
		width:530px;
	}

.expects-list {
	width:300px;
	float:left;
	padding-right:15px;
	padding-bottom:20px;
}
	.expects-list h2 {
		font-size:18px;
		float:left;
		color:#000000;
		width:300px;
		font-weight:bold;
		line-height:25px;
	}
		.expects-list h2 span {
			color:#157db1;
			font-weight:normal;
		}
	.expects-list ul {
	}
		.expects-list ul li {
			font-size: 11px;
			color: #303030;
			float:left;
			width:300px;
			list-style-type:none;
			padding-bottom:15px;
		}
.number-list {
	padding: 8px 25px 10px 15px;
	float:left;
	display:block;
	background-image: url(/images/bg-list-star.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	font-size: 14px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
	.number-list1 {
		padding: 8px 25px 10px 9px;
		float:left;
		display:block;
		background-image: url(/images/bg-list-star.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
		font-size: 14px;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		text-align:center;
	}
.content-list {
	color: #303030;
	font-size:11px;
	float:left;
	width:230px;
	padding-top:5px;
	line-height:17px;
}
.contentFeatures {
	margin-top:20px;
	float:left;
	/*width:605px;*/
	background-attachment: scroll;
	background-image: url(/images/bg-line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.askYourSelf {
	float:left;
	width:232px;
}
	.askYourSelf h2 {
		font-size:20px;
		float:left;
		color:#000000;
		padding-bottom:15px;
		padding-left:15px;
		width:217px;
	}
	.askYourSelf p {
		font-size:11px;
		float:left;
		color:#000000;
		padding:0px 0px 15px 15px;
		width:180px;
		line-height:15px;
	}
	.askYourSelf ul {
		float:left;
		padding-bottom:5px;
		padding-left:20px;
	}
		.askYourSelf ul li {
			float:left;
			padding-bottom:10px;
			padding-left:15px;
			list-style-type:none;
			background-attachment: scroll;
			background-image: url(/images/bg-list.gif);
			background-repeat: no-repeat;
			background-position: left top;
			font-size:11px;
			width:180px;
		}
.recentWork {
	/*width:325px;*/
        /*padding-left:45px;*/
        width:390px;
	float:left;
	padding-left:30px;
}
	.recentWork h2 {
		font-size:20px;
		float:none;
		color:#000000;
		padding-bottom:0px;
		width:230px;
	}
	.recentWork p {
		font-size:12px;
		float:left;
		color:#000000;
		padding:0px;
		width:300px;
		line-height:15px;
	}
	.recentWorkFlash {
		float:left;
		padding-bottom:25px;
		width:320px;
	}


.inputViewAll {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
	.inputViewAll:hover {
		float:left;
		width:92px;
		background-attachment: scroll;
		background-image: url(/images/bg-button-over.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		height: 28px;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		border:0px;
		cursor:pointer;
		margin-top:8px;
		font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	}
.contentRight {
	padding:15px;
	float:left;
	width:205px;
}

.free-consultation {
	width:205px;
	border-bottom:1px solid #4c4c4c;
	float:left;
	padding-bottom:20px;
}
.free-consultation h3 {
	width:120px;
	font-size:20px;
	color:#FFFFFF;
	background-attachment: scroll;
	background-image: url(/images/arrow-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:50px;
	padding-bottom:20px;
	line-height:18px;
	border:none;
}

.free-consultation .form_6_question_92 {
	border:none;
}
.text-fields {
	width:205px;
	height:25px;
	float:left;
	padding-bottom:5px;
	background-attachment: scroll;
	background-image: url(/images/txt-box-name1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
.lable {
	width:55px;
	height:15px;
	font-size:11px;
	color:#FFFFFF;
	padding:5px;
	float:left;
}
.input-txt {
	padding:5px;
	color:#b2e5fe;
	border:0px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	width:125px;
	height: 15px;
	background:none;
}
.textarea {
	width:205px;
	height:95px;
	float:left;
	padding-bottom:5px;
	background-attachment: scroll;
	background-image: url(/images/txt-area-comments1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
.lable-textarea {
	width:55px;
	height:85px;
	font-size:11px;
	color:#FFFFFF;
	padding:5px;
	float:left;
}
.input-textarea {
	padding:5px;
	color:#b2e5fe;
	border:0px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	width:125px;
	height: 85px;
	background:none;
	overflow:auto;
}
.input-submit {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.input-submit:hover {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.testimonials {
	width:205px;
	float:left;
	padding-top:20px;
}
	.testimonials h2 {
		width:205px;
		font-size:20px;
		color:#FFFFFF;
		padding-bottom:15px;
	}
	.testimonials h3 {
		width:205px;
		font-size:13px;
		color:#FFFFFF;
	}
	.testimonials p {
		width:205px;
		font-size:12px;
		color:#a9a9a9;
		padding-bottom:20px;
		line-height:18px;
	}
		.testimonials p span {
			color:#FFFFFF;
			font-weight:bold;
		}
		.testimonials p a {
			color:#4899c2;
			text-decoration:none;
		}
		.testimonials p a:hover {
			color:#FFFFFF;
			text-decoration:none;
		}
	.testimonials ul {
		width:205px;
		float:left;
	}
		.testimonials ul li {
			float:left;
			list-style-type:none;
			padding-right:10px;
			color:#3d3d3d;
		}
	.your-selection {
		width:203px;
		float:left;
		padding-top:30px;
		border-top:1px solid #4c4c4c;
	}
		.your-selection h2 {
			width:203px;
			font-size:20px;
			color:#FFFFFF;
			padding-bottom:15px;
		}
	.testimonials h3 {
		width:203px;
		font-size:13px;
		color:#FFFFFF;
	}
	.testimonials p {
		width:203px;
		font-size:12px;
		color:#a9a9a9;
		padding-bottom:20px;
		line-height:18px;
	}
		.testimonials p span {
			color:#FFFFFF;
			font-weight:bold;
		}
		.testimonials p a {
			color:#4899c2;
			text-decoration:none;
		}
		.testimonials p a:hover {
			color:#FFFFFF;
			text-decoration:none;
		}
	.followus ul {
		width:205px;
		float:left;
		padding-top:30px;
	}
		.followus ul li {
			float:left;
			list-style-type:none;
			padding-right:10px;
			color:#3d3d3d;
		}
		
/** Page Footer **/
#siteFooter {
	width:100%;
	background-color:#000000;
	float:left;
}
	#siteFooter #branding {
		float:right;
		font-size:10px;
	}
.footer {
	margin:0px auto;
	width:940px;
}
.footer-content {
	width:940px;
	background-attachment: scroll;
	background-image: url(/images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:70px;
	padding-bottom:20px;
	border-bottom:1px solid #292929;
	float:left;
}
.footer-content-left {
	width:161px;
	float:left;
	background-attachment: scroll;
	background-image: url(/images/pop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:134px;
	_margin-left:0px;
	_padding-left:118px;
	
}
.footer-content-left p {
	width:161px;
	font-size:11px;
	color:#FFFFFF;
	padding-bottom:10px;
	float:left;
}
.sign-up {
	width:161px;
	float:left;
	background-attachment: scroll;
	background-image: url(/images/bg-signup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-bottom:5px;
}
.input-signup {
	padding:5px;
	height:15px;
	width:151px;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	background:none;
	border:0px;
}
.footer-content-right {
	width:615px;
	float:left;
	background-attachment: scroll;
	/*background-image: url(/images/bg-footer-list.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
	margin-left:30px;
	_margin-left:0px;
}
.websites {
	float:left;
	padding:0 15px 0 20px;
	width:122px;
	border-right:1px solid #222;
}
	.websites.first {
		padding-left:0px;
	}
	.websites.last {
		border-right:none;
		padding-right:10px;
	}
	.websites h2 {
		color:#4899c2;
		font-size:12px;
		padding-bottom:5px;
	}
		div.websites ul.basicMenu {
			float:left;
			margin:0px;
			padding:0px;
		}
		div.websites ul.basicMenu li {
			list-style-type:none;
			color:#919191;
			font-size:10px;
			padding-bottom:5px;
			margin:0px;
		}
			div.websites ul.basicMenu li a {
				color:#919191;
				text-decoration:none;
				margin:0px;
				padding:0px;
			}
			div.websites ul.basicMenu li a:hover {
				color:#FFFFFF;
				text-decoration:none;
				margin:0px;
				padding:0px;
			}
			
.online-marketing {
	width:140px;
	float:left;
	padding:0px 5px 0px 25px;
}
.online-marketing h2 {
	width:140px;
	float:left;
	color:#4899c2;
	font-size:12px;
	padding-bottom:5px;
}
.online-marketing ul.basicMenu {
	width:140px;
	float:left;
	margin:0px;
	padding:0px;
}
.online-marketing ul.basicMenu li {
	width:140px;
	float:left;
	list-style-type:none;
	color:#919191;
	font-size:10px;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.online-marketing ul.basicMenu li a {
	color:#919191;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.online-marketing ul.basicMenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.creative {
	width:167px;
	float:left;
	padding:0px 0px 0px 7px;
}
.creative h2 {
	width:167px;
	float:left;
	color:#4899c2;
	font-size:12px;
	padding-bottom:5px;
}
.creative ul.basicMenu {
	width:167px;
	float:left;
	margin:0px;
	padding:0px;
}
.creative ul.basicMenu li {
	width:167px;
	float:left;
	list-style-type:none;
	color:#919191;
	font-size:10px;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.creative ul.basicMenu li a {
	color:#919191;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.creative ul.basicMenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.copyright-area {
	float:left;
	width:940px;
	padding-bottom:20px;
	padding-top:20px;
}
.copyright-area .copy {
	float:left;
	width:580px;
	color:#4899c2;
	font-size:11px;
}
.copyright-area span.copyTest {
	float:left;
	width:auto;
	color:#4899c2;
	font-size:11px;
}
.copyright-area span.copyMenu{
	float:right;
	width:348px;
	color:#919191;
	font-size:11px;
	padding-left:10px;
	text-decoration:none;
	width:348px;
	text-align:right;
}
.copyright-area span.copyMenu a{
	color:#919191;
	text-decoration:none;

}
.copyright-area span a:hover{
color:#FFFFFF;
	text-decoration:none;
}
.copyright-area ul.basicMenu {
	float:left;
	width:348px;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.copyright-area ul.basicMenu li {
	float:left;
	color:#919191;
	font-size:11px;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.copyright-area ul.basicMenu li a {
	color:#919191;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.copyright-area ul.basicMenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*********** Basic Form Structure *****************/
.validation-advice{
	float:left;
	font-size:11px;
	color:#FF0000;
	text-align:left;
	width:150px;
	height:auto;
	padding:0px;
}
#siteFooter .formElement {
	/*margin-bottom:3px;*/
	width:161px;
	float:left;
	background-attachment: scroll;
	background-image: url(/images/bg-signup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin-bottom:5px;
}
#siteFooter .formElement INPUT.text {
	/*width:200px;*/
	padding:5px;
	height:15px;
	width:151px;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	background:none;
	border:0px;
}
#siteFooter .formElement LABEL {
	/*margin-bottom:3px;*/
	display:none;
}
#siteFooter .formSubmit{
	float:left;
	width:205px;
	background-image:none;
}
#siteFooter .formSubmit INPUT {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
#siteFooter .formSubmit INPUT:hover {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.formElement {
	/*margin-bottom:3px;*/
	width:205px;
	height: auto;
	float:left;
	padding-bottom:5px;
	background-attachment: scroll;
	background-image: url(/images/txt-box-name1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
.form_6_question_87{
	width:205px;
	height:95px;
	float:left;
	padding-bottom:5px;
	background-attachment: scroll;
	background-image: url(/images/txt-area-comments1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
.form_6_question_87{
	width:205px;
	height: auto;
	float:left;
	padding-bottom:5px;
	background-attachment: scroll;
	background-image: url(/images/txt-area-comments1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	
}
.form_6_question_87 TEXTAREA.textarea{
	padding:5px;
	color:#b2e5fe;
	border:0px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	width:125px;
	height: auto;
	background:none;
	overflow:auto;
}
.formElement INPUT,  .formElement TEXTAREA,  .formElement SELECT {
	/*font-size:11px;
	font-family:Arial;*/
}
.formElement INPUT {
	/*overflow:auto;
	padding:3px 0px;*/
	
}
.formSubmit{
	float:left;
	width:205px;
	background-image:none;
}
.formSubmit INPUT {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.formSubmit INPUT:hover {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.formElement INPUT.text {
	/*width:200px;*/
	padding:5px;
	color:#b2e5fe;
	border:0px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	width:125px;
	height: 15px;
	background:none;
}
.formElement TEXTAREA.textarea {
	/*width:200px;*/
	padding:5px;
	color:#b2e5fe;
	border:0px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	width:125px;
	height: 85px;
	background:none;
	overflow:auto;
	
}
.formElement SELECT {
	width:200px;
}

.formElement LABEL {
	/*float:left;
	font-weight:bold;
	width:80px;*/
	width:55px;
	height:15px;
	font-size:11px;
	color:#FFFFFF;
	padding:5px;
	float:left;
}
.formElement .radio,  .formElement .checkbox {
	margin-left:80px;
}
H3.formElement {
	border-bottom:1px solid #ccc;
}
.input-submit {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.input-submit:hover {
	float:left;
	width:92px;
	background-attachment: scroll;
	background-image: url(/images/bg-submit-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.input-signup {
	padding:5px;
	height:15px;
	width:151px;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	background:none;
	border:0px;
}

.topMainMenu {
	/*position:relative;
	height:25px;
	background:#aaa;
	z-index:10;*/
	width:940px;
	height:55px;
	float: left;
	background-attachment: scroll;
	background-image: url(/images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
  	color:#FFFFFF;font-size:12px;
	font-weight:bold;
	float:left;
 }
 .topMainMenu span {
	padding:13px 0px 0px 0px;
	float:left;
 	color:#5f5f5f;font-size:15px;
	font-weight:normal;
}
.topMainMenu a{
	padding:14px 16px 15px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	float:left;
}
.topMainMenu  a:hover, .topMainMenu .active {
	padding:14px 16px 15px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	float:left;
	font-weight:normal;
	background-attachment: scroll;
	background-image: url(/images/bg-menu-over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topMainMenu .active {
	font-weight:bold;
}
.topMainMenu  a img {
	padding:0px 0px 0px 5px;
	vertical-align:middle;
}
.honeyPot {
	display:none;
}
.footer-content-services {
	width:940px;
	background-attachment: scroll;
	background-image: url(images/bg-footer-services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:70px;
	padding-bottom:20px;
	border-bottom:1px solid #292929;
	float:left;
}

/*********  SEND TO FRIEND  ************/
.send2-frd-outer {
	width: 366px;
	padding: 0;
	margin: 0 auto;
	position:absolute;
	top:15%;
	left:0;
}
.send2frd {
	padding: 19px 22px 0 19px;
	margin: 0;
	width: 325px;
	float: left;
	background: #FFFFFF url(/images/bg-send2frd.jpg) no-repeat top left;
}
.send2frd-header {
	padding: 0 0 20px 0;
	float: left;
	width: 325px;
	float: left;
}
.send2frd-txt {
	width: 325px;
	float: left;
	padding: 18px 0 0 0;
	margin: 0;
}
.send2frd-txt .blurb {
	font-size: 12px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0;
}
.frm-left {
	padding: 5px 0 0 0;
	margin: 0;
	width: 101px;
	float: left;
	color: #017FB9;
	font-size: 12px;
}
.frm-btn-col {
	padding: 0;
	margin: 0;
	width: 224px;
	float: left;
	text-align: right;
}
.inputtxt-s2fo {
	width:224px;
	float:left;
	height:29px;
	background: url(/images/bg-s2f-txtbox.jpg) no-repeat left top;
	margin-bottom:20px;
}
.inputtxtarea-s2fo {
	width:209px;
	padding: 5px 5px 5px 10px;
	float:left;
	height:172px;
	background: url(/images/bg-s2f-txtarea.jpg) no-repeat left top;
	margin-bottom:20px;
}
.inputtxt-s2f {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	float:left;
	border:0px;
	padding:7px 5px 0px 5px;
	width:214px;
	background:none;
}
.inputtxtarea-s2f {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	float:left;
	border:0px;
	padding: 0px;
	width:209px;
	height: 172px;
	background:none;
	overflow: auto;
}
.s2f-send-btn {
	background: url(/images/bg-s2f-btn.jpg) no-repeat left top;
	width: 77px;
	height: 28px;
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
}
.send2frd-bot {
	padding: 0;
	margin: 0;
	width: 366px;
	float: left;
	height: 18px;
	background: #FFFFFF url(/images/bg-send2frd-bot.jpg) no-repeat top left;
}

.honeyPot {
	display:none;
}
.validation-advice {
	font-size:12px;
}


.overlay{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent url(/images/overlay.png);
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/IE6Overlay.png",sizingMethod="crop");
	
	text-align:center;
	visibility:hidden;
	z-index:-10;
}

.overlay .overlaybg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.overlay .popup{
	position:absolute;
	top:15%;
	left:0;
	width:625px;
	height:347px;
	background:#fff;
}
	
		 
.overlay .popup .titleBar p{
	margin-top:7px;
}
		
.overlay .popup .popupBody{
	position:relative;
	width:578px;
	height:183px;
	background:#cad5df;
	margin:auto;
	text-align:left;
	border-bottom:17px solid #081e35;
}
		
/***Send to Friend form elements***/				
#enquiryForm_9 .formElement {
	width:350px;
	background:none;float: left;
	text-align:left;
	margin-bottom:5px;
}
	#enquiryForm_9 label {
		padding: 5px 0 0 0;
		margin: 0;
		width: 101px;
		float: left;
		color: #017FB9;
		font-size: 12px;
		font-weight:bold;
	}
	
	#enquiryForm_9 input.text {
		width:224px;
		float:left;
		height:22px;
		background: url(/images/bg-s2f-txtbox.jpg) no-repeat left top;
		color:#000000;
		font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
		font-size:12px;
		float:left;
		border:0px;
		padding:7px 5px 0px 5px;
		text-align:left;
	}
	
	#enquiryForm_9 TEXTAREA {
		width:209px;
		padding: 5px 5px 5px 10px;
		float:left;
		height:172px;
		background: url(/images/bg-s2f-txtarea.jpg) no-repeat left top;
		font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
		font-size:12px;
		border:0px;
		overflow: auto;
		text-align:left;
		color:#000000;
	}
	 
	#enquiryForm_9  INPUT {
		 
		background: url(/images/bg-s2f-btn.jpg) no-repeat left top;
		width: 77px;
		height: 28px;
		float: right;
		color: #FFFFFF;
		font-size: 12px;
		border: 0px;
		cursor: pointer;
		margin-right:15px;
	}
	#enquiryForm_9 .formSubmit{
		width:340px;	
	}
	
	#enquiryForm_9 .validation-advice{
		margin-left:102px;	
	}	
	
	SPAN.asterik{
		color:#f00;
		font-family:"Times New Roman", Times, serif
	}
	
	
	#enquiryForm_8 .formSubmit {
		float:left;
		background:none;
		
	}
	#enquiryForm_8 .formSubmit INPUT  { 	
		float:left;
		width:112px;
		background-attachment: scroll;
		background-image: url(/images/bg-button.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		height: 28px;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		border:0px;
		cursor:pointer;
		margin-top:8px;
		font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	}
	#enquiryForm_8 .formSubmit INPUT:hover {
		float:left;
		width:112px;
		background-attachment: scroll;
		background-image: url(/images/bg-button-over.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		height: 28px;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		border:0px;
		cursor:pointer;
		margin-top:8px;
		font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	}
	
	
A#musicIcon{
	background:transparent url('/images/icon-audio.gif') top left no-repeat;
	width:25px;
	height:25px;
	display:block;
	margin-top:5px;
	float:right;
}

A#musicIcon.musicOff{
	background:transparent url('/images/icon-audio-off.gif') top left no-repeat;
}


/* hide 'no-flash' message */
.flashPhotoFlowGallery DIV DIV{
        display:none;
}
#mp3Player DIV{
        display:none;
}
.flash-area #homepage_image DIV{
        display: none;
}

/* image replacement for no-flash state */
.flash-area DIV#homepage_image{
        background:url('../images/Homepage_940x296.jpg') top left no-repeat;
}
.recentWork .flashPhotoFlowGallery{
        background: url('../images/homepage_400x233.jpg') center no-repeat;
}

.portfolio-flash .flashPhotoFlowGallery{
        background: url('../images/portfolio_639x233.jpg') center no-repeat;
}

.flash-website-area .flashPhotoFlowGallery{
        background: url('../images/website_940x313.jpg') center no-repeat;
}

.seo .flashPhotoFlowGallery{
        background: url('../images/EDM_665x350.jpg') center no-repeat;
}

