html {
	margin: auto;
	padding auto;
	background-color: #e0e0de;
	height: 100%;
}
body { 
	margin: auto;
	padding auto;
	background-color: none;
	height: 100%;
	font-family: 'Martel Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	color: #575757;	
}
body a { 
	text-decoration: none;
	color: #575757;
	cursor: pointer;
}
body a:hover, a:visited { 
	text-decoration: none;
	color: #00deec;
}

h1 {
	font-family: 'Martel Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 30px;
	text-decoration: none;
	color: #575757;	
	margin: 0px;
}
h2 {
	font-family: 'Martel Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 30px;
	text-decoration: none;
	color: #575757;	
	margin: 0px;
}
hr { 
	height: 3px;
	background: url(../images/other/hr-1.png) repeat-x 0 0;
    border: 0;
    width: 60%;
}
hr.small-screen-content{ 
	height: 3px;
	background: url(../images/other/hr-1.png) repeat-x 0 0;
    border: 0;
    width: 60%;
    display: none;
}
header {
	width: 100%;
	background-color:#fafafa;
	margin: 0;
}
.header-content {
 	margin: 0 auto;
	display: table;
	height: 70px;
	width: 65%;
	padding-top: 20px;	
}
#h9d {
	font-size: 60px;
	font-weight: 200;
	letter-spacing: -7px;
	color: #383938;
	display: inline-block;
	line-height: 60px;
  	vertical-align: middle;
  	padding-right: 20px;
  	cursor:pointer;
}

#h9d a:link, a:hover, a:visited {
	text-decoration: none;
	color: #383938;
}
#nine {
	font-weight: 600;
}
nav {
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 200;
	height: 25px;	
}
nav ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding: 5px 0px 0px 0px;
}
nav ul a {
	display: block;
	text-decoration: none;
	font-family: 'Martel Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #575757;
	padding: 5px 3px;
	margin: 0;
}

nav ul li {
	position:relative;
	float:left;	
	margin:0;
	padding:0;
}
nav ul li.over-menu-item a:hover {
	background: none;
	margin: 0;
	color: #00deec;
}
nav ul li.line a:hover {
	text-decoration: none;
	font-weight: 300;
	color: #575757;
}
nav ul li:hover {
	background: none;
}
nav ul ul {
	display:none;
	position:absolute;
	left:0;
	background:#303030 url(../images/other/hr-2.png) repeat;
	padding:7px;
}
nav ul ul li {
	float:none;
	width:150px;
}
nav ul ul a {
	text-align: left;
	padding: 0px 5px;
	font-family: 'Martel Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #eee;
}
nav ul ul a:hover {
	color: #00deec;
}
nav ul ul a:visited {
	color: #eee;
}
nav ul ul ul {
	top:0;
	left:100%;
}
nav ul li:hover > ul {
	display:block;
	color: #00deec;
}
.content {
	padding: 20px;
	margin: 0 auto;
	width: 85%;
	max-width: 1350px;
	padding-bottom: 100px;
}
.galleria { 
	height: 600px; 
}
section {
	width: 100%;
    margin: 0px auto 40px auto;
    text-align: center;
}
.intro-paragraph {
	vertical-align: top;
	width: 55%;
    margin: 50px auto;
	text-align: left;
	display: inline-block;
}
.our-process {
	width: 30%;
    margin: 50px auto;
	display: inline-block;
	text-align: center;
	padding-left: 30px;
}
.our-process img{
	max-width: 130px;
	display: inline-block;
	padding: 0px 10px 10px 0px;
}
a.taphover:hover, a.taphover.hover {
    // css for hovering here
}
div.skillset {
    display: none;
}    
a:hover + div.skillset {
	color: #eee;
	position: fixed;
	z-index: 10;
	background: #303030 url(../images/other/hr-2.png) repeat 0 0;
	padding: 20px;
	width: 370px;
    display: block;
    margin: -100px 0 0 -200px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    text-align: left;
}
#wrapper {
	margin: 0px auto;
	min-height:100%;
	position:relative;
}
footer {
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#fafafa;
	text-align: center;
	width: 100%;
}
.footer-content {
	padding-top: 20px;
}
#contact_form { 
	text-shadow:0 1px 0 #fff;
	border-radius:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#fafafa;
	padding:25px;
	margin: 0 auto 20px auto;
	width: 70%;
}
#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#575757;
	display:block;	
}
#ff label.error {
	position:absolute;
	width: 250px;
	font-size:12px;
	color: #fdaa29;
	margin-top:-25px;
	margin-left:4px;
}
input { 
	display:block;
	width:95%;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #f1f1f1;
	padding:10px;
	margin-bottom:25px;
}
input[type=text]:focus {
    outline: none;
    background-color: #d0fdff;
}

.sendButton {
	cursor:pointer;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdb537), color-stop(1, #fdaa29) );
	background:-moz-linear-gradient(center top, #fdb537 5%, #fdaa29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb537', endColorstr='#fdaa29');
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#ffffff;
	font-family: 'Martel Sans', sans-serif;
	font-size:18px;
	line-height: 16pt;
	width:25%;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdaa29), color-stop(1, #fdb537) );
	background:-moz-linear-gradient( center top, #fdaa29 5%, #fdb537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdaa29', endColorstr='#fdb537');
}
@media only screen and (min-width: 768px) and (max-width: 959px) 
		{
		.our-process img {
			width: 50%;
		}
}
@media only screen and (min-width: 959px) and (max-width: 1100px) 
		{
		.our-process img {
			width: 45%;
		}
}
@media only screen and (max-width: 768px) 
		{
		.intro-paragraph {
			display: block;
			width: 100%;
		}
		.our-process {
			width: 100%;
			margin: 50px auto 0px auto;
			padding: 0px;
			text-align: left;
		}
		.our-process img {
			width: 140px;
		}
		hr.small-screen-content { 
			height: 3px;
			background: url(../images/other/hr-1.png) repeat-x 0 0;
    		border: 0;
    		width: 60%;
    		display: block;
    	}
    	.header-content {
 			margin: 0 auto;
			display: table;
			height: 70px;
			width: 50%;
			padding-top: 20px;
			text-align: center;
		}
		#h9d {
			padding-right: 0px;
  			cursor:pointer;
  			padding-right: 6px;
		}
		
		.galleria-theme-classic .galleria-info-text {
   			min-width: 80%;
    		margin: 10px auto;
    		/* IE7 */ zoom:1;
    	}
		.header-content {
			padding-bottom: 20px;	
		}
		nav ul {
			margin: 0px 0px 0px 0px;
		}
	}			

