* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(../_images/pattern_101.gif);
	background-repeat: repeat;
	background-position: center top;
}


.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 764px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#header_ {
	float: left;
	clear: right;
	background-image: url(../_images/header.gif);
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 764px;
}

/* Navigation */
#nav {
	float: left;
	clear: right;
	width: 764px;
	background-image: url(../_images/nav_top_back.gif);
	background-position: left top;
	height: 44px;
	background-color: #FFFFFF;
}

#home_ {
	float: left;
	clear: right;
	margin-left: 135px;
	margin-top: 19px;
}

#portfolio_ {
	float: left;
	clear: right;
	margin-top: 19px;
}

#services_ {
	float: left;
	clear: right;
	margin-top: 19px;
}

#company_ {
	float: left;
	clear: right;
	margin-top: 19px;
}

#contact_ {
	float: left;
	clear: right;
	margin-top: 19px;
}

#blog_ {
	float: left;
	clear: right;
	margin-top: 10px;
	margin-left: 30px;
}

/* Content */
#liquidcontent_ {
	width: 674px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}

#content_ {
	padding: 0px;
	width: 764px;
}

#content_ h1 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 110%;
	color: #FF9900;
	position: static;
	background-image: url(../_images/horizontal_dots.gif);
	background-position: 67px bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 70px;
	margin-bottom: 5px;
	}
	
#content_ h2 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 110%;
	color: #FF9900;
	position: static;
	background-image: url(../_images/horizontal_dots.gif);
	background-position: 67px bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 70px;
	margin-bottom: 5px;
	}
	
#content_ p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 620px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 72px;
	padding-bottom: 0;
	padding-left: 72px;
	}
	
.imgleft {
	float: left;
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.imgright {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
	#content_ ul {
	padding: 0 0 0 50px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 80%;
	line-height: 16px;
	list-style-position: inside;
	list-style-type: square;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	}
	
#content_ hr {
	margin: 0 0 1em;
	padding: 0 0 0 50px;
	border-top: thin dotted #999999;
	border-right: thin none #999999;
	border-bottom: thin none #999999;
	border-left: thin none #999999;
	}
	
#content_ a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}

#content_ a:hover {
	color: #FF9900;
	text-decoration: none;
}

.img_in_progress {
	background-color: #CCCCCC;
	/*border: thin solid #000000;*/
	margin-top: 10px;
	margin-right: 18px;
}

.img_portfolio {
	background-color: #CCCCCC;
	/*border: thin solid #000000;*/
	margin-top: 10px;
}

#portfolionav {
	float: right;
	width: 150px;
	FONT: 11px/21px "lucida grande", verdana, sans-serif;
	color: #333333;
	margin-top: 160px;
	text-align: center;
}

#portfolionav a {
	color: #000000;
	text-decoration: underline;
	}

#portfolionav a:hover {
	color: #666666;
	text-decoration: underline;
}
	
/* Footer */
#footer_ {
	float: none;
	clear: none;
	width: 764px;

}
#footer2 {
	float: none;
	clear: none;
	width: 764px;
	background-image: url(../_images/Web_new_16.gif);
	height: 68px;
}

#validleft {
	float: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 25px;
}

#validright {
	float: right;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 7px;
}
/* Form */
#formcss_ {
	padding: 0px;
	width: 764px;
}

#formcss_ p{
	margin: 0 0 1em;
	padding: 0 0 0 140px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 90%;
	width: 450px;
	line-height: 21px;
	border-top: 1px dashed gray;
	height: 1%;
	clear: left;
}

#formcss_ label{
font-weight: bold;
float: left;
margin-left: 140px; /*width of left column*/
width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#formcss_ input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#formcss_ textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.rightalign {
	float: right;
	padding-left: 15px;
}
.keywords_txt {
	font-size: 10px;
	color: #CCCCCC;
}
