﻿body {
	background: #1c1411 url(images/bg.jpg) top left repeat-x;
	color: #111;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:12px;
	height: 100%;
	color:#666;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 100px;
	background:url(images/wrapperbg.png) top left no-repeat;
}
#copyright {
	width: 750px;
	height: 20px;
	padding: 5px;
	margin: 0 auto;
	font-size:10px;
	color: #f1f1f1;
}
#pagebg {
	background: #73432c;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #885737;
}
#content {
	width: 930px;
	height: 520px;
	background: #eaeaea;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #ffffff;
	position: relative;
}
#logo {

	width: 250px;
	height:220px;
	background: url(img/logo.jpg);
	margin: 0 auto;
	margin-top: 20px;
}
.menu {
	width: 250px;
	margin: 0 auto;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
.menu a {
	color: #222;
}
.menu a:hover {
	color: #444;
	font-weight: 700;
}
.wactive {
	padding-left: 5px;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 40px;
	background: #eec3a6;
	color: #333;
	font-size: 20px;
	padding: 15px 0px 0px 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
}
.tabcontent p {
	margin-bottom: 7px;
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}


/* Contact Us */
.contactleft {
	float: left;
	width: 300px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 200px;
	margin-top: 5px;
	color: #222;
}
.contactleft label {
	display: block; 
	width: 70px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea, .contactleft select {
	padding: 3px;
	width: 300px; 
	display: block; 
	font-size: 10px;
	background: #fafafa; 
	border-color: #aaa #ddd #ddd #aaa; 
	border-style: solid; 
	border-width: 1px; 
	color: #444;
	margin-bottom:5px;
	font-family:'Arial',sans-serif;
	font-size:12px;
}
.contactleft textarea {
	height: 60px;
	font-family:'Arial',sans-serif;
	font-size:12px;
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #222;
	width: 70px;
	background: #747474; 
	color: #e5e5e5;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}
/* Footer */
.social-links {
	list-style-type: none;
	padding: 0;
}
.social-links li {
	margin: 0 0 0 2px;
	padding: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-links__small li {
	width: 24px;
	height: 24px;
	font-size: 14px;
	margin-left: 5px;
}
.social-links li a {

	text-decoration: none;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.social-links__small li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.link-twitter a {
	background: #33ccff;
}
.link-twitter a:hover {
	background: rgba(143,143,143,.4);
}
.link-facebook a {
	background: #3b5998;
}
.link-facebook a:hover {
	background: rgba(143,143,143,.4);
}
.link-google a {
	background: #bd3518;
}	
.link-google a:hover {
	background: rgba(143,143,143,.4);
}	
.link-linkedin a {
	background: #007bb6;
}
.link-linkedin a:hover {
	background: rgba(143,143,143,.4);
}
.link-instagram a {
	background: #925e4a;
}
.link-instagram a:hover {
	background: rgba(143,143,143,.4);
}
.link-youtube a {
	background: #e92928;
}
.link-youtube a:hover {
	background: rgba(143,143,143,.4);
}
.social-links li a:hover {
	color: #fff;
}