/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	line-height:130%;
}
body {
	background:#000 url(images/bk_body.jpg) 50% 0 no-repeat;		
}
ul {
	list-style:none;
}

a {
	color:#119EC8;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:0.8em 0;
}

h2 {
	color:#119EC8;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:10px;
}

#colLeft h2, #colLeft h3 {
	text-transform:none;
	padding:5px 0;
}

#colRight h2 {
	font-size:16px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	padding-top:0;
	margin-bottom:5px;
}

h2.home {
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:6px;
}

h3 {
	font-size:16px;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#333;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:35px auto 0;
	width:960px;
	background:#fff url(images/bk_wrapper.jpg) 0 0 no-repeat;
	padding-bottom:1px;
}


#header {
	height:100px;
	position:relative;
	border-bottom:1px solid #E2E2E2;
	background:url(images/bk_header.jpg) 0 100% repeat-x;
}

#content {
	padding:20px;
	border-bottom:12px solid #B7DCF1;
	min-height:500px;
	padding-top:0;
}

.columns {
	background:url(images/bk_rightcol.jpg) 625px 0 repeat-y;
}

#footer {
	clear:both;
	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#7C8A91;
	position:relative;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:30px;
	left:20px;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logoV1.jpg) 0 0 no-repeat;
	width:302px;
	height:54px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

/*main menu*/
#nav_cnr { 
	position:absolute;
	right:20px;
	top:64px; width:510px;	
	font-size:14px;
	/*border:1px solid #000;*/
	height:15px;
	z-index:2;
	border-left:1px solid #ccc;
}
#nav_cnr li {
	list-style:none;
	float:left;
	margin:0; 
	padding: 0;
	border-right: solid 1px #ccc;
}
#nav_cnr a { 
	display:block;
	color:#666;
	font-weight:bold;
	padding: 2px 15px;
}
#nav_cnr .active, #nav_cnr a:hover {
	color:#119EC8;
}
#nav_cnr .dd {
	/*background-image::url(images/menu_bg.png);*/
	background-color: #fafafa;
	border: solid 1px #ccc;
	width:175px;
	top:17px; 
	left:-1px;
	border-top:none;
}
#nav_cnr .dd li {
	display:block;
	margin:0;
	width:180px;
	/*padding-left:5px; 
	border-bottom: dotted 1px #eeeeee;*/
	border-right: 0;
}
#nav_cnr .dd a { 
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
#nav_cnr .dd .menuspacertop { 
	height:5px
}
#nav_cnr .dd .menuspacerbottom { 
	height:5px
}
#nav_cnr .dd a:hover {
	color:#09C;
	border:none;
}
/* CONTENT
---------------------------------------------*/
#latestPostsHome {
	display:block;
}

#latestPostsHome li {
	display:block;
	float:left;
	/*background:#FBFBFB url(images/bk_latest_box.jpg) 0 100% repeat-x;*/
	border:1px solid #DDD;
	padding:10px;
	margin-right:12px;
	width:275px;
	height:150px;
	position:relative;
	margin-bottom:20px;
}

#latestPostsHome li h3 {
	padding-bottom:6px;
	font-weight:normal;
}

#latestPostsHome li p img {
	float:left;
	margin-right:10px;
}

#latestPostsHome li span {
	display:block;
	position:absolute;
	bottom:10px;
	left:7px;
	color:#828282;
	font-size:11px;
}

#latestPostsHome li span img {
	vertical-align:middle;
	margin-right:3px;
}

#latestPostsHome li a.readmore {
	display:block;
	position:absolute;
	bottom:8px;
	right:10px;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;
}

#homeColumns {
	display:block;
}

#homeColumns li {
	float:left;
	border-right:1px dashed #E0E0DA;
	padding:10px;
	padding-left:0;
	margin-right:11px;
	width:288px;
	position:relative;
}

#homeColumns li.last {
	margin-right:0;
	border:none;
}


#colLeft { 
	float:left;
	width:590px;
	padding-top:25px;

}

#colRight {
	float:left;
	width:290px;
	/*background:url(images/bk_rightcol.png) 0 0 repeat-y;*/
	padding-top:30px;
	margin-left:15px;
	padding-left:20px;
}

#colLeft ul li {
	display:block;
	background:url(images/bullet.jpg) 0 5px no-repeat;
	padding:2px 0 3px 15px;
}
#colLeft ul.download li {
	display:block;
	background:url(images/bullet-org.jpg) 0 5px no-repeat; 
	margin-left:10px;
	padding:2px 0 3px 15px;
}
#colLeft ul.download li.altbg {
	background-color:#f4f4f4;
}
#colRight ul#latestPosts, #colRight ul#subCategs {
	padding-bottom:15px;
}

#colRight ul#latestPosts li, #colRight ul#subCategs li {
	border-bottom:1px solid #efefef;
	line-height:170%;
	padding:5px 5px 5px 5px;
	background:#f9f9f9;
}

#colRight ul#latestPosts li a, #colRight ul#subCategs li a {
	text-decoration:none;
}

#colRight ul#latestPosts li a:hover, #colRight ul#subCategs li a:hover, #colRight ul#latestPosts li:hover a, #colRight ul#subCategs li:hover a{
	color:#333;
}

#colRight ul#latestPosts li:hover, #colRight ul#subCategs li:hover {
	background:#fff;
}

#colRight ul#latestPosts li span {
	font-size:11px;
	color:#828282;
}

#colRight ul#latestPosts li span img {
	vertical-align:middle;
}

.rss {
	margin:0 0 10px;
	padding:5px 0 10px;
	border-bottom:1px solid #efefef;
}

.rss img {
	float:left;
	margin-right:15px;
	border:none;
}
.serviceColLeft, .serviceColRight { 
	float:left;
	width:275px; 
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding-right:15px; /**edit **/
	margin-top:22px;
	height:865px; /* here you can adjust the service box height to fit content*/
	padding-bottom:25px;
	
}

.serviceColRight {
	float:left;
	width:255px; /**edit **/
	padding-left:20px;
	padding-right:15px;
	border-right:none;
	
}

.serviceColLeft img , .serviceColRight img {
	float:left;
	margin-right:15px;
	margin-bottom:2px;
}

.portfolioItem {
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
}

.portfolioItem img {
	padding:6px;
	border:1px solid #efefef;
	margin-bottom:10px;
}

.portfolioItem span img {
	padding:0;
	border:none;
	vertical-align:middle;
	margin:0 5px;
}

.portfolioItem span.action {
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
}

.blogItem {
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
	margin-bottom:20px;
}

.blogItem p img {
	padding:5px;
	border:1px solid #efefef;
} 

.readmore {
	display:block;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;	
}

span.metadata {
	display:block;
	padding:5px 0;
	font-size:11px;
	color:#828282;
	border-bottom:1px solid #efefef;
}

span.metadata img {
	vertical-align:middle;
}


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

.footerMark {
	position:absolute;
	top:10px;
	right:0;
}

/* HOME SLIDER
-----------------------------------------------*/

#slider {
	padding-bottom:20px;
	margin-top:20px;
}

* html #slider {
	padding-bottom:0;
}

#sliderFold {
	width:305px;
	padding:0;
	float:left;
}

#sliderFold .sliderItem, #sliderFold .sliderItemOn, #sliderFold .sliderItemOnFirst{
	padding:13px 20px 0 84px;
	border-right:1px solid #ACD7EE;
	border-bottom:1px solid #ACD7EE;
	border-top:1px solid #fff;
	height:83px;
	position:relative;
	cursor:pointer;
}

 #sliderFold .sliderItemOnFirst {
 	border-top:1px solid #ACD7EE;
 }

#sliderFold .sliderItemOn, #sliderFold .sliderItem:hover {
	border-right:none;
	background:url(images/bk_serv_active.jpg) 100% 0 repeat-y;
	
	
}

#sliderFold .sliderItem h2, #sliderFold .sliderItemOn h2, #sliderFold .sliderItemOnFirst h2 {
	font-size:16px;
	letter-spacing:-1px;
	padding-bottom:5px;
	text-transform:none;
	color:#333;
}

#sliderFold .sliderItem p, #sliderFold .sliderItemOn p, #sliderFold .sliderItemOnFirst p  {
	line-height:120%;
}

#sliderFold .sliderItem img, #sliderFold .sliderItemOn img, #sliderFold .sliderItemOnFirst img{
	position:absolute;
	left:0;
	top:10px;
}

.sliderImg {
	background:#D5EAF7 url(images/bk_blue_grad.jpg) 0 100% repeat-x;
	border:1px solid #ACD7EE;
	border-left:none;
	position:relative;
	float:left;
	padding:7px;
	height:376px;
}

.panel a.butDetails {
	display:block;
	position:absolute;
	width:157px;
	height:40px;
	background:url(images/but_slider.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	right:3px;
	bottom:5px;
}

.panel img {
	/*border:1px solid #fff;*/
}	

.panel p.projName {
	font-size:14px;
	padding:18px 4px 15px 35px;
	margin:0; 
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 376px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:384px;
	position:relative;
}


/* FORMS
--------------------------------------------------*/

#topSearch {
	position:absolute;
	top:27px;
	right:20px;
}

#topSearch input#q {
	width:195px;
	background:url(images/bk_searchbox.jpg) 0 0 no-repeat;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 5px;
	border:none;
	color:#999;
}

#topSearch input.submit {
	width:25px;
	height:22px;
	background:url(images/bk_searchbut.jpg) 0 0 no-repeat;
	border:none;
}

#topSearch input {
	float:left;
}

form#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#contact input, form#contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form#contact textarea {
	width:500px;
}

form#contact input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
}



form#onlineForm label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#onlineForm input, form#onlineForm textarea {
	border:1px solid #E5E5E5;
	padding:3px; margin-right:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

form#onlineForm textarea {
	width:500px;
}

form#onlineForm input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
}



.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

/* styling of the container. */ 
a.introPlayer { 
    display:block; 
    width: 279px; 
    height:210px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:5px solid #ccc;
} 
 
/* play button */ 
a.introPlayer img { 
    margin-top:85px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.introPlayer:hover { 
    border:5px solid #666; 
}

/* styling of the container. */ 
a.vidPlayer { 
    display:block; 
    width: 216px; 
    height:159px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.vidPlayer img { 
    margin-top:55px; margin-left:80px;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.vidPlayer:hover { 
    border:1px solid #000; 
}


/* styling of the container. */ 
a.RtPanelPlayer { 
    display:block; 
    width: 270px; 
    height:195px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.RtPanelPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.RtPanelPlayer:hover { 
    border:1px solid #000; 
}

.mp3 { position: absolute; bottom: 15px; left:4px;}
.mp32 { position: absolute; bottom: 19px; left:4px;}
/*.mp3service { position: relative; bottom: 0px; left:75px;}*/

.newsltteremail { float: left;
	border:1px solid #E5E5E5;
	padding:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:175px;
}
.newslttersubmit { 
	margin-left:10px;
	float: left;
}
.accentText {color:#DF490A}

form.newsletterform label.error, label.error {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	font-weight: normal;
	color: #C00;
}
#newsletter input:focus { border: 1px solid #999999; }
#newsletter input.error { border: 1px dotted #C00; }
.tab{background-color:#FFF}
