/** tags                        **/
body {
	background: url(../images/bg-gradient-3.png) repeat-x top #E9E9E9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}


a {
	outline:none;
	
}

h1 {
	font-size:32px;
	font-weight:bold;
	margin:20px 0;
}

h2 {
	font-weight:bold;
	font-size:22px;
	margin:20px 0;
}

h3 { 
	font-weight:bold;
	font-size:20px;
	margin:15px 0;
}

p { 
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
}

/** universal classes           **/

.right { float:right;}
.left { float:left;}

img.right { margin-left:8px;}
img.left { margin-right:8px;}


/** custom selectors and classes**/

.container {
	width:960px;
	margin:0 auto;
}

#header {
	margin:0 10px;
	position:relative;
}

#logo { overflow:auto; position:relative;}

#logo img{
	padding-top:10px;
	padding-bottom:10px;
}

#logo small {
	display:none;
	color:#aaa;
	font-size:12px; 
	position:absolute; 
	bottom:0;
	right:10px;
	font-style:italic;
	border-bottom:1px dotted #aaa;
}

a#logo:hover small {
	display:block;
	
	
}

#header ul {
	position:absolute;
	top:0;
	left:320px;
	height:40px;
}

#header li {
	display:block;
	float:left;
	margin:0 ;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}

#header li  a {
	padding:10px 39px;
	color:#333;
	font-size:16px;	
	margin:0 auto;
}

#header li a:hover {
	color:#0098FD;
	text-decoration:none;
	padding-top:30px;
}



#header li small {
	display:none;
}

#header li:hover {
	/*background:#0098FD;*/
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

#header li:hover small{
	display:block;
	font-size:12px;
	color:#dedede;
	margin:0 auto;
	
}

li#current {
	/*background:#0098FD;*/
	background:#003C64;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

li#current a {
	color:white;
}

li#current small {
	display:block;
	font-size:12px;
	color:#dedede;
	height:18px;
}

li#current a:hover {
	color:white;
}

li#current:hover  small {color:#dedede;}

#content {
	margin:25px 10px 0;
	overflow:auto;
}

#content strong {
	color:#0098FD;
	font-weight:bold;
}

#content a {
	color:#003C64;
	text-decoration:none;
	padding:1px;
	padding-bottom:0;
	border-bottom:1px solid #003C64;
}


#content a:hover {
	color:white;
	background:#003C64;
}

#content input, #content label, #content textarea, #content button {
	display:block;
	padding:3px;
}

#content label { padding-left:0 }
#content input, #content textarea {
	margin-bottom:10px;
}

#content textarea { 
	width:500px;
	height:150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content label small {
	font-size:10px;
	color:#999;
}

.home {
	background: url(../images/screens-2.jpg) top no-repeat;
}

.home h1 {
	padding-top:30px;
	margin-bottom:0;
	margin-left:80px;
	
}

.home h2 { 
	margin-top:0;
}

#home-points {
	margin-left:80px;
	font-size:32px;
}

#home-points li {
	background:url(../images/check.png) left no-repeat;
	background-position: 0 .4em;
	margin:9px 0;
	padding-left:25px;
}

a#work-with-us {
	margin-top:50px;
	margin-right:80px;
	float:right;
	border:0;
}

a#work-with-us:hover {
	background:none;
}

.main-box {
	margin-top:100px;
	width:300px;
	float:left;
	margin-right:19px;
	border-right:1px solid #ccc;
	height:192px;
}

.main-box p {
	line-height:20px;
	margin-bottom:10px;
}

.main-box span {
	display:block;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

.main-box li {
	margin:10px 0;

}

.main-box a {
	padding-left:1px;
}

.main-box li a {
	line-height:22px;
	font-weight:bold;
}
/** projects  				**/
.project-box {
	width:220px;
	margin:0;
	padding:0;
	margin-right:100px;
	margin-bottom:25px;
	display:block;
	float:left;
}

#content .project-box a {
	font-weight:bold;
}

#content .project-box  img {
	background:none;
	margin-top:15px;
	width:200px;
	border:0;
}

/** sidebar 				**/
#sidebar {
	width: 300px;
	float: right;
	margin-left:60px;
	text-align:center;
}

#sidebar span {
	display:block;
	color:#0098FD;
	font-weight:bold;
	font-size:18px;
	margin-top:0;
	margin-bottom:20px;
}

#sidebar blockquote {
	font-style:italic;
	font-size:13px;
	text-align:left;
	line-height:16px;
	margin-bottom:20px;
	color:#666;
}

#sidebar blockquote span {
	display:block;
	clear:left;
	margin-top:2px;
	color:#888;
	font-size:14px;
}

#sidebar p {
	text-align:left;
	font-size:12px;
	margin-bottom:30px;
}

#sidebar ul {
	margin-bottom:25px;
}

#sidebar li {
	font-size:12px;
	text-align:center;
	margin:8px;
	
}

#sidebar li strong {
	font-size:14px;
	color:#003C64;
}

#sidebar li span {
	font-style:italic;
	color:#666;
	font-size:12px;
	font-weight:normal;
}

#footer {
	margin-top:50px;
	height:300px;
	background:#333;
	border-top:2px solid #0098FD;
	color:white;
	position:relative;
}

a#twitter {
	background:url(../images/twitter.jpg) top;
	position:absolute;
	top:-24px;
	height:26px;
	display:block;
	width:30px;
	right:10px;
	text-indent:-9999px;
}

a#twitter:hover {
	/*background-position:0 35px;*/
}


#footer-content {
	margin:5px 10px 0;
	overflow:auto;
}

.footer-box {
	margin-top:20px;
	width:220px;
	float:left;
	margin-right:20px;
}

.footer-box input, .footer-box textarea {
	padding:5px 3px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:210px;
	font-size:12px;
	background:#bbb;
	color:#003C64;
}

.footer-box input:focus, .footer-box textarea:focus {
	background:#eee;
	color:black;
}

.footer-box button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:0 8px;
	height:29px;
	color:#eee;
	border:1px solid #EFEEEB;
	border-right:1px solid #7E7B76;
	border-bottom:1px solid #7E7B76;
	background:url(../images/button-bg.png) repeat-x;
	outline:none;
}

.footer-box button:focus {
	margin-top:1px;
}

.footer-box button, .footer-box small {
	float:left;
	vertical-align:middle;
}

.footer-box small {
	float:right;
	margin-left:15px;
	margin-top:5px;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:0 6px 0 0;
	background:#dedede;
	color:#222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.footer-box small span {
	height:20px;
	line-height:20px;
	padding:3px;
	background:#777;
	color:white;
	font-size:12px;
	font-weight:bold;
}



.footer-box strong {
	color: #0098FD;
}

.footer-box span {
	width:220px;
	font-size:18px;
	letter-spacing:1.1px;
	text-transform:uppercase;
}

.footer-box hr {
	margin-top:6px;
	border:0;
	border-bottom:1px solid #454545;
}

.footer-box p {
	color:#cccccc;
	margin-bottom:10px;
}

.footer-box p a:link {
	color:white;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:1px;
}

.footer-box p a:visited {
	color:#efefef;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:1px;
}

.footer-box p a:hover {
	background:white;
	color:#333;
}
.footer-box p a img {
	vertical-align:middle;
	border:0;
	padding:1px;
	text-decoration:none;
}

a#rss { border:0; }

a#rss:hover {background:none;}


.final {
	margin-right:0;
	border-right:0;
}