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

body {
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
}

a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	color:#666666;
	text-decoration: none;
}

ul {
	list-style-type:none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

li {
	height:24px;
	line-height:24px;
	border-bottom: 1px solid #F4F4F4;
	color: #666666;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#contain {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
}

.content {
	width: 1000px;
	height: auto;
	clear: both;
}

.logo {
	background-color: #000000;
	width: 320px;
	margin: 0px 20px 20px 0px;
	background-image: url(images/circulaar_logo.png);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}

.navigation {
	width: 320px;
	margin: 0px 20px 0px 0px;
	height: auto;
	color: #666666;
}

.hero {
	width: 660px;
	float: right;
	margin: 0px 0px 20px 0px;
	height: auto;
}

.leftcolumn {
	height: auto;
	margin: 0px 20px 20px 0px;
	width: 320px;
}


.rightcolumn {
	height: auto;
	margin: 0px 0px 0px 0px;
	width: 660px;
	float: right;
}

.slideshow {
	height: 370px;
	width: 660px;
}

.left {
	width: 320px;
	float: left;
	margin: 0px 20px 20px 0px;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.right {
	width: 320px;
	float: right;
	margin: 0px 0px 20px 0px;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.mainleft{
	width: 320px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.maincenter{
	width: 320px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.mainright {
	width: 320px;
	float: left;
	margin: 0px 0px 20px 0px;
}

.detailbar {
	color:#666666;
	padding:5px 0px 5px 0px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	margin: 5px 0px 0px 0px;
}

.footer {
	margin: 20px 0px 0px 0px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-transform: uppercase;
}
