@font-face { font-family: 'Ostrich'; src: url('ostrich-regular-webfont.eot'); src: url('ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'), url('ostrich-regular-webfont.woff') format('woff'), url('ostrich-regular-webfont.ttf') format('truetype'), url('ostrich-regular-webfont.svg#OstrichSansMedium') format('svg'); font-weight: normal; font-style: normal; }

/* Reset ---------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	border: none;
}

/* Base structure ---------------------------------------- */
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
}

body {
	background: #999 url(i/graph.png);
	margin: 0 auto;
	min-height: 100%;
}

body, button, input, select, textarea {
	font: 12px/1.4 Verdana, sans-serif;
	color: #222;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #bbb;
}

#main {
	clear: both;
	min-height:600px;
}

#contents{
	padding: 40px 0;
}

#footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	clear: both;
}

#footer p {
	padding: 0 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

iframe{
	-webkit-box-shadow: 0px 2px 5px 2px #777;
	/* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 2px 5px 2px #777;
	/* FF3.5 - 3.6 */
	box-shadow: 0px 2px 5px 2px #777;
	/* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* Navigation ---------------------------------------- */
#nav {
	width: 100%;
	height: 40px;
	background: #fff;
	overflow: hidden;
}

#nav ul {
	float: left;
}

#nav ul li {
	float: left;
	font: 14px/1 "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	display: none;
}
#nav ul li.logo {
	display: block;
}

#nav ul li.logo img {
	height: 30px;
	padding-top:5px;
}

#nav ul li a {
	display: block;
	padding: 0 10px;
	line-height: 35px;
	height: 40px;
	border-top: 5px solid #fff;
	text-align: left;
	color: #777;
}

#nav ul li a:hover, #nav ul li a.selected {
	color: #111;
	border-top: 5px solid #faed3f;
}

#nav ul li.logo a {
	padding: 0 60px 0 30px;
	border-top: none;
	line-height: 40px;
	height: 40px;
}

.social {
	float: right;
	width: 170px;
	display: none;
}

.social a {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 40px;
	padding: 0 5px 0 22px;
	height: 40px;
	background: #fff url(i/social.png) no-repeat;
	color: #888 !important;
}

.social a.facebook {
	background-position: 0 -40px;
}

/* Headings ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ostrich', Arial, sans-serif;
	color: #fff;
	font-weight: 400
}

h1, h2, h3 {
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

h1 {
	font-size: 58px;
	text-align: right;
	letter-spacing: 5px;
}


h2 {
	font-size: 42px;
	letter-spacing: 5px;
}

h3, h4 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 3px;
}

h4{
	font-size: 22px;
	margin-bottom: 5px;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
}

p em{
	color: #fff;
	font-size:12px;
	}
h5{
	font: 10px/1.2 Verdana, sans-serif;
}

/* Forms ---------------------------------------- */

.mailer{
	color: #fff;
}

input, textarea, select {
	width: 300px;
	height: 20px;
	background:#fff;
	border: none;
	padding: 2px;
	margin: 0 0 6px 0;
	color: #555;
}

select{
	margin-bottom: 20px;
}
label {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

textarea {
	height: auto;
}

br {
	clear: both;
	height: 0;
	overflow: 0;
	font-size: 0;
}


.rdio{
	width: 20px;
	height: 30px;
	background: transparent;
	border: none;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0;
}

.submit{
	width:100px;
	height:25px;
	line-height:12px;
  padding:6px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #EECF09;
  cursor: pointer
}

.submit:hover{
  background-color: #444;
}


/* Tables
---------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	margin-bottom: 50px;
}

th {
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font: 18px/1.5 Ostrich, Arial, sans-serif;
	color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
}

td, td img {
	vertical-align: top;
}

tr, th, td {
	padding: 0 60px 20px 0;
}


/* Lists ---------------------------------------- */
ul {
	list-style: none;
}

#contents ul, #contents ol{
	margin-bottom: 30px;
}

#contents ul li, #contents ol li {
	margin-left:20px;
	line-height: 1.4;
	margin-bottom: 5px;
}

/* Links ---------------------------------------- */
:focus {
	outline: 0;
}

a {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a, a:visited {
	text-decoration: none;
	color: #F9D80E;
}

a:hover {
	color: #fff;
}

#footer a {
	color: #444;
}

a.button {
  padding:6px 12px;
  margin-right:10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  background-color: #EECF09;
}

a:hover.button{
  background-color: #444;
}

/* Custom styles -------------- */
b {
	color: #F9D80E !important;
}

.goR{
	text-align: right !important;
}

.imgr, .imgl{
	float:right;
	margin:0 0 10px 20px;
	width:200px;
}

.imgl{
	float: left;
	margin: 0 20px 10px 0;
}

/* Home styles ---------------------------------------- */

#home #main {
	background: transparent url(i/b01.png) no-repeat;
	height:650px;
}

.subnav {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 300px;
	text-align: right;
	z-index: 9;
}

.inv a:link, .inv a:visited {
	color: #fff;
}

.inv a:hover {
	color: #faed3f;
}

#home h1 {
	position: absolute;
	top: 345px;
	left: 30px;
}

#main a.selected {
	color: #faed3f !important;
}

#home #nav ul li {
	display: none;
}

#home #nav ul li.logo {
	display: inline;
}

.logoBig {
	position: absolute;
	top: 600px;
	right: 20px;
}

.arrow {
	position: absolute;
	top: 200px;
	right: 90px;
}

/* About styles ---------------------------------------- */

#about #main {
	background: transparent url(i/b02.png) no-repeat;
}

.colL{
	width: 450px;
	position: absolute;
	top:80px;
	left:30px;
}

.colR{
	width:330px;
	margin-left:640px;
	}

.col{
	width:450px;
	margin-left:30px;
	float: left;
	margin-bottom: 50px;
}

.x1{
	width:320px;
}

.x2{
	width:600px;
}

.x2 img{
	margin-bottom: 15px;
}

.x3{
	width:900px;
}

.thumb img{
	margin:0 10px 10px 0;
	border:5px solid #fff;
}

.col1-3{
	width: 30%;
	float: left;
	padding-right: 3%;
}
/* Management styles --------------*/
#management #main {
	background: transparent url(i/ppl.png) left bottom no-repeat;
}
#milestones #main{
	background: transparent url(i/off.png) right top no-repeat;}
#careers #main{
	background: transparent url(i/b03.png) no-repeat;
}
#news #main{
	background: transparent url(i/b04.png) no-repeat;
}
#contact #main{
	background: transparent url(i/b05.png) no-repeat;
}

#brand #main{
	background: transparent url(i/b06.png) right bottom no-repeat;
}

#gallery #main{
	background: transparent url(i/b07.png) no-repeat;
}
#brands h1, #brand h1{
	text-align:left;
	}

/* Clearfix
---------------------------------------- */

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}

.hide{
	display:none;
	}


.gridimg a{
	display: block;
	width:140px;
	height:200px;
	float: left;
	text-align: center;
}

.gridimg img, .sdw{
	margin-bottom: 5px;
}

.col img{
	max-width:98%;
}

label.error{
	background: #ca5a43;
	border-radius: 8px;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	width: auto;
	font-weight: normal;
	font-size:10px;
	float: right;
}

input.error{
	background: #FFF6C0;
}


.new1, .new2, .new3{
	position: absolute;
	display: block;
	width: 200px;
	height: 437px;
	z-index: 9;
	top: 0;
	left: 0;
}

.new2{
	left: 200px;
}

.new3{
	left: 400px;
}