/***** Desktop CSS for FSS *****/
html {
	background: #000 url(../images/interface/bg.png) repeat-x 0 0;
}
body {
	padding: 0;
	margin: 0;	
}
#container {
	width: 985px;
	margin: 0 auto;
	position: relative;
}
#content {
	padding: 0;
}
h1 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
a {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}




/***** Header *****/
#icon-menu {
	display: none;
}
header {
	height: 125px;
	position: relative;
}
#logo {
	width: 494px;
	max-width: 494px;
	height: 190px;
	position: relative;
	left: 0;
	top: 18px;
}
#logo a {
	height: 190px;
}
#phone {
	background: none;
	line-height: 40px;
	margin: 0;
	position: absolute;
	right: 25px;
	top: 126px;
	width: 300px;
	text-align: right;
	z-index: 2;
	font-size: 14px;
}
#phone a {
	cursor: default;
}
nav {
	display: block;
	overflow: hidden;
	margin: 0 15px;
	background: #121212;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #3f3f3f), /* top line */
	    color-stop(0.95, #302f2f),/* middle highlight */
	    color-stop(0, #161616) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #3f3f3f 0%,
	    #302f2f 5%,
	    #161616 100%
	);
	background-image: linear-gradient(
		to bottom, 
		#3f3f3f 0%,
	    #302f2f 5%,
	    #161616 100%
	);
	border: 1px solid #000;
	border-bottom: none;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 0 3px 3px 0 #333;
	-webkit-box-shadow: 0 3px 3px 0 #333;
	box-shadow: 0 3px 3px 0 #333;
	position: relative;
	z-index: 1;
}
nav li {
	float: left;
	width: auto;
	border: none;
}
nav a {
	padding: 0 36px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/interface/nav-divider.png) no-repeat right center;
}
nav li:last-child a {
	background: none;
}
nav .selected a {
	font-weight: 700;
}
nav .selected {
	background: url(../images/interface/dot.png) no-repeat center 34px;
}




/***** Home *****/
#homeBanner,
#titleWrapper {
	background: #212121;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #3a3a3a), /* top line */
	    color-stop(0, #212121) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #3a3a3a 0%,
	    #212121 100%
	);
	background-image: linear-gradient(
		to bottom, 
		#3a3a3a 0%,
	    #212121 100%
	);
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding: 49px 36px 29px 36px;
	margin: -21px 0 21px 0;
	text-shadow: #000 0 2px 2px;
}
#homeBanner h1 {
	font-size: 40px;
	margin: 0;
}
#homeBanner h2 {
	font-weight: 400;
	font-size: 26px;
}
#homeBanner li {
	margin: 0 0 19px 0;
	font-size: 13px;
}
#homeBanner h1,
#homeBanner h2,
#homeBanner ul,
#homeBanner p {
	position: relative;
	z-index: 2;
}
.cogs {
	background: url(../images/interface/cogs-home.png) no-repeat 0 0;
	width: 800px;
	height: 517px;
	position: absolute;
	top: 77px;
	right: -153px;
}
.module {
	float: left;
	width: 310px;
	margin-right: 27px;
	position: relative;
	z-index: 3;
}
.module:last-child {
	margin-right: 0;
}
.module h2 {
	font-size: 18px;
}
.module ul {
	margin: 0 0 15px 0;
}
.module li,
.module p {
	font-size: 14px;
	margin-bottom: 4px;
}
.module img {
	display: block;
	margin: 0 auto;
}
#homeModules .module {
	height: 301px;
}
.module .button {
	position: absolute;
	right: 13px;
	top: 16px;
	font-size: 12px;
}
.button:hover {
	color: #f8d901;
	background: #000;
	text-shadow: none;
}




/***** Content *****/
#titleWrapper {
	padding-bottom: 37px;
}
#titleWrapper h1 {
	margin: 0;
	font-size: 40px;
	position: relative;
	z-index: 3;
}
#titleWrapper p {
	margin: 0;
	position: relative;
	z-index: 3;
}
article {
	background: #333;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	float: left;
	width: 582px;
	padding: 40px;
	border: none;
}
aside {
	float: right;
	width: 310px;
}
aside .module {
	margin-bottom: 14px;
}




.cogsPage1 {
	position: absolute;
	right:-24px;
	top: 0;
	width: 400px;
	height: 400px;
	background: url(../images/interface/page-cogs-1.png) no-repeat 0 0;
}
.cogsPage2 {
	position: absolute;
	right: -46px;
	top: 30px;
	width: 438px;
	height: 420px;
	background: url(../images/interface/page-cogs-2.png) no-repeat 0 0;
}
.cogsPage3 {
	position: absolute;
	right:-24px;
	top: 12px;
	width: 400px;
	height: 400px;
	background: url(../images/interface/page-cogs-3.png) no-repeat 0 0;
}
.cogsPage4 {
	position: absolute;
	right: -51px;
	top: 31px;
	width: 490px;
	height: 400px;
	background: url(../images/interface/page-cogs-4.png) no-repeat 0 0;
}




/***** Contact *****/
input#name,
input#email {
	width: 250px;
}
form li {
	margin-bottom: 10px;
}




/***** Footer *****/
footer {
	border: none;
	clear: both;
	background: #222222 url(../images/interface/footer-bg.png) no-repeat 0 0;
	font-size: 13px;
	overflow: hidden;
	padding: 30px 0 25px 0;
}
#navList {
	display: block;
	float: left;
	width: 147px;
}
#navList ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
}
#navList li {
	margin-bottom: 10px;
}
#description {
	float: left;
	width: 589px;
	padding: 0 36px;
	margin: 0 30px 0 0;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
}
#description h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#description p {
	margin-bottom: 10px;
}


