/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003876;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}


h1, h2, h3 {
	color: #6caddf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 24px;
	font-style:italic;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

.small {
}
div#left {
	position: absolute;
	width: 50%;
	height: 247px;
	left: 0px;
	top: 0px;
	background:url(images/bg_left.jpg);
	z-index: 1;
}

div#right {
	position: absolute;
	width: 50%;
	height: 200px;
	right: 0px;
	top: 0px;
	background:url(images/bg_right.jpg);
	z-index: 1;
}

div.info { 
	border-right: 1px dashed #aeb6d3;
	padding: 5px 10px 5px 0px;
	line-height: 18px;
}

div#container {
	width: 820px;
	margin: 0px auto;
	z-index: 2;
	position: relative;
	background: #fff url(images/bg.jpg);
}

	div#header {
		background: url(images/header.jpg);
		height: 120px;
		width: 820px;
	}
	
	div#cnt_left {
		background: url(images/hdr_left.jpg) top left no-repeat;
		width: 240px;
		padding: 130px 0px 10px 20px;
		float:left;
	}
	
	div#cnt_right {
		float: left;
		width: 560px;
	}
	
		div#cnt_right div#cnt_nav img {
			float: left;
		}
	
		div#cnt_right div#cnt_main {
			clear: left;
			padding: 15px 30px;
		}
		
			div#cnt_right div#cnt_main div.product span.image {
				float: left;
				display: block;
				width: 150px;
			}	
			
			div#cnt_right div#cnt_main div.product {
				clear: left;
				margin-bottom: 25px;
				line-height: 18px;
			}
			
				div#cnt_right div#cnt_main div.product p.links {
					text-align: right;
					margin-top: 5px;
				}
	
	div#cnt_footer {
		clear: both;
		background: #fff url(images/bg_bottom.jpg);
		height: 30px;
	}
	
	p.infoImages {
		text-align: center;
	}
	
	p.infoImages img {
		margin: 5px 10px;
	}