@charset "utf-8";
body {
  font-size: 13px;
  font-family: Arial, Helevtica, Verdana, san-serif;
  line-height: 23px;
  position: relative;
  color: #5c5c5c;
}

/*---- GENERAL Typography ----*/
h1, h2, h3, h4, h5, h6 {
	position:relative;
	color: #000;	
	line-height:1.4em;
	padding-bottom:5px;
	font-weight:bold;	
	letter-spacing:0.4px;
	font-family: "Trebuchet MS", Tahoma, Helvetica;  
}

h1 {
  clear: both;
  font-size: 34px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h1{
	clear:both; 
	font-size:34px; 
	font-weight:normal; 
	margin-bottom:0px; 
	padding-bottom:0px;
}

h2{
	font-size:24px; 	
	font-weight:normal; 
	margin-bottom:0px;
	padding-bottom:0px;
	clear:both;
}

h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 5px;
}

h4{
	font-size:14px;
	clear:both; 
	margin-bottom:5px;
}

h5{
	font-size:13px; 
	clear:both; 
	margin-bottom:0px; 
	padding-bottom:0px;
}

h6 {
  font-size: 14px;
  clear: both;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h6{
	font-size:12px;
	clear:both;
	margin-bottom:0px;
	padding-bottom:0px;
}

p {
  font-size: 14px;
	padding: 0.5em 0;
  line-height: 1.7em;
}

a {
  color: #121212;
}

em, i {
  font-style: italic
}

code, pre {
  font-family: "Courier New", Courier, monospace;
	padding: 2px 4px;
  color: #000;
  font-size: 11px; 
	background: #fff;
}

blockquote {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin: 15px 0;
}

.quote {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  background: url(../images/quote.png) 10px 10px no-repeat #fff;
}

img.border{		
	padding:5px;
	background:#f8f8f8;
	border:1px solid #fff;
}

.quote p {
  padding-left: 60px;
}

ol {
  margin-bottom: 15px;
  border-top: 1px solid #e2e2e2;
}

ol li {
  list-style-position: inside;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}

ol li a {  
  font-size: 13px;
  padding: 5px 0;
}

ol li:hover {
  background: #fff;
}

ul.arrow {
  margin-bottom: 15px;  
}

ul.arrow li {
  list-style-position: inside;
  border-bottom: 1px solid #e2e2e2;
  padding: 3px 0 5px 15px;
  background: url(../images/arrow.png) center left no-repeat;
}

ul.arrow li:hover {
  background: url(../images/arrow.png) center left no-repeat #fff;
}

.decimal {
  list-style-type: decimal;
}

.roman {
  list-style-type: upper-roman
}

/*------ TOP SECTION ------*/

#top {
  height: 106px;
}

#inner_top {
  background: url(../images/logo_highlight.png) 0px 5px no-repeat transparent;
  padding-bottom: 40px;
}

.logo, .logo a {
  position: relative;
  display: block;
  height: 63px;
  width: 320px;
  left: 0;
  top: 12px;
  text-indent: -9999px;
}

.logo a {
  background: url(../images/logo.png) no-repeat;
}

#search_field1 {
  position: absolute;
  width: 300px;
  height: 31px;
  top: 42px;
  right: 0;
}


/*---- NAVIGATION SECTION ----*/

#topnav {
  height: 46px;
	z-index:999;
}

#nav {
  float: right;
  position: absolute;
  height: 42px;
  top: 2px;
}

#nav li {
  position: relative;
  list-style: none; 
}

#nav li, #nav li a {
  float: left;
}

#nav li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  height: 34px;
  padding: 8px 23px 0;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold
}

/* Sub Menu*/

#nav li ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 100%;
  padding: 0;
  margin: 0;
  z-index: 9999;
  background: #f8f8f8;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#nav li:hover > ul {
  display: block;
  position: absolute;
}

#nav li ul li {
  _display: inline;
}

#nav li ul li a {
  width: 150px;
  height: auto;
  margin: 0;
  padding-left: 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding-bottom: 7px;
}

#nav li ul li ul {
  display: none;
  left: 100%;
  top: 0;
  margin-top: 10px;
}

#nav li ul li, #nav li ul li a {
  float: none;
  display: block;
}

#nav li ul li a:hover {
  background: #efefef;
  background-image: -moz-linear-gradient(100% 100% 90deg, #efefef, #fff) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef)) !important;
}

/*---- FEATURED SECTION ----*/

#featured{
	background:url(../images/highlight.png) center top no-repeat transparent;
}

#page_title{
	padding:25px 0;
}

#page_title .title_slogan{
	font-size:21px;
	color:#000;	
}

.shadow{
	display:none;
}

#homePage #featured .shadow{
	display:block;
	background:url(../images/shadow.png) no-repeat center top transparent;
	height:35px;
	width:957px;
}
#sliderwrapper{
	padding-top:35px;	
	min-height:100px;
}

#sliderContainer{
	position:relative;
	width:940px;
	height:380px;
	background:#f8f8f8;
	overflow:hidden;
}

.categories{
	margin-top:30px;
	display:none;
}

.categories li{
	display:inline;
	font-size:12px;
	margin-right:10px;
}

.categories li a{
	color:#dfdfdf;
	padding:5px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
  border-radius:3px;
}


/*---- Accordion Slider Section ----*/
.slider {
  position: absolute;
  width: 750px;
  height: 380px;
  background: url(../images/ajax-loader32x32.gif) center no-repeat;
  overflow: hidden;
}

.slider a {
  position: absolute;
}

.slider a img {
  position: absolute;
}

/*---- Fade Slider Section ----*/
.fade {
  position: absolute;
  width: 940px;
  height: 380px;
  background: url(../images/ajax-loader32x32.gif) center center no-repeat;
  overflow: hidden;
}

.prevButton {
  position: relative;
  height: 50px;
  width: 50px;
  background: url(../images/fadeSlider_btn.png) top left no-repeat;
  cursor: pointer;
  float: left;
  z-index: 9999;
  top: 40%;
  left: 20px;
}

.nextButton {
  position: relative;
  height: 50px;
  width: 50px;
  background: url(../images/fadeSlider_btn.png) top right no-repeat;
  cursor: pointer;
  z-index: 9999;
  float: right;
  top: 40%;
  right: 20px;
}

/* accordion and fade sliders caption style*/

.wrapperText {
  position: relative;
  width: 740px;  
  bottom: 0;
	padding-right:10px;
	cursor:pointer;
}

.wrapperText h3 {
  display: inline-block !important;
  position: relative !important;
  color: #fff !important;
  padding-left:5px;
	padding-bottom:0;
  margin-bottom: 0;	
}

.wrapperText p {
  display: inline-block !important;
  position: relative !important;
  color: #f3f3f3; 
  padding-left:5px;
}

.textBox {
  position:absolute;
  display:block;
  background:#000;  
  z-index: 0;
}

/*--- NIVO SLIDER ---*/

.nivo-prevNav {
  background: url(../images/fadeSlider_btn.png) top left no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 25px;
  text-indent: -9999px;
}

.nivo-nextNav {
  background: url(../images/fadeSlider_btn.png) top right no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  text-indent: -9999px;
}

.nivo-caption p {
  font-size: 18px;
}

/*------- PRODUCT PREVIEW SLIDER ------*/

#project_show{
	position:relative;
	height:335px;
}

.fade_project{
	position:absolute;
	width:940px;
	height:300px;
}

.product_desc{
	width:320px;	
	height:150px;	
}

.left_image .product_desc{
	float:left;
	margin-right:20px;
}

.right_image .product_desc{
	float:right;
	margin-left:20px;
}

.product_desc h2{
	font-size:32px;
}

.product_desc p{
	font-size:17px;
	color:#000;
}

.product_img{
	background:url(../images/transparent.png) repeat;
	padding:10px;
	height:280px;
	position:relative;	
}

.small_shadow{
	position:absolute;
	display:block;
	width:608px;
	height:54px;
	background:url(../images/small_shadow.png) no-repeat center  20px;
	bottom:-34px;
}

.full_shadow{
	display:block;
	background:url(../images/shadow.png) no-repeat center top transparent;
	height:35px;
	width:957px;
	position:absolute;
	bottom:-35px;
}

.left_image .product_img{
	width:580px;
	float:left;
}

.right_image .product_img{
	width:580px;
	float:right;
}

.full_image .product_img{
	width:920px;
}

.visite_project{	
	position:absolute;
	display:block;
	height:63px;
	padding-left:17px;
	bottom:0;
	background:url(../images/view_portfolio_edge.png) top left no-repeat transparent;
}

.left_image .visite_project{
		left:0;
}

.right_image .visite_project{
		right:0;
}

.visite_project span{
	float:left;
	display:block;
	height:45px;
	padding-right:63px;	
	font-size:18px;
	padding-top:18px;
}

.visite_project:hover{
	background:url(../images/view_portfolio_edge.png) bottom left no-repeat transparent;
}

.control_btn{
	position:absolute;
	overflow:hidden;
	top:10px;
	left:50%;	
}

.control_btn li, .control_btn li a{
	float:left;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.control_btn li a{
	margin:0 5px;
	border:2px solid #b4b4b4;
	display:block;
	width:10px;
	height:10px;
}

/*------------------------------- MAIN SECTION -------------------------------*/

#main{
	background:url(../images/main.png) repeat-x #f8f8f8;
}

.breadcrumbs {
font-size:11px;
position:absolute;
left:0;
top:5px;
}

.breadcrumbs a:hover {
color:#000 !important;
}


.view_portfolio{	
	position:absolute;
	right:0;
	display:block;
	height:63px;
	background:url(../images/view_portfolio_edge.png) top left no-repeat transparent;
	padding-left:17px;
	color:#000;
}

.view_portfolio span{
	float:left;
	display:block;
	height:45px;
	padding-right:63px;	
	font-size:18px;
	padding-top:18px;
}

.view_portfolio:hover{
	background:url(../images/view_portfolio_edge.png) bottom left no-repeat transparent;
}

.welcome{
	position:relative;
}

.welcome_text{
	width:740px;	
}

.welcome_text h2{
	color:#5C5C5C;
	font-size:21px;
}

#inner_main{
	position:relative;
	padding-top:35px;
	overflow:hidden;
}

#main_left{
	position: relative;
	width: 650px;
  float: left;	
	overflow:hidden;
	padding-bottom:25px;
}
#main_left_c{
	position: relative;
	width: 470px;
  float: left;	
	overflow:hidden;
	padding-bottom:25px;
}


#main_right{
	width: 640px;
	float: right;
	overflow: hidden;
	position: relative;
	padding-bottom:25px;
}

.hide{
	position:relative;

}

#sidebar {
	position:relative;
  width: 260px;	
  padding: 10px;
}
#sidebar_c {
	position:relative;
  width: 440px;	
  padding: 10px;
}


.right_sidebar{
	float:right;
	clear:right;
	background:url(../images/sidebar.png) left top repeat-y #f8f8f8;
}

#sidebar.right_sidebar .sidebar_top{
	position:absolute;
	background:url(../images/sidebar_top.png) no-repeat transparent;
	height:29px;
	width:2px;
	top:0;
	left:0;	
}

#sidebar.right_sidebar .sidebar_bottom{
	position:absolute;
	background:url(../images/sidebar_bottom.png) no-repeat transparent;
	height:29px;
	width:2px;
	bottom:0;
	left:0;
}

.left_sidebar{
	float:left;
	clear:left;
	background:url(../images/sidebar.png) right top repeat-y #f8f8f8;
}

#sidebar.left_sidebar .sidebar_top{
	position:absolute;
	background:url(../images/sidebar_top.png) no-repeat transparent;
	height:29px;
	width:2px;
	top:0;
	right:0;
	
}

#sidebar.left_sidebar .sidebar_bottom{
	position:absolute;
	background:url(../images/sidebar_bottom.png) no-repeat transparent;
	height:29px;
	width:2px;
	bottom:0;
	right:0;
}

.side_box{
	margin-top:5px;
	margin-bottom:15px;
}

#sidebar ul{
	margin-bottom:25px;
}

#sidebar ul li {
  list-style-position: inside;
  border-bottom: 1px solid #e2e2e2;
  padding: 3px 0 5px 15px;
  background: url(../images/arrow.png) center left no-repeat;
}

#sidebar ul li:hover {
  background: url(../images/arrow.png) center left no-repeat #fff;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
  background:url(../images/divider.png) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:0;
}

#main #sidebar a, #sidebar p {
  display: block;
  font-size: 14px;
  color: #5c5c5c;
  padding: 0px 0;
}

.banners {
  text-align: center;
	overflow:hidden;
	margin-bottom:30px;
}

#sidebar .banners a {
  float: left;
	margin-right:5px;
}

.P_pagesNav {
  clear: both;
  overflow: hidden;
  width: 100%;
	display:none;
}

.P_pagesNav span {
  color: #000;
  font-size: 16px;
}

.PrevBtn {
  float: left;
  cursor: pointer;
}

.NextBtn {
  float: right;
}

.NextBtn, .PrevBtn {
  background: url(../images/pages_nav_btn.png) top left no-repeat;
  width: 143px;
  height: 35px;
  display: block;
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
}

.NextBtn:hover, .PrevBtn:hover, .pageNumb {
  background: url(../images/pages_nav_btn.png) bottom left no-repeat;
  width: 143px;
  height: 35px;
}

.pageNumb {
  display: block;
  position: absolute;
  text-align: center;
  left: 42%;
  padding-top:12px;
}

/*-- entry layouts --*/

.coll1 {
  width: 660px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-bottom: 6px;
	overflow:hidden;
}

.coll2 {
  width: 460px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
	overflow:hidden;
}

.coll3 {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
	overflow:hidden;
}

.coll4 {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
	overflow:hidden;
}

.entry_img{
    display: table;
    float: left;
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
		margin-bottom: 30px;
}

.wrapper_img{
   	position: relative;
		overflow:hidden;
	  padding: 5px;
    background-color:#ebebeb;
    background-image:-moz-linear-gradient(100% 100% 90deg, #ebebeb, #f1f1f1) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#f1f1f1)) !important;
    border:1px solid #fff;
    float:left;
    font-size:0;
    line-height:1em;
}

.wrapper_img a{
	display:block;
	width:height:100%;
	height:100%;
}

.details_big {
  padding-left: 10px;
  width: 290px;
}

.details_big h3 {
  font-size: 21px;
}

.wrapper_img a {
	display:block;
}

body .no_rightmargine {
  margin-right: 0;
}

body .no_leftmargine {
  margin-left: 0;
}

body .alignLeft {
  float: left;
}

body .alignRight{
  float: right;
}

body .alignLeft_img {
  float: left;
  margin: 0 10px 5px 0;
}

body .alignRight_img {
  float: right;
  margin: 0 0 5px 10px;
}

#main a.read_more{
	display:block;
	padding:3px 10px;
	float:left;
	font-size:11px;
	color:#fff;	
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#newsbar{
	position:relative;	
	width:938px;
	height:50px;
	background:#fff;
	border:1px solid #dedede;
	overflow:hidden;
}

.news_title{
	display:block;
	float:left;	
	font-size:20px;
	font-weight:bold;
	height:50px;
	padding:13px 10px 0 10px;
	border-right:1px solid #e2e2e2;
	margin-right:10px;	
	background-color: #f3f3f3;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1f1f1, #fff) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f1f1f1)) !important;
}

.news_text{
	display:block;
	float:left;
	font-size:18px;
	padding-top:8px;
}

.news_text li{
	position:absolute;
}

/*================  BLOG SECTION ==============*/

.meta {  
  clear: both;
  margin-bottom: 5px;
}

.meta li {
  background: url(../images/meta_divider.png) center right repeat-y;
  padding-right: 10px;
  margin-right: 10px;
  display: inline;
}

li.comments{
	float:right;
	background:none;
}

.meta li a {
  font-size: 11px;
}

.meta li span {
  font-size: 11px; 
}

.metaIcon {
  position: relative;
  top: 5px;
  margin-right: 3px;
}


/*-- Single Blog Post Section --*/

#commentContainer{
	width:650px;
	clear:both;
}

#commentContainer h4 {
  margin: 0;
}

#commentContainer li {
  padding: 5px;
	border:1px solid #e3e3e3;
	background:#fff;
	margin-bottom:10px;
	overflow:hidden;
}

#commentContainer li:hover {
	background:#f8f8f8;
}

#commentContainer span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#commentContainer img {
  border: 1px solid #e3e3e3;
}


/*============== CLASSIC GALLERY SECTION ==============*/

.grid{
	padding-bottom:25px;
	overflow:hidden;
}

.grid li {
  width: 150px;
  height: 150px;
  margin-right: 7px;
	margin-bottom: 4px;
  display: table;
  float: left;
}

.grid li.last {
  margin-right: 0;
}

.grid li a {
	position:relative;
	display:block;
	height:147px;
	width:147px;
}

.grid li a img {
	border:3px double #dbdbdb;
}

/*---- PROJECT GALLERY SECTION ----*/

/*=======================  Gallery ==========================*/

.galleryPost {
  position: relative;
  margin: 10px 0 20px 0;
}

.projectImg{
	position:absolute;
}

.projectImgWrapper {
  width: 626px;
  height: 238px;
}

.thumb_wrap{
   	position: relative;
	  padding: 3px;
    background-color:#ebebeb;
    background-image:-moz-linear-gradient(100% 100% 90deg, #ebebeb, #fff) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb)) !important;
    border:1px solid #fff;
    float:left;
    font-size:0;
    line-height:1em;
		width:100%;
}
.thumb_wrap li {
  display: block;
  float: left;
  border-bottom: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  padding: 1px;
  margin: 3px;	
}

.thumb_wrap a{

}

.thumb_wrap li a img {
  border: 1px solid #d4d4d4;
}

/*---- SERVICE  SECTION ----*/

.coll1 .service_desc{
	float:left;
	width:600px;
}

.coll2 .service_desc{
	float:left;
	width:413px;
}

.coll3 .service_desc{
	float:left;
	width:253px;
}

/*---- FOOTER SECTION ----*/

#footer{
	padding-top:75px;	
}

#footer h3{
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	padding-bottom:10px;
	font-size:16px;
}

#footer ul {
	margin-bottom:15px;
	overflow:hidden;
}
	
#footer ul.list li a {
  display: block;
  padding: 4px 0 4px 8px;
}

#footer a, #footer span, #footer p{
	font-size:12px;
	line-height:1.5em;
}

#footer ul.thumb li{
	margin:1px;
	padding:1px;
	background:url(../images/transparent.png);
}

#footer ul.thumb li a{
	display:block;
	line-height:0;
}

#footer ul.thumb li img{
}

#footer .coll1, #footer .coll2, #footer .coll3, #footer .coll4{
	margin-bottom:0px;
}

#inner_footer{
	overflow:hidden;
}

#footer_bass {
	height:30px;
	padding-top:10px;
}

#footer ul.socialmedia_icons li {
  float: left;
  margin-right: 8px;
  height:32px;
  margin-bottom:8px;
}

#footer ul.socialmedia_icons a {
	background:none;
}

#footer ul.socialmedia_icons li:hover {
  background: none;
}

.project_thumb li{
	float:left;
}

.project_thumb li:hover{
	background:none;	
}
.transparent_bg {
  margin: 10px auto;
  padding: 10px;
  position: relative;
	background:url(../images/transparent.png) repeat;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
}

.arrow_bubble {
  border-style: solid;
  border-width: 10px;	
  height: 0;
  width: 0;
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.twitting img {
  position: relative;
  top: -10px;
}

#topArrow{
	display:block;
	width:12px;
	height:18px;
	float:right;
	background:url(../images/scrollto.png) no-repeat;
	margin-top:20px;
}

#footer_bottom{
	height:47px;
	overflow:hidden;
}

.footer_nav{
	float:right;
	padding-top:15px;
}

#footer_bottom a, #footer_bottom span, #footer_bottom p{
	color:#000;
	font-size:11px;
	line-height:1em;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}

.footer_nav li{
	display:inline;
	margin-right:5px;
	border-right:1px solid #000;
}

#footer_bottom li.last{
	border:none;
}

#footer_bottom li a{
	padding-right:5px;
}

#footer_bottom li a:hover{
	color:#fff;
}
.copyright{
	float:left;
	padding-top:20px;
}

/*-- XML MINI SLIDER --*/
#xmlNewsWrapper {
  position: relative;
  overflow: hidden;
  margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:30px;
  border: 1px solid #e3e3e3;
  background:#ffff;
}

#imgWrapper {
  overflow: hidden;
  position: relative;
}

#imgWrapper a {
  overflow: hidden;
  padding: 0;
  float: left;
}

#buttonsWrapper {
  position: relative;
  height: 30px;
  clear: both;
}

#LeftxmlSliderBtn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/XmlSlider_btn.png) top left no-repeat;
  cursor: pointer;
  left: 0px;
  top: 0px;
}

#RightxmlSliderBtn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/XmlSlider_btn.png) top right no-repeat;
  cursor: pointer;
  right: 0px;
  top: 0px;
}

#xmlNewsTitle {
  display: block;
  height: 25px;
  width: 180px;
  padding-top: 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.xmlTextBg {
  position: absolute;
  color: #fff;
  font-size: 11px;
  padding: 3px;
	line-height:1.3em;
}

/*---- CONTACT SECTION ----*/

#sendForm p{
	padding-bottom:0;
}

.inputTextBG {
  position: relative;
  background: url(../images/input_fieldbg.png) no-repeat;
  width: 455px;
  height: 42px;
  margin: 10px 0 20px 0;
  padding-left:5px;
  clear: both;
	overflow:hidden;
}

.input-Field {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  padding-top:5px;
  top: 0;
  width: 450px;
  height: 30px;
  z-index: 2;
}

.inputheader {
  float: left;
	font-size:18px;
	color:#000;
}

.requireField {
  float: left;
  margin:0 10px;
	padding-top:15px;
}

.ErrorData {
  color: #fc3b00;
  float: left;
  font-size: 12px;
	padding-top:15px;
}

#inputTextAreaBG {
  position: relative;
  background: url(../images/textarea_fieldbg.png) no-repeat #f4f4f4;
  width: 455px;
  border-bottom: 1px solid #fff;
  height: 207px;
  padding-left: 5px;
	margin-bottom: 20px;
  clear: both;
	overflow:hidden;
}

#messageField {
  position: absolute;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width:455px;
	height:198px;
  z-index: 2;
}

p#sendButton {
  float: left;
  background: url(../images/sendbtn.png) top left repeat-x;
  margin: 10px 10px 0 0;
  display: block;
  cursor: pointer;
  text-align: center;  
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-weight: bold;
	color: #000;
	padding:8px 20px;
}

#sendButton:hover {
  background: url(../images/sendbtn.png) bottom left repeat-x;  
}

#messageState {
  position: relative;
  display: block;
  background: url(../images/Ajaxloading10.gif) no-repeat;
  height: 22px;
  left: 150px;
  top: 15px;
}

/* NEWS LETTER BOX */
#Newsletterbox {
  width: 255px;
}

#letexboxWrapper {
  position: relative;
  height: 32px;
  width: 260px;
  background: url(../images/newsletter.png) no-repeat;
  overflow: hidden;
  padding-left: 5px;
  margin-bottom: 15px;
}

.Newslable {
	font-size:11px;
}

#letexboxWrapper .emailbox {
  background: none;
  border: none;
  height: 25px;
  width: 178px;
  float: left;
}

#letexboxWrapper .sendemailBtn {
  background: none;
  border: none;
  height: 25px;
  width: 76px;
  padding: 0;
  float: left;
  cursor: pointer;
}

/*---- ERROR PAGE ----*/
#type404 {
  margin: 0 auto;
  text-align: center;
  width: 460px;
}

#type404 h1 {
  font-size: 180px;
}

#LatestNewsWrapper {
  width: 246px;
  height: 260px;
  background: url(../images/newsbox.png) no-repeat;
  float: left;
}

/*======================   Under Construction Page =============== */

body.under_construction{
	background:#262626;
}

#underConst {
  width: 680px;
  height: 290px;
  margin: 100px auto 0;
  background: url(../images/main/mainbg.png) repeat-x #f4f4f4;
  padding: 20px;
}

.inner-bg {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  height: 215px;
  padding: 15px;
}

.countdown_section{
	float:left;
	margin-left:20px;
	color:#000;
}

#socialIcons {
  margin-top: 10px;
  float: right;
}

#socialIcons li {
  display: inline;
  margin-left: 15px;
}

#submitForm {
  background: url(../images/subscribe_box.png) no-repeat;
  float: left;
  width: 337px;
  height: 43px;
  margin-top: 10px;
}

#countdown {
  font-size: 21px;
  float: right;
}



#small_logo {
  float: left;
}

/* =====================  Table Style======================*/
.table_Style {
  margin: 10px 0;
  border: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
  border-collapse: collapse;
  line-height: inherit;
}

.table_Style tr td {
  padding: 5px 10px;
  border-right: 1px solid #afafaf;
  font-size: 14px;
  color: #666;
}

thead tr.table_head td {
  color: #000;
  font-weight: bold;
  background: #f2f2f2;
  text-transform: capitalize;
  text-align: center;
}

.table_Style tr {
  border-top: 1px solid #afafaf;
}


/* Special Classes */

/* this class for full width divs*/
.wrapper{
	width:100%;
	position:relative;
	display:table;
}

/* this class to cenetr content website*/
.center{
	position: relative;
	margin:0 auto;
	width:940px;
}

.clear{
	clear:both;
}

p.clear{
	padding:0;
}

/* dynamic images preloader icon */
.preloader {
  background: url(../images/ajax-loader16x16.gif) center center no-repeat #fff;
}

/* Content divider */
.hr_divider{
	display:block;
	background:url(../images/divider.png) top repeat-x;	
	height:30px;
	clear:both;
	margin-top:30px;
}

/* news bar class for fade effect */
.visible{
	visibility:visible;
}

/*-- Project preview cover --*/
.imgCover {
  background: url(../images/zoomIcon.png) no-repeat center center #000;
}

.videoCover {
  background: url(../images/playIcon.png) no-repeat center center #000;
}

.video_YoutubeCover {
  background: url(../images/playYoutubeIcon.png) no-repeat center center #000;
}

.video_VimeoCover {
  background: url(../images/playVimeoIcon.png) no-repeat center center #000;
}

#tooltip {
  position: absolute;
  color: #f8f8f8;
  background: url(../images/transparent2.png) repeat;
  text-align: center;
  font-size: 11px;
  padding: 5px 7px;
  border: 1px solid #999;
}
