
.align-right {text-align:right}
*{
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size: 100%;
}

html{
	background: #3d3d3d url('../images/bg_html.gif') repeat top left;
}

body{
	background: url(../images/bg_body.gif) repeat-x left top;
	font-size: 100.01%; /* Fix for some browser bugs */
	font: normal 11px/18px  Verdana, Helvetica, Arial, Verdana, Verdana;
	line-height: 18px;
	padding: 0px;
	margin: auto;
	text-align: center;
	color: #fff;
}

a:link, a:visited , a:active{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}   
   
a:hover {
	color: #999;
	TEXT-DECORATION: none;
} 

input, .file{
	font: normal 12px Tahoma;
	color: #000;
	border: 1px #777 solid ;
	padding: 3px;
}

.checkBox{
	width: 15px!important;
	border: 0px!important;
}

.file{
	height: 25px!important;
}

textarea:hover, input:hover, .file:hover{
	border: 1px #444 solid ;
}

textarea{
	font: normal 11px/25px Tahoma;
	height: 70px;
	width: 275px;
	color: #000;
	border: 1px #777 solid ;
	padding: 2px;
	margin-bottom: 12px;

}

label{
	width: 98px;
	text-align: right;
	margin-right: 3px;
	font-weight: bold;
}

label.error{
	background: url(../images/error_arrow_bg.gif) no-repeat top right;
	color: #ff0000;
	padding: 4px 11px 3px 1px;
	font-weight: normal;
	float: none!important;
	/*min-width: none!important;*/
}

.pointer{
	cursor: pointer;
}

.btn{
	background: #666 url(../images/bg_btn.gif) no-repeat scroll right center;
	border: 0;
	cursor: pointer;
	margin-right: 30px;
	color: #fff;
}

.btn:hover{
	background: #999;
	color: #eee;
	border: 0;
}


#messages{
	font-size: 11px;
	margin: 10px 0;
	padding: 10px 40px;
	color: #333;
	font: normal 11px verdana;
	border: 1px solid #DBDBD3;
}

#generalForm p{
	margin: 10px 0;
}

#generalForm label{
	float: left;
	min-width: 196px;
}

.noneFloat{
	float: none!important;
}

.warning{
	background: #FBFCDA url(../images/error_bang.gif) no-repeat scroll 5px 10px;
}

.success{
	background: #D8EFB3 url(../images/ok.gif) no-repeat scroll 5px 10px;
	padding: 10px 45px;
}

.info{
	background: #F9EFFF url(../images/info.gif) no-repeat scroll 8px 10px;
}


.hidden{
	display: none;
}

.select{
	font: normal 12px Tahoma;
	color: #000;
	border: 2px solid #666666;
}

.iSError{
	color: #ff0000;
}

.noBorder{
	border: 0!important;
}

h1{
	font: bold 18px/25px tahoma;
	padding: 7px 0;
	color: #009E9F;
	letter-spacing:1px;
}

hr{
	color:#ff0000;
	height:1px;
	border-top:1px solid #ff0000;
}

h2{
	color: #fff;
	font: bold 16px Arial;
}


.clear{
	clear: both;
	width: 100%;
}

.rFloat{
	float: right;
}

.lFloat{
	float: left;
}


div.wrap{
	text-align: left;
	width: 950px;
	margin: 0 auto;
/*	background: #DBDCDE;*/
}

/* Header */

div#headerPlaceHolder{
/*	background: url(../images/bg_header.gif) repeat-x top left;*/
	height: 70px;
	margin: 0 auto;
	line-height: 5px;
}

#logo{
	margin: 1px 0 0 0;
	float: left;
}


/* END of Header */


/* Navigation */

div#navigation{
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
}

.nav:link, .nav:visited , .nav:active{
	font: bold 14px 'times New Roman', Georgia, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding: 4px 0px 1px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav:hover{
	text-decoration: none;
	color: #ddd;
	border-bottom: 2px dotted #4a4b4a;
}

.active{
	border-bottom: 2px solid #4a4b4a!important;
}

.nav .fLetter{
	font-size: 16px!important;
}

.spliter{
	background: transparent url(../images/nav_spliter.gif) no-repeat scroll center 11px;
	width: 2px;
	height: 26px;
	float: left;
	padding: 0 11px;
}

#iconBar{
	font: normal 11px Verdana;
	color: #eee;
	margin: 8px 45px 0 0;
}

/* End of Navigation */


/* Footer */


#footer {
	background: url('../images/bg_footer.gif') repeat-x top center;
	line-height: 33px;
	color: #BFBFBF;
	font:  normal 11px/21px Verdana;
	height: 23px;
	text-align: center;
}

#footer a:link, #footer a:visited , #footer a:active{
	font:  normal 11px verdana;
	color: #BFBFBF;
	text-decoration: none;
	margin: 0 2px;
}   
   
#footer a:hover {
	color: #999;
	text-decoration: none;
} 


/* End of Footer */


div#contentHolder{
	margin: 4px auto;
	/*overflow-y: auto;
	overflow-x: hidden!important;*/
}



/* General Pages*/ 

div#generalContent{
	background: #2c2b2b;
	height: 400px;
	padding: 15px 33px;
	margin-bottom: 10px;

}

div#generalContent .title{
	background: url('../images/bg_titles.gif') repeat-x top center;
	height: 37px;
	font: normal 18px cambria, georgia, calibri, helvetica, Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

div#generalContent .title span{
	position: absolute;
	padding: 5px 20px;
}

div#generalContent .text{
	line-height: 22px;
	padding: 10px 1px;
}
.grayBar{
	background: url('../images/bg_gray_bar.gif') repeat-x top left;
	height: 37px;
	margin-top: 10px;
	text-align: left;
	font: normal 16px/25px cambria,georgia,calibri,helvetica,Arial;
	overflow: hidden;

}

.grayBar .grayBarContent{
	text-align: center!important;
}

.grayBar .grayBarLeft{
	background: url('../images/grayBarLeft.gif') no-repeat top left;
	height: 33px;
	width: 10px;
	position: absolute;
	margin: -6px 0 0 -10px;
}

.grayBar .grayBarRight{
	background: url('../images/grayBarRight.gif') no-repeat top left;
	height: 33px;
	width: 10px;
	position: absolute;
	margin: -31px  0 0 950px;
}

table td{
	vertical-align: top;
}
  
  
/* General Pages*/ 
 
 

/* Front Page*/

#frontVideoHolder{
	background: #2c2b2b;
	text-align: center;
	overflow: auto;
}

.shadowBox{
	width: 935px;
	margin: 0 auto;
	background: url('../images/bg_shadow.gif') repeat-y top left;
	text-align: left;
}

.shadowBoxContent{
	padding: 0 15px;
	min-height:400px;
}

.shadowBoxTop{
	width: 935px;
	height: 11px;
	background: url('../images/bg_shadow_top.gif') no-repeat top left
}

.shadowBoxBottom{
	width: 935px;
	height: 11px;
	background: url('../images/bg_shadow_bottom.gif') no-repeat top left
}

#boxHolder{
	margin: 10px 0;
	overflow: hidden;
}

.box{
	float: left;
	width: 300px;
	height: 163px;
	margin-right: 20px;
}

.lastBox{
	margin: 0;
}


#respectBox{

}

.respectImg:hover{
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 
/* Front Page*/



/* Testimonial Slider */


#textSliderBox{
	background: url('../images/bg_textslider_box.gif') repeat-x top left;
}

#jCarouselLite {
	float: left;
	background: #2c2b2b;
	margin: 1px 0;
	height: 161px;
}

#jCarouselLite ul{
}

#jCarouselLite li{
	width: 244px;
	height: 115px;
	float: left;
	margin-top: 1px;
	padding: 0px 12px;
	font: normal 11px/14px arial;
}

#jCarouselLite h3{
	padding: 6px 12px 0;
	font: normal 13px cambria,georgia,calibri,helvetica,Arial;
	text-transform: uppercase;
	letter-spacing: 2px
}

#allTestiLink {
	text-align: right;
}

#allTestiLink a, .caption .boxcaption a{
	font: normal 13px cambria,georgia,calibri,helvetica,Arial;
	color: #fff;
	border-bottom: 2px solid #666;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0 10px;
}

#allTestiLink a:hover, .caption .boxcaption a:hover{
	color: #666;
	border-bottom: 2px solid #666;
	text-decoration: none;
}

.scrollerBtn{
	width: 10px;
	height: 17px;
	cursor: pointer;
	margin: 75px 3px 0;
}
#scroller ul li {height:500px}
#scroller ul li div.video_box_holder {display:block;width:885px;height:400px;}
.prev{
	background:  url('../images/prev.gif') no-repeat top left;
	float: left;
}

.next{
	background:  url('../images/next.gif') no-repeat top left;
	float: right;
}
.prev_button {
	background:  url(../images/prev.gif) no-repeat 5px 10px;
	padding-left:20px;
	padding-top:5px;
	text-transform:uppercase;
	margin-left:10px;
	display:block;
	cursor:pointer;
	width:100px;
}

.next_button {
	background:  url(../images/next.gif) no-repeat 44px 11px ;
	padding-right:20px;
	padding-top:5px;
	text-transform:uppercase;
	z-index:100;
	margin-left:-60px;
	display:block;
	cursor:pointer;
}



/* Testimonial Slider */

/* Sliding Box */

.boxgrid{
	width: 300px;
	height: 158px;
	float:left;
	border: solid 2px #2c2c2c;
	overflow: hidden;
	position: relative;
}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


.caption .boxcaption {
 	top: 130px;
 	left: 0;
}

.caption .boxcaption h3{
 	font: bold 18px cambria,georgia,calibri,helvetica,Arial;
	letter-spacing: 1px;
	word-spacing: 3px;
	color: #fff;
	padding: 5px 0 5px 10px;
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 
/* Sliding Box */

ul.testimonial {margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; width: 1608px; left: -268px;}
ul.testimonial li {overflow: hidden; float: left; width: 244px; height: 115px;}
 
.pmargin {padding-bottom:10px}
.bio_image {padding-right:20px;padding-bottom:20px}
.res_image {padding-right:20px;padding-bottom:20px}

#gallary_image {border:1px solid #6f6f6f}
.gal_image_padder{padding-right:20px;padding-bottom:20px;float:left}
.header {
color:#FFFFFF;
display:block;
background:url(../images/bg_titles.gif);
font: 20px 'times New Roman',Georgia,Arial,Helvetica,sans-serif;
letter-spacing:2px;
padding:4px 0 1px 0;
text-transform:uppercase;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
}

.page_content {padding:10px;display:inline-block;min-height:400px;}
.center {text-align:center}
.video_box {cursor:pointer;width:175px;height:117px;float:left}
.video_box .video_image {text-align:center;width:165px;height:91px}
.video_box .video_image img {opacity:0.5;}
.video_box .video_image img:hover {opacity:1;}
.video_box .video_name {color:#FFFFFF;width:100%;text-align:center;font-weight:bold}
.right {float:right}
.chooser {padding-top:5px;font-family:Verdana,Helvetica,Arial,Verdana,Verdana;text-transform:none;font-size:9px;padding-right:10px;font-weight:bold}
.chooser .active_gal {background:url(../images/chooser_active_bg.jpg) repeat-x}
.chooser .div {border-left:1px solid #000000;border-right:1px solid #3f3f3f;margin-left:5px;margin-right:10px}
.gal {cursor:pointer;padding:5px}

.thumbnail_images {width:440px;float:right;padding:50px;padding-top:10px;padding-right:40px;display:inline-block}
.thumbnail_images .gallery_thumbnnail_holder {float:left;padding:10px}
.thumbnail_images .gallery_thumbnnail_holder .thumbnail_image {border:1px solid #6F6F6F;cursor:pointer}

.contact_page {background:url(../images/contact_image.gif) scroll 450px 10px no-repeat;height:500px;width:100%;margin-top:10px;margin-right:50px}
.contact_page .contact_symbol {margin-top:10px;margin-left:50px}
.contact_page .contact_info {color:#d7d9d8;font-size:15px;margin-left:10px;margin-top:10px;width:380px;background-color:#111715;text-align:center;padding:10px;padding-top:15px}
.contact_page .contact_info a {padding-bottom:2px;border-bottom:1px solid #d7d9d8;color:#d7d9d8}
.contact_page .contact_info .address {padding-top:10px}

.contact_page .contact_info .address_logo {padding-top:15px;padding-bottom:12px}
.test_text {border-bottom:2px solid #000000;padding-top:20px;padding-bottom:20px;margin-right:50px;}
.test_text .text {padding-right:100px;padding-left:10px}
.test_text .test_from {font-weight:bold;padding-left:10px}
.test_text .view_project {margin-top:-6px;font-size:14px;background:url("../images/bg_titles.gif") repeat scroll 0 0 transparent;padding:5px;width:90px;float:right;cursor:pointer}

div#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 99998;
}
div#light_box {
	position:absolute;
	width:820px;
	height:240px;
	border:2px solid #b50111;
	background-color: #2c2b2b;
	z-index: 99999;
}

div#light_box div#box_content{
	padding-left:15px;
	padding-top:25px;
	padding-right:75px;
	display:block;
	text-align:left;
}

div#light_box img#close_box{
	float: right;
	cursor: pointer;
}

div#light_box div#box_content .pop_image {float:left;padding-right:15px;width:298px;height:164px;}
div#light_box div#box_content .name {font-size:15px;font-weight:bold}
div#light_box div#box_content .desc {padding-top:10px}
div#light_box div#box_content .pop_button {margin-top:10px;cursor:pointer}

div#scroller {list-style:none outside none;margin:0;overflow:hidden;height:350px}
.view_more_jer {	background:  url(../images/next.gif) no-repeat 240px 11px ;
	padding-right:50px;
	padding-top:8px;
	text-transform:uppercase;
	cursor:pointer;
}

.home_page_bg {background:url(../images/home_page_holder_bg.gif);height:400px;}
.home_page_image_bg {background:url(../images/home_page_image_bg.jpg) 10px no-repeat;height:400px;}
.home_page_video_box {float:right;padding-right:50px}
.home_page_video_box h1.home_page_video_header {padding:0px;color:#000000;font-size:15px;font-weight:normal;padding-bottom:5px}
.home_page_video_box .home_page_video {margin-top:-5px}
.home_page_video_box .home_page_send_button {margin-top:3px;float:right;cursor:pointer}
.home_page_video_box  .home_page_video_text {margin-left:2px;background-color:#000000;padding:1px;font-size:9px;text-align:center;width:98%;margin-top:3px;}
.home_page_video_box  .home_page_video_text a {text-decoration:underline}

.normal {font-weight:normal}

.scroll_content {position:relative;height:115px;overflow:hidden;}
.scroll_content .text {position:absolute}
.scroll_content .top_arrow {z-index:100;height:15px;cursor:pointer;position:absolute;background:none repeat scroll 0 0 #ededed;width:100%;text-align:center}
.scroll_content .bottom_arrow {z-index:100;height:15px;cursor:pointer;top:100px;position:absolute;background:none repeat scroll 0 0 #ededed;width:100%;text-align:center}
.scroll_content .bottom_arrow img {padding:2px}
.scroll_content .top_arrow img {padding:2px}

div#form_dialog_send_friend_form {display:none}
div#form_dialog_send_friend_submit {display:none}


div#send_friend_sumbit {width:122%;text-align:center;font-weight:bold;font-size:15pt;font-family:arial;color:#FFFFFF;padding-top:50px}
div#send_friend_sumbit .by {font-size:10pt}
div#send_friend_form {display:block;width:111%}
div#send_friend_form div.title {color:#FFFFFF;font-family:arial;font-size:10pt;font-weight:bold;margin-top:-10px;padding-bottom:8px;}
div#send_friend_form div.form {width:100%;display:inline-block}
div#send_friend_form div.form div.form_row {padding:2px;display:inline-block;width:100%}
div#send_friend_form div.form div.form_row div.label {width:30%;text-align:right;float:left;color:#FFFFFF;font-family:arial;font-size:10pt;font-weight:bold}
div#send_friend_form div.form div.form_row div.data {width:68%;text-align:left;float:right;padding-left:5px}
div#send_friend_form div.form div.form_row div.data input,textarea,textarea:hover {background-color:#2c2b2b;border:1px solid #b50111;width:226px;color:#b3b2b2;font-family:arial;font-size:9pt;padding:1px;}
.red_button {border:3px solid #b90111;color:#FFFFFF;background-color:#a7010f;font-size:10px;font-weight:bold;padding:0 5px;cursor:pointer}
.red_button:hover {border:3px solid #b90111;color:#FFFFFF;background-color:#a7010f;padding-right:5px;padding-left:5px;;font-size:10px;font-weight:bold;padding:0 5px;cursor:pointer}



.video_place_holder .video_holder_low {width:400px;height:300px}
.video_place_holder .video_holder_high {width:480px;height:360px}
.video_place_holder .video_holder {overflow:hidden;border:1px solid #57040b;background-color:#000000;}


.video_place_holder {width:478px;}

.video_place_holder .play_overlay {position:absolute;width:102px;height:104px;cursor:pointer;}
.video_box .row_data {display:none;padding:10px;}

div.button_holder { padding-top:15px;}

