/* === GLOBAL CSS ===*/
body {
	background: #FFFFFF;
	color: #303031;
	font-family: Arial, "MS Trebuchet", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px; padding: 0px;
}
/* Remove all padding/margins */
* {margin: 0px; padding: 0px;}

a, a.link {
	color: #63A0E7;
	text-decoration: none;
}

a:hover {
	color: #FC8F01;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #63A0E7;
}

h1 {
	border-bottom: 1px dashed #FC8F01;
	margin-bottom: 5px;
}

ul {
	margin-left: 30px;
}
ul li {
	margin-top: 5px; margin-bottom: 5px;
}


 label {
	color:#333333;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding: 5px 10px 0 0;
	text-align:right;
	width: 110px;
	vertical-align: middle;
	text-transform: uppercase;
}

input, select.niceify, textarea {
	width: 200px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	background: #EDF3FA;
	border: 1px solid #999;
	vertical-align: middle;
}
textarea {
	width: 500px;
	height: 100px;
}

.form_button {	width: 100px; height: 61px; border: 0pt; background: none;}

/* === GLOBAL CONTAINERS === */
.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.wrapper_two {
	margin: 0 auto; width: 900px; text-align: center;
}
.inner_wrapper {
	display: table;
	margin: 0 auto;
	clear:both; text-decoration:none;
}
* html .inner_wrapper {
	display:inline-block;
}

div#header {
	background: url('../img/header_bg.png') repeat-x scroll;
	height: 94px;
}
div#header div#logo {
	float: left;
}
div#header div#header_info {
	float: right;
	font-size: 30px;
	font-weight: bold;
	color: #63A0E7;
	
	margin-top: 32px;
	margin-right: 40px;
}

/* Menu CSS */
div#menu_bar {
	clear: both;
	background: url('../img/menu_bg.png') repeat-x scroll;
	height: 106px;
}
ul#menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0pt; padding:0pt;
}
ul#menu li {
	float:left;
	position:relative;
	display:inline;
	margin:0px 1px 0px 0px;
}
ul#menu li a {
	float: left;
	margin-top: 2px;
	line-height: 33px;
	padding:0pt 8px;

	color: #FFFFFF;
	font-family: "MS Trebuchet", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul#menu li a:hover {
	background: #75aef0;

	padding: 0pt 7px;
	line-height: 32px;
	border: 1px solid #5e97da;
	border-top: none;
	border-bottom: 1px solid #FC8F01;
}

ul#sub_menu li {
	float: left;
	position: relative;
	display: inline;
	margin: 0pt 5px 0pt 0pt;
	background: url('../img/sub_menu.png') no-repeat;				
	width: 127px; height: 42px;
}
ul#sub_menu li:hover, ul#sub_menu .sel {
	background: url('../img/sub_menu_sel.png') no-repeat;
	width: 127px; height: 59px;	
		padding-top: 10px;
}			

ul#sub_menu li a {
	float: left;
	margin: 0px 0px 0pt 5pt;
	
	outline: none;
	
	padding-top: 5px;
	
	height: 42px; width: 127px;

	font-family: "MS Trebuchet", Arial, Verdana, sans-serif;
	color: #3b7cc8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: x-small;
	font-weight: bold;

}
ul#sub_menu li.sel  a:hover {
	padding-top: 5px !important;
}
ul#sub_menu li a:hover {
	padding-top: 10px;
}

ul#sub_menu li a .info {
	color: #FC8F01;
	text-decoration: none;
	text-transform: none;

	margin-top: 3px;
	margin-left: 5px;
}
#side_menu  {
	width: 200px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	
}

#side_menu ul {
	margin: 0pt;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#side_menu ul li {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
}

#side_menu p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	height: 10em;	
}
#side_menu h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	margin-top: 10px;
	background: url('../img/side_menu_header.png') no-repeat;
	border: none;
}
#side_menu h3:hover {
	color: #00a0c6;
	background-color: #000;
}
#side_menu h3.selected {
	color: #000;
	background-color: #80cfe2;
}


#content {
	clear: both;
	margin: 0px;
	padding: 0px 0pt 30px 0pt;
}

#footer {
	clear: both;
}

div.footer_button {
	float: left;
	margin-right: 15px;
	display: table-cell; 
}
* html div.footer_button { /* ie hack */
	float: left;
}

div.footer_button div.left {
	float: left;
	background: url('../img/footer_button_l.png') no-repeat;
	width: 14px; height: 81px;
}
div.footer_button div.content {
	float: left;
	background: url('../img/footer_button.png') repeat-x;
	height: 81px;
	padding-top: 25px;

	color: #FFFFFF;
	font-weight: bold;

}
div.footer_button div.content a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div.footer_button div.right {
	float: left;
	background: url('../img/footer_button_r.png') no-repeat;
	width: 14px; height: 81px;
}




/* === PAGE CSS ===*/

/* front page */

/* global fp box settings */

.fp_boxes a {
	margin: 10px;
	width: 265px;
	height: 211px;
	display: block;
	outline: none;
}
.fp_boxes .header {
	font-size: 20px; margin-bottom: 5px; display: block; font-weight: bold;
}
.fp_boxes .block {
	color: #999;
}
.fp_boxes .wrap {
	color: #999;
}

#fp_boxes h2 {
	font-size: 18px;
}

#fp_box_sem {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img/search_engine_marketing.png');
	width: 285px; height: 231px;
}
#fp_box_sem h2 {
}

#fp_box_sem p {
	color: #999;
	font-size: small; font-weight: normal;
}
#fp_box_sem .wrap {
	float: right; width: 130px; color: #999;
 	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
}

#fp_box_portfolio {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img/portfolio.png');
	width: 285px; height: 231px;
}
#fp_box_portfolio h2 {
	margin-top: 10px;
	margin-left: 10px;
}
#fp_box_portfolio p {
	margin-left: 10px; margin-top: 10px; margin-right: 10px; color: #999;
	text-align: justify;
}

#fp_box_aff {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img//affiliate_marketing.png');
	width: 285px; height: 231px;
}
#fp_box_aff h2 {
	margin-top: 10px;
	margin-left: 10px;
}
#fp_box_aff p { 
	margin-left: 10px; margin-top: 10px; margin-right: 10px; color: #999;
	
}
#fp_box_aff .wrap {
	margin-top: 30px;
	width: 130px;
	float: left;
}

#fp_box_ppc {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img/pay_per_click.png');
	width: 285px; height: 231px;
}
#fp_box_ppc h2 {
	margin-top: 10px;
	margin-left: 10px;
}
#fp_box_ppc p {
	margin-left: 10px; color: #999;
	
}
#fp_box_ppc .wrap {
	width: 100px; float: right;
}

#fp_box_interact {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img/interact.png');
	width: 285px; height: 231px;
}
#fp_box_interact .header {
	padding-top:100px;
	padding-left: 100px;
}

#fp_box_esssys {
	float: left;
	text-align: left;
	display: table-cell;
	background: url('../img/esssys.png');
	width: 285px; height: 231px;
}
#box_esssys .block {
	
}
#fp_box_esssys .wrap {
	width: 100px; float: left;
}

/* Contact page */
.contact_title {
	text-transform: uppercase;
	float: left; width: 100px; text-align: right; margin-right: 10px; font-weight: bold;
}
.contact_clear {
	clear: right;
	margin-bottom: 10px;
}

#article_blurb {
  padding:10px;
  margin:20px;
  border:1px dashed #ccc;
  background-color: #f8f8f8;
  font-style:italic;
}

input#sub-button {
  padding:1px;
  margin:0px;
  width:70px;
  font-size:10px;
  font-weight:normal;
  border:1px solid #ddd;
}
