@charset "utf-8";
/* CSS Document */
* {
	padding:0; margin:0;
}
body {
	background-color:#f1f1f1; font-family:"Verdana";
}

p {
	font-size:12px;
}
.outer_container {
	width:100%; background:url(../images/main_bg.jpg) repeat-x;
}

.main_container {
	width:960px; text-align:left; background-color:#FFF;
}

.top_margin {
	height:10px; background-color:#dadada;
}
.header {
	height:202px; background-color:#dadada;
}
.inner_container {
	margin-top:10px; margin-bottom:10px; text-align:left;
}
.welcome_heading {
	float:left; width:100%; height:35px; background:url(../images/home_main_heading.gif) no-repeat;
}
.aboutus_heading {
	float:left; width:100%; height:35px; background:url(../images/aboutus_heading.gif) no-repeat;
}
.products_heading {
	float:left; width:100%; height:35px; background:url(../images/products_heading.gif) no-repeat;
}
.photo_heading {
	float:left; width:100%; height:35px; background:url(../images/photo_heading.gif) no-repeat;
}
.info_heading {
	float:left; width:100%; height:35px; background:url(../images/info_heading.gif) no-repeat;
}
.testimonials_heading {
	float:left; width:100%; height:35px; background:url(../images/testimonials_heading.gif) no-repeat;
}
.contactus_heading {
	float:left; width:100%; height:35px; background:url(../images/contactus_heading.gif) no-repeat;
}
.welcome_detail {
	float:left; border: #F001; width:100%; padding-top:5px;
}
.welcome_detail h1 { width:100%; height:20px; background-color:#4a5455; font-size:12px; padding-top:6px; padding-left:5px; border-bottom: 2px solid #222829; color:#FFF; }
.welcome_detail h1 strong{ color:#cea942; }
.welcome_detail h1 a{
 color:#cea942;
 text-decoration:none;
}
.welcome_detail p {
	font-size:12px; color:#5a6666; width:100%; padding-top:5px;}
.welcome_detail h2 { width:100%; height:20px; background-color:#e6e6e6; font-size:12px; padding-top:6px; padding-left:5px; border-bottom: 2px solid #c4c4c4; color:#576263; }
.welcome_detail h2 strong{ color:#cea942; }
.welcome_detail p {
	font-size:12px; color:#5a6666; width:100%; padding-top:5px;}	

.welcome_img_cl {
	width:503px; height:343px; background:url(../images/welcome_img_bg.jpg) no-repeat;
}
.welcome_img {
	float:left; padding-top:10px; padding-left:12px;
}
.img_gallery_bg {
	width:332px; height:235px; background:url(../images/photo_gallery_bg.jpg) no-repeat;
}
.img_gallery {
	width:316px; height:179px; margin-top:42px; margin-left:5px;
}
.product_cl {
	background: url(../images/products_bg.jpg) no-repeat;
}
.product_detail {
	float:left;
	height:140px;
	text-align:left;
	width:90%;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin-top:60px;
}
.product_detail_more {float:left; text-align:right;  width:90%; margin-left:5px; }
.product_detail_more a{ font-size:11px; font-weight:bold; color:#cba436; text-decoration:none;}

.stair_info {background-image: url(../images/stair_imformation_bg.jpg);
	background-repeat: no-repeat;}
.stair_info_detail {
	float:left;
	height:140px;
	text-align:left;
	width:90%;
	 margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin-top:60px;
}
.sair_info_more {
	float:left;
	text-align:right;
	width:90%;
	 margin-left:5px;
}
.sair_info_more a{
	font-size:11px;
	font-weight:bold;
	color:#cba436;
	text-decoration:none;
}
.contact_us {
	background-image: url(../images/contactus_bg.jpg);
	background-repeat: no-repeat;
}
.contact_us_heading {
	float:left;
	height:140px;
	text-align:left;
	width:90%;
	margin-left:5px;
	margin-top:30px;
	font-size:14px;
	color:#737f7d;
	
}
.contact_us_more { 
	float:left;
	text-align:right;
	width:90%;
	margin-left:5px;
}
.contact_us_more a {
	font-size:11px;
	font-weight:bold;
	color:#cba436;
	text-decoration:none;
}
.gallery_tab {
	border:#dadada 1px solid;
	width:121px;
}
.gallery_heading {
	background-color:#505a5b;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.gallery_img  {
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	float:left;
	background-color: #dddddd;
	padding: 5px;
	width: 877px;
	margin-top:15px;

	margin-left:15px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline; text-decoration:none;
}
#gallery ul img {
	border: 5px solid #ffffff;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #4a5455;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
.pagin_style { color:#576263; font-size:11px; font-weight:bold; }
.pagin_style a{ color:#000; text-decoration:none;}
.pagin_style a:hover{ color:#939393; text-decoration:none;}
