@charset "utf-8";

* { margin: 0; padding: 0;}
img { border:none;}

a{ text-decoration: underline; color:#666666;}
a:hover{ text-decoration: none;}
a:focus{ outline:none;}

h1,h2,h3 { padding-bottom: 12px;}
h1{ font-size: 18px; color:#000000;}
h2{ font-size: 14px; font-weight: normal;}
h3{ font-size: 12px;}

p{ padding-bottom: 12px;}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-color:#000000;}

/* structure */

#container {
	width:955px;
	margin: 0 auto;
	}

#header{
	height: 150px;
	}
#logo {
	padding-top:5px;
	text-align: center;
	margin: 0 auto;
}	
#logo h2 a{
	display: block;
	text-indent: -3000px;
	height: 70px;
	width:282px;
	background:url(../images/focus-logo.jpg);
	padding-bottom: 0px;
	margin: 0 auto;
	}
#logo h2 {
	text-align: center;
}
.nav { padding-top: 5px;} #header .nav { width: 950px; clear: both;}
.nav ul { list-style: none; }
.nav li { float:left;}
.nav a { text-decoration: none; color: #999999; padding: 0 7px;}
	.nav a:hover { color: #CCCCCC;}
	#primary-nav { font-size: 18px; font-weight: bold; padding-bottom:5px; padding-left: 60px;}
	#primary-nav li { background: url(../images/list-bullet.gif) right center no-repeat; padding-right: 7px;}
	#primary-nav li.last { background: none; padding-right: 0px;}
	#secondary-nav { padding-top: 5px; clear: both; padding-left: 150px;}
	#secondary-nav li { background: url(../images/list-bullet.gif) right center no-repeat; padding-right: 5px;}
	#secondary-nav li.last { background: none; padding-right: 0px;}

#banner{}

#wrapper {
	border: 1px solid #c6c8ca;
	padding: 5px 8px;
	}
	
	#wrapper ul, #wrapper ol { padding: 0 0 12px 20px;}
	#singlecol { background-color:#FFFFFF; padding: 20px;}
	#leftcol { width: 403px; height: 517px;}
	#rightcol { width: 484px; height: 497px; background-color: #FFFFFF; padding: 20px 20px 0px 20px;}
	
	#leftcol2 { width: 586px; height: 517px;}
	#rightcol2 { width: 301px; height: 497px; background-color: #000000; padding: 20px 20px 0px 20px;}
	#rightcol2 h1, #rightcol2 h2, #rightcol2 h3, #rightcol2 p { color: #CCCCCC;}
	
#footer {
	text-align: right;
	font-size: 10px;
	padding: 3px;
	color: #CCCCCC;
	}
#footer p { padding: 0px;}


/* universal classes */

.small {}
.default {}
.large {}

.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.formstyle { border:1px solid #999999; padding: 2px; width: 200px;}
.formstyle2 { border:1px solid #999999; padding: 2px;}
.formtable td { padding: 2px;}

#rightcol ul.list-portfolio { padding-left:0px;}
.list-portfolio { list-style: none; }
.list-portfolio li { float:left; height: 75px; width: 75px; padding: 0 5px 5px 0;}
.list-portfolio li.last { /* padding: 0 0px 4px 0; */}

.img-left { float:left; padding-right: 10px;}
.img-right { float:right; padding-left: 10px;}

.testimonial { padding: 10px; border: 1px solid #d4d4d4; padding: 10px; margin-bottom: 10px;}
.developed { color: #999999;}
.developed a { color: #999999; text-decoration: none;}
.developed a:hover { color: #999999; text-decoration: underline;}

.list-portfolio li a img {
	width: 75px;
	height: 75px;
}

.disclaimer { font-size: 10px; color: #999999;}
