/* CSS Document */
html {
	overflow-y: scroll;
}
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, san-serif;
	line-height:17px;
	position:relative;
	text-align: center;
	color:#000;
}
#wrapper {
	width:740px;
	position:relative;
	background-color:#FFF;
	text-align:left;
	padding-bottom:30px;
	margin:auto;
	margin-bottom:20px;
	border-top:13px solid #444;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	border-bottom-left-radius:13px;
	-moz-border-radius-bottomleft:13px;
	border-bottom-right-radius:13px;
	-moz-border-radius-bottomright:13px;
}
#header {
	background-color: #FEF0D8;
	text-align:center;
	padding:13px 0 13px 0;
}
#nav {
	clear:both;
	text-align:center;
	background-color:#444;
	padding:3px 5px 8px 5px;
	margin-bottom:15px;
}
#cab {
	text-align:right;
	font-style:italic;
	padding:20px 40px 0 0;
}
#content {
	padding:20px 0 0 50px;
	text-align:left;
}
#contact {
	padding:30px 0 50 50px;
	text-align:left;
	margin:30px 0 50px 100px;
}
#gallery {
	display: block;
	overflow: hidden;
	padding-left:16px;
}
h2 {
	font-size: 14px;
	color: #444;
	font-family: arial;
	padding-bottom:25px;
}
h3 {
	font-size: 13px;
	color: #444;
	font-family: arial;
	padding-bottom:3px;
}
p {
	padding: 0 0 16px 0;
}
blockquote {
	margin:0 0 0 30px;
}
a:link, a:visited, a:active {
	color: #1E5A7D;
	text-decoration: none;
}
a:hover {
	color: #FEF0D8;
}
ul.nav {
	list-style-type:none;
	display:inline;
	margin:0;
	font-variant:small-caps;
	font-size:12px;
	font-weight:bold;
}
ul.nav li {
	text-align: center;
	display: inline;
	padding:5px;
}
ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active {
	padding: 0px 9px 9px 9px;
	text-decoration: none;
	color: #FFF;
	margin-right: 14px;
	background: #444;
	display: inline;
	border: none;
}
ul.nav li.active a {
	background: #FFF;
	color: #000;
}
ul.nav li a:hover {
	background: #FEF0D8;
	color: #000;
}
.gallery {
	list-style-type: none;
	list-style-position: inherit;
}
.gallery li {
	float: left;
	padding: 0 12px 12px 0;
}
.gallery a:link, .gallery a:visited, .gallery a:active {
	border: none;
	opacity: 0.6;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
.gallery a:hover {
	border: none;
	opacity: 1;
}
.shadow, .gallery a {
	-moz-box-shadow: 0px 1px 3px #777;
	-webkit-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
}
.gallery a {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.border, .gallery img, figure img, pre {
	border: 1px solid #7C7C7C;
}
form ol {
	list-style-type: none;
}
form ol li {
	display: block;
	padding-bottom: 10px;
}
input, textarea {
	font-size: 12px;
	color: #444;
	font-family: Verdana, arial, Georgia, arial, serif;
	padding: 4px 6px;
	background: #EFEFEF;
	border: 1px solid #b0b0b0;
	border-bottom-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-top-color: #A4A4A4;
	border-left-color: #A4A4A4;
	width: 250px;
	line-height: 14px;
}
.focus.invalid {
	color: #C00 !important;
}
input:focus:required:invalid, textarea:focus:required:invalid {
 color: #C00 !important;
}
input.valid, textarea.valid, input:valid, textarea:valid {
 background: #FFFFFF url(../images/tick.png) no-repeat 298px 8px;
}
.placeholder {
	color: #666 !important;
	background-image: none !important; /* Fix for opera */
}
input::-webkit-input-placeholder {
 color: #666;
}
label.error, .thank-you {
	font-size: 12px;
	font-weight: normal;
	color: red;
}
label {
	display: block;
	font-weight: bold;
}
label span {
	display: inline-block;
	padding-left: 5px;
}
.button.big {
	background: transparent url(../images/button.png) no-repeat 0 top;
	width: 130px;
	height: 41px;
	display: block;
	text-align: center;
	padding-top: 0px;
}
button.button.big {
	height: 31px;
	padding-top: 0px;
}
.button.big:hover {
	background-position: 0 bottom;
	background: transparent url(../images/button_h.png)
}
