@import  "../js/libs/jquery-ui/themes/wanit/jquery-ui-1.8.custom.css";

a {
	color: #000;
	text-decoration: underline;
}
body {
	background: url(../images/body_background.png);
	font: 14px/21px Arial;
	padding-bottom: 2em;
}
h2,h4 {
	font-weight: bold;
}
h3 {
	color: #1476a7;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	font-size: 100%;
}
input {
	font-size: 1.3em;
	padding: 3px;
	width: 275px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea {
	font-size: 1.3em;
	height: 100px;
	padding: 3px;
	width: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#header {
	height: 90px;
	margin: 0 auto;
	width: 800px;
}
#header h1 {
	margin: 0;
	padding: 10px;
}

#nav {
	background-color: #efa690;
	height: 45px;
	margin: 0 auto;
	padding: 1px;
	width: 800px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#nav_content {
	background: #ee3023 url(../images/nav_background.png) repeat-x;
	height: 35px;
	padding: 5px;
	width: 790px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#nav_content div {
	display: inline;
	font-size: 1.1em;
	float: left;
	height: 35px;
}
#nav_content div a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 7px 25px;
}
#nav_content div a:hover {
	background: #333 url(../images/nav_background_hover.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav_content div a.home {
	padding: 8px 25px 6px 25px;
}

#random_image {
	background: #000 url(../images/random/random1.jpg) no-repeat;
	height: 150px;
	margin: 1em auto 0 auto;
	width: 800px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#main {
	margin: 0 auto;
	width: 800px;
}
#content {
	padding-top: 30px;
	text-align: justify;
}
.container {
	width: 790px;
}

#footer {
	color: #333;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	width: 800px;
}
#footer a {
	text-decoration: none;
}

.label-input {
	padding: 0.5em 0;
}

#map {
	height: 190px;
	width: 100%;
}

.portfolio {
	margin-bottom: 1em;
}
.portfolio .image {
	float: left;
	width: 260px;
	text-align: center;
}

.error {
	background-color: #fff;
	border: 1px solid #ee3023;
	color: #333;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.error img {
	padding-right: 10px;
	vertical-align: sub;
}
