/**
 * Default HTML tags
 * -----------------
 */
body{	
	font-family:Arial;
	font-size:12px;
	color: #555;
	text-align:center;
	background-color: #ff9813;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-size: 19px;
	width: 700px;
	margin: 0;
	color: #1e4870;
	border-bottom: 3px solid #1e4870;
}

h2{
	font-size: 17px;
	margin-left: 8px;
}

p{
	margin: 3px;
	text-align: justify;
}

ul{
	text-align: left;
}

a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

img{
	border: none;
}

a:hover{
	color: #555;
	text-decoration: none;
}

/**
 * Language bar
 * ------------
 */
#lang{
	text-align: right;
	width: 990px;
	padding: 0 10px 0 0 ;
} 

#lang li{
	display: inline;
	padding: 0 5px;
	color: #1e4870;
}

#lang li a{
	text-decoration: underline;
	color: #1e4870;
	font-weight: bold;
}

#lang .active a{
	text-decoration: none;
	color: #1e4870;
	color: #97c1e9;
	font-weight: normal;
}

#lang li a:hover{
	text-decoration: none;
	color: #000;
}


/**
 * Page structure 
 * --------------
 */
#container{
	text-align:left;
	width: 990px;
	margin: 0 auto;
}

#wrapper{
	text-align:left;
}

#header{
	width: 950px;
	margin-left: 40px;	
	height: 135px;
	border-bottom: 3px solid #1e4870;
	padding: 0;
}

#header img{
	float: right;
	margin: 0;
}

#header .title{
	color: #97c1e9;	
	font-size: 15px;
}

#header p{
	float: left;
	margin: 53px 0 0 20px;
	font-size: 13px;
	color: #1e4870;
	font-weight: bold;
}

#content{
	width: 700px;
	text-align: justify;
	float: right;
	padding: 35px;
	margin: 0;
	border-left: 3px solid #9cafc0;
}

#footer{
	clear: both;
	width: 950px;
	margin-left: 40px;
	height: 35px;
	border-top: 3px solid #1e4870;
}

#footer ul{
	text-align: center;
}

#footer li{
	list-style: none;
	margin: 0 10px;
	display: inline;
}

#footer p{
	text-align: center;
}
 
.clearboth{
	clear: both;
}

/**
 * Subnavigation
 * ----------
 */
#subnavigation ul{
	width: 770px;
	text-align: justify;
	float: right;
	border-left: 3px solid #9cafc0;
	padding: 10px 0;
	margin: 0;
	background-color: #9cafc0;
}

#subnavigation li{
	display: inline;
}

#subnavigation li a{
	padding: 10px 7px;
	margin: 10px 0;	
	display: inline;
	color: #1e4870;
	text-decoration: none;
	font-weight: bold;
}

#subnavigation a:hover{
	color: #FFF;
}

#subnavigation .active a{
	color: #FFF;
}

/**
 * Navigation
 * ----------
 */
#navigation{
	width: 210px;
	float: left;
}

#navigation img{
}

#navigation ul{
	margin: 15px 0 15px 50px;
	padding: 0;
	width: 150px;
}

#navigation li{
	color: #CCCCCC;
	font-size: 15px;
	list-style: none;
	font-weight: bold;
}

#navigation li a{
	display: block;
	width: 100px;
	height: 25px;
	color: #7fb2e3;
	padding: 3px 0 1px 10px;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover{
	color: #1e4870;
}

#navigation .active a{
	color: #1e4870;
}

/**
 * Machine
 * -------
 */
.machineItem{
	display: block;
	width: 150px;
	height: 194px;
	margin: 5px;
	padding: 0;
	float: left;
	border: 1px solid #1e4870;
	text-align: center;
	background-color: #9cafc0;
}

.machineItem h2{
	padding: 2px 0 0 0;
	margin: 0;
	width: 150px;
	height: 61px;
	font-size: 15px;
}

.machineItem a{
	color: #1e4870;
}

.machineItem a:hover{
	color: #000;
}

.machineItem img{
	margin-top: 10px;
}

#machinePhotos{
	margin: 10px;
	text-align: center;
}

#machinePhotos .thumbs{
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#machinePhotos .thumbs li{
	display: inline;
	list-style: none;
	padding: 4px;
}
 
#machinePhotos .top{
	margin: 0 0 10px 0;
}

#machinePhotos .top a{
	padding: 5px;
}

.backbutton{
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #9cafc0;
}

.backbutton a:hover{
	color: #FFF;
}
