* { margin: 0; padding: 0; }
body { font: 13px/1.3 "myriad pro", futura, helvetica, "Trebuchet ms", arial;
	background: #f4f0ed url(../images/bg-grid.png) repeat;
}

img { border: none;
}

article, aside, figure, footer, header, nav, section { display: block; }

html, body {height: 100%;}



#wrapper {
	min-height: 100%;
	margin: 0 auto;
}

#content {
	overflow: auto;
	padding-bottom: 200px;
}

#header-bg2 {

	height: 400px;
	margin: 0 auto;
	background: transparent url(../images/bg.jpg) repeat;
}

#header-bg {
	height: 100px;
	background: transparent url(../images/bg1.jpg) repeat;
	margin: 0 auto 60px;
}

#header-content {
	width: 960px;
	margin:  0 auto;
}

#logo {
	background-image: url(../images/logo.png);
	width: 235px;
	height: 48px;
	margin-top: 25px;
	float: left;
}

#top-nav {
	list-style-type: none;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 40px;
	margin-left: 250px;
}

#top-nav li {
	display: inline;
	padding: 0px 15px;
}


#top-nav li a {
	color: #f7f7f7;	
}

#top-nav li a:hover {
	color: #fdaa36;		
}

#top-nav li a:active {
	color: #fdaa36;	
}

#home-content {
	width: 1024px;
	color: #1e120a;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 80px;	
	
}

#quote {
	background: url(../images/quote.png) no-repeat;
	width: 960px;
	height: 177px;
	margin-left: 32px;
	margin-top: 30px;
}

#boxes {
	margin-left: 35px;
}

#box-title {
	width: 960px;
	margin: 0 auto;
}

.box-title {
	width: 240px;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #180c06;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;

}


#footer {
  	position: relative;
  	margin-top: -200px; /* negative value of footer height */
  	height: 200px;
  	clear:both;
	background: #180c06 repeat;
}


#footer-content
{
	width: 1024px;
	margin: 0 auto;

}

#footer-logo {
	background-image: url(../images/footer-logo.png);
	height: 34px;
	float: left;
	margin-left: 50px;
	margin-top: 35px;
	width: 166px;
}

#footer-links {
	color: #f7f4f1;
	float: left;
	list-style-type: none;
	margin-left: 60px;
	margin-top: 35px;
	font-size: 14px;
}

#footer-links li {
	padding-bottom: 4px;
}

#footer-links a {
	color: #f7f4f1;
}

#footer-links a:hover {
	color: #fdaa36;	
}

#inquiries {
	float: left;
	color: #f7f4f1;
	margin-top: 35px;
	margin-left: 60px;
	font-size: 14px;
}

#inquiries h6 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}

#inquiries a {
	color: #fdaa36;	
	
}

#inquiries a:hover {
	color: #f7f4f1;
}

#associations {
	float: left;
	margin-top: 35px;
	margin-left: 60px;
}

#associations li {
	display: inline;
}

#associations a:hover {
	opacity: 0.8;
}

#copyright {
	font-size: 10px;
	color: #ececec;
	width: 160px;
	float: left;
	margin-left: 60px;
	margin-top: 35px;
}

#copyright p {
	padding-bottom: 2px;
}

#copyright a:hover {
	color: #fff;
}


/* NIVO SLIDER */
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


a{
	color: #fdaa36;
	text-decoration: none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}




/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* Mosiac caption */

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:228px;
	height:136px;
	background:#111 url(../images/progress.gif) no-repeat center center;
	border:1px solid #fff;
	margin-right: 11px;
	margin-top: 30px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
.details h4 {
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;

}	
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../img/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background: url(../images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background: url(../images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background: url(../images/bg-black.png);
		}
		/*** End Animation Styles ***/


 
/* The Nivo Slider styles */

#slider-holder{
	width: 960px;
	height: 450px;
	margin: 0 auto;
	gbackground: transparent url(../images/slider-shadow.png) no-repeat center bottom;
}

.theme-default #slider {
    width:960px; /* Make sure your images are the same size */
    height:400px;
	z-index: 17;
	margin: -300px auto 0;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:15px;
	margin-left: 330px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(..images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/*====================*/
/*=== About Page ===*/
/*====================*/

.banner {
	width: 960px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

#about-content {
	width: 960px;
	margin-left: 50px;
}

#about-puzzle {
	width: 480px;
	float: left;
	margin-right: 90px;
	
}

#about-puzzle h3{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#about-puzzle a {
	color: #000;
	text-decoration: underline;
}

#bio {
	width: 350px;
	float: left;
}

#bio-image {
	background-image: url(../images/varinder.jpg);
	width: 118px;
	height: 135px;
	float: left;
	margin-right: 20px;
	border: 1px solid #fffeff;
	margin-bottom: 10px;
}

#bio h6{
	margin-bottom: 15px;
	font-size: 14px;

}

#building-process {
	clear: both;
	padding-top: 50px;
	margin-bottom: 40px;
	gfont-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 55px;
}

#process {
	margin: 0 auto 0 22px;
}

.puzzle {
	width: 224px;
	float: left;
	margin-right: 15px;
}

.puzzle li{
	list-style-type: none;
}

.puzzle p {
	width: 190px;
	margin-top: 20px;
	margin-left: 25px;
}
/*====================*/
/*=== Laneway Page  ===*/
/*====================*/

#laneway-content {
	width: 960px;
	padding-left: 50px;
	margin: 0 auto;
}

.laneway-box {
	width: 250px;
	float: left;
	margin-right: 70px;
	margin-bottom: 60px;
}

.laneway-box h3 {
	margin-bottom: 25px;
	width: 250px;
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 70000;
	letter-spacing: 1px;
}

.laneway-box p {
	width: 250px;
}

.laneway-box a {
	color: #111;
	text-decoration: underline;
}

#laneway-examples {
	width: 960px;
	margin: 0 auto;
	padding-left: 15px;
	clear: both;	

}

#laneway-examples p {
	position: relative;
	top: 30px;
	left: 10px;
}

#laneway-examples h3{
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 18px;


}

.laneway-images {
	width: 212px;
	float: left;
	background-color: #f9f9f9;
	padding: 12px;
	
}

/*====================*/
/*=== Portfolio Page  ===*/
/*====================*/


#main {
	width:986px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}


#images {
	display:none;	
}

.panel {
	float: left;
}

ul.exposureThumbs {
	background:#111;
	border:12px solid #111;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.exposureThumbs li {
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	display:none;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;	
}

.exposureTarget {
	width:800px;
	height:600px;
	background-color:#111;	
	background-image: url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:12px solid #111;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	height:60px;
	padding:7px;
	background-image:url(../images/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:150px;
	height:79px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:8px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;	
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#444;
	color:#ddd;
}

.exposurePaging .active {
	color:#fff;
	background-color:#111;	
}

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}

/*contact form*/

.grid_6 {
	margin: 100px auto 0 40px;
}

#contact-info {
	float: right;
	width: 350px;
	margin-right: 80px;
}

#contact-info h2 {
	font-size: 18px;
	margin-bottom: 40px;
	font-weight: 600;
}

#contact-info h3 {
	font-size: 16px;
}

#contact-info h5{
	margin-top: 5px;
	font-size: 16px;
}

#contact-info h4{
	margin-top: 20px;
	font-size: 16px;
}

#contactForm{padding-bottom:15px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
}
#contactForm .formContent{width:430px;
	margin-top: 8px;
	float: left;
}
label{padding:8px 0 0 10px;display:block;background:url('../images/arrow.jpg') no-repeat 0 15px;}
label span.name{padding:0 0 0 15px;font-style:italic;color:#d81614;font-size:10px;}
label span.email{padding:0 0 0 15px;font-style:italic;color:#d81614;font-size:10px;}
label.optional{font-weight:normal;}
input{border:1px solid #aaa5a2;}
.input{padding:6px;display:block;border:1px solid #aaa5a2;width:280px;}		
.submit{font-family: Georgia;display:block;cursor:pointer;background:#000;text-align:center;color:#fff;padding:7px 10px;border:none;margin-top:10px;}	
textarea{border:1px solid #aaa5a2;padding:7px;width:415px;overflow:auto;height:80px;font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;}	
fieldset{border:none;margin:0 0 25px 0;clear:both;}	
input.inputError{border:1px solid #E22221;}	
label.inputError{display:none!important;}
textarea.inputError{border: 1px solid #EFBF18 !important;}
select{padding:10px;margin-bottom:15px;border:1px solid #aaa5a2;}
option{padding:2px 0 0 5px;}
.responseMessage{display:block;padding:8px;background:#e0e0e0;color:#9c5203;}
