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


body {

	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #959595;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;

}

.header {

	margin: auto;
	width: 820px;
	height: 180px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-align: left;

}

.middle {

	margin: auto;
	width: 820px;
	background-image: url(../img/bg_site.jpg);
	background-repeat: repeat-y;
	text-align: left;

}

.footer {

	margin: auto;
	width: 590px;
	height: 48px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 230px;
	padding-top: 12px;

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.navigation {

	width: 200px;
	float: left;
	margin-left: 10px;
	display: inline;

}

.content {
	
	float: right;
	width: 610px;
	display: inline;

}

.content_left {

	float: left;
	width: 370px;
	padding-left: 20px;
	padding-right: 10px;
	display: inline;

}

.content_right {

	float: right;
	width: 169px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 400px;
	display: inline;

}

.column_head {

	font-size: 14px;
	font-weight: bold;
	color: #00A050;

}

.navigation a {

	display: block;
	width: 160px;
	height: 21px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #AAAAAA;
	padding-left: 30px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;

}

.navigation a:hover {

	background-color: #757575;

}

a {

	color: #00A050;
	text-decoration: none;

}

a:hover {

	color: #FFFFFF;
	background-color: #00A050;

}

p {

	margin: 0px;
	margin-bottom: 8px;

}

.headline {

	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;

}

ul {

	padding: 0px;

}

li {

	display: block;
	width: 300px;
	padding-left: 30px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;

}

.offer {

	padding-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
	margin-top: 10px;

}

input {

	border: 1px solid #757575;
	padding: 2px;

}

.attn {
	border: 1px solid #440000;
	background-color: #770000;
	color: #FFFFFF;
	cursor: pointer;
}

.add {
	border: 1px solid #005028;
	background-color: #00A050;
	color: #FFFFFF;
	cursor: pointer;
}

select {
	border: 1px solid #757575;
}

.formular tr td {

	padding-bottom: 7px;

}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #757575;
	padding: 2px;
}

a.link01, a.link02 {
	display: block;
	padding: 5px;
}

a.link01 {
	background-color: #EEEEEE;
}

a.link02 {
	background-color: #DDDDDD;
}

a.link01:hover, a.link02:hover {
	background-color: #00A050;
	color: #FFFFFF;
}

.delete_div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #666666;
}

form {
	display: block;
}