/**
 * 
 *
 *
 *
 *
 *
 * Colours:
 *
 * 
 */

body {
	background-color: #486f8c;
	text-align: center;
	margin: 0 auto;
	font-family: sans-serif;
	font-size: 80%;
}

h2 {
	margin-top: 0;
	font-size: 120%;
	padding-left: 5px;
	font-variant: small-caps;
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	text-transform: lowercase;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a.downloadLink {
   background: url(../images/icon_download.png) no-repeat;
   padding-left: 20px;
}

dl {
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 11em;
	margin-top: -1.5em;
}

dd ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

p.bodytext {
	text-align: justify;
}

.strong {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;	
}

#page {
	margin: 0 auto;
	width: 1110px;
	background: url(../images/bg_page.png) repeat-y;
	text-align: left;
}

#pageContent {
	width: 1022px;
	margin: 0 auto;
}

#pageContainer {

}

/******************************************************************************
 * NAVIGATION                                                                 *
 ******************************************************************************/

/* General settings and 1st level elements*/
 
#navigation {
	float: left;
	background: url(../images/bg_navigation.png) #486f8c;
	margin-left: 4px;
	width: 180px;
	height: 664px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 2px 0px 4px;
}

#navigation ul li {
	margin: 0;
	padding: 0;
}

#navigation ul li a { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 22px;
	margin-bottom: 6px;
}

#navigation ul li a:link, #navigation ul li a:visited { 
	background: url(../images/nav_level_1.png) no-repeat;
}

#navigation ul li a:hover, #navigation ul li a:active { 
	background: url(../images/nav_level_1_hover.png) no-repeat;
	color: #ccc;	
}

/* 2nd level settings */

#navigation ul li ul{
	margin: 0;
	padding: 0;
}

#navigation ul li ul li a {
	color: #000000;
	font-weight: normal;
	margin-bottom: 3px;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited { 
	background: url(../images/nav_level_2.png) no-repeat;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a:active { 
	background: url(../images/nav_level_2_hover.png) no-repeat;
	color: #000000;
}

/* 3rd level settings */

#navigation ul li ul li ul li a {
	color: #ffffff;
}

#navigation ul li ul li ul li a:link, #navigation ul li ul li ul li a:visited { 
	background: none;
}

/* Home button */
#navigation img {
	margin-bottom: 10px;
}



#container {
	margin-left: 184px;
 }

#spacer {
	margin-bottom: 20px;
        margin-left: 1px;
	width: 837px;
	height: 29px;
	background: url(../images/header_lower.png) no-repeat;
}

#content {
	min-height: 600px;
}

.col1 {
	padding: 0px 10px;
	width: 622px;
	float: left;
}

.col2 {
	margin-left: 642px;
	padding: 0px 10px;
}

.col2 img {
	margin-bottom: 10px;
}

.noMargin {
	margin: 0;
}

#footer .col1 {
	color: #486f8c;
	font-size: 90%;
	padding-top: 28px;
}

.smallBox {
	width: 80px;
	float:left;
	text-align: center;
}

.smallBox p {
	margin-top: 0;
}

/******************************************************************************
 * BOXES                                                                      *
 ******************************************************************************/

/*** General settings ***/
 
.box {
	float: left;
	color: #ffffff;
}

.box .title {
	font-variant: small-caps;
	font-weight: bold;
	background-color: #000000;
	padding-left: 5px;	
}

.box  a {
	color: #ffffff;
	text-decoration: none;
}

.box .description {
	font-weight: bold;
	padding: 10px 5px;
}

.boxLine {
	clear: both;
	margin-bottom: 10px;
}

/*** Box1 (1 box per column) ***/

.box1 { width: 615px; float: none; height: 160px; }
.box1 .title { width: 193px; font-size: 120%; }


/*** Box2 (2 boxes per column) ***/

.box2 {	width: 297px; }
.inRow2 { margin-right: 17px; }
.box2 .title { font-size: 140%; }
.box2 .description {	height: 176px; }

/*** Box3 (3 boxes per column) ***/

.box3 {	width: 197px; }
.inRow3 { margin-right: 10px; }
.box3 .title { font-size: 120%; }
.box3 .description {	height: 138px; }

/*** Concrete boxes (backgrounds) ***/

.productsBox .description { background: url(../images/box_products.png) no-repeat; }
.qualityBox .description { background: url(../images/box_quality.png) no-repeat; }
.companyBox .description { background: url(../images/box_company.png) no-repeat; }
.projectsBox .description { background: url(../images/box_projects.png) no-repeat; }
.contactBox .description { background: url(../images/box_contact.png) no-repeat; }
.tailormadeBox { background: url(../images/products_tailormade.png) no-repeat; }

/******************************************************************************
 * SEARCH BOX                                                                 *
 ******************************************************************************/
 
 .searchBox {
	margin-bottom: 10px;
}
 
.searchBox  input{
	font-size: 80%;
	width: 140px;
	float: left;
	border: 1px solid #486f8c;
}

.searchBox input.image {
	border: none;
	margin-left: 7px;
	width: auto;
}

.searchBox img {
	margin-left: 7px;
	clear: left;	
}


.contentBox {
	width: 164px;
	margin-bottom: 15px;
}

.contentBox .title {
	background: url(../images/contentBoxHeader.png) no-repeat;
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	text-align: center;
}

.contentBox p {
	margin: 0;
	padding: 5px;
}




/******************************************************************************
 * CLEARFIX		                                                              *
 ******************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
