/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}
body {font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#000;background:#fff}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}

@font-face {
	font-family:'Helvetica-Condensed-Light';
	src: url('Helvetica-Condensed-Light_gdi.eot');
	src: url('Helvetica-Condensed-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('Helvetica-Condensed-Light_gdi.woff') format('woff'),
		url('Helvetica-Condensed-Light_gdi.ttf') format('truetype'),
		url('Helvetica-Condensed-Light_gdi.otf') format('opentype'),
		url('Helvetica-Condensed-Light_gdi.svg#Helvetica-Condensed-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-2212;
}

#page3 {/*min-width:1034px;*/}

.main {
	font-size:14px;
	line-height:25px;
} 

a {color:#f00058; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px !important;}
.p3 {margin-bottom:30px !important;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#f00058;}
.color-2 {color:#7c7c7c;}

.img-border1 {
	float:left;
	padding:3px;
	background:#fff;
	border:1px solid #e5e5e5;
}

/*********************************boxes**********************************/
.indent {padding:0 15px;}
.indent-top {padding-top:5px;}
.indent-left {padding-left:45px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.img-indent-bot {margin-bottom:25px !important;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 30px 0px 0;}	
.img-indent3 {float:left; margin:0 10px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 20px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	background:url(../images/header_bg.jpg) repeat-y;
	/*background:#fff;*/
	background-position:center;
	/*position:relative; */
	z-index:2;
}

h1 {
	padding:25px 0 0 22px; 
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
	h1 a {
		/*display:block;*/
		width:227px;
		height:68px;
		text-indent:-9999em;
		/*background:url(../images/logo.png) 0 0 no-repeat;
		float:left;*/
		/*margin-right:-20px;*/
	}
	h1 em {
		display:inline-block;
		font-family: 'PT Sans', sans-serif;
		font-style:normal;
		font-size:12px;
		font-weight:400;
		margin-top:43px;
		color:#888;
	}
	
	
/***** menu *****/
.menu-row {
	width:100%;
	padding:1px 0 0px;
	background:url(../images/menu-row-tail.png) center top repeat-x;
}
	#page1 .menu-row {margin-bottom:0px; position:relative; z-index:9;}
.menu {width:100%; background:url(../images/menu-spacer.png) left top no-repeat; overflow:hidden;}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.png) right top no-repeat;
}
.menu li a {
	display:inline-block; 
	height:30px;
	overflow:hidden;
	/*font-family: 'PT Sans', sans-serif;*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:'Helvetica-Condensed-Light';
	font-size:14px; 
	font-weight:normal;
	line-height:33px; 
	padding:0 68px; 
	color:#fff; 
	text-transform:uppercase;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	/* ...and now for the proper property */
	transition:1s;
}

.menu li a.active {background:url(../images/menu-active-tail.png) 0 0 repeat-x #f60;}
.menu > li > a:hover {background:url(../images/menu-active-tail.png) 0 0 repeat-x #f60; -o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	/* ...and now for the proper property */
	transition:1s;}

/***** slider *****/
.slider-wrapper {
	/*border: 5px solid #DFDFDF;*/
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;*/
	overflow:hidden;
}
/*********************************content*************************************/
#content {
	width:100%; 
	padding:35px 0 53px;
	background:#fff;
	position:relative;
	z-index:1;
}

h2 {
	font-family: 'PT Sans', sans-serif;
	font-size:37px; 
	font-weight:700;
	line-height:1.2em; 
	color:#000;
	margin-bottom:15px;
	letter-spacing:-1px;
}
h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:23px; 
	font-weight:700;
	line-height:2em; 
	color:#000;
	margin-bottom:7px;
}
h6 {color:#f00058;}

.tdate-1 {
	display:block;
	color:#7c7c7c;
	font-size:14px;
	line-height:20px;
}
	.tdate-1 a {color:#7c7c7c;}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-4.gif) 0 bottom repeat-x;
}

.q1, .q2{
	position:relative;
	background: #F8F8F8;
	color:#7c7c7c;
	padding: 10px;
	border: 1px solid #DFDFDF;
}
.q3 {
	position:relative;
	background:url(../images/pic-3.png) 0 3px no-repeat;
	color:#7c7c7c;
	font-style:italic;
	margin-bottom:17px;
}
.q3 .padding {padding:0 0 0 35px;}

.quote-marker1 {
	display:block;
	width:15px;
	height:21px;
	background:url(../images/pic-1.png) 0 0 no-repeat;
	position:absolute;
	top:30px;
	left:-1px;
	z-index:2;
}
.quote-marker2 {
	display:block;
	width:15px;
	height:21px;
	background:url(../images/pic-2.png) 0 0 no-repeat;
	position:absolute;
	top:30px;
	right:0;
	z-index:2;
}
.q1 .quote-bot {
	padding-bottom:5px;
	padding-left:10px;
	background:url(../images/quote-bot.jpg) right bottom no-repeat;
	position:relative;
	z-index:1;
}
.q2 .quote-bot {
	padding-bottom:5px;
	padding-right:10px;
	background:url(../images/quote-bot.jpg) left bottom no-repeat;
	position:relative;
	z-index:1;
}
.quote-top {
	width:100%;
	padding-top:5px;
	background:url(../images/quote-top.jpg) right top no-repeat;
}
.quote {
	width:100%;
	overflow:hidden;
	color:#7c7c7c;
	background:url(../images/quote-tail.jpg) right top repeat-y;
}
	.quote .padding {padding:18px 25px 19px 30px;}



/* -- gallery  begin --*/
#gallery {
	/*width:1034px;
	height:870px;*/
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#js {
	position:relative;
	/*width:940px;*/
	margin:0 auto;
	font-size:14px;
	line-height:25px;
}
 div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 410px;
	height: 340px;
	overflow: hidden;
}
 div.content img {
	position: relative;
	z-index: 2;
}
 div.content a, div.navigation a {
	
}
 div.content a:focus, div.content a:hover, div.content a:active {
	
}
 div.controls {
	 position:relative;
}
 div.controls a {
	padding: 0px;
}
 div.ss-controls {
	float: left;
	display:none;
}
 div.nav-controls {
	width:100%;
	height:27px;
	position:absolute;
	left:0;
	bottom:56px;
}
div.nav-controls a.prev {
	display:block;
	width:27px;
	height:27px;
	background:url(../images/gallery-prev.jpg) 0 0 no-repeat;
	text-indent:-9999em;
	position:absolute;
	top:0;
	left:-47px;
	z-index:99;
}
div.nav-controls a.next {
	display:block;
	width:27px;
	height:27px;
	background:url(../images/gallery-next.jpg) 0 0 no-repeat;
	text-indent:-9999em;
	position:absolute;
	top:0;
	right:-47px;
	z-index:99;
}
 div.slideshow-container {
	position: relative;
	height: 620px; /* This should be set to be at least the height of the largest image in the slideshow */
	z-index:1;
	width:620px;
	margin-right:48px;
	float:left;
	
}
 div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 592px;
	height: 470px; /* This should be set to be at least the height of the largest image in the slideshow */
}
 div.slideshow {
}
div.caption {
	width:100%;
	height:100%;
}
 div.slideshow span.image-wrapper {
	display: block;
	width: 620px;
	height: 620px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
}
 div.slideshow a.advance-link {
	display: block;
	padding: 3px;
	margin: 0;
	font-size:0;
	line-height:0;
	text-decoration:none;
	background:#fff;
	border:1px solid #e5e5e5;
}
 div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
 div.download {
	float: right;
}
 div.caption-container {
	 float:right; 
	 width: 270px;
	 height: 620px;
	 position:relative;
}
 span.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	z-index:10;
	background:#fff;
}
 div#thumbs {
	padding: 0;
	margin: 0 0 20px 0;
	width:100%;
}
 ul.thumbs {
	padding: 0 0 0 0;
	width:100%;
	overflow:hidden;
	position:relative;
}
 ul.thumbs li {
	float:left;
	margin-right:20px;
	width:140px;
}
ul.thumbs li.last {margin:0;}
	 ul.thumbs li span {
		 display:block;
		 font-size:15px;
		 line-height:1.2em;
		 color:#f9f9f9;
		 text-transform:uppercase;
		 font-weight:bold;
	}
 a.thumb {
	 display:block;
	 width:132px;
	 height:132px;
	 padding:3px;
	 background:#fff;
	 border:1px solid #e5e5e5;
	 margin-bottom: 5px;
}
 a.thumb:focus {
	outline: none;
}
#controls {
	width:100%;
}

 div.pagination {
	clear: both;
	text-align:center;
	position:relative;
	z-index:10;
}
 div.top.pagination {
	display:none;
}
 div.navigation div.bottom {
	 display:none;
}
 div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	padding:0 4px;
	font-weight:bold;
	color:#fff;
}
 div.pagination a:hover {
	text-decoration: none;
	color:#ffeaa8;
}
 div.pagination span.current {
	color:#ffeaa8;
}
 div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/* -- gallery end --*/


.list-1 li {
	line-height:20px; 
	padding:5px 0 5px 15px; 
	background:url(../images/marker-1.gif) 0 12px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#7c7c7c;
	}
	.list-1 li a:hover {color:#f00058; text-decoration:underline;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	line-height:27px; 
	padding-left:39px; 
	background:url(../images/marker-2.gif) 0 0px no-repeat;
}
.link-1:hover {text-decoration:none;} 

.text-1 {display:block; color:#f00058;} 
.text-2 {display:block; color:#000; font-style:normal !important;}  

dl span {float:left; width:98px; font-weight:bold;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:40px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:50%; 
		font-size:12px; 
		line-height:1.25em;
		color:#000;
		padding:7px 9px 6px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:1px solid #e5e5e5; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:339px; 
		width:90%;
		max-height:339px; 
		max-width:490px;
		font-size:12px; 
		line-height:1.25em;
		color:#000;
		padding:7px 9px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:1px solid #e5e5e5; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:30px;
	width:75px; 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons {clear: both; padding:30px 0; text-align:center;}
.buttons a {margin-left:25px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:38px 0 50px;
	/*background:url(../images/footer-tail.gif) center top repeat-x;*/
}

.list-services {
	text-align: center;
}
	.list-services li {
		float:left; 
		padding:0 9px 0 0;
	}
	.list-services a {
		display:block;
		width:41px;
		height:46px;
		text-indent:-9999em;
		background:url(../images/social-icons.png) 0 0 no-repeat;
	}
	.list-services .item-2 {background-position:-50px 0;}
	.list-services .item-3 {background-position:-100px 0;}
	
.footer-text {
	display:block;
	text-align:center;
	padding-right:43px;
}
	.footer-text span {display:block;}

/* ************************************ */
.gradient{
	background:url(../images/gradient.png) repeat-x;
	width:100%;
	height:130px;
	margin:0 auto;
}
.gradinet_btm{
	width: 100%;height: 60px;margin-top: 17px;opacity: 0.4;
}
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('colabthi-webfont.eot');
    src: url('colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('colabthi-webfont.woff') format('woff'),
         url('colabthi-webfont.ttf') format('truetype'),
         url('colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ttlcontainer{
	margin: 0px auto;
	width:520px;
}
.ttl{
	margin: 0px auto;
	padding: 18px 0px 0px;
	text-align: center;
	font-family:'Helvetica-Condensed-Light';
	/*font-family: "colaborate-thinregular";*/
	font-size: 26px;
	text-shadow:1px 1px 1px #fff;
	color:#444;
	float:left;
}
.nlinpt{
	float:right;
	margin-top:18px;
	position:relative;
}
.inpt{
	float:left;
	background:url(../images/inpt.png);
	width:220px;
	height:38px;
	border:none;
	padding:0;
	text-indent:13px;
	font-family:'Helvetica-Condensed-Light';
	font-size:15px;
	letter-spacing:.4px;
	color:#555;
	/*border-bottom:1px solid #ddd;*/
}
.btn{
	float:left;
	background:url(../images/btn.png);
	width:31px;
	height:38px;
	border:none;
	margin-left:-10px;
	cursor:pointer;
}
.btn:hover{
	background:url(../images/btn_hover.png);
}

@media only screen and (max-width: 619px) {
	.gradient{
		background:url(../images/gradient.png) repeat-x;
		width:100%;
		height:130px;
		margin:0 auto;
	}
	.ttlcontainer{
		margin: 0px auto;
		width:100%;
		text-align:center;
	}
	.nlinpt{
		float:right;
		margin-top:18px;
		position:relative;
		margin-right:50px;
		margin-left:10px;
	}
	.ttl{
		margin: 0px auto;
		padding: 18px 0px 0px 50px;
		text-align: center;
		font-family:'Helvetica-Condensed-Light';
		/*font-family: "colaborate-thinregular";*/
		font-size: 26px;
		text-shadow:1px 1px 1px #fff;
		color:#444;
		
	}
@media only screen and (max-width: 609px) {
	.gradient{
		margin:0 auto;
		background:url(../images/gradient.png) repeat;
		height:72px;
		
	}
	.gradinet_btm{
		width: 100%;
		height: 60px;
		margin-top: 17px;
		opacity: 0.4;
	}
	.ttlcontainer{
		width:100%;
		margin:0 auto;
		display:block;
	}
	.cntr{
		display:block;
		clear:both;
		position:relative;
	}
	.nlinpt{
		margin-top:40px;
		margin-right:20%;
	}
	.ttl{
		width:100%;
		padding:18px 0 0 0;
		
	}

@media only screen and (max-width: 320px) {
	.gradient{
		background:url(../images/gradient.png) repeat-x;
		width:100%;
		height:130px;
		margin:0 auto;
	}
	.ttlcontainer{
		margin: 0px auto;
		width:100%;
		text-align:center;
	}
	.nlinpt{
		float:left;
		margin-top:18px;
		position:relative;
	}
	.ttl{
		margin: 0px auto;
		/*padding: 18px 0px 0px;*/
		text-align: center;
		font-family:'Helvetica-Condensed-Light';
		/*font-family: "colaborate-thinregular";*/
		font-size: 26px;
		text-shadow:1px 1px 1px #fff;
		color:#444;
		
	}
	
	
	
}






