body {
	margin: 0px; 
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #313131;
}
a:link {  
   color: #4688DA;
   font-weight: none;
   text-decoration: none;
} 
a:active { 
   color: #4688DA;
   font-weight: bold;
   text-decoration: none;
} 
a:visited { 
   color: #4688DA;
   font-weight: none;
   text-decoration: none;
} 
a:hover { 
   color: #EA921E; 
   font-weight: none;
   text-decoration: underline;
}
.testing {
	width: 900px;
	height: 100px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	padding: 0px;
	text-align: center;
}
.menucat {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.menu {
	padding: 5px;
	text-align:center;
	background-color: #313131;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #222;
}

.sidebar {
	text-align: center;
	font-size: 10px;
	color: #313131;
}
.sidebar a:link, a:visited, a:active {
	color: #313131;
	text-decoration: none;
}
.sidebar a:hover {
	color: #4688DA;
	text-decoration: underline;
}
.sidebar img{
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px;
	background-image: url('images/image_holder.png');
}
.left {
	vertical-align: top;
	text-align: left;
}
.right {
	vertical-align: top;
	text-align: right;
}
.center {
	text-align: center;
}

.header {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 750px;
	text-align: center;

}
.homecontent {
	background: #FFF;
	background-image: url('images/gears_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #000;
	padding-bottom: 10px;
	padding: 10px;
}


.servicespage {
	
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 750px;
	color: #313131;
	font-size: 14px;
	text-align: center;
}
.servicespage b {
	color: #CC0000;
}
.portfolio {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}
.portfolio img {
	border: 2px solid #313131;
}
.footer {
	background-color: #313131;
	background-image: url('images/footer_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #222;
	margin: 0px;
	padding: 10px;
	font-size: 10px;
	color: #616161;
	text-align: center;
}
.keywords {
	background-color: #555;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	color: #CCC;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #333;

}
.keywords a:link, a:visited, a:active {
	color: #CCC;
	text-decoration: none;
}
.keywords a:hover {
	color: #4688DA;
	text-decoration: underline;
}


.pagecontainer {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 750px;
	font-size: 14px;
	color: #313131;
	text-align: center;
}
.pagecontainer b {
	color: #CC0000;
}
textarea, input, select {
	font-size: 14px;
	padding: 4px;
	font-family: Verdana, arial;
	border: 1px solid #CCC;
}
.inputbtn {
	border: 0px;
}

textarea {
	background-repeat: no-repeat;
	background-position: bottom right;
}


.testimonial {
	width: 650px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #bbe1f9;
	border: 1px solid #8dc6ec;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	color: #000;

}
.testimonial a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.testimonial a:visited { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
} 
.testimonial a:hover {
	color: #4688DA;
	text-decoration: underline;
}
.viewpage {
	width: 100%;
	hieght: 100%;
	text-align: center;
	vertical-align: center;
	padding: 5px;
	color: #fff;
}
