/* @override http://localhost/arvgarden/css/style.css */

html,body {
	margin: 0;
	padding: 0;
	background-color: #211a10;
	font-family: Helvetica, Arial, Geneva, "Helvetica Neue", sans-serif;
}

#menu {
	width: 800px;
	border-top: 2px solid #fed116;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#site {
	width: 819px;
	margin: 0 auto;
}

#header {
	width: 819px;
	height: 143px;
	background: url(../images/header.jpg) no-repeat;
}

#header a{
	color: #282828;
	text-decoration: none;
	float: right;
	font-size: 11px;
	margin-top: 56px;
	margin-right: 10px;
}

#header a:hover{
	color: #005b94;
	text-decoration: underline;
}

#content {
	width: 819px;
	background: url(../images/site_back.jpg) repeat-y;
	min-height: 500px;
	height:auto !important;
	height:500px;
}

#footer {
	width: 819px;
	height: 20px;
	background: url(../images/footer.jpg) no-repeat;
	text-align: center;
	font-size: 10px;
	color: #6e6e6e;
	padding-top: 20px;
}

#footer a{
	color: #9c9c9c;
}

.main_menu_large {
	background-color: #fed116;
	text-decoration: none;
	color: #292929;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	float: right;
	margin-right: 5px;
}

.main_menu_large:hover {
	background-color: #015b97;
	color: white;
	float: right;
}

.main_menu_small {
	background-color: #fed116;
	text-decoration: none;
	color: #292929;
	font-size: 12px;
	padding: 3px 10px 1px;
	float: none;
	margin-right: 3px;
	display: inline;
	margin-left: 3px;
}

.main_menu_small:hover {
	background-color: #015b97;
	color: white;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
}

.main_menu_small_selected {
	background-color: #015b97;
	text-decoration: none;
	color: white;
	font-size: 12px;
	margin-top:0px;
	padding: 3px 10px 1px;
	float: none;
	margin-right: 3px;
	display: inline;
	margin-left: 3px;
}

.main_menu_small_selected:hover {
	background-color: #015b97;
	color: white;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
}

.text {
	padding: 15px 20px;
	font-size: 14px;
	text-align:justify;
	line-height: 21px;
}

.text a {
	color: #015b97;
}

h1 {
	font-size: 16px;
}

.input {
	border: 1px solid silver;
	width: 99%;
	padding: 2px 0;
}

h3 {
	margin-left: 30px;
}

h4 {
	margin-left: 34px;
}

.add_feedback {
	text-decoration: none;
	font-size: 12px;
	color: #015b97;
	font-weight: bold;
	float: right;
}

.add_feedback:hover {
	text-decoration: underline;
}
.inline_img{
	margin:5px;
	border:1px solid #666;
}