/* --> General body defineren in content.css
****************************************************/

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fff;
	font: 13px/18px arial, verdana, tahoma, sans-serif;
	color: #333;
}

/* --> Link styling
******************************************************************************/
a {
	color: #f9b05b;
	text-decoration: none;
}

a:hover {
	color: #ad8b63;
}

/* --> Page layout
******************************************************************************/

#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #eee;
	text-align: center;
}

#canvas {
	margin: auto;
	padding: 20px 0 0;
	width: 886px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}


/* --> Top
******************************************************************************/

#top {
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 886px;
	position: relative;
}

#top .logo {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 156px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../img/logo_lumat.jpg) no-repeat;
}

#top .menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 45px;
	right: 132px;
}

#top .menu ul {
	margin: 0;
	padding: 0;
}

#top .menu ul li {
	margin: 0 2px;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#top .menu ul li a {
	height: 22px;
	width: 137px;
	display: block;
} 

#top .menu .home a{
	background: url(../../img/b_home.jpg) no-repeat;
}

#top .menu .home-active a,
#top .menu .home a:hover {
	background: url(../../img/b_home_active.jpg) no-repeat;
}

#top .menu .products a{
	background: url(../../img/b_products.jpg) no-repeat;
}

#top .menu .products-active a,
#top .menu .products a:hover{
	background: url(../../img/b_products_active.jpg) no-repeat;
}

#top .menu .converting a{
	background: url(../../img/b_converting.jpg) no-repeat;
}

#top .menu .converting-active a,
#top .menu .converting a:hover {
	background: url(../../img/b_converting_active.jpg) no-repeat;
}

/* --> Content
******************************************************************************/
#content {
	margin: 0;
	padding: 0;
	height: 541px;
	width: 886px;
	background: #fff;
	position: relative;
}

#content .photo {
	margin: 0;
	padding: 0;
	width: 331px;
	height: 540px;
	top: 0;
	left: 0;
	position: absolute;
}

#content .text {
	margin: 40px 0 0 0;
	padding: 0;
	width: 380px;
	top: 0;
	left: 340px;
	position: absolute;
}

#content .colors {
	background: url(../../img/background_colors.jpg) repeat-x;
	position: absolute;
	width: 136px;
	height: 541px;
	right: 0;
	top: 0;
}

/* --> Products
******************************************************************************/
.products a {
	margin: 0 0 70px 0;
	display: block;
}

.products a img {
	border: 0;
}

.sub-title {
	margin: 70px 0 20px 0;
}

/* --> Footer
******************************************************************************/
#footer {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 886px;
	position:relative;
}

#footer .menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 132px;
}

#footer .menu ul {
	margin: 0;
	padding: 0;
}

#footer .menu ul li {
	margin: 0 2px;
	padding: 0;
	text-indent: -9999px;
	list-style: none;
	float: left;
}

#footer .menu ul li a {
	width: 136px;
	height: 23px;
	display: block;
}

#footer .menu .contact a {
	background: url(../../img/b_contact.jpg) no-repeat;
}

#footer .menu .contact-active a,
#footer .menu .contact a:hover {
	background: url(../../img/b_contact_active.jpg) no-repeat;
}

#footer .menu .back a {
	background: url(../../img/b_back.jpg) no-repeat;
}

#footer .menu .back-active a,
#footer .menu .back a:hover {
	background: url(../../img/b_back_active.jpg) no-repeat;
}

/* --> Converting
***************************************************************************/
.blocklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blocklist li {
	padding: 0 0 0 15px;
	margin: 1px 0;
	background: url(../../img/bullet_block.jpg) no-repeat center left;
}

/* --> Titles
***************************************************************************/
#content .blue-title {
	margin: 5px 0 0px;
	color: #06478b;
	font-weight: bold;
	display: block;
	font-size: 16px;
}

#content .black-title {
	margin: 5px 0 0px;
	color: #000;
	font-weight: bold;
	display: block;
	font-size: 16px;
}

/* --> Contact
***************************************************************************/
#content .photo_contact {
	margin: 0;
	padding: 0;
	width: 444px;
	height: 540px;
	top: 0;
	left: 0;
	position: absolute;
}

#content .text_contact {
	margin: 40px 0 0 0;
	padding: 0;
	width: 200px;
	top: 0;
	left: 484px;
	position: absolute;
}

#content .text_contact .blue-title {
	margin: 20px 0 0 0;
	font-size: 14px;
}

/* --> Links
***************************************************************************/
.txt-blue a{
	color: #00b0eb;
}

.txt-green a{
	color: #c1cc22;
}
.txt-red a{
	color: #ec2c30;
}