
/* DEFAULT SETTINGS */

body {
	__background-image: url("../img/bg_bee.gif"); 
	__background-repeat: repeat; 
	__background-position: top left;
	background-color: #f3f3f3;
	font-family: Arial,Helvetica,Verdana,sans-serif;;
	font-size: 12px;
	color: #333;
	border: 0px;
	text-align: center;
	height: 100%;
	line-height: 16px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }

table { border-collapse: collapse; border-spacing: 0; }

li { list-style-image: none; list-style-position: outside; list-style-type:none; list-style: none; }

*:focus { outline: f00; }

a { text-decoration: none; color: #3366CC; }

a:hover { text-decoration:none; _color: #225599; background-color: #D3E1FC; }


/* CSS  */

#mainbg {
	margin: 0 auto; 
	padding: 0px; 
	border: 0px; 
	text-align: left; 
	clear: both; 
	padding-bottom: 10px; 
}

.spacer { display: block; height: 10px; clear: both }

.spacer5 { display: block; height: 5px; clear: both }

.spacer2 { display: block; height: 2px; clear: both }

form { margin: 0px; padding: 0px; }

div { text-align: left; }

#header { width: 920px; margin-top: 0; margin-right: auto; margin-left: auto; padding-top: 22px; }

#nav { float: left; margin:6px 0px 0px 1px; list-style-type:none; }

#nav ul li { float:left; margin-left: 4px;}

.menu a { 
	font-size: 12px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	color: #333;
	text-transform: normal; 
	text-decoration: none;
	white-space: nowrap; 
	background-color: #FFF;
	padding: 4px 3px 0px 4px; 
}

.menu_active a {
	font-size: 12px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	color: #FFF;
	text-transform: normal; 
	text-decoration: none;
	white-space: nowrap; 
	background-color: #333; 
	padding: 4px 3px 0px 5px;
}

h1 a { 
	float: left;
	font-size: 22px;
	padding:2px 0px 0px 1px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-weight: normal;
	color: #333; 
	text-decoration: none; 
	white-space: nowrap;
	line-height: 20px;
	background-color: #FFF;

}

h1 a:hover { background-color: #FFF; }

#sublogo {
	font-size: 12px;
	padding:2px 0px 0px 2px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	color: #666; 
	text-decoration: none; 
	white-space: nowrap;
	background-color: #FFF;
}


/*  BODY */

#bodycontainer { 
	text-align: center; 
	width: 920px; 
	clear: both; 
	padding-top: 18px; 
	margin-right: auto; 
	margin-bottom: 10px; 
	margin-left: auto; 
}


/*  MAIN BODY & COLUMNS */

.col_1 { float: left; width: 230px; margin-right: 20px; }

.col_1on2 { float: left; width: 480px; margin-right: 20px; padding-bottom: 10px; background-color: #FFF; }

.col_2 { float: left; width: 420px; }

.col_3 { float: left; width:230px; margin-right: 20px; }

.col_3b { float: left; width:420px; } 

.topcol_gray { height: 4px; background-color: #000; margin-bottom: 5px; }

.box_content { padding: 5px; margin-bottom: 10px; background-color: #FFF; border-top: solid 2px #000; }

.box_project { background-color: #FFF; position: relative; }

.tech_info { 
	position: relative; 
	color: #666;
	background-color: fcfcfc;
	font-family: Arial, 'Helvetica Neue', helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 8px 5px 0px;
}

.tech_info a { 
	background-color: #333;
	color: #FFF;
	font-family: Arial, 'Helvetica Neue', helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px 4px 1px 0px;
}

.tech_info a:hover { 
	background-color: #3366CC;
	color: #FFF;
}

.project_link a { 
	background-color: #FFF;
	color: #3366CC;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 5px 4px 3px 4px;
	border: 1px solid #3366CC;
}

.project_link a:hover { 
	background-color: #3366CC;
	color: #FFF;
}

.p_category {
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px 4px 1px 4px;
	color: #333;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
}

.p_category:hover {
	background-color: #D3E1FC;
}

.message { text-align:center; padding: 55px 0px 95px 0px; font-size:11px; font-weight: bold; font-family: 'Helvetica Neue', helvetica, sans-serif; text-transform: uppercase; }

#loading { background:url(../img/loading.gif) center no-repeat; text-align:center; padding: 55px 0px 95px 0px; font-size:11px; font-weight: bold; display:none; font-family: 'Helvetica Neue', helvetica, sans-serif; }

#whatido { height: 260px; }
#latestprojects { height: 180px; }

.img_box { margin: 0px 0px 15px 0px; border-top: 1px solid #000;}

.txt_med {
	font-size: 14px; 
	line-height: 16px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	text-decoration: none; 
	color: #333;
}

a .txt_med {
	font-size: 14px; 
	line-height: 16px;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	text-decoration: none; 
}

.txt_big {
	font-size: 16px; 
	line-height: 20px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none; 
}


/* JQUERY CSS */
			
			.newproject{ 
				width: 190px; 
				height: 143px; 
				margin:10px 10px 5px 0px;
				background: #fff; 
				border: dashed 1px #333; 
				overflow: hidden; 
				position: relative; 
				float: left;
			}
			
			.newproject img{ 
				position: absolute; 
				top: 0;
				left: 0; 
				border: 0; 
				width: 190px;
				height: 143px;
			}
			
			.projectgrid{ 
				width: 144px; 
				height: 108px; 
				margin:10px 3px 5px 3px;
				background:#fff; 
				border: dashed 3px #FFF; 
				overflow: hidden; 
				position: relative; 
				float: left;
			}
			
			a:hover .projectgrid {
			 border: solid 3px #3366CC;
			}

			.projectgrid img{ 
				position: absolute; 
				top: 0; 
				left: 0; 
				border: 0; 
				width: 144px; 
				height: 108px;
			}
 				
