/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #ffffff;
}

a:link, a:visited { color: #d05c2d; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #990000; text-decoration: none; }


p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #999;
}

.text_rl {
	text-align: right;
}

.fl { float: left; }
.fr { float: right }

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	padding: 18px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(images/button_01.png) no-repeat;
}

.rc_btn_02 a {
	clear: both;
	float: right;
	display: block;
	width: 140px;
	height: 35px;
	padding: 17px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(images/button_02.jpg) no-repeat;
}

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #00214d;
	font-weight: bold;
}
/* end of footer */.header_01 p {
	font-weight: bold;
}

.header_02 {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 26px;
	color: #ea6a37;
}

.header_03 {
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fd4800;
}

#header_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/header_bg.jpg) repeat-x;
}

#header {
	width: 940px;
	height: 64px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}

#header #logo {
	float: left;
	width: 200px;
	height: 48px;
	background: url(images/logo.jpg) left top no-repeat ;
}

/* menu */

#header #menu {
	float: right;
    width: 700px;
	height: 48px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 38px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


#menu li a:hover, #menu li .current {
	position: relative;
	color: #00214d;
	background: url(images/menu_hover_right.jpg) bottom right no-repeat;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 48px;
	bottom: 0px;
	left: -7px;
	background: url(images/menu_hover_left.jpg) left bottom no-repeat;
}

/* end of menu */

/* banner */
#banner_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#banner {
	width: 980px;
	height: 265px;
	margin: 0 auto;
	background: #ffffff url(images/banner_bg.jpg) no-repeat;
}

#banner #banner_content {
	float: right;
	width: 435px;
	padding: 40px 0 0 0;
	margin-right: 80px;
}

#banner_content #banner_title {
	font-size: 24px;
	padding: 10px 0 35px 0;
}

#banner_content #banner_text {
	text-align: justify;
	font-size: 11px;
}
/* end of banner */

/* content top */
#content_top_wrapper {
	clear: both;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background: url(images/content_top_bg.jpg) repeat-x;
}

#content_top {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}

#content_top p {
	color: #000000;
}

/* end of content top */

/* content */

#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#content {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}

.content_col_w420 {
	width: 440px;
}

.service_box {
	width: 135px;
	height: 140px;
}

.testimonial_box_wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.testimonial_box {
	padding: 10px 20px;
	background: #e0e0e0;
	margin-bottom: 2px;
}

.testimonial_box a {
	font-size: 13px;
	font-weight: bold;
	color: #fd4800;
	text-decoration: none;
}
			  
.image_wrapper_01 {
	position: relative;
	width: 441px;
	height: 170px;
	background: url(images/frame_01.png) no-repeat;
}

.image_wrapper_01 img {
	position: absolute;
	width: 412px;
	height: 117px;
	top: 10px;
	left: 10px;
}

.section_w140 {
	width: 140px;
}

.section_w140 .project_icon {
	width: 135px;
	height: 140px;
	background: url(images/project_icon.jpg) no-repeat;
}

.section_w220 {
	width: 220px;
}

.section_w280 {
	width: 280px;
}

.section_w280 .future_project {
	margin: 0;
	padding: 0;
	list-style: none;
}

.future_project li {
	margin: 0 0 5px 0;
	padding: 0px;
}

.other_project_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.other_project_list li { 
	margin: 0 0 0 0;
	padding: 5px 0 3px 25px;
	background: url(images/list_icon.jpg) left center no-repeat;
}

.other_project_list li a {
	color: #333;
	text-decoration: none;
}

.other_project_list li a:hover {
	color: #990000;
}

/* end of content */

/* footer */

#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #12629d;
	border-top: 10px solid #ea6a37;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	background: #12629d;
	color: #ffffff;
}

#footer a {
	color: #e5b614;    
}

.normal_list {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: disc;
}

.normal_list li {
	padding: 3px 0;
	margin: 0;
}

#footer .normal_list li a {
	color: #ffffff;
	text-decoration: none;
}

.contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contact li {
	padding: 3px 0;
}
/*   image slide show    */

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	background-color: #FFF;
	visibility: hidden;
	list-style-type: none;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
	border: 5px solid #dddddd;
}
.caption {
	clear: both;
	padding: 5px;
	background-color: #FFF;
	color: #666666;
}
.example {
	position: relative;
	background-color:#FFFFFF;
	/*border:5px solid #CCCCCC;*/
	/*padding:1em;*/
	/*margin-bottom: 1em;*/
	width: 800px;
	height: 250px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	/*padding:1em;*/
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}