/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Regular'), local('OpenSansRegulart'), url('./fonts/OpenSans-Regular.ttf');
}

body, html {
	background-image: none;
	background-repeat: no-repeat;
	font-size: 100%;
	font: inherit;
	display: block;
	overflow-x: hidden !important;
	overflow-y: visible;
	width: auto;
	height: auto;
	line-height: 1;
	background-color: rgb(42, 20, 9);
}


::-webkit-input-placeholder {text-align: center}
:-moz-placeholder { /* Firefox 18- */	text-align: center; }
::-moz-placeholder {  /* Firefox 19+ */	text-align: center; }
:-ms-input-placeholder {text-align: center; }

p,  h1, h2, h3, h4,  em, br, strong, small, title, a, input, textarea, span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #E2E2E2;
	line-height: 17px;
	overflow: visible;
	font-size: 0.918em;
}

header {
	margin: 0 0 25px 0;
	width: 100%;
	height: 150px;
	overflow: none;
}
header a {
	margin: 47px 0 0 37px;
	display: inline-block;
	width: 296px;
	height: 76px;
	background-image: url('../images/logo.gif')
}
header div {
	width: 200px;
	float: right;
	margin: 47px 37px 0 0;
}
header div div {
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 0;
	display: inline-block;
	float: left;
}

header div div img {
	vertical-align: top;
	width: 25px;
	height: 25px;

}
header div div p {
	display: inline-block;
	font-size: 0.828em;
	margin-left: 10px;
	vertical-align: middle;
}

/* Menu */
nav {
	position: absolute;
	top: 625px;
	width: 100%;
	height: 80px;
	margin: 25px 0;
	outline: rgb(85, 85, 85) solid 1px;
}

nav ul {
	width: 675px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}
nav li {
	display: table-cell;
	width: 135px;
	height: 80px;
	margin: 0;
	border: 0;
	text-align: center;
	cursor: pointer;

}
nav li h3 {
	text-align: center;
	margin: 30px 0 0 0;
}
nav .cm {vertical-align: top;}
nav .cm h3 {margin: 20px 0 0 0;}
nav li h3:hover {color: rgb(185,185,185);}
nav .selected h3 {color: rgb(185,185,185);}
nav .unselected h3 {color: white;}

/* Slideshow */

aside {
	position: absolute;
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: block;
	left: 0;
}
aside div {
	position: relative;
	z-index: 1;
	width: 980px;
	height: 450px;
	margin: 0 auto;
	overflow: visible;
}

aside ul {
	position: relative;
	height: 450px;
	margin: 0 0 10px -2010px;	/*	Middle: -1540px; Just add/subtract 1005 from there */
	width: 5000px;
	overflow: visible;
}
aside li {
	width: 980px;
	height: 450px;
	display: table-cell;
}
aside li a {
	cursor: default;
	margin: 0 25px 0 0;
	display: block;
}

aside li:last-child a {margin: 0;}
aside li img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

nav#aside {
	z-index: 1;
	width: 100%;
	height: 50px;
	pointer-events: none;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 350px;
	overflow: visible;
	cursor: pointer;
	outline: none;
}

nav#aside li {
	width: 50px;
	height: 50px;
	background-image: url('../images/arrow-heads.png');
	background-repeat: no-repeat;
	background-size: 200% 100%;
	display: table-cell;
	pointer-events: auto;

}
nav#aside #right {
	float: right;
	margin-top: -50px;
	background-position: -51px;
}


/* Main content, ie does not recognise main tag */
#main {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 760px;
	height: 450px;
	width: 980px;
	overflow: hidden;
	display: block;
}

#main ul#content {
	height: auto;
	margin: 0 0 0 -1960px;
	/*
	0
	-980
	-1960
	-2940
	-3920
	*/
	width: 5000px;
	overflow: visible;
}
#main li {
	vertical-align: top;
	width: 980px;
	height: auto;
	display: table-cell;

}

/* Contact */
#cn {
	width: 980px;
	height: 980px;
}

#cn div {
	width: 675px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
#cn div img {
	vertical-align: top;
	width: 25px;
	height: 25px;
}
#cn div p {
	display: inline-block;
	font-size: 0.828em;
	margin-left: 10px;
	vertical-align: middle;
}
form {
	width: 625px;
	margin: 0 auto;
	max-width: 546px;
}
input {
	border: 0;
	padding: 0;
	width: 270px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: inline-block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 0, 0);
	box-shadow: 0px 0px 2px rgb(0, 0, 0);
	background-color: rgb(52, 30, 19);
}
input.ch {
	width: 550px;
}


#cn .sm{margin: 0 0 0 145px;cursor: pointer;}
#cn .sm:hover{color: rgb(125, 125, 125);}
#cn h3 {
	font-size: 1em;
	width: 200px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
textarea {
	border 0;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	border: 0 solid;
	-moz-box-shadow: inset 0px 0px 3px #000000;
	-webkit-box-shadow: inset 0px 0px 3px rgb(0, 0, 0);
	box-shadow: inset 0px 0px 3px rgb(0, 0, 0);
	background-color: rgb(52, 30, 19);
	max-width: 546px;
}

/* Services */
#sr {
	width: 980px;
	height: 980px;
}

#sr img {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	background: url('');
	margin: ;
}

#sr div {
	width: 875px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
}
#sr h2 {
	font-size: 1.5em;
}
#sr span {
	width: 650px;
	display: inline-block;
	height: auto;
}
#sr .left {margin: 35px 25px -15px 0;}
#sr .right {display: inline-block;margin: 0 0 -30px 25px;}
#sr .b {margin: 0 0 -30px 0;}
#sr .a {margin: -148px 0 0 750px;}
#sr .st {cursor: pointer;}

aside#stn {
	display: none;
	width: 650px;
	height: 900px;
	position: absolute;
	left: 50%;
	margin-left: -244px;
	top: 780px;
}
aside#stn ul {
	display: block;
	width: 488px;
	height: 900px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
aside#stn ul li {
	width: 235px;
	height: 115px;
	display: inline-block;
	overflow: hidden;
	margin: 3px 3px 3px 4px
}
aside#stn div {
	width: 235px;
	height: 115px;
	margin: 0 0 -115px 0;
	display: none;
	background: url('../images/bga.png');
}
aside#stn div p {
	color: white;
	width: 235px;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	display: inline-block;
}
div#rtn {
	width: 40px;
	height: 30px;
	background: url('../images/b_arrow.png');
	background-size: 100%;
	display: none;
	position: absolute;
	top: 875px;
	left: 50%;
	margin-left: 300px;

}
/* Portfolio */
#pr p {
	width: 750px;
	margin: 0 auto;
}
#pr div {
	display: block;
	width: 450px;
	height: auto;
	margin: 0 0 0 80px;
	float: left;
}
#pr div p {
	text-align: center;
	vertical-align: middle;
	width: 150px;
	color: rgb(255,255,255);
	display: inline-block;
	margin-right: 225px;
	height: 20px;
}
#pr div ul {
	width: 350px;
	height: 400px;
	margin: 30px 0 0 45px;
}
#pr div ul a {
	width: 750px;
	display: block
}
#pr div ul li {
	padding-bottom: 5px;
	display: inline-block;
}
#pr div ul li p {
	text-align: left;
	width: auto;
	font-size: 0.918rem;
	color: rgb(185,185,185);
}
#pr div ul li p:before{
	content: "\25C8\0020\0020\0020\0020";
	color: white;
}
#pr #img {
	display: block;
	opacity: 1;
	width: 250px;
	height: 250px;
	background: url('../images/portfolio/001.jpg');
	margin-top: 50px;
	border-radius: 200px;
	moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;	
}
/* Company */
#cm img {
	margin: 0 auto;
	display: block;
}
#cm h2, #pr h2 {
	font-size: 1em;
	text-align: center;
}
#cm p {
	width: 650px;
	margin: 0 auto;
	font-size: 0.828em;
}
#cm a {
	font-size: 0.948em;
	text-decoration: none;
	color: rgb(185, 185, 185);
}
/* Gallery */
#gl {
	width: 980px;
	max-width: 980px;
	overflow: hidden;
}
nav.gamma-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 80px;
	margin: -40px 0 25px 0;
	outline: rgb(85, 85, 85) solid 1px;
}
footer {
	width: 100%;
	height: 25px;
	position: absolute;
	margin-left:  -50%;
	left: 50%;
	top: 100%;
	margin-top: -25px;
}
footer a {
	float: right;
	text-decoration: none;
	font-size: 0.65em
}

footer img {
float: right;
margin-left: 7px;
margin-bottom: 5px;
margin-top: -1px;
}

