html {
	min-height: 100.05%;
}

body { 
	text-align: center;
	color: #333;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	cursor: url(cursor.cur),url(cursor/cursor.cur),default;
}


p {
	margin-bottom: 0.8em;
	line-height: 1.5;
	color:#333333;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 0.03125em;
}

h1{
	font-size:2em;
	color:#26313d;
	font-weight:normal;
	padding-bottom:10px;
	}
	
h2{
	font-size:1.5em;
	color:#5e6b7a;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	padding-top:10px;
	}

#Hidden {display:none}


/* Header Images */
div.header-image-container {
	width: 990px;
	height: 568px;
	margin: auto;
	text-align:left;
}


ul {
	margin-bottom: 2em;
}

ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}


ul#portfolio li img{
	padding: 0px;
}
ul#portfolio{
	
}


/********** SERVICES ********/
ul.services{
	color:#0099d8;
	margin-top:10px;
	font-family:'Century Gothic', Arial, Verdana;
	font-size:1.2em;
}

ul.services li{
	background:url(../images/tick.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:5px;
}


.Site_Wrapper{width:990px; margin:auto; text-align:center}


.overlay{width:805px; height:53px; text-align:center;
position:absolute; color:#FFFFFF; padding:0px;
top:356px; margin-left:98px; z-index:10;}


.caption{font-size:10px; color:#999999; font-weight:bold;}

.tbl_technologies td{padding:8px 5px; color:#6b6b6b; font-weight:bold; font-size:0.9em;}
.tbl_technologies .alternate{background:#f8f8f8 url(../images/alternate_bg.jpg) repeat-x; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6}

.tbl_technologies img{padding:1px; border:1px solid #e7e7e7; margin-top:0px;}

.web_portfolio{float:left; width:350px; height:175px; margin-right:15px; border:1px solid #333333; background-color:#333333;}


/* PORTFOLIO LIST *****************************************************************************/

.portfolio_list, .portfolio_list ul {}
.portfolio_list li {width:745px; z-index:1; display:block; float:left; list-style-type: none; color:#26313d; padding-bottom:20px}
.portfolio_list li .portfolio_img{float:left; position:relative; width: 385px; height:173px; margin:0; padding:0; overflow:hidden}

.portfolio_list li .portfolio_overlay{position:absolute; left:30px; z-index:20; width:385px; height:173px; display:block; vertical-align:top; background:url(../images/overlay_lo.png)}

.portfolio_list li:hover { cursor:auto; color:#00aeef; }
.portfolio_list li:hover .portfolio_overlay{background:url(../images/overlay_hi.png) no-repeat top left;}



.portfolio_list .description{float:right; width:345px; padding:0 0 0 15px;}
.description .site_name{font-size:1.7em; margin:60px 0 0px; }
.description .site_link a{font-size:0.85em; color:#999999; padding-bottom:10px; text-decoration:none;}
.description .site_link a:hover{color:#00aeef;}


.description .project_details{font-size:1em; color:#333333}

ul#portfolio_slide li img{
	padding: 0px;
}

.clear{clear:both}

.content_area .footer{clear:both; border-top:1px dotted #999999; font-size:0.85em; text-align:center;}
.content_area .footer p{color:#999999; padding-top:10px}

	.footer a{color:#26313d; text-decoration:none; padding: 0 5px} 
	.footer a:hover{color:#515c68; text-decoration:underline} 

.hidden{display:none}

/****************** CONTACT US FORM ******************/

.tbl_contact{font-size:1em; color:#666666}
.tbl_contact td{padding:4px; border-bottom:1px solid #CCCCCC}
.tbl_contact .title{font-weight:bold}
.tbl_contact .textfield{width:30em; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; border:1px solid #999999;}
.tbl_contact .dropdown{width:30.7em; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; border:1px solid #999999;}
.tbl_contact .textarea{width:30em; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; border:1px solid #999999;}
.tbl_contact .btn{width:100px; padding:5px; margin:10px 0;}
