@charset "utf-8";
/* CSS Document */
BODY
{
	font-family: "Myriad Pro";
	color: #FFF;
	font-size: 14px;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
a
{
	color: #FFF;
	text-decoration: none;
}
a:hover
{
	color: #CCC;
}
.header
{
	position: relative;
	min-width: 1000px;
	height: 132px;
}
.header #logo
{
	padding: 5px;
}
.header #menu
{
	position: absolute;
	width: 300px;
	height: 30px;
	bottom: 0px;
	left: 700px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.header #menu li
{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 24px;
}
.center_wrapper
{
	position: relative;
	min-width: 1000px;
	background-color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.center_wrapper #top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	min-width: 1000px;
	background-image: url(images/center_fade_top.jpg);
	background-repeat: repeat-x;
}
.center_wrapper #bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	min-width: 1000px;
	background-image: url(images/center_fade_bottom.jpg);
	background-repeat: repeat-x;
}
.center_wrapper #content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	min-height: 560px;
	font-size: 18px;
}
.service_content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 1350px;
	font-size: 18px;
}
.project_flow
{
	position: relative;
	width: 800px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.project_flow li
{
	float: left;
	text-align: center;
	font-size: 24px;
	color: #ffcc00;
}
#light_bulb
{
	position: relative;
	float: right;
	top: -7px;
}
#footer_1
{
	position:relative;
	float: left;
	height: 100px;
	width: 190px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-align: right;
	font-size: 12px;
}
#footer_2
{
	position:relative;
	float: left;
	height: 100px;
	width: 790px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}
.footer_menu
{
	position: relative;
	width: 75px;
	float: right;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.footer_menu a
{
	color: #ffcc00;
}
.footer_menu li
{
	float: right;
	text-align: center;
	color: #ffcc00;
}
.left
{
	position: relative;
	width: 500px;
	float: left;
}
.right
{
	position: relative;
	width: 500px;
	float: left;
}
.services
{
	position: relative;
	width: 480px;
	float: left;
	margin-top: 15px;
}
.label
{
	position: relative;
	width: 100%;
	float: left;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}
.description
{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	width: 460px;
	float: left;
}
.contact_message
{
	position: relative;
	width: 600px;
	left: 200px;
}
.contact_confirm
{
	position: relative;
	width: 600px;
	left: 200px;
	top: 150px;
	font-size: 36px;
}
.contact_form
{
	position: relative;
	width: 400px;
	height: 525px;
	left: 200px;
}
.contact_form label
{
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.contact_form #send
{
	position: relative;
	width: 50px;
	float: left;
	text-align: center;
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
}
.contact_form input
{
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 5px;
	cursor: pointer;
}
.contact_form textarea
{
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 5px;
}
