@charset "utf-8";

/* CSS Document */

h1 {
	font-size: 22px;
}
h2 {
	color: #ccc;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
}
body {
	font-family: 'PT Sans Caption', sans-serif;
	background-image: url(images/bg.png);
	background-color: #504f4f;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
}
#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 34px;
}
#content {
	width: 860px;
	background-color: #272626;
	color: #333;
	height: 890px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position: relative;
	margin: 0 auto;
	/*centres content div to page*/
}
#content-feedback {
	width: 860px;
	background-color: #272626;
	color: #333;
	height: 1100px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position: relative;
	margin: 0 auto;
	/*centres content div to page*/
}
a {
	color: #FFF;
	text-decoration: none;
}
#mainnav ul {
	color: #FFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainnav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 0 0px 0;
	margin-top: 12px;
	margin-bottom: 0;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus {}
#s3slider {
	width: 860px;
	/* important to be same as image width */
	height: 398px;
	/* important to be same as image height */
	position: relative;
	/* important */
	left: -40px;
	padding: 0;
	margin: 0;
	clear: left;
	top: 0;
}
#s3sliderContent {
	width: 860px;
	/* important to be same as image width or wider */
	position: absolute;
	/* important */
	margin-left: 0;
	/* important */
	top: 0;
}
.s3sliderImage {
	float: left;
	/* important */
	position: relative;
	/* important */
	display: none;
	/* important */
	top: 0;
}
.s3sliderImage span {
	position: absolute;
	/* important */
	left: 0;
	font: 15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	text-align: center;
	background-color: #000;
	filter: alpha(opacity=70);
	/* here you can set the opacity of box with text */
	-moz-opacity: 0.7;
	/* here you can set the opacity of box with text */
	-khtml-opacity: 0.7;
	/* here you can set the opacity of box with text */
	opacity: 0.7;
	/* here you can set the opacity of box with text */
	color: #fff;
	display: none;
	/* important */
	top: 0;
	/*

        if you put top: 0;  -> the box with text will be shown 

                                at the top of the image

        if you put bottom: 0;  -> the box with text will be shown 

                                at the bottom of the image

    */
}
.top {
	top: 0;
	left: 5;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 20%;
	width: 110px !important;
	height: 379px;
}
.right {
	right: 0px;
	bottom: 0;
	width: 90px !important;
	height: 250px;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
#left {
	position: absolute;
	float: left;
	width: 200px;
	clear: both;
	padding-top: 20px;
	padding-left: 13px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#left-gallery {
	position: absolute;
	float: left;
	width: 200px;
	clear: both;
	top: 35px;
	padding-left: 13px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#right {
	float: right;
	clear: left;
	width: 590px;
	font-size: 14px;
	color: #CCC;
	padding-top: 30px;
	padding-right: 25px;
}
#right-gallery {
	float: right;
	clear: left;
	width: 590px;
	font-size: 14px;
	color: #CCC;
	padding-top: 18px;
	padding-right: 25px;
}
#right-contact {
	float: right;
	clear: left;
	width: 590px;
	font-size: 14px;
	color: #CCC;
	padding-top: 30px;
	padding-right: 55px;
}
#right-feedback {
	float: right;
	clear: left;
	width: 590px;
	font-size: 14px;
	color: #CCC;
	padding-top: 30px;
	padding-right: 35px;
}
#right-feedback p {
	padding-left: 11px;
	margin-bottom: 2px;
}
#right ul {
	padding: 0;
	padding-top: 2px;
}
#right ul li {
	padding-left: 15px;
}
#right-gallery img {
	padding-left: 2px;
}
#services-text {
	padding-left: 10px;
}
#address {
	position: absolute;
	left: 500px;
	top: 475px;
	font-size: 15px;
	color: #CCC;
}
#footer {
	clear: both;
	background-color: #272626;
	height: 25px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#footer-wrapper {
	position: relative;
	clear: both;
	margin-top: 5%;
	width: 100%;
	opacity: 0.45;
}
#footer-wrapper-feedback {
	position: absolute;
	clear: right;
	top: 1350px;
	width: 100%;
	opacity: 0.45;
}
#input {
	width: 70%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
}
#name {
	width: 75%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
}
#number {
	width: 70%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
}
#subject {
	width: 70%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
}
#message {
	width: 85%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 5px;
	font-family: 'PT Sans Caption', sans-serif;
}
#submit {
	background-color: #cc;
	color: #272626;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000;
	font-size: 13px;
	height: 26px;
	cursor: hand;
	cursor: pointer;
}
#submitF {
	position: absolute;
	background-color: #cc;
	color: #272626;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000;
	font-size: 13px;
	height: 26px;
	cursor: hand;
	cursor: pointer;
	right: 45px;
}
#subjectF {
	width: 55%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
	width: 220px;
}
#inputF {
	position: relative;
	width: 55%;
	height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cacaca;
	margin-bottom: 13px;
	width: 220px;
}
#feedback-left {
	position: absolute;
	float: left;
	top: 908px;
	padding-left: 10px;
	width: 260px;
}
#feedback-right {
	position: absolute;
	float: right;
	top: 870px;
	right: 25px;
	width: 330px;
}
#feedback-wrapper {
	width: 575px;
	background-color: #CDCDCD;
	color: #333;
	height: 140px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#right-feedback img {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 4px;
	margin-top: 5px;
}
#feedback-breaker {
	width: 565px;
	height: 1px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #CCC;
	margin-left: 7px;
	margin-top: 20px;
}
#feedback-form {
	clear: both;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 0px;
}