#subnavigation {
	position: absolute;
	margin: 101px 0 0 62px;
}
#subnavigation li {
	float: left;
}
#subnavigation li a {
       padding: 0 8px 0 13px;
	font-size: 13px;
	background-image: url(../images/mainnavigationDot.gif);
	background-position: 0 5px;
}
#subnavigation li.first a {
background-image: none;
}
#subnavigation li a:hover,
#subnavigation li a.act,
#subnavigation li a.cur {
       color: #a96572;
       background-image: url(../images/mainnavigationDotCur.gif);
}
#subnavigation li.first a {
       padding-left: 0;
       background-image: none;
}
* {
	color: #344458;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background: #a34c5f url(../images/bg.gif) repeat-y;
}

#title {
	position: absolute;
	top: 46px;
	left: 50px;
	z-index: 2;
	background: url(../images/logo.gif) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 492px;
		height: 28px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 125px;
	left: 17px;
	z-index: 0;
	width: 305px;
	height: 358px;
	text-indent: -9999px;
}

	
#box {
	position: relative;
	width: 983px;
}

#header {
	position: relative;
	z-index: 1;
	height: 140px;
}

ul#metaNavigation {
	position: absolute;
	top: 18px;
	right: 50px;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #333;
	}

	#metaNavigation li.first {
		border: none;
	}
	
	#metaNavigation li.last {
		padding-right: 0;
	}
		
	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 10px;
		white-space: nowrap;
	}

	#metaNavigation li a:hover {
		color: #904D5F;
	}

ul#mainNavigation {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 760px;
}

	#mainNavigation li {
		float: left;
	}

	#mainNavigation li.first {
		
	}

	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 20px;
		padding: 0 4px 0 13px;
		font-weight: bold;
		color: #3c4e64;
		white-space: nowrap;
		background-image: url(../images/mainnavigationDot.gif);
		background-position: 0 4px;
	}

	#mainNavigation li a:hover,
	#mainNavigation li.cur a {
		color: #a44b5d;
		background-image: url(../images/mainnavigationDotCur.gif);
	}	

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 264px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


ul#subNavigation {
	margin: 30px 0 100px 0;
}

	#subNavigation li {
		padding-bottom: 1px;
		margin-bottom: -1px;
	}

	#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 20px;
		padding: 0 10px;
		font-weight: bold;
	}
	
	*+html #subNavigation li a {
		width: 140px;
	}

	#subNavigation li a:hover {
		background: #efefef;
	}

	#subNavigation li a.act,
	#subNavigation li a.cur {
		background: #e1e1e1;
	}	

	#subNavigation li li a {
		padding-left: 20px;
		font-weight: normal;
	}
	
	*+html #subNavigation li li a {
		width: 130px;
	}	

#col2 {
	position: relative;
	float: left;
	width: 580px;
}

	ul#rootline {
		position: absolute;
		top: 5px;
		left: 15px;
	}

	#rootline li {
		float: left;
		border-left: 1px solid #333;
	}

	#rootline li.first {
		border: none;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 10px;
		white-space: nowrap;
	}

	#rootline li a:hover {
		color: #666;
	}

	#mainContent {
		min-height: 500px;
		padding: 0 20px 50px 20px;		
		background: url(../images/dots.gif) no-repeat 0 36px;
	}

#col3 {
	position: relative;
	float: left;
	width: 160px;
}

	#rightContent {
		padding: 30px 0 50px 0;
	}

#footer {
	position: relative;
	height: 20px;
	border-top: 1px solid #ccc;
	background: #efefef;
}

	#footer .printPage {
		position: absolute;
		top: 2px;
		left: 10px;
	}
	
	#footer .printPage a:hover span {
		color: #666;
	}

	#address {
		position: absolute;
		top: 518px;
		left: 50px;
		width: 220px;
		line-height: 17px;
	}	
	
	#address * {
		font-size: 11px;
	}

	#copyright {
		position: absolute;
		top: 2px;
		right: 10px;
	}