/* @override 
	http://localhost:9012/css/valleyhotel.css
	http://192.168.0.37:9012/css/valleyhotel.css
*/

body {
	font-family: verdana, arial, sans-serif;
	color: #807c70;
	font-size: 12px;
	line-height: 1;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

p {
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

a {
	color: #807c70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 14px;
}

#header {
	float: left;
	padding: 20px 0;
}

ul {
	padding: 0 20px;
	margin: 0;
	line-height: 1.5;
}

li {
	margin-bottom: 8px;
}

ul#nav {
	margin-top: 25px;
	list-style: none;
	padding: 0;
}

ul#nav li {
	font-family: arial, sans-serif;
	font-size: 12px;
	float: left;
	padding: 0;
	margin-right: 17px;
	/*width: 110px;*/
	text-align: center;
}

ul#nav li a {
	color: #807c70;	
	text-decoration: none;
	display: block;
	/*width: 100px;*/
	padding: 5px;
	/*outline: 1px solid pink;*/

}

ul#nav li a:hover, ul#nav li.active a {
	background-color: #bfbdb7;
	color: #fff;
}

ul#nav li#navlast {
	margin-right: 0;
}

#main {
	clear: both;
}

#images {
	margin-bottom: 20px;
}

#images img {
	margin-right: 20px;
}

#images img#imglast {
	margin-right: 0;
}

#col1 {
	float: left;
	width: 400px;
	margin-right: 80px;
	/*outline: 1px solid red;*/
}

#contact_form {
	width: 400px;
}

#col2 {
	float: left;
	width: 460px;
	/*outline: 1px solid red;*/
}

#col3, #col4, #col5 {
	float: left;
	width: 300px;
	margin-right: 25px;
}

#col5 {
	margin-right: 0;
}

.team, .menu {
	width: 220px;
	float: left;
	margin-right: 25px;
	/*outline: 1px solid red;*/
}

.team.last, .menu.last {
	margin-right: 0;
}

.menu {
	text-align: center;
}

.menu ul {
	padding: 0;
	margin: 10px 0;
}

.menu ul li {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}

.menuadditional {
	font-size: 10px;
	width: 600px;
	margin: 20px 0;
}

.team .quote {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 15px;
	color: #a9a7a2;
}

#footer {
	font-size: 10px;
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px solid #bfbdb7;
}

#footer #address {
	font-size: 10px;
	float: right;
	margin-top: 3px;
}

#footer a {
	font-size: 10px;
}

/* @group Form */

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
display:none;
}
form label {
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	display: block;
	color: #bfbdb7;
	font-weight: bold;
}

form label.error {
	color: #ff6600;
	text-transform: none;
	font-size: 10px;
}

form input, form textarea {
	border: 1px solid #ccc;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}

form input.error, form textarea.error {
	border: 1px dotted #ff6600;
;
}

form select {
	margin-bottom: 15px;
	font-size: 10px;
}

form input#submit {
	font-size: 13px;
	background-color: #bfbdb7;
	color: #ffffff;
	border: 0;
}

form p.required {
	color: #666;
	font-size: 10px;
}

form .contactfield {
	/*outline: 1px solid red;*/
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* @end */

