@charset "utf-8";
/* CSS Document */

body {
	background-color: #5E462E;
	background-image: url(../images/css-images/body-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px auto;
}

h1, h2, h3, h4 {
	color: #4F3735;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #5e462d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copyrights {
	color: #fff;
	float: left;
	font-size: 10px;
}

span.imgtxt {
	display: none;
}

#wrapper {
	margin: 0 auto;
	width: 966px;
}

#main-wrapper {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 966px;
}

#header {
	background-image: url(../images/css-images/header.jpg);
	background-repeat: no-repeat;
	height: 186px;
	position: relative;
	width: 966px;
}

#dlk-text {
	background-image:url('../images/css-images/dlk-text.png');
	background-repeat: no-repeat;
	height: 31px;
	left: 22px;
	position: absolute;
	top: 52px;
	width: 390px;
	z-index: 10;
}

#tagline {
	background-image:url('../images/css-images/specializing.png');
	background-repeat: no-repeat;
	height: 22px;
	left: 22px;
	position: absolute;
	top: 93px;
	width: 380px;
	z-index: 11;
}

#logo {
	background-image:url('../images/css-images/logo.png');
	background-repeat: no-repeat;
	height: 145px;
	left: 425px;
	position: absolute;
	top: 52px;
	width: 126px;
	z-index: 20;
}

#certificate {
	background-image:url('../images/css-images/certified.png');
	background-repeat: no-repeat;
	height: 132px;
	position: absolute;
	right: 100px;
	bottom: 30px;
	width: 113px;
	z-index: 13;
}


#content-top {
	background-image: url(../images/css-images/content-top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 24px;
	width: 966px;
}

#content {
	background-image: url(../images/css-images/content-repeat.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
	width: 966px;
}

#content .left-column {
	float: left;
	padding: 10px 30px 0 30px;
	width: 550px;
}

#content .left-column-contact {
	float: left;
	padding: 10px 30px 0 30px;
	width: 450px;
}

#content .left-column-product {
	/*float: left;*/
	padding: 10px 30px 0 30px;
	margin: 0 auto;
	width: 750px;
}

#content .left-column-product .container {
	padding: 10px;
	border: 2px solid #ccc;
	min-height: 100px;
}

#content .left-column-product .logo {
	float: left;
	width: 195px;
}

#content .left-column-product .description {
	float: left;
	padding-left: 25px;
	vertical-align: middle;
	width: 500px;
}

#content .right-column {
	float: left;
	padding: 10px 30px 0 30px;
	width: 240px;
}

#content .right-column-contact {
	float: left;
	padding: 10px 30px 0 30px;
	width: 340px;
}

#content .products {
	background-image: url(../images/css-images/new-logos-home-page.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 64px;
	margin-left: 25px;
	width: 641px;
}

#content-btm {
	background-image: url(../images/css-images/content-btm.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 966px;
}

#footer {
	background-image: url(../images/css-images/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 40px;
}

#poweredby {
	color: #fff;
	font-size: 10px;
	margin: 0 auto;
	padding: 13px 10px;
	text-align: right;
	width: 946px;
}

#poweredby a {
	color: #eee;
	text-decoration: none;
}

#poweredby a:hover {
	text-decoration: underline;
}

#sitemap {
	margin: 0;
	padding: 5px 0 0 180px;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap li {
	color: #fff;
	float: left;
	text-align: center;
}

#sitemap li a {
	color: #f1f1f1;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}

#sitemap li a:hover {
	text-decoration: underline;
}