body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c8d4e0;
}

img {
	border: none;
}

h1 {
	color: #1a3f64;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 10px 0;
	border-bottom: 1px dashed #516e8b;
}

h1.mainHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	border-bottom: 0;
	margin: 0;
	font-style: italic;
}

a:visited {
	color: #ae0000;
	text-decoration: underline;
}

a:active {
	color: #ae0000;
	text-decoration: underline;
}

a {
	color: #ae0000;
	text-decoration: underline;
}

a:hover {
	color: #ae0000;
	text-decoration: none;
}


#container {
	background-color: #c8d4e0;
}

#containerSlapPage {
	background-color: #f4f4f4;
}


#wrapperTop {
	background: url("../images/header.jpg") repeat-x top left #ebebeb;
	height: 114px;
}

#header {
	margin: 0 auto;
	width: 900px;
	padding: 5px 0 0 0;
	position: relative;
}

#logo {
	color: #999;
	font-style: italic;
	font-size: 13px;
}

#postNavMsg {
	position: absolute;
	bottom: -10px;
	right: 20px;
	color: #ccc;
	z-index: 1;
	font-size: 22px;
	font-style: bold;
}

#wrapperBanner {
	background: url("../images/middleGradient.jpg") repeat-x top left #ebebeb;
	height: 410px;	
}

#wrapperBanner-1 {
	background: url("../images/middleGradient-1.jpg") repeat-x top left #ebebeb;
	height: 410px;	
}

#topwrapperBanner-1 {
	background: url("../images/topGradient-1.jpg") repeat-x top left #ebebeb;
	height: 960px;	
}


#topwrapperBanner-Slap {
	background: url("../images/topGradient-1.jpg") repeat-x top left #f4f4f4;
	height: 960px;	
}




#banner {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 926px;
	background: url("../images/middleBg.jpg") no-repeat top left #ebebeb;
	height: 380px;
}

#bannerSubpage {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 926px;
	background: url("../images/middleGradient.jpg") repeat-x top left #ebebeb;
	height: 200px;
}

#bannerMsg1 {
	text-align: center;
	background: url("../images/bannerSubMsg11-1.jpg") no-repeat top left transparent;
	width: 844px;
	height: 47px;
	margin: 0 auto;
	color: #000;
	font-size: 32px;
	text-align: center;
	padding: 10px 0 0 20px;
	letter-spacing: -2px;
}

#bannerSubMsg1 {
	text-align: center;
	background: url("../images/bannerSubMsg1.jpg") no-repeat top left #ebebeb;
	width: 864px;
	height: 47px;
	margin: 0 auto;
	color: #000;
	font-size: 30px;
	text-align: center;
	padding: 0px 0 0 0;
	letter-spacing: -2px;
}

#bannerMsg2 {
	margin: 12px auto;
	padding: 10px;
	width: 844px;
	height: 188px;
	background: url("../images/bannerMsg2.jpg") no-repeat top left #ebebeb;
	position: relative;
}

#bannerMsg2Left {
	width: 500px;
}

#bannerMsg2Right {
	position: absolute;
	top: 5px;
	right: 0;
	color: #ccc;
}

#bannerMsg3 {
	text-align: center;
	background: url("../images/bannerMsg3.jpg") no-repeat top left #ebebeb;
	width: 844px;
	height: 42px;
	margin: 0 auto;
	font-size: 18px;
	text-align: right;
	padding: 10px 20px 0 0;
	letter-spacing: -1px;
}

#vs-table-background {
	text-align: center;
	background: url("../images/vs-table-background.jpg") no-repeat top left #ebebeb;
	width: 844px;
	height: 42px;
	margin: 0 auto;
	font-size: 18px;
	text-align: right;
	padding: 0px 20px 0 0;
	letter-spacing: -1px;
}

#vs-table-background-1 {
	text-align: center;
	background-color: transparent;
	width: 844px;
	height: 42px;
	margin: 0 auto;
	font-size: 18px;
	text-align: right;
	padding: 0px 20px 0 0;
	letter-spacing: -1px;
}


#bannerMsg3 a:visited {
	color: #fff;
	text-decoration: none;
}

#bannerMsg3 a:hover {
	color: #fff;
	text-decoration: none;
}

#bannerMsg3 a:active {
	color: #fff;
	text-decoration: none;
}

#bannerMsg3 a {
	color: #fff;
	text-decoration: none;
}

#wrapperBottom {
	background: url("../images/bottomGradient.jpg") repeat-x top left #c8d4e0;
	margin-bottom: 50px;
}

#wrapperBottomAlt {
	background: url("../images/bottomGradientAlt.jpg") repeat-x top left #b2b2b2;
	margin-bottom: 50px;
}


#content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}

#contentLeft {
	width: 610px;
}

#contentRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

a.buttonGray {
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.buttonGreen {
	border: 1px solid #7bad51;
	background-color: #c1e8a0;
	padding: 10px;
	margin: 20px 0 0 0;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footerContainer {
	background: url("../images/footer.jpg") repeat-x top left #ebebeb;
    height: 114px; 
    }

#footer {
	margin: 0 auto;
	width: 900px;
	padding: 16px 0 0 0;
	color: #666;
}

.banner1 {
	font-weight: bold;
	font-size: 28px;
	color: #AE0000;	
	text-align: center;
	margin-top: 10px;
}

.banner2 {
	font-weight: bold;
	font-size: 14px;
	color: #000;	
	text-align: center;
}

.banner3 {
	font-weight: bold;
	font-size: 12px;
	color: #666;	
	text-align: center;
}

.red {
	color: #c00;
}

.small {
	font-size: 16px;
	font-weight: bold;
}

.medium {
	font-size: 20px;
	font-weight: bold;
}

.large {
	font-size: 28px;
	font-weight: bold;
}

#bannerMsg3 a {
	background: url("../images/startButton.jpg") no-repeat top right transparent;
	width: 48px;
	height: 20px;
	padding-right: 56px;
}

#bannerMsg3 a:hover {
	background-position: right -20px;
}

.stripeMe {
	margin-top: 0px;
	border-collapse: collapse;
}

.greenCell {
	font-weight: bold;
	color: #078301;
}

.redCell {
	font-weight: bold;
	color: #B00B13;
}

.stripeMe td {
	background: #ABC1CE;
	border: 1px solid #678E9F;
	padding: 5px;
}

.stripeMe th {
	background: #B00B13;
	color: #fff !important;
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #678E9F;
}

tr.alt td {
	background: #C9D7E0;
}

tr.over td {
	background: #DDE6EC;
}

/* NAVIGATION */

#menu {position: absolute; top: 10px; right: 0; width: 420px; height:26px; text-align:center; font-weight: bold; font-size: 14px;z-index: 100;}
#menu table {border-collapse:collapse; width:0; height:0; margin:-1px;z-index: 100;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;position:relative;}
#menu ul {display:inline-block;} 
#menu ul.level1 {padding-right:2px;}
#menu li {float:left;}
#menu ul div {position:absolute; left:-9999px; top:-32000px;}

#menu a {display:block; color:#D00009; height:26px; text-decoration:none;padding:0 14px; text-align:center;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}
#menu ul.level1 li.level1-li a.level1-a:hover {border:0; color:#fff; position:relative;}
#menu ul.level1 li.level1-li a.level1-a.drop:hover {}
#menu ul.level1 li.level1-li:hover {position:relative;}
#menu ul.level1 li.level1-li:hover > a {color:#fff;}

#menu ul.level1 li.level1-li a.level1-a:hover b {display:block; width:1px; height:1px; overflow:hidden; position:absolute; right:-1px; top:38px; background:#111;}
#menu ul.level1 li.level1-li:hover > a b {display:block; width:1px; height:1px; overflow:hidden; position:absolute; right:-1px; top:38px; background:#111;}

#menu ul :hover div {left:0; top:16px; background:#111; border: 2px solid #999; padding-top: 15px; z-index: 100;}
#menu ul :hover div ul {border:1px solid #444; border-width:0 1px 1px 1px; padding-bottom:5px;}
#menu ul :hover div ul li {float:none; height:25px;}
#menu ul :hover div ul li a {display:block; height:25px; text-align:left; font-weight: normal; font-size: 12px; color:#ccc;}
#menu ul :hover div ul li a:hover {color:#fff;}

/* FORM ELEMENTS */

#globalForm {
	border: 2px solid #678E9F;
	padding: 15px;
	background: #C8D4E0;
	width: 870px;
	margin-top: 5px;;
}

.formField {
	width: 130px;
	border: none;
	background: url("../images/fieldBg.gif") no-repeat top left transparent;
	padding: 5px;
	height: 18px;
}

.formFieldGlobal {
	width: 130px;
	border-top: 1px solid #5C8696;
	border-left: 1px solid #5C8696;
	border-right: 1px solid #CDD9E2;
	border-bottom: 1px solid #CDD9E2;
	background: #C9D7E0;
	padding: 5px;
	height: 18px;
}

.formButton {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	width: 140px;
	height: 40px;
	border: none;
	background: url("../images/buttonBg.gif") repeat-x top left transparent;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.formButtonGlobal {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	border: 1px solid #8A090F;
	background: url("../images/email.png") no-repeat 10% 50% #B00B13;
	padding: 5px 5px 5px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* SLIDER */

#featured{ 
	width:350px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #678E9F; 
	height:168px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position: relative;
	list-style:none; 
	padding:0; 
	margin:0; 
	width:300px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; 
	padding-right:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li span{ 
	font-size:14px; 
	font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:20px; 
	padding: 10px;
	color:#1a3f64; 
	background:#fff; 
	line-height:20px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top right no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#eee; 
}
#featured .ui-tabs-panel{ 
	padding: 15px;
	width:270px; 
	height:138px; 
	background:#eee; 
	position: absolute;
	top: 0;
	right: 0;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


/* Added by Valentine Troshin : begin */

br.clear{
	clear:both;
}
div#msg_content{
	width: 865px;
	margin:0 auto 12px auto;
}
div#msg_content a{
	text-decoration: none;
}
div#msg_content ul {
	padding:0px;
	margin:0px;
}
div#menu_left{
	float: left;
}
div#menu_left ul {
	list-style-type: none;
	width: 170px;
}
div#menu_left ul li a{
	background-image: url(../images/button_left.png);
	background-position:0px -39px; 
	font-size: 14px;
	width: 155px;
	height: 28px;
	color: #000000;
	display: block;
	margin-bottom: 3px;
	padding: 9px 0px 0px 15px;
}
div#menu_left ul li a.first{
	margin-bottom: 4px;
}
div#menu_left ul li a.last{
	margin-bottom: 0px;
}
div#menu_left ul a:hover{
	color: #ec0717;
}
div#menu_left ul li a.selected{
	background-position:0px 0px;
	color: #ec0717;
}
div#box_text{
	background-image: url(../images/center.png);
	width: 437px;
	height: 279px;
	padding: 0px;
	float: left;
}
div#box_text > div{
	margin:10px 5px 10px 20px;
}
div#msg_content div.copy *{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#ffffff;
}
div#msg_content div#box_text > div.copy > div{
	height: 240px;
}
div#msg_content div.copy h4{
	font-size: 20px;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
div#msg_content div.copy h4 strong{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: normal;
}
div#msg_content div.copy p.border_bottom{
	font-size: 13px;
	border-bottom:1px solid #DC0A15;
	width:320px;
	padding-bottom:7px;
}
div#msg_content div.copy p.text_center{
	text-align:center;	
}
div#msg_content div.copy strong{
	color: #b50810;
	font-weight: normal;
}
div#msg_content div.copy p{
	line-height:1.6em;
}
div#msg_content div.copy img{
	margin:20px 110px;
}
div#msg_content div.copy img.we_would_rather_show_you{
	margin:0px;
}
div#msg_content div.copy div#graph{
	background: transparent url(../images/graph.png) no-repeat scroll 0px 0px;
	height:138px;
}
div#msg_content div.copy ul{
	list-style-type: none;
	font-variant: small-caps;
	line-height:1.8em;
	font-size:18px;
	padding:10px 0px 0px 120px;
}
div#msg_content div.copy ul li:before{
	content:"- ";
}
div#msg_content div.copy p a{
	font-size: 12px;
	color: #ec0717;
	margin-left: 340px;
}
div#msg_content div.copy p a:hover{
	color: #FFFFFF;
}
div#msg_content div.copy p.text_center_bottom{
	width: 320px;
	letter-spacing:3px;
	text-align:center;	
	margin: 0px auto;
	font-size:19px;
}
div#msg_content div.copy p.text_red{
	font-size: 15px;
	color: #d90c13;
}
div#msg_content div.copy ul.conventional_list{
	font-variant:normal;
	padding: 0px;
	font-size: 15px;
	line-height:2.3em;
}
div#msg_content div.copy table.compare{
	background-image: url(../images/background_table.png);
	width: 400px;
	height: 145px;
	table-layout:fixed;
	border-collapse: collapse;
	margin-top: 7px;
}
div#msg_content div.copy table.compare th{
	background-color:red;
	font-size:11px;
}
div#msg_content div.copy table.compare tr{
	font-size: 11px;
	border-bottom: #2f2f2f solid 1px;
}
div#msg_content div.copy table.compare td{
	border-right: #2f2f2f solid 1px;
	padding:0px 25px;
	font-size:11px;
}
div#msg_content div.copy table.compare td.icon_ok{
	background: transparent url(../images/ok_icon.png)no-repeat scroll 50% 50%;
}
div#msg_content div.copy table.compare td.icon_unable{
	background: transparent url(../images/unable_icon.png)no-repeat scroll 50% 50%;
}
div#msg_content div.copy table.compare tr th:first-child{
	width:120px;
}
div#menu_right{
	background: url(../images/background_right.png) repeat-y scroll;
	width: 258px;
	height: 279px;
	float: left;
}
div#menu_right ul {
	list-style-type: none;
	width: 258px;
}
div#menu_right ul li a{ 
	font-size: 16px;
	width: 243px;
	height: 40px;
	display: block;
	letter-spacing: 1px;
	background-position: 0px 0px;
	color: #000000;
	text-align:right;
	padding: 16px 15px 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
}
div#menu_right ul li a.last{
	margin-bottom: 0px;
}
div#menu_right ul li a:hover{
	background-position: 0px -58px;
	color: #FFFFFF;
}
div#menu_right ul li a#view_our_portfolio{
	background-image: url(../images/botton_1.png);
}
div#menu_right ul li a#client_testimonials{
	background-image:url(../images/botton_2.png);
}
div#menu_right ul li a#new_client_process{
	background-image:url(../images/botton_3.png);
}
div#menu_right ul li a#awards_publicationss{
	background-image:url(../images/botton_4.png);
}
div#menu_right ul li a#ppc_for_your_business{
	background-image:url(../images/botton_5.png);
}

/* Portfolio page */
div.content_box * {
	color:#ffffff;
}
div.content_box{
	background: transparent url(../images/background_black.png) no-repeat scroll 0px 0px;
	margin: 10px auto;
	width: 896px;
	height: 228px;
}
div.content_box a{
	font-size: 13px;
	color: #b7000a;
	text-decoration: none;
}
div.box_black{
	float: left;
}
div.image_site{
	background: transparent url(../images/image_site.png) no-repeat scroll 0px 0px;
	float: left;
	margin: 20px 20px 0px 20px;
}
div.image_site a.view_project{
	background:url(../images/button_view.png) no-repeat scroll 0px 0px;
	display:block;
	height:29px;
	margin:130px auto 0;
	padding:10px 0 0 25px;
	width:107px;
	color: #ffffff;
}
div.image_site a:hover{
	color:#000000;
	background-position:0px -40px;
}
div.image_site a + div{
	background: transparent  url(../images/reflection.png) no-repeat scroll 0px 0px;
	width: 221px;
	height: 10px;
	margin-top:13px;
}
div.box_black h4{
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 22px 0px 7px 0px;
	margin:0px;
}
div.box_black p{
	font-size: 14px;
	width:640px;
	padding: 7px 0px;
	margin:0px;
}
div.white_box{
	width: 190px;
	float: right;
}
div.white_box h4{
	color: black;
	letter-spacing: 2px;
	padding: 20px 0px;
	text-align: center;
	margin:0px;
	font-size:16px;
}
div.buttons{
	width: 85px;
	float: left;
}
div.buttons a{
	background: transparent  url(../images/button_right.png) no-repeat scroll 0px 0px;
	background-position: 0px 0px;
	font-size:14px;
	color: black;
	display: block;
	height:26px;
	width:84px;
	text-align: center;
	padding-top: 7px;
	margin-bottom:5px;
}
div.buttons a:hover{
	background-position: 0px -36px;
	color: #ffffff;
}
div.cursor{
	width: 70px;
	float:right;
	margin-right:10px;
}
div.cursor span{
	width: 27px;
	font-size:14px;
	display: block;
	margin-bottom: 3px;
}
div.cursor span.down_cursor{
	background:  transparent url(../images/cursor_orange.png) no-repeat scroll 0px 0px;
	height: 30px;
	padding: 5px 0px 0px 35px;
	color: #eb710b;
}
div.cursor span.endways_cursor{
	background: transparent url(../images/cursor_green.png) no-repeat scroll 0px 0px;
	height: 25px;
	padding: 10px 0px 0px 35px;
	color: #6a9a0e;
}
div.white_box a.positive{
	display:block;
	margin-top:13px;
}

/*menu */
 div#menu_top{
	width: 901px;
	height: 47px;
	display:block;
	margin:30px auto;
}
div#menu_top ul{ 
	margin:0px;
	padding:0px;
}
div#menu_top ul li a{ 
	height: 35px;
	color: #000000;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	background-position: 0px 0px;
	color: #000000;
	text-align: center;
	padding: 13px 0px 0px 0px;
	background-repeat: no-repeat;
	text-decoration:none;
	float:left;
	font-size:16px;
	margin-right:5px;
}
div#menu_top ul li:first-child a{ 
	margin-left:2px;
}
div#menu_top ul li a.last{
	margin-right: 0px;
}
div#menu_top ul li{
	display: inline;
	margin: 0px auto;
}
div#menu_top ul li a:hover,div#menu_top ul
div#menu_top ul li a.active{
	background-position: 0px -49px;
	color: #FFFFFF;
}
div#menu_top ul li a:hover{
	background-position: 0px -49px;
	color: #FFFFFF;
}
ound-image:url(../images/button_pay_per_click.png);
	width: 166px;
}
div#menu_top ul li a#seo{
	background-image:url(../images/button_seo.png);
	width: 82px;
}
div#menu_top ul li a#landing_page_develpment{
	background-image:url(../images/button_landing_page_develpment.png);
	width: 282px;
}
div#menu_top ul li a#website_design{
	background-image:url(../images/button_website_design.png);
	width: 184px;
}
div#menu_top ul li a#split_testing{
	background-image:url(../images/button_split_testing.png);
	width: 165px;
}
/* end_menu */

/* Added by Valentine Troshin : end */
