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

* {
	padding:0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#26383a;
}

a {
	color:#036AD3;
}

label {
	font: normal 16px/22px Tahoma, Geneva, sans-serif;
}
#tbl_form tr td{
	 padding-bottom:5px;
}

#tbl_form tr td select{
	 padding-bottom:5px;	
}

.main_bg {
	background:url(../images/main_bg.jpg);
	margin:0px;
	padding:0px;
}

.main_bg2 {
	background:url(../images/main_bg_png.jpg) 0px 100px repeat-x;
	width:100%;
	min-height:1000px;
	min-width:1000px;
	position:relative;
	z-index:0;
}

.main_container {
	width:1000px;
	margin:0 auto;
}

.clear_both {
	clear:both;
}

.header_bg {	
	background:url(../images/header_bg.png) 0px 15px repeat-x;
	min-width: 1000px;
}

/*Header CSS*/

.header_container {
	position:relative;
	height:190px;
	width:100%;
}

.logo_container {
	position:relative;
	top:5px;
	left:0px;
	float:left;
	background:url(../images/logo_bg.png);
	width:306px;
	height:153px;
}

.logo {
	position:relative;
	top:40px;
	left:32px;
}

.header_menu_container {
	position:relative;
	top:0px;
	left:0px;
	float:right;
}

.top_menu {
	position:relative;
	float:right;
	color:#f87b11;
	font-size:12px;
	top:3px;
	right:15px;
}

.top_menu a {
	color:#f87b11;
	font-size:12px;
	text-decoration:none;
}

.top_menu a:hover {
	color:#252525;
}

.main_menu {
	position:relative;
	float:right;
	height:119px;
}

.main_menu ul {
	list-style:none;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	padding:50px 0px 0px 0px;
}

.main_menu ul li {
	display:inline;
	padding:0px 15px 0px 15px;
}

.main_menu ul li a {
	color:#6a6b6b;
	font-size:19px;
	text-decoration:none;
}


.main_menu ul li a:hover {
	color:#FFFFFF;
}

.free_quote {
	position:relative;
	float:right;
	width:122px;
	height:50px;
	right:20px;
}

/* HomePage*/

.home_quote {
	position:relative;
	top:0px;
	left:0px;
}

.home_callout_container {
	position:relative;
	top:0px;
	left:0px;
	min-height:390px;
}

.home_callout_1 {
  background:url("../images/home_callout_1.png") no-repeat scroll 0 0 transparent;
  height:476px;
  left:-50px;
  position:absolute;
  top:-46px;
  width:629px;
  z-index:1;
}

.home_callout_2 {
background:url("../images/home_callout_2.png") no-repeat scroll 0 0 transparent;
height:460px;
left:410px;
position:absolute;
top:-47px;
width:590px;
z-index:2;
}

.home_callout_container_1  {
	left:60px;
	position:relative;
	top:80px;
}

.home_callout_container_2 {
left:132px;
position:relative;
top:161px;
width:400px;
}

.home_callout_text {
line-height:28px;
position:relative;
top:13px;
width:370px;
}

.home_callout_text table tr {
	height:25px;
}

.home_callout_button {
left:201px;
position:relative;
top:37px;
width:165px;
}

.home_callout_text1 {
left:75px;
line-height:28px;
position:relative;
top:100px;
width:375px;
}

.home_callout_button1  {
left:48px;
position:relative;
top:117px;
width:165px;}

.home_text {
	position:relative;
	width:800px;
	left:100px;
	line-height: 30px;
}


/*Footer CSS*/

.footer_bg {
	position:relative;
	background:url(../images/footer_bg.jpg) repeat-x bottom ;
}

.footer_bg a {
	text-decoration : none;
}

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

.footer_container {
	position:relative;
	top:35px;
	height:250px;
}

.footer_separator {
	position:relative;
	float:left;
	background:url(../images/footer_separator.png) center no-repeat;
	width:1px;
	height:196px;
}

.footer_container div table tr td {
	padding:7px 0px 7px 0px;
	color:#b1bfba;
	font-size:12px;
}

.footer_container div table tr td a {
	color:#FFFFFF;
	font-size:12px;
}

.footer_column_1 {
	position:relative;
	float:left;
	padding:0px 0px 0px 60px;
	width:240px;
}

.footer_column_2 {
	position:relative;
	float:left;
	padding:0px 0px 0px 55px;
	width:195px;
}

.footer_column_3 {
	position:relative;
	float:left;
	padding:0px 0px 0px 85px;
	width:310px;
}

.footer_twitter {
	position:absolute;
	top:0px;
	left:40px;
}

.footer_facebook {
	position:absolute;
}



/**********Portfolio CSS*************/

#portfolio {
	width: 100%;
	border: solid 3px #d9e2ca;
	background: #fbfbfb;
}

#portfolio .portfolio_item {
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 30px;
}

.pf_image {
	border: solid 2px #5c9d03;
	float: left;
}

.pf_title {
	font-size: 22px;
	font-weight: bold;
	color: #036ad3;
	margin-top: 5px;
}

.pf_desc {
	font-size: 13px;
	color: #26383A;
	margin-top: 5px;
	line-height:20px;
}

.pf_launch {
	font-size: 16px;
	margin-top: 5px;
	padding-bottom:25px;
}

.pf_launch a {
	color: #f87b11;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

#pagination {
	width: 100%;
	margin:20px 0px 20px 0px;
}

#pages {
	float:right;
	padding-right: 20px;
}

.active_page {
	width: 23px;
	height: 23px;
	background: url(../images/active_page.png) no-repeat 0 0;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top:4px;
}

.page {
	width: 23px;
	height: 23px;
	background: url(../images/page.png) no-repeat 0 0;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top:4px;
}


/***********Webdevelopment CSS*****************/


#webdevelopment {
	width: 100%;
	height: 655px;
	background: url(../images/web_development.png) no-repeat 0 0;
	position: relative;
}

#wwd {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 470px;
	height: 70px;
}

#wwd .wwd_type1 {
	float: left;
	width: 45%;
	font-size:18px;
	color: #f87b11;
	text-align: left;
	text-transform: capitalize;
	margin-top:10px;
}

#wwd .wwd_type2 {
	float: left;
	width: 45%;
	font-size:18px;
	color: #f87b11;
	text-align: right;
	text-transform: capitalize;
	margin-top:10px;
}

.wwd_type1 a, .wwd_type2 a {
	color: #036ad3;
	font-size:18px;
}

#wwd_text {
	position: absolute;
	width: 800px;
	height: 390px;
	top: 170px;
	left: 100px;
}

.wwd_text_blocks {
	width: 45%;
	float: left;
}

#wwd_text .text_block1 {
	margin-left: 80px;
}

#wwd_text .text_block2 {
	margin-left: 30px;
	margin-top: 80px;
}

#wwd_text .text_block3 {
	margin-left: 40px;
	margin-top: 100px;
}

#whatwedo {
	min-height:100px;
	left:60px;
	position:relative;
	top:80px;
	width:100%;
	padding-bottom:60px;
}

#wwd_top {
  	background: url(../images/text_box_top.png) no-repeat 0 0;
	height: 47px;
}

#wwd_middle {
  	background: url(../images/text_box_middle.png) repeat-y 0 0;
	position: relative;
	left: -1px;
}

#wwd_bottom {
  	background: url(../images/text_box_bottom.png) no-repeat 0 0;
	height: 43px;
}

#wwd_title {
	background:url("../images/title_box.png") no-repeat scroll 0 0 transparent;
	height:375px;
	left:0px;
	position:absolute;
	top:-90px;
	width:65%;
	z-index:-1;
}

#wwdo_text {
	left:40px;
	position:relative;
	top:0;
	width:740px;
	padding: 10px;
	line-height: 30px;
}

#fq_text {
	left:30px;
	position:relative;
	top:0;
	width:740px;
	padding: 10px;
	line-height: 30px;
}

#wwa_text {
	left:40px;
	position:relative;
	top:0;
	width:740px;
	padding: 10px;
	line-height: 30px;
}

#wwdo {
	position: absolute;
	top: -95px;
	right: 0px;
	width: 470px;
	height: 70px
}

#wwdo .wwd_type1, #wwdo .wwd_type2, #wwdo .wwd_type3 {
	background:url("../images/check.png") no-repeat scroll 0 0 transparent;
	width: 45%;
	font-size:18px;
	color: #f87b11;
	text-transform: capitalize;
	margin-top:10px;
	padding:0 0 5px 25px;
}

#wwdo .wwd_type2 {
	margin-left: 25px;
}

#wwdo .wwd_type3 {
	margin-left: 50px;
}

#wwdo .wwd_type1 a, .wwd_type2 a, .wwd_type3 a {
	color: #036ad3;
	font-size:18px;
	text-decoration:underline;
}

.spaced_text {
	line-height: 25px;
}

#ito_title  {
	left:95px;
	position:relative;
	top:50px;
}

.input_field {
	height: 25px;
}

input {
	line-height: 25px;
}

.highlight_1 {
	font-size:18px;
	font-weight:bold;
}

.smaller_font {
	font-size: 14px;
}

#copy {
	text-align:center;
	font-size:0.9em;
	padding:15px;
}