@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.techtom.net/
Description: Digital Architect & Consultant
Author: Tom Hill
Author URL: http://www.techtom.net

Copyright (c) Techtom

*/

/* Generic
---------------------------------------------------------------------------------*/
body	{
	padding: 0;
	margin: 0;
	background-image: url(../images/bg.gif);
	font: bold 13px "Courier New", Courier, monospace;
	color: #FFF;
}

img {
	border: none;
}

td {
	padding-top: 10px;
}

/* Typography
---------------------------------------------------------------------------------*/
h1 {
	font: bold italic 20px "Courier New", Courier, monospace;
	color: #FFF;
	margin: 0 0 40px 0;
}

h2 {
	font: bold 13px/1.5em "Courier New", Courier, monospace;
	color: #FFF;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

p {
	font: bold 13px/1.5em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	margin: 0;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #FFF;
}

a:hover {
	color: #333;
}

.contact_2 a:link, a:active, a:visited {
	color: #006699;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/bg_container.png) no-repeat;
}

#wrapper {
	width: 890px;
	margin: 0 auto 20px auto;
}

#header_left {
	float: left;
	margin: 50px 0;
	width: 315px;
	text-align: center;
}

#header_right {
	float: right;
	width: 575px;
	margin: 50px 0;
}

.title {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	font: bold italic 40px "Courier New", Courier, monospace;
	color: #6AD3F6;
	display:  inline-block;
}

#content {
	width: 850px;
	background: url(../images/bg_content.png) no-repeat;
	clear: both;
	padding: 40px 0 40px 40px;
}

.col {
	width: 243px;
	margin: 0 40px 40px 0;
	float: left;
}

.twitter {
	background: url(../images/bg_twitter.png) top right no-repeat;
	padding: 20px 0 20px 140px;
	margin: 20px 0 0 0;
	clear: both;
	min-height: 85px;
}

.twitter ul {
	margin: 0;
	padding: 0 0 15px 0;
}

.twitter li {
	list-style-type: none;
	padding-right: 20px;
	font: bold 17px/1.5em Arial, Helvetica, sans-serif;
	color: #FFF;
}

.feature {
	width: 345px;
	margin: 0 40px 0 0;
	float: left;
	background: #77D4F6 url(../images/bg_feature.jpg) no-repeat;
	padding: 20px;
	position: relative;
}

.feature h1 {
	margin: 0 0 20px 0;
}

.knowledge_link {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 200px;
}

.knowledge {
	background: #6BD3F7 url(../images/knowledge.jpg) right top no-repeat;
}

.contact_1, .contact_2 {
	width: 355px;
	float: left;
	padding: 40px;
}

.contact_1 {
	margin: 20px 20px 0 0;
	background: url(../images/bg_contact_1.png) no-repeat;
}

.contact_2 {
	margin: 20px 0 0 0;
	background: url(../images/bg_contact_2.png) no-repeat;
	height: 303px;
}

.contact_2 p {
	padding: 0 0 10px 0;
}

.contact_2 h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}



.icon1 {background: url(../images/icon1.gif) no-repeat;}
.icon2 {background: url(../images/icon2.gif) no-repeat;}
.icon3 {background: url(../images/icon3.gif) no-repeat;}

#footer {
	width: 890px;
	text-align: center;
	clear: both;
	padding: 10px;
	background-color: #FFF;
	color: #333;
	margin: 20px auto;
}

/* Form
---------------------------------------------------------------------------------*/

.field, .textbox {
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #AAA;
	padding: 5px;
	background-color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
}

.field {
	width: 250px;
}


/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
