body {
	margin: 0px;
	color: #636363;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #474747;
}

/* ------- GLOBAL ------- */

a {
	color: #636363;
	text-decoration: underline;
}

a:hover {
	color: #636363;
	text-decoration: none;
}

.none
{
    float: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.shadow-padding {
	margin-right: 28px;
	margin-left: 28px;
	float: left;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li 
{
    list-style: url(/App_Themes/Default/images/bullet.gif) ;
    list-style-position: outside;
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea, select {
	background-color: #bababa;
	width: 265px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

.checkbox input
{
    background-color: #bababa;
	width: 20px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
	

/* ------- TEXT DEFINITIONS ------- */

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #636363;
	padding: 15px 20px;
	margin: 0px 0px 15px 0px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	color: #f6921e;
	margin-bottom: 3px;
	padding: 0px;
	font-weight: normal;
	margin-top: 15px;
}

h2 a {
	color: #f6921e;
}


h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #636363;
	padding: 10px 15px;
	margin-top: 20px;
	line-height: 28px;
}

h4 {
	border-bottom: 1px solid #636363;
	font-weight: normal;
	font-size: 18px;
	margin-top: 28px;
}

.orange {
	color: #f6921e;
}

.orange a {
	color: #f6921e;
	text-decoration: none;
}

.orange18 {
	font-size: 18px;
	color: #f6921e;
	line-height: 32px;
}

.orange18 a {
	color: #f6921e;
}

.line-height28 {
	line-height: 28px;
}

.helvetica12 {
	font-size: 12px;
	line-height: 18px;
}

.lineheight-normal {
	line-height: normal;
}

/* ------ MENU ------- */

ul#menu, ul#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu
{
	/* position: absolute; */
	/* top: 99px; */
	left: 605px;
	width: 500px;
	margin-top: 74px;
	margin-left: 55px;
}
ul#menu li
{
	float: left;
	padding-top: 4px;
	margin-right: 0px;
	border-left: 2px solid #636363;
	border-right: 1px solid #636363;
	background: url(../../App_Themes/Default/images/bg_tab_gradient.jpg) repeat-x bottom #BABABA;
	list-style-image: none;
}
ul#menu li a
{
	float: left;
	line-height: 35px;
	color: #636363;
	text-transform: lowercase;
	padding: 0 20px;
	font-size: 120%;
	text-decoration: none;
	font-weight: bolder;
}
ul#menu li a:hover
{
	color: #FFFFFF;
}
ul#menu li.last
{
	border-right: none;
}
ul#menu li.current
{
	background-color: #FFFFFF;
	background-image: none;
	border-left: none;
}
ul#menu li.current a
{
	color: #636363;
}

/* ------- LAYOUT ------- */

#top-container
{
	border-bottom: 8px solid #bababa;
	height: 130px;
}

#top-bar
{
	height: 25px;
	background-color: #474747;
}

#top-nav
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 3px;
}

#top-nav a
{
	color: #CCCCCC;
	text-decoration: none;
}

#top-nav a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

#top
{
	height: 106px;
	background-color: #636363;
}

#header
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#logo
{
	float: left;
	padding-top: 24px;
}

div#logo img
{
    width: 405px;
    height: 80px;
}

#main-container {
	background-color: #FFFFFF;
	border-bottom: 8px solid #bababa;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	padding-bottom: 28px;
}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#left-column {
	float: left;
	width: 613px;
	margin-right: 28px;
}

#right-column {
	float: left;
	width: 289px;
	margin-left: 22px;
	line-height: 20px;
}

#right-column li {
	margin-bottom: 8px;
}

#video {
	float: left;
	margin:  -7px -7px 10px -7px;
	width: 300px;
}

#portfolio {
	margin: 0px -8px 15px -8px;
	float: left;
	width: 603px;
	background-image: url(/App_Themes/Default/images/bg_portfolio.gif);
	background-repeat: no-repeat;
	height: 307px;
	padding: 13px;
}

#portfolio-main {
	margin: 0px -8px 15px -8px;
	float: left;
	width: 603px;
	background-image: url(/App_Themes/Default/images/bg_portfolio-main.gif);
	background-repeat: no-repeat;
	height: 397px;
	padding: 13px;
}

.portfolio-page {
	width: 627px;
	margin: -8px;
	font-size: 12px;
	line-height: 16px;
}

.portfolio-box {
	background-image: url(/App_Themes/Default/images/bg_porfolio.jpg);
	background-repeat: no-repeat;
	width: 181px;
	float: left;
	padding: 14px;
	margin-bottom: 8px;
}

.portfolio-box a {
	font-weight: bold;
}

.portfolio-box img {
	margin-bottom: 12px;
}

.small-nav {
	width: 175px;
	float: left;
}

.small-nav ul {
	margin-top: 0px;
	padding-left: 18px;
}

.small-nav li {
	margin-bottom: 10px;
	line-height: 18px;
}

.main-type {
	float: left;
	width: 374px;
}

.right-list {
	float: left;
	width: 230px;
	margin-left: 15px;
}

.main-list {
	float: left;
	width: 560px;
	margin-left: 15px;
}

.grey-box {
	color: #FFFFFF;
	background-color: #636363;
	font-weight: bold;
}

.pics {  
    padding: 0;  
    margin:  20px 0px 0px 0px;  
} 
 
.pics img {
    margin-top: 20px;
}

.small-list  {
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}

.small-list ul {
	padding: 0px;
	margin: 0px;
}

.small-list li {
	list-style-image: none;
	padding-bottom: 10px;
}

.side-quote
{
    display: block;
    background-color: #ECECEC;
    padding: 15px;
    width: 288px;
    height: 126px;
}

.pad-left
{
    padding-left: 15px;
}

.quote1
{
    padding-left: 226px;
}

.quote3
{
    padding-left: 88%;
}

.quote2
{
    padding-left: 4%;
}

.font18
{
    font-size: 16px;
}

.hide
{
    display: none;
}

h2#globe
{
    background: url(/App_Themes/Default/images/bt_website-design.gif) no-repeat left 5px;
    padding-left: 50px;
    height: 41px;
    padding-top: 0px;
}

h2#cart
{
    background: url(/App_Themes/Default/images/bt_e-commerce.gif) no-repeat left 5px;
    padding-left: 50px;
    height: 32px;
    padding-top: 0px;
}

h2#seo
{
    background: url(/App_Themes/Default/images/bt-seo.gif) no-repeat left 5px;
    padding-left: 50px;
    height: 40px;
    padding-top: 0px;
}

h2#email
{
    background: url(/App_Themes/Default/images/bt_email-marketing.gif) no-repeat left 5px;
    padding-left: 50px;
    height: 39px;
    padding-top: 0px;
}

h2#flash
{
    background: url(/App_Themes/Default/images/bt_flash.gif) no-repeat left 5px;
    padding-left: 50px;
    height: 39px;
    padding-top: 0px;
}

.dev-pad-left
{
    margin-left: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.quote
{
    background: url(/App_Themes/Default/images/quote.gif) no-repeat left 0px;
    padding-left: 25px;
    padding-top: 5px;
}

.main-quote
{
    display: block;
    background-color: #ECECEC;
    padding: 15px;
}

.bio
{
    float: left;
    padding: 15px;
}

.bio img
{
    float: left;
}

.bio div
{
    float: left;
}

.bio .name
{
    color: Orange;
    font-size: 24px;
}

.bio-pic
{
    background-image: url(/App_Themes/Default/images/bio_bg.png);
    background-repeat: no-repeat;
    width: 119px;
    height: 120px;
    margin-top: 15px;
}

.bio-pic img
{
    width: 103px;
    height: 103px;
    margin: 9px 0px 0px 8px;
}

.bio-text
{
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
    width: 445px;
}

.vm-image-box
{
	float: left;
	background-image: url('/images/vertical-markets/vm_shadow.jpg');
	height: 165px;
	width: 210px;
	text-align: center;
	margin: 0px 10px 40px 0px;
}

.vm-image-box img
{
	margin-top: 14px;
}

.vm-item
{
	width: 600px;
	float: left;
	margin-bottom: 20px;
}
.bold
{
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/*{padding: 0; margin: 0;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_window {  font: 12px Arial, Helvetica, sans-serif;  color: #333333;}#TB_secondLine {  font: 10px Arial, Helvetica, sans-serif;  color:#666666;}#TB_window a:link {color: #666666;}#TB_window a:visited {color: #666666;}#TB_window a:hover {color: #000;}#TB_window a:active {color: #666666;}#TB_window a:focus{color: #666666;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_overlay {  position: fixed;  z-index:100;  top: 0px;  left: 0px;  height:100%;  width:100%;}.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}.TB_overlayBG {  background-color:#000;  filter:alpha(opacity=75);  -moz-opacity: 0.75;  opacity: 0.75;}* html #TB_overlay { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_window {  position: fixed;  background: #ffffff;  z-index: 102;  color:#000000;  display:none;  border: 4px solid #525252;  text-align:left;  top:50%;  left:50%;}* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_window img#TB_Image {  display:block;  margin: 15px 0 0 15px;  border-right: 1px solid #ccc;  border-bottom: 1px solid #ccc;  border-top: 1px solid #666;  border-left: 1px solid #666;}#TB_caption{  height:25px;  padding:7px 30px 10px 25px;  float:left;}#TB_closeWindow{  height:25px;  padding:11px 25px 10px 0;  float:right;}#TB_closeAjaxWindow{  padding:7px 10px 5px 0;  margin-bottom:1px;  text-align:right;  float:right;}#TB_ajaxWindowTitle{  float:left;  padding:7px 0 5px 10px;  margin-bottom:1px;}#TB_title{  background-color:#e8e8e8;  height:27px;}#TB_ajaxContent{  clear:both;  padding:2px 15px 15px 15px;  overflow:auto;  text-align:left;  line-height:1.4em;}#TB_ajaxContent.TB_modal{  padding:15px;}#TB_ajaxContent p{  padding:5px 0px 5px 0px;}#TB_load{  position: fixed;  display:none;  height:13px;  width:208px;  z-index:103;  top: 50%;  left: 50%;  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{  z-index:99;  position:fixed;  top: 0;  left: 0;  background-color:#fff;  border:none;  filter:alpha(opacity=0);  -moz-opacity: 0;  opacity: 0;  height:100%;  width:100%;}
* html #TB_HideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{  clear:both;  border:none;  margin-bottom:-1px;  margin-top:1px;  _margin-bottom:1px;}