body {
	padding: 0px;
	background-image: url(../images/inner-bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
}

/*//////////////////////////start header css///////////////////////////////*/

/*//////////////////////header-menu////////////////////////*/

.header-menu {
	font-family: "Flux_Architect_Italic";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #3b3b3b;
	text-decoration: none;
	background-image: url(../images/menu-bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 6px;
	cursor: hand;
}
a.header-menu-link {
	font-family: "Flux_Architect_Italic";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	*font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
	cursor: hand;
}
a.header-menu-link:hover {
	font-family: "Flux_Architect_Italic";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #538c4e;
	text-decoration: none;
	cursor: hand;
}

a.header-menu-link-current {
	font-family: "Flux_Architect_Italic";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #538c4e;
	text-decoration: none;
	cursor: hand;
}
a.header-menu-link-current:hover {
	font-family: "Flux_Architect_Italic";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #538c4e;
	text-decoration: none;
	cursor: hand;	
}

/*///////////////////end header menu///////////////////*/

/*//////////////////////////end header css///////////////////////////////*/

/*//////////////////////////body css///////////////////////////////*/

.body_heading {
	font-family: "Flux_Architect_Italic";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
	background-image: url(../images/menu-bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 6px;
	padding-bottom: 7px;
}

.body_maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4a4a;
	text-decoration: none;
	text-align: justify;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 19px;
}
.body_maintxt_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4a4a;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 19px;
}
.flash_bg{
	background-image: url(../images/flash_frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:3px;
}
.body_ul_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4A4A;
	text-decoration: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.body_servicelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4A4A;
	text-decoration: none;
	background-image: url(../images/bullet-small.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	vertical-align:top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.body_li {
	line-height: 22px;
}
.portfolio-image-frame {
	background-image: url(../images/portfolio-image-frame.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.image-frame {
	background-image: url(../images/image-frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:3px;
}
.portfolio-frame {
	background-image: url(../images/portfolio_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:3px;
}
.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.image-frame {
	background-image: url(../images/image-frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:3px;
}
.body_content-image-desc {
	font-family: "Flux_Architect_Italic";
	font-size: 13px;
	font-weight: bold;
	color: #666464;
	text-decoration: none;
}
.body_content-image-desc1 {
	font-family: "Flux_Architect_Italic";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


/*//////////////////portfolio slider////////////////////////*/

#slider {
    width: 262px; /* important to be same as image width */
    height: 265px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:0px;
}

#slider1, #slider2 {
    width: 264px; /* important to be same as image width */
    height: 265px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:0px;
}

#sliderContent, #slider1Content, #slider2Content {
    width: 263px;
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0px;
	margin-top:0px;
	padding-right:0px;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 263px;
	/*background-color: #000;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.slider1Image span, .slider2Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 263px;
	/* background-color: #000;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	margin: 0px;
	height: 265px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}

/*//////////////////////////end body css///////////////////////////////*/


/*//////////////////////////start foter css///////////////////////////////*/
.footer_content-grey {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #848484;
	text-decoration: none;
}
/*//////////////////////////end foter css///////////////////////////////*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #137fda;
	font-weight: normal;
	text-decoration:none;
	border:none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4c4a4a;
	font-weight: normal;
	text-decoration:underline;
}
a.common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4a4a;
	font-weight: normal;
	text-decoration:none;
}
a.common:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4c4a4a;
	font-weight: normal;
	text-decoration:underline;
}
a.footer-menu-link {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	*font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}
a.footer-menu-link:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #538c4e;
	text-decoration: none;
}
/*-----------------------edit---------------------------*/
.body_heading2 {
	font-family: "Flux_Architect_Italic";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 6px;
	padding-bottom: 7px;
}