/* @override http://360.fn.mac/css/screen.css */

/* @group Basics */

/* Remove padding and margin */
html, body, 
h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, 
div, p, blockquote, pre, form, fieldset, 
table, th, td { 
	margin: 0;
	padding: 0;
	}

/* Put margin back on certain elements */
h2, h3, h4, h5, h6, 
p, blockquote, pre, form, fieldset, 
table, ul, ol {
	margin: 1em 0 0;
	}
blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */
a img, :link img, :visited img {
	border: none;
	}

/* Typography */

html {
	font-size: 100.01%;
	height: 100%;
	}

body {
	background: #222;
	color: #CCC;
	font: 84%/1.3 Helvetica,Arial,sans-serif;
	height: 100%;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

/* @end */

/* @group Headings */

body h1 {
	color: #faa61f;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1;
	}

body h2 {
	color: #faa61f;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 .5em;
	}

body h3 {
	color: #faa61f;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1;
	margin: 1.5em 0 0;
	}

body h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
	margin: 1.25em 0 0;
	}

/* @end */

/* @group Links */

a:link {
	color: #faa61f;
	text-decoration: none;
	}
a:visited {
	color: #360;
	text-decoration: none;
	}
a:hover, a:active {
	color: #faa61f;
	text-decoration: underline;
	}

/* @end */

/* @group Elements */

/* Tables */

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

tr {
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* Lists */

ul {
	padding: 0 0 0 1.4em;
	}
ul ul {
	margin: .25em 0 .75em;
	}
ol {
	padding: 0 0 0 2em;
	}

li {
	margin: 0 0 .25em;
	}

dt {
	font-weight: bold;
	margin: .5em 0 0;
	}

/* @end */

/* @group CLASSes */

/* See contribute.css for user classes */

.hide {
	display: none;
	}

.nowrap {
	white-space: nowrap;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.clearPrev {
	clear: both;
	}

.topReset {
	margin-top: 0;
	}

.required, div.error, p.error, span.error, label.error {
	font-weight: bold; color: #D90E00;
	}
input.error, textarea.error {
	border: 3px solid #D90E00 !important;
	}

.textblock {
	margin: 1em 0;
	}

.doctype {
	color: #666;
	font-size: .85em;
	}

.col2 {
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 1.5em;
	width: 450px;
	}
.col3 {
	float: left;
	margin: 8px 25px 0 0;
	padding: 0 0 1.5em;
	width: 290px;
	}

.lastcol {
	margin-right: 0 !important;
	}

form .leftlabel label {
	display: block;
	float: left;
	line-height: 1.1;
	width: 8em;
	}
form .toplabel label {
	display: block;
	}
form ul {
	list-style: none;
	padding: 0;
	}
form li label {
	margin-left: .5em;
	}

form div {
	margin: 1em 0 0;
	}
form fieldset {
	margin: 1em 0 0;
	border: none;
	}
form fieldset p {
	margin: 0 0 .5em;
	}
form .condition {
	font-weight: bold;
	margin: 0;
	}

/* @end */

/* @group Layout */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* IE6 */
	margin-bottom: -100px;
	}

#main {
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	width: 960px;
	}

/* @end */

/* @group Header */

#headerwrap {
	background: transparent url(../img/bg-header.png) 0 0 repeat-x;
	}
#header {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 970px;
	}
#header #logo {
	padding: 20px 0 31px 5px;
	}
#header #logo img {
	display: block;
	}
#header #visual {
	background: transparent url(../img/bg-visual.png) center bottom no-repeat;
	padding: 0 5px 5px;
	}
#header #visual img {
	display: block;
	}


/* @end */

/* @group Menu */

#menu {
	overflow: hidden;
	position: absolute;
	top:  50px; left: 265px;
	width: 700px;
	}

#menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}

#menu li a {
	color: #7b8763 !important;
	float: left;
	font-size: .9em;
	font-weight: bold;
	height: 50px;
	letter-spacing: 2px;
	line-height: 50px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	}

#menu li#b_lang a {
	text-transform: none;
	}

#home #menu li#b_home a,
#services #menu li#b_services a,
#portfolio #menu li#b_portfolio a,
#about #menu li#b_about a,
#contact #menu li#b_contact a,
#menu li a:hover {
	background: transparent url(../img/deg.png) 50% 0 no-repeat;
	text-decoration: none;
	}

/* @end */


/* @group Content */

#text {
	padding: 0 0 20px;
	}

/* @end */


/* @group Footer */

.push {
	clear: both;
	height: 100px;
	}
#footerwrap {
	background: #355462 url(../img/bg-footer.png) 0 0 repeat-x;
	height: 100px;
	}
#footer {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
	text-align: left;
	width: 960px;
	}

#coord {
	color: #8598A1;
	font-size: 1.2em;
	margin: 0;
	}
#coord a {
	color: #8598A1 !important;
	}

#copy {
	color: #8598A1;
	font-size: .85em;
	margin: 2em 0 0;
	}

ul#assoc {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul#assoc li {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	}


/* @end */


/* @group home */

#home #sidebar {
	display: inline;
	float: left;
	margin: 20px 0 0 26px;
	padding: 0 0 40px;
	text-align: center;
	width: 508px;
	}
#home #sidebar #vr {
	background: transparent url(../img/bg-vr-home.png) 0 0 no-repeat;
	height: 338px;
	margin: 0 30px;
	width: 448px;
	}
#home #sidebar #vrwrap {
	display: block;
	padding: 24px;
	}
#home #sidebar p {
	margin: -10px 0 0;
	}

#home #text {
	display: inline;
	float: right;
	font-size: 1.2em;
	margin-top: 90px;
	padding: 0 0 40px;
	width: 425px;
	}
#home h2 {
	color: #CCC;
	font-size: 1.3em;
	margin: 0;
	}

/* @end */

/* @group Misc */

ul.gallery {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	}
ul.gallery li {
	display: inline;
	float: left;
	height: 260px;
	margin: 0 0 10px 53px;
	padding: 0;
	width: 250px;
	}
ul.gallery li img {
	display: block;
	margin: 0 0 5px;
	}

/* @end */

