/**
 * Master stylesheet for carbocomp.com
 *
 * License:
 *      All rights reserved.
 *
 * Author:
 *      Reimund Trost <reimund@code7.se>
 */
/* Main Styles {{{ */
body {
	background: #d9d9d9;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
}

h1, h2, h3, h4 { color: #d3b216; }

h1 {
	margin: 0.8em 0 0 0;
	font-size: 22px;
	font-weight: normal;
}
h2 { font-size: 1.2em; }


h3 {
}

a { color: #37b0ec; }
a:hover { text-decoration: none; }
a:visited { color: #999; }

p {
	margin: 1.3em 0 1.3em 0;
	line-height: 1.7em;
}

em {
	color: #b89b13;
	color: #4a4a4a;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

ul { list-style-type: none; }

ul.bullets {
	list-style-type: disc;
}

li {
	margin: 8px 0 0 0;
}

div.hr {
	border-top: 1px solid #ddd;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
}

hr { display: none; }

dl {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

dl dt {
	margin: 0;
	width: 80px;
	float: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 3px;
}

dl dd { margin: 0; }

img {
	border: 0;
	margin: 0;
	padding: 0;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

address span {
	display: block;
	line-height: 18px;
}
/* }}} End Main Styles */

/* Main Container {{{ */
#main-container {
	background: #fff;
	padding: 30px 0 30px 0;
	margin: 0;
	text-align: center;
}

#content {
	width: 850px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/* }}} End Main Container */

/* Header and Footer {{{ */
#header {
	background: #191919 url(/gfx/header-bg.png) repeat-x;
	height: 102px;
	text-align: center;
	margin: 0 0 0 0;
}

#header .logo { float: left; }

#header .logo img {
	width: 440px;
	height: 102px;
}

#navigation {
	margin: 0 auto 0 auto;
	width: 850px;
	background: url(/gfx/header-lighter-stronger-stiffer-2.png) no-repeat;
	background-position: 400px 0;
}

#footer {
	background: #d9d9d9 url(/gfx/footer-bg.png) repeat-x;
	/*height: 125px;*/
	min-height: 150px;
	text-align: center;
}

#footer-content {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

#footer h4 {
	margin: 0;
	color: #414141;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer ul {
	width: 200px;
	padding: 0;
	margin: 1.2em 0 0 0;
}

#footer ul li {
	margin: 0 0 0.7em 0;
	font-size: 11px;
	padding: 0;
}

#footer ul li a {
	color: #191919;
	text-decoration: none;
}

#footer ul li a:hover { text-decoration: underline; }

#footer strong {
	font-size: 24px;
	font-weight: normal;
}

#contact-footer {
	line-height: 1.8em;
	text-align: right;
}

#footer .column { float: left; }
#footer .contact a { font-size: 14px; }
#footer .contact span { font-size: 11px; }
#footer address { font-style: normal; }
#footer .contact { float: right; }
/* }}} End Header and Footer */

/* Utility Classes {{{ */
.clear {
	clear: both;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.inline { display: inline; }
/* }}} End Utility Classes */

/* Menu {{{ */
#menu {
	margin: 0;
	padding: 80px 0 0 0;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0 12px 0 12px;
}

#menu li a {
	text-decoration: none;
	color: #f7f7f7;
	font-family: Arial, Sans-serif;
	font-weight: bold;
}

#menu li.current {
	background: url(/gfx/tab-right.png) no-repeat;
	padding: 14px 12px 6px 0;
	margin: -14px 0 0 0;
	line-height: 16px;
	background-position: top right;
	_padding-bottom: 0px; /* IE6 sucks!... */
}

#menu li.current a {
	background: url(/gfx/tab-left.png) no-repeat;
	height: 36px;
	color: #6e6e6e;
	display: block;
	margin: -14px 0 0 0;
	padding: 14px 0 6px 12px;
	_display: inline; /* IE6 sucks!... */
}

#menu li a:hover { color: #333; }
#menu li.current a { color: #6e6e6e; }
/* }}} End Menu */

/* Rounded boxes {{{ */
.rounded-box {
    background: url("/gfx/rounded-left.png") top left no-repeat;
    float: left;
    margin: 1em 0 1em 0;
    color: #252525;
    font-size: 13px;
}

.rounded-box h2 {
	color: #545249;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.rounded-box .start {
    background: url("/gfx/rounded-right.png") top right no-repeat;
    margin: 0;
    margin-left: 12px;
    padding: 30px 0 0 18px;
}

.rounded-box .main {
    background: #f0ede0;
    margin: 0;
    padding: 20px 30px 0 30px;
    display: block;
}

.rounded-box .end-left {
    margin: 0 0 0 0;
    padding-left: 12px;
    background: url("/gfx/rounded-left.png") bottom left no-repeat;
}

.rounded-box .end-right {
    display: block;
    padding: 0 0 10px 0;
    background: url("/gfx/rounded-right.png") bottom right no-repeat;
}
/* }}} End Rounded boxes */

/* Everything Else {{{ */
p.preamble em {
	color: #4a4a4a;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7em;
}

.caption {
	float: left;
	text-align: center;
}
.process img { margin: 15px; }
.process img.left { margin-left: 0; }
.process img.right { margin-right: 0; }
.caption img { display: block; }

div.two-thirds-text {
	width: 547px;
	float: left;
}

.clients li {
	float: left;
	margin: 10px;
	height: 127px;
}

div.one-thirds-text {
	width: 390px;
	float: left;
}

.contact address {
	float: left;
	clear: right;
}

img.contact {
	margin: 30px 30px 30px 0;
	float: left;
}

div.contact { 
	margin: 150px 0 0 0;
	width: 300px;
}
.prototypes-1 img {	margin: 0 10px 0 10px; }
#cad { margin-right: 32px; }
#cycleurope { margin: 60px 0 0 40px; }
#highland-body { margin: 0 26px 0 0; }

#official-supplier { 
	float: left;
	width: 109px;
	background: #f00;
	display: inline;
}

#content-wrapper {
	width: 1090px;
	margin: 0 auto 0 auto;
	text-align: center;

}

#manager {
	margin-left: 50px;
	margin-top: 60px;
}

#credits {
	margin: 0 20px 0 0;
	float: right;
	font-size: 9px;
	letter-spacing: 1px;
	color: #aaa;
}

#credits a { color: #aaa; }
/* }}} End Everything Else */
