/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* Forms
/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *	and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting  on  using  in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 
 *	and  controls.
 * 2. Corrects inability to style clickable  types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	 and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *	Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses  set to  in Safari 5 and Chrome.
 * 2. Addresses  set to  in Safari 5 and Chrome
 *	(include  to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* @end */

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #F3F3EE;
	font-family: 'Raleway', sans-serif;
}

h1 {
	font: 700 11px/18px 'Raleway', sans-serif;
	color: #dcc56a;
	text-transform: uppercase;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	font: 500 11px/20px 'Raleway', sans-serif;
	color: #a7a9ab;
	margin-bottom: 20px;
}

p {
	font: 500 12px/22px 'Raleway', sans-serif;
	color: #a7a9ab;
	margin-bottom: 10px;
}

a {
	color: #404041;
	text-decoration: none;
}

a:hover, a:active {
	color: #dcc56a !important;
}

strong {
	
}

em {
	
}

blockquote {
	
}

ul, ol {
	
}

li {
	
}

input, textarea {
	
}

input[type="submit"], button[type="submit"] {
	
}

label {
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Site */

#wrapper {
	width: 1160px;
	background: url('images/bg-top.png') no-repeat center top;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}

#logo {
	width: 240px;
	height: 100px;
	margin: 0 auto -64px;
	position: relative;
	left: -12px;
}

#menu {
	width: 908px;
	height: 38px;
	margin: 0 auto 32px;
	font: 500 10px/10px 'Raleway', sans-serif;
	color: #a7a9ab;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

#menu .alignleft, #menu .alignright {
	width: ;
	height: 10px;
	background: url('images/menu-bg.png') repeat-x left top;
	padding: 14px 0;
}

#menu a {
	color: #a7a9ab;
	padding: 0 20px;
}

#menu a:hover, #menu a:active {
	
}

#menu span {
	font-weight: 700;
	color: #dcc56a;
	padding: 0 20px;
}

#box {
	width: 916px;
	background: #fff;
	margin: 0 auto 12px;
	border: 10px solid #fff;
}

.content {
	margin: 0 auto;
	border: 1px solid #d9dadd;
}

footer {
	width: 780px;
	margin: 0 auto 20px;
}

#social {
	float: right;
	width: 248px;
	height: 30px;
}

#social img {
	float: left;
}

#copyright {
	font: 700 9px/30px 'Raleway', sans-serif;
	color: #a7a9ab;
	letter-spacing: 3px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

#copyright a {
	color: #a7a9ab;
}

#bg {
	width: 1160px;
	height: 294px;
	background: url('images/bg-bottom.png') no-repeat center center;
	margin: -237px auto 0;
	position: relative;
	z-index: 1;
}

/* Pages */

#index {
	width: 906px;
	padding: 5px;
}

#index ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	line-height: 0px;
}

#about {
	width: 820px;
	padding: 64px 47px;
}

#about img.alignright {
	margin-left: 34px;
}

#about img.h1 {
	margin: 10px auto 20px 0;
}

#services {
	width: 916px;
	padding-top: 26px;
}

#services img.h1 {
	display: block;
	margin: 0 auto 42px;
}

#services .col {
	float: left;
	width: 400px;
	margin-bottom: 38px;
}

#services .col.first {
	margin: 0 32px 0 42px;
}

#services .info {
	width: 916px;
	height: 40px;
	background: url('images/services-connect.jpg') no-repeat center top;
	clear: both;
	margin: 0 auto;
	font: 500 11px/40px 'Raleway', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#services .info a {
	font-weight: 700;
	color: #fff;
}

#services .divider {
	width: 416px;
	height: 1px;
	background: #d9dadd;
	margin: 14px auto 24px -8px;
}

#services p {
	line-height: 18px;
}

#portfolio {
	width: 916px;
	padding: 38px 0 34px;
}

#portfolio nav {
	float: right;
	margin-right: 140px;
	padding-top: 18px;
	font: 500 10px/10px 'Raleway', sans-serif;
	color: #a7a9ab;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#portfolio nav a {
	color: #a7a9ab;
	padding: 0 18px;
}

#portfolio nav span {
	color: #404041;
	padding: 0 18px;
}

#portfolio img.h1 {
	margin: 0 auto 20px 150px;
	
}

#slider {
	margin: 0 auto;
}

/* @group Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
	div#slider li {text-align:center; background:white;}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:736px;
	height:414px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:28px;
	height:414px;
	margin: -414px 0 0 32px;
	z-index:1000;
	text-indent: -9999px;
	}	
#nextBtn, #slider1next{ 
	margin: -414px 0 0px 856px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:28px;
	height:414px;
	background:url('images/gallery-prev.png') no-repeat center center;	
	}	
#nextBtn a, #slider1next a{ 
	background:url('images/gallery-next.png') no-repeat center center;	
	}	
/*@end*/

#contact {
	width: 820px;
	padding: 64px 47px;
}

#contact .sidebar {
	float: right;
	width: 262px;
	height: 418px;
	background: url('images/connect-sidebar.jpg') no-repeat center top;
	margin: 0 0 auto auto;
	padding: 8px;
}

#contact .sidebar img {
	margin-bottom: 20px;
}

#contact .sidebar h5 {
	text-align: center;
	padding: 0 19px;
}

#contact img.h1 {
	margin-bottom: 18px;
}

#form-wrapper {
	width: 542px;
}

/*Contact Form 
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

.form-all {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	width: 532px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none !important;
}

input, textarea {
	border: 1px solid #d9dadd;
	background: #fff;
	padding: 4px;
	font: 500 12px/20px 'Raleway', sans-serif !important;
	color: #a7a9ab;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="submit"], button[type="submit"] {
	background: #fff;
	border: 0 none;
	padding: 0;
	font-size: 13px;
	letter-spacing: 2px;
	color: #404041;
	text-transform: uppercase;
}

label {
	display: block;
	font: 500 12px/20px 'Raleway', sans-serif;
	color: #a7a9ab;
	margin-bottom: 0 !important;
}

.form-line {
	padding: 14px 0;
	width: 502px;
}

.form-line input, .form-line textarea {
	width: 502px !important;
}

.form-line-column {
	width: 238px !important;
	margin-right: 28px;
}

.form-line-column input {
	width: 238px !important;
}*/