body {
	margin:0px;
	padding:0px;
	color: #666666;
	font-family: Georgia, Geneva, sans-serif;
	font-size:13px;
	line-height:1.7em; 
	background: #ffffff url(images/bg_bodyx.jpg) top repeat-x;
}

a:link, a:visited { color: #7E98C5; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #ba0808; text-decoration: none;}

a:hover {
	color: #ba0808;
	text-decoration:none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 { font-size: 24px; color: #ba0808; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; color: #ba0808; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #7E98C5; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #7E98C5; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #ba0808; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 8px;
	border: 1px solid #000;
	background: #0f1115;
}

.fl_image{
	float: left;
	margin-right: 30px 
}

.fr_image{
	float: right;
	margin-left: 20px 
}
.fl { float: left; }
.fr { float: right; }

.margin_r40 { margin-right: 40px; }

.margin_r20 { margin-right: 20px; }

.margin_r80 { margin-right: 80px; }

.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #fff; }

.button a {
	clear: both;
	display: block;
	width: 66px;
	height: 24px;
	padding: 3px 30px 0 2px;
	background:	url(images/button.png) no-repeat;
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #666;
	background: url(images/button_hover.png) no-repeat;
}

/* alert */


.warning {
background: #fff6bf url(images/warning_48.png) 15px 50% no-repeat;
text-align: left;
padding: 5px 20px 5px 85px;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
width: 300px;
min-height: 60px;
}

/* end alert */

/* header */

#header_bar_wrapper {
	width: 100%;
	height: 83px;
	margin: 0 auto;	
	background:  url(images/header_bg_wrapper.jpg) repeat-x top;
	border: 0px dotted black;
}

#header_bar {
	width: 940px;
	height: 83px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/header_bg.jpg) no-repeat top;
border: 0px dotted red;
}

#header {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px dotted black;
}

/* menu */

#header_bar #menu {
	float: right;
	width: 530px; /* no of menu item * 90 */
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	border: 0px dotted red;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 33px;
	padding: 6px 20px 0 20px;
	margin: 0 0 0 10px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
	outline: none;
	background: url(images/menu_bg_rightx.jpg) center right no-repeat;
}

#menu ul li a:hover, #menu ul .current {
	color: #ba0808;
	background: url(images/menu_hover.png) bottom center no-repeat;
}

#menu p { float: right; margin-top: 5px; }

#menu p a { display: inline-block; float: left; margin-left: 20px; }

/* end of menu*/

/* banner */

#banner_wrapper {
	width: 100%;
	height: 280px;
	margin: 0 auto;
	background: #ffffff;
	/*background: url(images/banner_bg_wrapper.jpg) no-repeat center top;*/
	border: 0px solid red;
}

#banner {
	width: 960px;
	height: 280px;
	padding: 0px;
	margin: 0 auto;
	background: #ffffff;
	/*background: url(images/banner_bg.jpg) no-repeat center top;*/
	border: 0px solid green;
}

#img_frame {
	float: left;
	width: 380px;
	height: 280px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(images/banner_img_framex.png) no-repeat;
	border: 0px solid black;
}

#cs_article {
  float:right;
  width: 400px;
  height: 280px;
  background: none;
  padding: 20px 70px 0px 0px;
  border: 0px solid red;
}

#cs_article h1 {
	color: #ba0808;
	font-size: 24px;
	line-height: 30px;
	padding-top: 14px;
}

#cs_article p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	/*padding: 14px;*/
}

/* end of banner */

/* buttons */

#butn ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#butn ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#butn ul li a {
	position: relative;
	float: left;
	display: block;
	width: 125px;
	height: 42px;
	padding: 6px 20px 0 0px;
	margin: 0 0 0 0px;
	font-size: 14px;
	font-family:georgia,garamond,serif;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
	outline: none;
}

#butn ul li.learnmore a {
	color: #666666;
	background: url(images/butn_learnmore.gif) no-repeat;
}

#butn ul li.learnmore a:hover {
	color: #ba0808;
	background: url(images/butn_learnmore_on.gif) no-repeat;

}

.button_02 a {
	position: relative;
	float: right;
	width: 109px;
	height: 33px;
	display: block;
	padding: 13px 0 0 0;
	background: url(images/button_02.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.button_02 a:hover {
	color: #311c0c;
}


/* end of buttons */

/* content */

/*#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
}*/

#content_wrapper_outer {
	width: 100%;
	background: url(images/content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

#content_wrapper_inner {
	width: 100%;
	background: url(images/content_bottom.jpg) bottom repeat-x;	
}

#content_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	border: 0px dotted red;
}

.box_01_wrapper {
	float: left;
	width: 326px;
	padding: 0 2px;
}

.box_01_bg {
	background: url(images/vertical_divider.png) right top no-repeat;
}

.box_01 {
	min-height: 130px;
	padding: 30px 28px; 
	background: url(images/box_bg.png) no-repeat top center;
}

.box_01 h5 {
	margin-bottom: 20px;
}

.box_01 p {
	margin-bottom: 10px;
}

/* content */

#content {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	background: url(images/bg_contentx.jpg) repeat-x top;
	border: 0px dotted green;
}

.content_custom {
	width: 960px;
	margin: 0 auto;
	padding: 20px 20px;
	/*border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;*/
}

.content_860 {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
	/*border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;*/
	border: 0px dotted red;
}

#content #main_content {
	float: left;
	width: 580px;
	border: 0px dotted black;
}

/* services - home page */
	
#services_wrapper {
	clear: both;
	width: 100%;
	height: 228px;
	margin-bottom:20px;
	border-bottom: 0px dashed #666;
	/*background: url(images/services.jpg) repeat-x;*/
}

#services {
	width: 930px;
	height: 158px;
	margin: 0 auto;
	padding: 25px 10px 25px 20px;
	margin-bottom: 10px;
	border: 0px solid red;
}

.services_box {
	float: left;
	width: 265px;
	padding: 0 25px 0px 20px;
	background: url(images/vertical_divider.png) no-repeat center right;
	border: 0px solid white;
}

.services_box_first {
	float: left;
	width: 265px;
	padding: 0 25px 0px 0px;
	background: url(images/vertical_divider.png) no-repeat center right;
	border: 0px solid white;
}

.services_box_last {
	float: left;
	width: 265px;
	padding: 0 25px 0px 20px;
	background: none;
}

/* end of home page services */

/* services section */

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #0f1219;
	background: url(images/hor_divider.jpg) repeat-x bottom;
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .left {
	float: left; 
	width: 150px;
}

.services_section .left img {
	border:1px solid #CCC;
	padding: 5px;
}

.services_section .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .right {
	float: right; 
	width: 400px;
	border: 0px dotted red;
}

/* end of services section */


.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/divider.jpg) bottom repeat-x;	
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .right {
	float: right; 
	width: 150px;
}

.post_content .right img {
	width: 140px;
	height: 140px;
}

.post_content .right img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .left {
	float: left; 
	width: 380px;
}

.post_section p {
	text-align: justify;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

/* gallery */

#gallery {
		width: 930px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 9px;
		margin: 0 20px 20px 0;
		background: #1b1f29;
		border: 1px solid #000;
	}
	#gallery ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 10px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 150px;
}

#contact_form form .submit_btn {
	cursor: pointer;
	width: 80px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ba0808;
	border: none;
	background: url(images/button.png) no-repeat;
}

.product_box {
	float: left;
	width: 210px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

.thumb_wrapper {
	width: 198px;
	height: 158px;
	padding: 6px;
	background:  url(images/thumb_frame.png) no-repeat;
}

product_box .thumb_wrapper img {
	width: 198px;
	height: 146px;
}

.product_box a {
	text-decoration: none;
}

.product_box a:hover {
	text-decoration: none; 
}

.product_box h3 {
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-size: 14px;
	color: #ac5d08;
	border-top: 1px solid #fff;
	background: url(images/product_box_title_bg.jpg) repeat-x;
}

.product_box p {
	color: #666666;
	font-weight: normal;
}

.product_detail_right {
	float: right;
}

.product_detail_right .product_img_wrapper {
	display: block;
	width: 502px;
	/*height: 532px;*/
	padding: 7px; 
}

.product_detail_right .product_img_wrapper img {
	border: 1px solid #666666;
	width: 500px;
	/*height: 500px;*/
}

.product_detail_left {
	float: left;
	width: 300px;
}

.product_detail_left h3 {
	font-size: 16px;
	color: #333333;
}

/* end of content */

#content #sidebar {
	display: inline;
	float: right;
	width: 260px;
}

/* sidebar */

#request_a_quote {
	
	margin-bottom: 60px;
	
}

#request_a_quote form {
	margin: 0;
	padding: 0;
}

#request_a_quote label {
	color: #fff;
}

.quote_input {
	height: 20px;
	width: 260px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#submit_btn {
	float: right;
	cursor: pointer;
	width: 180px;
	height: 45px;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	border: none;
	background: url(images/request_a_quote.png) no-repeat;
}

#sidebar_featured_project {
	margin: 0px 0 40px 0;
	padding: 0;
	color: #666;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 {
	color: #b4cc31;
}

#news_section {
	margin: 0;
	padding: 0;
	color: #666;
}

/*
.news_section h3 {
	color: #CCC;
}
*/
.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/*
.news_box a {
	color: #b4cc31;
}
*/

/* end of sidebar */

/* end of content */

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* photos */

.photo_tn .thumb_wrapper {
	width: 212px;
	height: 182px;
	padding: 12px;
	background:  url(images/thumb_frame.png) no-repeat;
}

.photo_tn img {
	width: 160px;
	height: 120px;
}

/* end photos */

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #000000 url(images/bg_footer_top.jpg) repeat-x top;
}

#footer_index {
	width: 900px;
	margin: 0 auto;
	padding: 50px 30px;
	color: #000000;
	background: url(images/bg_footer.jpg) top center no-repeat;
	border: 0px dotted red;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0px;
	color: #000000;
	background: url(images/bg_footer.jpg) top center no-repeat;
	border: 0px dotted red;
}

#footer .section_w220 {
	float: left;
	width: 200px;
	padding-right: 24px;
}

#footer .section_w220 h4 {
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px dotted #FFF;
}

#footer p {
	margin-bottom: 10px;
	color: #ffffff;
}

.footer_list_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list_menu li {
	margin: 0px;
	padding: 3px 0;
}

.footer_list_menu li a{
	color: #d4d5cd;
	font-weight: normal;
}

.footer_list_menu li a:hover{
	color: #ffffff;
	font-weight: normal;
}

/* end of footer */	
