﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #858b91 url('img/bg.png') repeat-x;
	color: #333;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #2c4f68;
	border-bottom: 1px solid #63b3eb;
}

a:hover {
	border-bottom: 1px solid #2c4f68;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
}

#wrap-top {
	background: url('img/head.jpg') 58px 0 no-repeat;
}

#wrap-left {
	margin-top: -1px;
	background: url('img/sketch_left.png') no-repeat;
}

#wrap-right {
	background: url('img/sketch_right.png') 101% 0 no-repeat;
}

#sh-left {
	background: url('img/sh_left.png') 47px 0 repeat-y;
}

#sh-right {
	background: url('img/sh_right.png') 921px 0 repeat-y;
}

#logo {
	height: 119px;
}

#logo h1, #logo h2 {
	text-indent: -9999px;
}

#menu {
	margin: auto;
	width: 63em;
}

#menu {
	height: 34px;
	list-style-type: none;
}

#menu li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 2px 5px 0;
}

#menu a {
	border: 0;
	color: #bbb;
	display: block;
	float: left;
	padding: 8px;
	padding-right: 13px;
	margin-left: 5px;
}

#menu li.active {
	background: url('img/active_tab.png') 0 0 no-repeat;
}

#menu li.active a {
	background: url('img/active_tab.png') 100% 0 no-repeat;
	color: #1b3a54;
}

#menu a:hover, #menu .axle a:hover {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 3px solid #f1f1f1;
}

#menu .axle a {
	color: #ff5252;
}

#content {
	background: #f1f1f1;
	padding: 40px;
  position: relative;
	margin: 0 79px 0 58px;
}

#thumbs {
	float: right;
	padding: 0 50px;
}

#thumbs img {
	display: block;
	padding-bottom: 20px;
}

#footer {
	background: url('img/footer.png') bottom no-repeat;
	color: #999;
	margin: 0 68px 0 47px;
	padding: 10px 0 30px 0;
	text-align: center;
}

#footer div {
	border-top: 1px solid #d3cbcb;
	margin: 0 40px;
	padding-top: 10px;
}


/* TYPOGRAPHY */

#content p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.space {
	margin: 0 1em;
}


/* GALERIA */

#gallery {
	margin: auto;
	width: 670px;
}

.thumb-box {
	float: left;
}

.thumb, .thumb:visited {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	margin: 0 2em 2em 0;
	text-align: center;
}

.thumb:hover {
	border: 1px solid #aaa;
	background: #fff;
}

.wraptocenter {
	cursor: pointer;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 130px;
}

.wraptocenter * {
	vertical-align: middle;
}
/*\*//*/
.wraptocenter {
	display: block;
}
.wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/**/


/* SUBPAGES SPECIFIC */

/* CONTACT */

#content.contact {
	text-align: center;
}

#content.contact p {
	line-height: 1.5em;
}

#content.contact h3 {
	font-size: 1.25em;
}

#content.contact h4 {
	font-size: 1.15em;
	padding-top: 1.5em;
}

#content.contact h5 {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 1em;
}

#content.contact h3, #content.contact h4 {
	margin-bottom: .2em;
}

#locations {
	margin: auto;
	width: 800px;
}

#locations .location {
	float: left;
	width: 400px;
}

#map1, #map2 {
	border: 1px solid #ddd;
	margin: auto;
	height: 400px;
	width: 300px;
}

/* OFFER */

#content.offer ul {
		list-style-image: url('img/bullet.png');
		margin: .5em 1.5em;
}

/* MACHINERY */

#content.machinery ol {
	margin: 1em 2em;
}

#content.machinery ol li {
	margin-bottom: 1.5em;
}

#content.machinery ol li ul li {
	padding-bottom: 0;
}

#content.machinery ul {
	list-style-image: url('img/bullet.png');
	margin: .5em 1.5em;
}

#content.machinery ul li {
	margin: .2em 0;
}

/* AXLES */

#content.axles h3 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}

#content.axles strong {
	font-size: 1.1em;
}

#content.axles #flags {
  position: absolute;
  right: 40px;
  top: 5px;
}

#content.axles #flags img {
  margin-left: -5px;
}

#content.axles #flags img,
#content.axles #flags a {
  border: 0;
}

#content.axles #thumbs {
	padding: 0 0 0 50px;
}

#content.axles ol, #content.axles ul {
	margin: 2em;
}

#content.axles ul {
	list-style-image: url('img/bullet.png');
}

#content.axles ol li, #content.axles ul li {
	margin: 1em;
}

#content.axles p {
	margin: 1em;
}

#content.axles .ordered {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}




/* ORDER */

fieldset {
	border: 0;
	width: 300px;
	margin: auto;
}

label {
	display: block;
	margin-bottom: .5em;
}

input {
	margin-bottom: 1em;
	width: 350px;
	padding: .5em;
}

textarea {
	height: 200px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: .5em;
	width: 350px;
}

button {
	border: 1px solid;
	display: block;
	cursor: pointer;
	margin-top: 1em;
	padding: .2em .8em;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}

button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

button:hover {
	border:1px solid #C6D880;
	color:#529214;
}




/* THE HOLY CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

