/* CSS Document */

body {
	background-color: #09C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #EE5206;
	text-decoration: none;
}

a:hover, a.active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#main {
	width: 994px;
	margin: 0 auto;
	background-image: url(/img/background_content.jpg);
	background-repeat: repeat-y;
	border-bottom: 10px solid #999;
}

#header {
	height: 210px;
	background-image: url(/img/background_header.jpg);
	background-repeat: no-repeat;
}

#header .nav {
	margin-left: 25px;
	padding-top: 180px;
}

#header .nav .menuitem {
	float: left;
}

#header .nav .menuitem a {
	width: 130px;
	margin: 5px 5px;
	background-color: #CED652;
	border: 1px solid black;
	padding: 2px 0px;
	color: black;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
}

#header .nav .menuitem a:hover, #header .nav .menuitem a.active {
	background-color: #EE5206;
	color: white;
}

#header .nav .businesscard {
	width: 310px;
	background-color: #09C;
	border: 1px solid black;
	color: white;
	padding: 2px 10px;
	margin: 5px 25px 5px 0px;
	font-weight: bold;
}

#content {
	padding: 15px 0px;
}

#content .leftcol {
	width: 560px;
	padding-left: 28px;
}

#content .rightcol {
	width: 330px;
	padding-right: 26px;
}

#content .headline {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.birdtype {
	border: 1px solid #666;
	width: 273px;
	height: 299px;
	overflow: scroll;
	float: left;
	font-size: 11px;
	color: #666;
	background-color: white;
	margin-bottom: 10px;
}

.birdtype .title {
	font-size: 14px;
	color: black;
	padding: 5px;
}

.birdtype img {
	width: 100px;
	border: 0px;
	float: right;
	margin: 5px;
}

.birdtype p {
	padding: 3px 5px 5px 5px;
	margin: 0px;
}

.birdsection {
	margin: 0px 0px 10px 0px;
	padding: 0px 8px;
	background-color: #09C;
	color: white;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	border: 1px solid black;
}

.birdsection a {
	color: white;
	text-decoration: none;
}

.birdsection a:hover {
	color: #CED652;
}

.pricing {
	border: 1px solid #999;
	margin-bottom: 3px;
	font-size: 11px;
	background-color: #CCC;
}

.pricing td {
	padding-left: 10px;
	text-align: left;
	background-color: #EEE;
}

.pricing .price {
	background-color: white;
	text-align: center;
	padding-left: inherit;
}

.pricing th {
	background-color: #0099CC;
	color: white;
	font-weight: bold;
}

.bg_red {
	background-color: red;
}