body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------*/

#content {
	top: 20px;
	position: relative;
	background: #FFF;
	margin: 0 auto 0 auto;
	width: 600px;
}

#sub_content_one {
	position: relative;	
	width: 100%;
	background: #0089d0 url(../images/border_left_top.png) no-repeat;
	background-position: top left;
}

#sub_content_two {
	position: relative;	
	width: 100%;
	background: url(../images/border_right_top.png) no-repeat;
	background-position: top right;
}

#sub_content_three {
	position: relative;	
	width: 100%;
	background: url(../images/border_right_bottom.png) no-repeat;
	background-position: bottom right;
}

#sub_content_four {
	position: relative;	
	width: 100%;
	background: url(../images/border_left_bottom.png) no-repeat;
	background-position: bottom left;
}

#header {
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}

#header_content {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 5px;
}

#header_content h1 {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-size: 25px;
	color: white;
}

#header_content_list {
	width: 50%;
	position: relative;
	float: right;
	margin-top: 5px;
}

#header_content_list ul {
	list-style-type: none;
	width: 100%;
	font-size: 14px;
	margin: 0 auto 0 auto;	
	padding: 0;
	line-height: 25px;
}

#header_content_list ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#header_content_list ul li a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	display: block;
	width: 150px;
	float: left;
	color: white;
}

#header_content_list ul li a:hover {	
	color: yellow;
}

#text_content {
	width: 100%;
	position: relative;
}

#text_content span {
	margin-left: 10px;
	color: white;
	font-size: 12px;
}

#content_sections {
	width: 100%;
	position: relative;
	background: #FFF;
	top: 10px;
}

#content_sections_one {
	width: 100%;
	position: relative;
	background: #efefef url(../images/border_left_top_content.png) no-repeat;
	background-position: top left;
}

#content_sections_two {
	position: relative;
	width: 100%;
	background: url(../images/border_right_top_content.png) no-repeat;
	background-position: top right;
}

#content_sections_three {
	position: relative;
	width: 100%;
	background: url(../images/border_right_bottom_content.png) no-repeat;
	background-position: bottom right;
}

#content_sections_four {
	position: relative;
	width: 100%;
	background: url(../images/border_left_bottom_content.png) no-repeat;
	background-position: bottom left;
}

#header_sections {
	position: relative;
	width: 95%;
	margin: 0 auto 0 auto;
	border: 1px solid #efefef;
}

#header_sections h1 {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #333333;
	font-size: 14px;
}

#header_sections h1 a {
	text-decoration: none;
	color: #333333;
}

#header_sections h1 a:hover {
	color: #a5a5a4;
}

#works {
	position: relative;
	width: 95%;
	margin: 0 auto 0 auto;
}

#section_works {
	position: relative;
	width: 100%;
	border: 1px solid #dfdfdf;
	margin: 0 auto 0 auto;
	background: #FFF;
}

#first_web {
	position: relative;
	width: 50%;
	float: left;
}

#first_web img {
	border: 1px solid #ededed;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#first_web ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#first_web ul li {
	text-align: left;
}

#second_web {
	position: relative;
	width: 50%;
	float: left;
}

#second_web img {
	border: 1px solid #ededed;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#second_web ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#second_web ul li {
	text-align: left;
}

#contact_section {
	width: 100%;
	position: relative;
	background: #FFF;
	top: 20px;
}

#contact_section_one {
	width: 100%;
	position: relative;
	background: #999999 url(../images/border_left_top_contact.png) no-repeat;
	background-position: top left;
}

#contact_section_two {
	position: relative;
	width: 100%;
	background: url(../images/border_right_top_contact.png) no-repeat;
	background-position: top right;
}

#contact_section_three {
	position: relative;
	width: 100%;
	background: url(../images/border_right_bottom_contact.png) no-repeat;
	background-position: bottom right;
}

#contact_section_four {
	position: relative;
	width: 100%;
	background: url(../images/border_left_bottom_contact.png) no-repeat;
	background-position: bottom left;
}

#contact_header_sections {
	position: relative;
	width: 95%;
	margin: 0 auto 0 auto;
	border: 1px solid #999999;
}

#contact_header_sections h1 {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #FFF;
	font-size: 14px;
}

#contact_header_sections h1 a {
	text-decoration: none;
	color: #FFF;
}

#contact_header_sections h1 a:hover {
	color: #555555;
}

#contact {
	position: relative;
	width: 95%;
	margin: 0 auto 0 auto;
}

#contact_data {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
}

#contact_data p {
	margin: 0;
	padding: 0;
	color: #e1eee1;
	font-size: 12px;
}

#contact_email {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	margin-top: 10px;
}

#contact_email span {	
	color: #FFF;
	font-size: 12px;
}

#footer {
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	margin-top: 30px;
}

#footer p {
	color: gray;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.des {
	color: #ff8d20;
	font-size: 12px;
	font-weight: bold;
}

.subdes_list {
	color: #0689d0;
	font-size: 11px;
}

.subdes_list_sub {
	color: #999999;
	font-size: 10px;
}

.clear {
	clear: both;
}

.bottom_subtittle {
	position: relative;
	width: 100%;
	height: 5px;
}

.bottom {
	position: relative;
	width: 100%;
	height: 20px;
}

