body {
	width: 100%;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #494949;
	background: url(images/bgBody.jpg) repeat-x top left #fff;
}
a {
	outline: none;
	color:#0D93C6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1,h2,form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

b,strong {
	font-weight: bold;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	font-size: 0px;
}

.clear5 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 5px;
	font-size: 0px;
}

.clear10 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	font-size: 0px;
}

.clear20 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
	font-size: 0px;
}
.error404{
	background-color: #fff;
	padding:12px 20px;
	min-height:250px;
}

#page {
	width: 940px;
	margin: 0px auto;
}

/*  header  */
#header {
	width: 940px;
	padding: 0;
	height: 100px;
}

.logo {
	float: left;
	width: 239px;
	height: 56px;
	margin: 25px 0 19px 0;
}

.menuTop {
	float: right;
	margin: 0px;
	padding: 47px 0 0 0;
	list-style-type: none;
}

.menuTop li {
	list-style-type: none;
	float: left;
	padding: 3px 15px 3px 24px;
	background: url(images/sMenu.jpg) no-repeat 5px 7px;
}

.menuTop li a {
	text-decoration: none;
	color: #CDD6E9;
	font-size: 13px;
	font-weight:normal;
}

.menuTop li a img{
	vertical-align:middle;
} 

.menuTop li a:hover{
	text-decoration: underline;
}

.menuTop li.tagline {
	background-position: 5px 9px;
}

.menuTop li.tagline span {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.menuTop li.home {
	background: none;
	padding-left: 75px;
}

.menuTop li.login {
	background: url(images/login.jpg) no-repeat top right #234f6f;
	padding: 4px 20px 3px 20px;
	margin: 0 4px 0 10px;
}

.menuTop li.last {
	background: url(images/last.jpg) no-repeat top left #234f6f;
	padding: 2px 8px 5px 8px;
}

.menuTop li.last a:hover{
		text-decoration:none;
	}

.menuTop li.last span {
	
	margin-right: 4px;
}

/*  content  */
#content {
	clear: both;
	width: 940px;
	padding: 10px 0 0 0;
}
#content h1{
	border-bottom:1px solid #E1E4E9;
	color:#0A3B5F;
	display:block;
	font-size:27px;
	margin:0 0 15px;
	padding:10px 0;
}


#menu {
	width: 940px;
	padding: 27px 0 27px 0;
	background: url(images/bgTopContent.jpg) no-repeat top center;
	clear: both;
	float: left;
}

ul.menu {
	margin: 0px;
	padding: 6px 0 0 0;
	list-style-type: none;
	width: auto;
	float: left;
}

ul.menu li {
	list-style-type: none;
	margin: 0px;
	float: left;
	display: block;
	padding: 9px 22px;
	background: #0a3b5f;
}

ul.menu li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.shadow {
	background: url(images/shadow.jpg) no-repeat;
	clear: both;
	float: left;
	width: 940px;
	height: 10px;
	font-size: 0px;
}

.button {
	background: url(images/bgButton.jpg) no-repeat;
	width: 192px;
	height: 31px;
	padding: 14px 0px 0px 38px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.button1 {
	background: url(images/bgButton1.jpg) no-repeat;
	width: 269px;
	height: 31px;
	padding: 14px 0px 0px 38px;
	float: right;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	margin: 15px 0 0 30px;
}

.shadow1 {
	background: url(images/shadow1.jpg) no-repeat;
	clear: both;
	float: left;
	width: 940px;
	height: 10px;
	font-size: 0px;
}

#contentHeading {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 220px;
	background: url(/images/backgrounds/imgServices.jpg) no-repeat;
	text-align: left;
}

#contentHeading .title{
	font-size: 40px;
	color: #4f8aaa;
	font-weight: bold;
	padding: 19px 0 0 20px;
	
}

#contentHeading .text{
	clear: both;
	padding: 0px 0 0 20px;
	width: 450px;
	line-height: 21px;
	font-size: 14px;
	color: #b4bfdd;
}

#contentHeading .text a{
	color: #b4bfdd;
	text-decoration: underline;
}
#contentHeading .text a:hover{
	text-decoration: none;
}

#portfolio{
	background: url(images/bg.png) no-repeat bottom right #0a3b5f;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 920px;
	padding: 20px;
	padding-left:0;
	height:313px;
	position: relative;
	overflow: hidden;
}
#portfolio .caseStudies{
	position:absolute;
}
#portfolio .caseStudySlide{
	width: 900px;
	float:left;
	margin-left:20px;
}

#tagsWrapper{
	margin-top:15px;
}

a.tags{
	background-color:#B5E8F4;
	color:#000000;
	cursor:pointer;
	float:left;
	font-size:12px;
	margin:0 5px 0 0;
	padding:3px 8px;
	text-align:center;
	text-decoration:none;
	
}
a.tags:hover{
	background-color:#031421;
	color:#FFFFFF;
}
.pagination span{
	background-color:#B5E8F4;
	color:#000000;
	float:left;
	font-size:12px;
	text-align:center;
	width:12px;
	margin:0 5px 0 0;
	padding:3px 8px;
	cursor:pointer;
}
.pagination span.active {
	background-color:#031421;
	color:#FFFFFF;
}

.imgSlides {
	border: 5px solid #031421;
	float: right;
	height:268px;
	width:490px;
	overflow:hidden;
	position:relative;
}
.slides{
	position:absolute;
	margin-left:0;
}
.slides img{
	float:left;
}
.sliderPagination{
	float:right;
}

.sliderPagination span {
	background-color:#B5E8F4;
	color:#000000;
	float:left;
	font-size:12px;
	text-align:center;
	width:12px;
	margin:0 5px 0 0;
	padding:3px 8px;
	cursor:pointer;
}

.sliderPagination span.active {
	background-color:#031421;
	color:#FFFFFF;
}

.leftDiv {
	float: left;
	width: 355px;
}

.leftDiv .title {
	font-size: 19px;
	color: #95d9f7;
	font-weight: 100;
	padding: 5px 0 0 0px;
}

.leftDiv .text {
	clear: both;
	padding: 15px 0 15px 0px;
	line-height: 21px;
	font-size: 14px;
	color: #b3c0dd;
	font-weight: 100;
	border-top: 1px solid #0e5183;
	border-bottom: 1px solid #0e5183;
	height:150px;
}

.cellLeft {
	float: left;
	width: 75px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.cellRight {
	float: left;
	width: 175px;
	color: #95d9f7;
	font-size: 12px
}

.rightDiv {
	float: right;
	width: 500px;
}

.case {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #95d9f7;
	padding: 3px 30px 0 0;
}

.buttonBrowse {
	background: url(images/buttonBrowse.gif) no-repeat;
	width: 202px;
	height: 30px;
	position:absolute;
	left:20px;
	top:300px;

	color:#FFFFFF;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:8px 0 0 38px;
	text-decoration:none;
}

.bodyContent {
	float: left;
	width: 610px;
	padding: 0 30px 0 0;
	font-size: 14px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #0a3b5f;
	display: block;
	margin: 0 0 15px 0;
}

.subtitle {
	font-size: 18px;
	float: left;
	font-weight: normal;
	color: #666666;
	background: url(images/bgSubtitle.jpg) repeat-x top left #fff;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 25px 15px;
	width:540px;
	height:43px;
	line-height: 21px;
}

.imgMicrosoft {
	float: left;
	padding: 0 10px 0px 0;
	border-bottom: 1px solid #dddddd;
}

.microsoft {
	line-height: 20px;
	margin: 15px 0 0 0;
	font-size:14px;
}

.bottomBody {
	clear: both;
	width: 940px;
	margin: 20px 0 0 0;
}

.bottomBody .bg {
	float: left;
	width: 265px;
	padding: 15px 20px;
	background: url(images/bg.jpg) repeat-x top left #dcf3fd;
	border: 5px solid #c8edfb;
	font-size: 14px;
	line-height: 20px;
}

.bottomBody .first {
	border-right: none;
	margin: 10px 0 0 0;
}

.bottomBody .last {
	border-left: none;
	margin: 10px 0 0 0;
}

.bottomBody .bg h2 {
	color: #0a3b5f;
	font-size: 21px;
	font-weight: 100;
	padding: 0 0 5px 25px;
	background: url(images/arrow.jpg) no-repeat 0 2px;
}

.projectHome {
	background: #ffefb4;
	padding: 20px 20px 30px 20px;
	clear: both;
	margin: 20px 0px;
	font-size: 14px;
	line-height: 20px;
}

.projectHome h2 {
	color: #ee3e41;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px;
}

.column60 {
	width: 290px;
	float: left;
	font-size: 14px;
	color: #494949;
	line-height: 21px;
}

.column60 h2 {
	font-size: 27px;
	color: #0a3b5f;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e1e4e9;
	margin: 0 0 15px 0;
}

.column40 {
	width: 270px;
	float: left;
	font-size: 14px;
	color: #494949;
	padding-right: 50px;
	line-height: 21px;
}

.column40 h2 {
	font-size: 27px;
	color: #0a3b5f;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e1e4e9;
	margin: 0 0 15px 0;
}

.column1 {
	float: left;
	width: 180px;
}

.column2 {
	float: left;
	width: 380px;
	margin: 0 20px;
	background: #fff;
	padding: 12px 20px;
}

.column3 {
	float: left;
	width: 264px;
	background: #b5e8f4;
	padding: 12px 16px 12px 20px;
	color: #0a3b5f;
}
.column2Wide{
	float: left;
	width: 700px;
	margin: 0 0 0 20px;
	background: #fff;
	padding: 12px 20px;
}

.column2 p, .column2Wide p{
	line-height: 21px;
	font-size:14px;
}
.column2 h1, .column2Wide h1 {
	border-bottom: 1px solid #E1E4E9;
	color: #0A3B5F;
	display: block;
	font-size: 27px;
	margin: 0 0 10px;
	padding: 10px 0;
	font-weight: bold;
}
.column2 h2, .column2Wide h2{
	border-bottom: 1px solid #E1E4E9;
	color: #0A3B5F;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 5px 0;
}


ul.listOfServices {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
ul.listOfServices a{
	color:#494949;
}

ul.listOfServices li {
	margin: 0px;
	font-size: 12px;
	background: url(images/arrowList1.jpg) no-repeat 0 6px;
	padding: 0 0 0 15px;
	line-height: 21px;
	font-size: 14px;
}

ul.listOfServices li ul {
	margin: 0px;
	padding: 0px 0 0 10px;
	list-style-type: none;
}

ul.listOfServices li ul li {
	margin: 0px;
	background: url(images/arrowList2.jpg) no-repeat 0 9px;
	padding: 0 0 0 10px;
	line-height: 21px;
}

.submenuBox {
	background: #ffefb4;
	padding: 7px 16px 7px 15px;
}

.submenuBox h2 {
	background: url(images/arrowServices.jpg) no-repeat 0 7px;
	color: #ee3e41;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 7px 23px;
	display: block;
	border-bottom: 1px solid #ffe48a;
}

ul.submenu {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0 0 0;
}

ul.submenu li {
	margin: 0px;
	line-height: 18px;
}

ul.submenu li a {
	text-decoration: none;
	background: url(images/arrowServicesList.jpg) no-repeat 4px 3px;
	padding: 0 0 0 23px;
	font-size: 11px;
	color: #494949;
}

ul.submenu li a:hover {
	color: #ee3e41;
}


.rightContent {
	float: left;
	width: 300px;
}

.contact {
	background: #ffefb4;
	padding: 10px 20px 20px;
	color: #494949;
	font-size: 12px;
	line-height: 18px;
}

.contact h1 {
	color: #ee3e41;
	display: block;
	font-size: 27px;
	margin: 0 0 10px;
	padding: 0;
}

.contact span.heading{
	border-bottom:1px solid #E1E4E9;
	color:#0A3B5F;
	display:block;
	font-size:27px;
	margin:0 0 15px;
	padding:10px 0;
	font-weight:bold;
	line-height:inherit;
}

.address {
	font-size: 14px;
	font-weight: bold;
}

.buttonContact {
	background: url(images/bgButton2.jpg) no-repeat;
	width: 192px;
	height: 31px;
	padding: 14px 0px 0px 38px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.form {
	border-bottom: 1px solid #8adaee;
}

.form .buttonSubmit {
	background: url(images/buttonSubmit.jpg) no-repeat;
	width: 110px;
	height: 45px;
	padding: 0 0 0 35px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0 30px 0 0;
}

.form .buttonReset {
	background: url(images/arrowReset.jpg) no-repeat 0 3px;
	padding: 0 0 0 15px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	display: block;
	border: none;
	cursor: pointer;
	float: left;
	margin: 17px 0 0 0;
}

span.quickForm {
	border-bottom:1px solid #E1E4E9;
	color:#0A3B5F;
	display:block;
	font-size:27px;
	margin:0 0 15px;
	padding:10px 0;
	font-weight:bold;
}


.form h2 {
	color: #494949;
	font-weight: bold;
	font-size: 15px;
}

.inpCheckbox {
	margin: 0px 7px 0 0;
}

.contactInfo {
	padding: 20px 0px 20px;
	color: #494949;
	font-size: 12px;
	line-height: 18px;
}

.contactInfo .heading {
	border-bottom:1px solid #E1E4E9;
	color:#0A3B5F;
	display:block;
	font-size:27px;
	margin:0 0 15px;
	padding:10px 0;
	font-weight:bold;
	
}

.contactInfo .buttonInfo {
	background: url(images/bgButton3.jpg) no-repeat;
	width: 192px;
	height: 31px;
	padding: 14px 0px 0px 38px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.titleNews {
	font-size: 19px;
	color: #0a3b5f;
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e1e4e9;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

.all_news {
	color: #ee3e41;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	float: left;
	margin: 15px 0 0 0;
}

.webhosting {
	float: left;
	width: 125px;
	padding: 0 45px 0 0;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
}

.webhosting h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 10px 0;
}

.webhosting img {
	float: right;
	margin: 5px 0 0 5px;
}

.e-commerce {
	float: left;
	width: 130px;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
}

.e-commerce h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 10px 0;
}

.e-commerce img {
	float: right;
	margin: 0px 0 0 5px;
}

.price {
	color: #ee3e41;
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding: 8px 0 0 0;
}

.readMore {
	text-decoration: none;
	color: #ee3e41;
	font-size: 11px;
	display: block;
}

.readMore:hover {
	text-decoration: underline;
}

.newsPreview{
	position:relative;
}
.date {
	width:45px;
	color: #0d93c6;
	font-size: 12px;
	padding-top:1px;
	position:absolute;
}
.newsLeft {
	font-size: 14px;
	line-height: 18px;
	padding-left:45px;
	display: block;	
}

/*.carusel {clear:both;display:block;padding:20px 0 0 0;}
.imgSlide {border:5px solid #031421;}
.imgScroll {padding:5px;border:1px solid #d9d9d9;background:#fff;float:left;margin:0 5px 0 0;} */


.selected {
	background: #031421;
	border: 1px solid #031421;
}

.click {
	display: block;
	background: #ee3e41;
	padding: 8px 13px;
	color: #fff;
	font-size: 13px;
	position: relative;
	width: 354px;
}

.arrowClick {
	position: absolute;
	top: 11px;
	right: 10px;
}

.pagination {
	clear: both;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.pagination a {
	float: left;
	padding: 3px 10px;
	margin: 0 5px 0 0;
	background: #b5e8f4;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.pagination a:hover {
	background: #031421;
	color: #fff;
}

.pagination a.activ {
	float: left;
	padding: 3px 8px;
	margin: 0 5px 0 0;
	background: #031421;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

/*  footer  */
#footer {
	width: 100%;
	background: #0a3b5f;
	display: block;
	padding: 10px 0 30px 0;
}

.footer {
	display: block;
	padding: 10px 0 0 0;
	width: 940px;
	color: #7691a5;
	margin: 0px auto;
}

.leftFooter {
	float: left;
	width: 615px;
	padding: 5px 25px 0 0;
	text-align: justify;
}

/*.leftFooter ul {display:block;list-style-type:none;float:left;width:605px;margin:0px;padding:0 0 0 20px;}
.leftFooter ul li {display:inline;width:auto;text-align:left;float:left;border-right:1px solid #859daf;margin:0 0 6px 0}
.leftFooter ul li a {text-decoration:none;color:#7691a5;white-space:nowrap;float:left;padding:0px 6px 0 5px;line-height:12px;}
.leftFooter ul li a:hover {text-decoration:underline;}  */
.leftFooter a {
	text-decoration: none;
	color: #7691a5;
	padding: 0px 6px 0 0px;
	line-height: 18px;
}

.leftFooter a:hover {
	text-decoration: underline;
}

.rightFooter {
	float: right;
	width: 240px;
}

.pagingNews{
	float:right;
	text-align:center;
}

.pagingNews a {
	background-color:#B5E8F4;
	color:#000000;
	float:left;
	font-size:12px;
	text-align:center;
	width:12px;
	margin:0 5px 0 0;
	padding:3px 8px;
	cursor:pointer;
	text-decoration: none;
}

.pagingNews a:hover, .pagingNews strong {
	background-color:#031421;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	text-align:center;
	width:12px;
	margin:0 5px 0 0;
	padding:3px 8px;
	cursor:pointer;
}


/* portfolio */
.portfolio_film_role{
	margin-bottom:100px;
	padding:10px 0;
}
.portfolio_film_role .prev {
	background:url(images/previewInactive.jpg) no-repeat;
	width:11px;
	height:15px;
	float:left;
	margin:48px 15px 0 0;
	border:none;
	cursor:pointer;
}
.portfolio_film_role .prev:hover{
	background:url(images/previewActive.jpg) no-repeat;

}
.portfolio_film_role .next {
	background:url(images/nextInactive.jpg) no-repeat;
	width:11px;
	height:15px;
	float:left;
	margin:48px 0 0 15px;
	border:none;
	cursor:pointer;	
}
.portfolio_film_role .next:hover{
	background:url(images/nextActive.jpg) no-repeat;
}
.portfolio_film_role .portfolioEncapsulator{
	position: relative;
	width: 328px;
	height:106px;
	overflow:hidden;
	float:left;
}
.portfolio_film_role .portfolioItems{
	position:absolute;
}
.portfolio_film_role .portfolioItem{
	width: 94px;
	height:94px;
	float:left;
	border:1px solid #D9D9D9;
	margin:0 5px 0 0;
	padding:5px;
	cursor: pointer;
}
.portfolio_film_role .portfolioItem img{
}



.portfolio_slider{
	height:285px;
	overflow:hidden;
	position:relative;
}
.portfolio_inner{
	position:absolute;
}
.portfolio_slides{
	width:380px;
	float:left;
}
.portfolio_slider .imgSlide{
	border:5px solid #031421;
	height:200px;
	width:370px;
	overflow:hidden;
	position:relative;
}
.portfolio_slider .slide{
	position:absolute;
}
.portfolio_slider .details{
	background-color:#EE3E41; 
	float:right; 
	display:block; 
	color:#fff; 
	font-size:14px; 
	padding: 3px 10px;
}


/* Google */
#mymap{
	width: 400px; 
	height: 250px;
	border:3px solid #0B3B5F;
}
.info1{
	font-size:11px;
	font-weight:bold;
	float:left;
	width:50px;
	text-align:right;
	padding-right:5px;
}
.info2{
	font-size:11px;
	float:left;
	width:180px;
	margin-bottom:5px;
}

.column2Wide .leftInput{
	float:left;
}
.column2Wide input{
	width:240px;
	border:1px solid #ddd;
	height:25px;
}
.column2Wide textarea{
	width:480px;
	height:150px;
	border:1px solid #ddd;
}
.column2Wide .captchaInput{
	width:110px;
}
.column2Wide .topTextarea, .column2Wide .bottomTextarea{
	display:none;
}

.column3 .leftInput {
	float: left;
	width: 7px;
	height: 25px;
	background: url(images/leftInput.jpg) no-repeat;
	font-size: 0px;
}
.column3 input{
	background: #fff;
	background-image: url(images/rightInput.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #494949;
	padding: 6px 0 5px 0;
	width: 150px;
	border: none;
	font-size: 11px;
	color: #999999;
	font-family: Arial;
	margin-top:0px;
}
.column3 .captchaInput{
	width:100px;
}
.column3 #captchaImage{
	height:25px;
	margin:0px 5px;
}
.column3 .topTextarea {
	clear: both;
	float: left;
	width: 264px;
	height: 8px;
	background: url(images/topTextarea.jpg) no-repeat;
	font-size: 0px;
}

.column3 .bottomTextarea {
	clear: both;
	width: 264px;
	height: 8px;
	background: url(images/bottomTextarea.jpg) no-repeat;
	font-size: 0px;
}

.column3 .bgTextarea {
	background: #fff;
	color: #494949;
	padding: 0 10px;
	width: 244px;
	margin: 0px;
	border: none;
	height: 70px;
	font-size: 11px;
	color: #999999;
	font-family: Arial;
}
.label{
	padding-bottom:2px;
}

.validationMessage{
	visibility:hidden;
}
.validationMessageOn{
	visibility:visible;
	color:#EE3E41;
}
.column2Wide input.fieldError, .column2Wide textarea.fieldError{
	border:1px solid red;
}
.pointer{
	cursor:pointer;
}
