@charset "utf-8";
/* CSS Document */

/******************************************************/



/******************************************************/

/******************************************************/
/*	RESET
/******************************************************/

@import url(font.css);
@import url(http://fonts.googleapis.com/css?family=Arimo);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearBoth {
	clear:both;
}
.clearMar {
	margin:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
.block {
	display:block;
}
br {
	line-height: 10px;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}
a:hover {
	text-decoration:none !important;
}
.clear_pad {
	padding:0 !important;
	}
.clear_mar {
	margin:0 !important;
	}
.clear_btm_pad {
	padding-bottom:0 !important;
	}
.clear_btm_mar {
	margin-bottom:0 !important;
	}
.clear_rgt_mar {
	margin-right:0 !important;
	}
.clear_rgt_pad {
	padding-right:0 !important;
	}
.clear {
	clear:both;
	}
.clear_padtop {
	padding-top:0 !important;
	}
.clear_mar_top {
	margin-top:0 !important;
	}
.pad_bttm {
	padding-bottom:10px;
	}
.padtop_10 {
	padding-top:10px !important;
}
.marlft_10 {
	margin-left:10px !important;
}

/******************************************************/
/*	LAYOUT ********************************************/
/******************************************************/


body {
	background:url(../images/bg.gif);
	background-attachment:fixed;
	overflow-x: hidden;
	color:#A7A7A7;
	line-height:21px;
	font-size:13px;
	font-family: Arimo,sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width:984px;
	margin:0 auto;
}
#header {
	width:984px;
	margin:0 auto;
	position: fixed;
	z-index:100;
	background-attachment: fixed;
	overflow:hidden;
}
.logo {
	margin:0;
	float:left;
}
.logo a {
	width:421px;
	height:79px;
	background:url(../images/logo.png) no-repeat;
	display:block;
	float:left;
}
a {
	outline:0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin:0;
	padding:0;
}

p {
	padding-bottom: 10px;
}

.pageBody, .pageBodyTop {
	width:960px;
	border:1px solid #cecece;
	background-color:#efefef;
	padding:8px 11px;
	float:left;
}
.pageBodyTop { 
	padding-bottom:0;
	border-bottom:none;
}
.pageBody {
	margin-top:119px;
}

.pageBodyWrap {
	width:940px;
	background-color:#fff;
	padding:10px;
	float:left;
}
.pageBodyWrap div {
	float:left;
}


/******************************************************/
/*	MENU **************************--******************/
/******************************************************/

header {
	width:940px;
	
	/*height:60px;*/
	overflow:hidden;
}
nav, nav ul#menu {
	float:right;
	height:58px;
	line-height:normal;
}

nav ul#menu li {
	float:left;
	padding-top:10px;
}
nav ul#menu li a {	
	font-family: 'CandaraBold';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 1px #1f5b85;
	float:left;
	padding:30px 0 13px;
	text-align:center;
}
nav ul#menu li a#home {
	background:url(../images/nav.png) no-repeat;
	width:104px;
}
nav ul#menu li a#home:hover, ul#menu li.current a#home {
	background:url(../images/nav.png) 0 -58px no-repeat;
}
nav ul#menu li a#about {
	background:url(../images/nav.png) -103px 0 no-repeat;
	width:104px;
}
nav ul#menu li a#about:hover, ul#menu li.current a#about {
	background:url(../images/nav.png) -103
}
nav ul#menu li a#skills {
	background:url(../images/nav.png) -207px 0 no-repeat;
	width:103px;
}
nav ul li a#skills:hover, ul#menu li.current a#skills {
	background:url(../images/nav.png) -207px -174px no-repeat !important;
}
nav ul li a#works {
	background:url(../images/nav.png) -309px 0 no-repeat;
	width:103px;
}
nav ul#menu li a#works:hover, ul#menu li.current a#works {
	background:url(../images/nav.png) -309px -232px no-repeat;
}
nav ul#menu li a#contact {
	background:url(../images/nav.png) -412px 0 no-repeat;
	width:109px;
}
nav ul#menu li a#contact:hover, ul#menu li.current a#contact {
	background:url(../images/nav.png) -412px -290px no-repeat;
	width:109px;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 10px auto 30px;
}

#menuSelect {
	display:none;
}

html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}

.section-container {
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}
.banner {
	width:920px;
	/*height:370px;*/
	height:330px;
	margin:12px 0 0 20px;
}
#bannerSlider {
	overflow:hidden !important;
	width:900px;
	height:300px;
	border:none;
	outline:none;
}
.welcomeBlk, .pageTitle {
	clear:both;
	margin:0 auto;
	float:none;
	width:745px;
	text-align:center;
	font-family: 'YanoneKaffeesatzRegular';
	color:#8c8c8c;
	padding:0 0 50px;
}
.pageTitle {
	padding:0 0 35px;
}
.welcomeBlk h2, .pageTitle h2 {
	width:100%;
	background:url(../images/dblLine.gif) left center repeat-x;
	font-family: 'CandaraBold';
	text-align:center;
	font-size:24px;
	color:#444444;
	line-height:normal;
}
.welcomeBlk h2 span, .pageTitle h2 span {
	background-color:#fff;
	padding:0 10px;
}
.welcomeBlk h3 {
	color:#8c8c8c;
	font-size:30px;
	line-height:normal
}
.welcomeBlk h3 span {
	font-size:18px;
	display:block;	
}
.welcomeBlk h4 {
	color:#8c8c8c;
	width:100%;
	background:url(../images/dblLine.gif) left center repeat-x;
	padding:0 0 10px;
}
.welcomeBlk h4 span {
	background-color:#fff;
	padding: 0 30px;
	line-height:30px;
	font-size:16px;
}
.pageTitle h3 {
	font-family: yanonekaffeesatzregular;
	font-size:16px;
}
#services {
	width:945px;
	height:320px;
	margin:0 0 0 -4px;
}
#services .blk {
	background-color:#f0f0f0;
	width:232px;
	height:225px;
	margin:0 2px;
	padding:45px 0 0;
	text-align:center;
	float:left;
	display:block;
}
#services .blk:hover {
	background-color:#3980af;
	box-shadow:0 0 5px #b3b3b3;
}
#services .blk:hover {
	color:#fff !important;
}
#services .blk:hover h2, #services .blk:hover h3 {	
		color:#fff !important;
}
#services .blk .img {
	clear:both;
	float:none;
	width:90px;
	height:94px;
	margin:0 auto;
}
.iconService, .iconDesigner, .iconDeveloper, .iconPhotographer {
	background:url(../images/icoService.png) 0 0 no-repeat;
	width:90px;
	height:70px;
	display:block;
}
.iconDesigner {
	background:url(../images/icoDesigner.png) 0 0 no-repeat;
}
.iconDeveloper {
	background:url(../images/icoDeveloper.png) 0 0 no-repeat;
}
.iconPhotographer {
	background:url(../images/icoPhographer.png) 0 0 no-repeat;
}
#services .blk:hover .img span {
	background-position:0 -72px;
}
#services .blk h2 {
	font-family: 'CandaraBold';
	width:100%;
	text-align:center;
	height:40px;
	color:#444;
}
#services .blk h3 {
	width:80%;
	padding:0 10%;
	line-height:17px;
	color:#A7A7A7;
}
.callAction {
	width:100%;
	float:left;
	clear:both;
}
.callAction div {
	float:left;
}
.getTouch {
	width:49%;
	border:1px solid #e4e4e4;
	border-left:none;
	height:49px;
	margin:0 1.5% 0 0;
}
.getQuote,
.getInTouch {
	background:url(../images/getquote.gif) no-repeat;
	width:145px;
	height:51px;
	margin:-1px 0 0 0;
	border:none;
	outline:none;
	cursor:pointer;
	float:left;
}
.getInTouch {
	background:url(../images/gettouch.gif) no-repeat;
}
.getQuote:hover,
.getInTouch:hover {
	background-position:0 -53px;
}
.getQuoteTxt {
	width:57%;
	float:left;
	outline:none;
	border:none;
	padding:5px 25px 0;
	font-size:20px;
	height:42px;
	font-family: arimo;
	color: #A7A7A7;
}
.contentWrap {
	width:100%;
	background:url(../images/bar.gif) 50% 100% no-repeat;
	margin:0 0 5%;
	padding:0 0 5%;
	float:left;
}
.contentWrap p {
	padding:0 0 15px;
}

/******************************************************/
/*	About Us ******************************************/
/******************************************************/

.mediaBlk {
	width:282px;
	height:267px;
	border:1px solid #dcdcdc;
	padding:8px;
	margin:0 20px 0 0;
	float:left;
}
.mediaBlkTop {
	width:282px;
	float:left;
}
.mediaBlkLft {
	width:43px;
	background-color:#f0f0f0;
	margin:0 8px 0 0;
	height:204px;
	padding:22px 0 0 15px;
	float:left;
}
.mediaBlkLft a {
	display:block;
	width:29px;
	height:29px;
	margin:0 0 10px;
}

.mediaBlkLft a.fbk {
	background:url(../images/icoSocial.gif) 0 0 no-repeat;
}
.mediaBlkLft a.oth {
	background:url(../images/icoSocial.gif) 0 -39px no-repeat;
}
.mediaBlkLft a.wp {
	background:url(../images/icoSocial.gif) 0 -79px no-repeat;
}
.mediaBlkLft a.ai {
	background:url(../images/icoSocial.gif) 0 -118px no-repeat;
}
.mediaBlkLft a.twt {
	background:url(../images/icoSocial.gif) 0 -158px no-repeat;
}
.mediaBlkImg {
	width:215px;
	height:226px;
}
.mediaRow {
	width:282px;
	height:33px;
	margin:8px 0 0;
}
.mediaDown {
	width:58px;
	height:33px;
}
.downloadRes {
	position:absolute;
	background:url(../images/download.png) no-repeat;
	width:118px;
	height:26px;
	margin:-30px 0 0 -30px;
	display:none;
}
.mediaDown a {
	display:block;
	background:url(../images/arrowDown.gif);
	height:33px;
}
.mediaDown a:hover {
	background-position:0 -33px;
}
.mediaPplName {
	width:193px;
	height:25px;
	background-color:#3980af;
	color:#fff;	
	font-family: 'CandaraBold';
	font-size:12px;
	padding:8px 15px 0;
}
.mediaPplName span {
	font-size:11px;
}
.aboutSpec {
	float:left !important;
	width:65%;
}
.aboutSpec li {
	width:50%;
	/*padding:0 20px 0 0;*/
	float:left;
	height:137px;
}
.aboutSpec li h2 {
	font-size:13px;
	font-family: 'CandaraBold';
	color:#444;
}
.aboutSpec li .specCont {
	padding:15px 0 0;
	width:100%;
}
.aboutSpec li .specImg {
	width:80px;
}
.aboutSpec li .specImg a {
	display:block;
	float:left;
	width:60px;
	height:63px;
}
a.nature {
	background:url(../images/ico_leaf.gif) no-repeat;
}
a.socialPerson {
	background:url(../images/icoSocialPerson.gif) no-repeat;
}
a.idea {
	background:url(../images/ico_idea.gif) no-repeat;
}
a.creative {
	background:url(../images/icoCreative.gif) no-repeat;
}
.aboutSpec li .speDet {
	width:72%;
	color:#A7A7A7;
}
.recentProj {
	width:100%;
	padding:0 0 90px;
	height:167px;
	float:left;
}

/******************************************************/
/*	My Skills ******************************************/
/******************************************************/

.skillBlk {
	width:460px;
	margin:0 20px 0 0;
}

.skillTopLft,
.skillMidLft {
	width:100%;
	background:url(../images/skillTBarVMid.gif) repeat-y;
}
.skillMidLft {
	background:url(../images/skillMBarVMid.gif) top right repeat-y;
	padding:46px 0 20px;
}
.skillTopBullet,
.skillBtmBullet {
	width:100%;
	background:url(../images/skillTBarVTop.gif) no-repeat;
	padding:46px 0 20px;
}
.skillBtmBullet {
	background:url(../images/skillBBarVBtm.gif) bottom left no-repeat;
}
.skillIcon {
	/*width:80px;*/
	width:18%;

}
a.icoWp,
a.icoCart,
a.icoSeo {
	float:left;
	display:block;
	width:75px;
	background:url(../images/icoWP.gif);
	height:75px;
}
a.icoCart {
	background:url(../images/icoCart.gif);
}
a.icoSeo {
	background:url(../images/icoSeo.gif);
}
.skillDet {
	/*width:355px;*/
	width:75%;
	padding:0 0 0 25px;
}
.skillMidLft .skillDet {
	width:322px;
	padding:0 0 0 35px;
	margin:0 20px 0 0;
}
.skillMidLft .skillIcon {
	margin-right:-5px !important;
	margin-left:5px;
	
}
.skillDet h2, .skillLevel h2 {
	color:#444;
	font-size:13px;
	font-family: 'CandaraBold';
	padding:0 0 20px;
}
.skillTopDivider {
	width:100%;
	background:url(../images/skillTBarMid.gif);
	height:7px;
}
.skillTopDivLft,
.skillTopDivRgt {
	width:100%;
	background:url(../images/skillMBarBLft.gif) no-repeat;
	height:7px;
}
.skillTopDivRgt {
	background:url(../images/skillTBarRgt.gif) top right no-repeat;
}
.skillLevel {
	width:460px;
}
.levels {
	width:100%;
}
.levels li,
.levels li.second {
	width:95%;
	background-color:#f0f0f0;
	border-left:10px solid #444;
	height:41px;
	margin:0 0 5px;
}
.levels li.second {
	width:95%;
	background-color:#f0f0f0 !important;
	border-left:10px solid #3980af;
}
.levels li div,
.levels li.second div {
	width:68%;
	background-color:#3980af;
	padding:12px 0 0 2%;
	height:29px;
	color:#FFF;
	font-family: 'CandaraBold';
	font-size:12px;
}
.levels li.second div {
	background-color:#ccc;
	color:#444;
}

.testWrap {
	clear:both;
	width:83%;
	margin:0 5%;
	background:url(../images/icoOpen.gif) no-repeat;
	padding:32px 0 0 7%;
}
.testWrapCont {
	width:100%;
	background:url(../images/icoClose.gif) bottom right no-repeat;
	margin:0 7% 75px 0;
	padding:0 0 30px;
}
.testContTop,
.testContBtm {
	color:#8c8c8c;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:92%;
	padding:0 8% 0 0;
}
.testContBtm {
	text-align:right;
}
.testContBtm h2 {
	font-size:12px;
	font-family: 'CandaraBold';
	line-height:13px;
}
.testContBtm p {
	color:#8c8c8c;
	font-style:italic;
	font-size:11px;
}

/******************************************************/
/*	My Works ******************************************/
/******************************************************/

#portfolio {
	clear:both;
	float:left;
	overflow: hidden;
	width: 100%;

}
.grid {
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	padding: 0 0 0 2px;
}
.grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.grid li {
	/*width: 24.5%;*/
	width:233px;
	margin:1px;
	float: left;
	font-size: 12px;
	line-height: 17px;
	height: 232px;
	overflow: hidden;
	position:relative;
}
.grid li a {
	outline:0;
	text-decoration: none;
}
.grid li img {
	display: block;
	/*width:100%;*/
	width:233px;
	height:232px;
	height:auto;
}
.gallerynav {
	overflow: hidden;
	padding: 0 0 0 2px;
	margin:0 0 40px 236px !important;
	width:500px;
	float:left;
}
.portSelect {
	display:none;
	width:100%;
	float:left;
	font-family: 'CandaraRegular';
}
.port_filter, .portDrop {
	width:100% !important;
	float:left;
	clear:both !important;
}

.gallerynav li {
	float:left;
}
.gallerynav li a {
	float:left;
	padding:0 9px 0;
	background-color:#f0f0f0;
	font-size:12px;
	height:18px;
	line-height:18px;
	color:#8c8c8c;
	font-family: 'CandaraBold';
	text-transform:uppercase;
}
.gallerynav li a:hover, .gallerynav li.active a {
	color:#fff !important;
	background-color:#0392bc !important;
}
.filterCont {
	clear:both;
	display:block; /******/
}
#gallery {
	clear:both;
	margin-top:20px;
	width:100%;
}

.caption {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	background:#0392bc;
	color: #000;
	padding: 8px 10px 0 10px;
	bottom:-255px;
	height:233px;
	opacity: .8;
	font-size: 11px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.caption .top {
	margin-top: 42%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12%;
}
.caption a:hover {
	background-position:0 -33px;
}
.caption .btm {
	clear:both;
	width:90%;
	text-align:center;
	margin:0;
	padding:10px 0 0;
	color:#fff;
	 font-family: 'CandaraRegular';
	 text-transform:uppercase;
}
.tab {
	margin:0 0 40px 20%;
	float:left;
}
.tab li {
	float:left;
}
.tab li a {
	float:left;
	padding:0 18px 0;
	background-color:#f0f0f0;
	font-size:11px;
	height:18px;
	line-height:18px;
	color:#8c8c8c;
	font-family: 'CandaraBold';
}

.tab li a:hover {
	color:#fff;
	background-color:#4386b2;
}
.tabContent {
	width:100%;
}
.contactSection {
	width:100%;
}

/******************************************************/
/*	Contact Us ****************************************/
/******************************************************/

.contactForm {
	width:65%;
	margin:0 2% 0 0;
}
.contactFormRow {
	width:100%;
	padding:0 0 2%;
}
.contactDet {
	width:33%;
}
.contactDet ul {
	padding:15% 0 0;
	float:left;
	width:100%;
}
.contactDet ul li {
	width:92%;
	line-height:17px;
	padding:1% 0 1% 8%;
}
.location {
	background:url(../images/contactIcon.gif) no-repeat;
}
.phone {
	background:url(../images/contactIcon.gif) 0 -30px no-repeat;
}
.fax {
	background:url(../images/contactIcon.gif) 0 -63px no-repeat;
}
.mail {
	background:url(../images/contactIcon.gif) 0 -95px no-repeat;
}
.globe {
	background:url(../images/contactIcon.gif) 0 -128px no-repeat;
}
.formTxtBox, 
.formMsgBox {
	border:1px solid #dcdcdc;
	width:44%;
	margin:0 1%;
	padding:12px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A7A7A7;
	float:left;
}
.formMsgBox {
	height:201px;
	width:94%;
	font-size:12px;
}
.yourName {
	background:url(../images/yourname.png) 10px no-repeat #f0f0f0;
}
.yourEmail {
	background:url(../images/yourmail.png) 10px no-repeat #f0f0f0;
}
.yourMsg {
	background:url(../images/msg.png) 10px 10px no-repeat #f0f0f0;
}
.error {
	border:1px solid #e09b9b !important;
	background-color:#fff5f5 !important;
}
.validEmail {
	background:none;
	background:url(../images/validemail.png) 10px no-repeat #fff5f5;
	border:1px solid #e09b9b !important;
}
.submit {
	cursor:pointer;
	outline:none;
	border:none;
	background:url(../images/btnSubmit.gif);
	width:110px;
	height:28px;
	margin:0 0 0 5px;
}
.submit:hover {
	background-position:0 -28px;
}
footer {
	background:url(../images/topGryBar.gif);
	height:72px;
	width:100%;
}
footer div {
	line-height:72px;
	color:#7c7c7c;
	font-size:11px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/******************************************************/
/*	Slider hover buttons ******************************/
/******************************************************/

.buttons {
	position: absolute;
	width: 167px;
	height: 167px;
	top: 0.1%;
	text-align: center;
	letter-spacing: 0;
	display: none;
	white-space:nowrap;
	background:url(../images/transBl.png);
	cursor:pointer;
}
.buttons .top {
	padding:62px 0 0;
	width:100%;
}
.show, .link {
	width:33px;
	height:33px;
	display:block;
	float:left;
	margin:0 2px 0 51px;
	background:url(../images/icoEnlarge.gif);
}
.link {
	margin:0;
	background:url(../images/icoLink.gif);
}
.buttons .top a:hover {
	background-position:0 -33px;
}
.buttons .title {
	width:100%;
	text-align:center;
	font-size:11px;
	padding:10px 0 0;
	font-family: 'CandaraBold';
	color:#fff;
}
.boxgrid{ 
	width: 167px; 
	height: 167px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
/*	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
/*	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.captionfull .boxcaption,
.caption .boxcaption {
	top: 167px;
	left: 0;
}
.topContInfo {
	width:100%;
	height:43px;
	margin:0 auto;
	font-family:trebuchet ms,"Times New Roman",Times,serif;	
	background:url(../images/bg.gif);
}
.topContInfo p {
	color:#9c9c9c;
	font-size:12px;
	float:left;
	margin: 1.5% 2% 0;
}
p.contIcon,
p.mailIcon {
	background:url(../images/icoCont.png) 0 2px no-repeat;
	padding:0 0 5px 26px;
}
p.mailIcon {
	background:url(../images/icoMail.png) 0 2px no-repeat;
}
p.resume {
	background:url(../images/icoResume.png) 0 2px no-repeat;
	padding:0 0 5px 26px;
}

.topContInfo a{
	color:#9c9c9c;
}


.topContInfo a:hover{
	color:#1e93ba;
}


/******************************************************/
/*	Sliders ******************************************/
/******************************************************/

.etabs { 
	margin: 0; 
	padding: 0; 
	width:980px; 
	float:left; 
}
.next-tab.btn, .prev-tab.btn {
	position: absolute;
	top:15px;
	right: 15px;
	width: 37px;
	height: 37px;
	background:url(../images/footer-arrow-prev.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}
.prev-tab.btn {
	right: 40px;
	background-position: top left;
}
.jcarousel-container {
	width:  845px;
	height: 167px;
	margin:0 0 0 5%;
}
.jcarousel-container-vertical {
	padding: 34px 0;
	float: left;
}
.jcarousel-clip {
	overflow: hidden;
}
.jcarousel-clip-vertical {
	/*width:  845px;*/
	width:  100%;
	height: 360px;
}
.jcarousel-item {
	width: 167px;
	height: 167px;
	background-color: #fff;
	float:left !important;
	margin:1px;
	padding:0;
}

#carousel3 .jcarousel-item {
	width: 280px;
	height: 230px;
	margin:0 1px;
}
#carousel3 .jcarousel-item img {
	width:100%;
}
	

.jcarousel-item a:hover, .jcarousel-item a.active {
	color: #4a8b86;
	text-decoration: none;
}
.jcarousel-next-vertical, .jcarousel-prev-vertical {
	position: absolute;
	width: 37px;
	height: 34px;
	cursor: pointer;
	display: block;
	margin:60px 0 0 850px;
	background:url(../images/footer-arrow-next.gif) no-repeat;
}
.topMar {
	margin-top:80px !important;
}
.jcarousel-prev-vertical {
	margin:60px 0 0 -45px;
	border-bottom:1px solid #c8c7c7;
	background:url(../images/footer-arrow-prev.gif) no-repeat;
}
.jcarousel-next-vertical:hover {
	background-position: 0 -37px;
}
.jcarousel-prev-vertical:hover {
	background-position: 0 -37px;
}
div.recProj { 
	width:167px;
	height:167px;
	overflow:hidden;
	position:relative;
	}
div.cap {
	background-color:#3980af;
	position:relative;
	text-align:center;
	min-height:168px;
	width:167px;
	color:#d20000;
	text-shadow:0 1px 1px #999;
	text-transform:capitalize;
	line-height:16px;
	}
.cap .top {
	padding:64px 0 0 ;
	width:167px;
}
.cap .top a {
	float:left;
	display:block;
	width:33px;
	height:33px;
}
.cap .top a:hover {
	background-position:0 -33px !important;
}
.cap .top a.show {
	background:url(../images/icoEnlarge.gif) no-repeat;
	margin:0 5px 0 51px;
}
.cap .top a.link {
	background:url(../images/icoLink.gif) no-repeat;
}
.cap .btm {
	width:100%;
	text-align:center;
	font-family: 'CandaraBold';
	font-size:11px;
	color:#fff;
	padding:5px 0 0;
}

#carousel div {
	float:left;
	width:167px;
	height:167px;
	position:relative;
	overflow:hidden;
}
#carousel img {
	position:absolute;
}
.largeMap {
	color:#8c8c8c;
	text-align:left; 
	font-size:12px;
	font-family: 'CandaraRegular';
}
.largeMap:hover {
	color:#000;
}
#googlemap {
	width:940px;
	height:350px;
	border:none;
	outline:none;
	margin:0;
	overflow:hidden;
}
/******************************************************/
/*	Footer ********************************************/
/******************************************************/
footer {
	clear:both;
	width:100%;
	background:url(../images/footerbg.gif);
	height:72px;
}
footer .wrapper {
	width:984px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#7c7c7c;
}
footer .scrollTop {
	float:right;
	color:#7c7c7c;
}
footer .scrollTop:hover {
	color:#5c5c5c;
}
/*** MAP GOOGLE ***/

#googleMaps{
	height:400px;
	color:#000;
	max-width: 2500px;
	width: 100%;
}
#googleMaps img{
	max-width:none;
}

.closer{
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
