/**** Main Style ****/
html {
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #000;
}

h1 a {
	text-decoration: none;
}

p {
	margin-bottom: 18px;
}

.p1 {
	margin-bottom: 8px;
}

.style-1 {
	color: #545454; 
	font-size: 17px;
	font-weight: bold;
}

.style-2 {
	color: #545454; 
	font-size: 14px;
}

#container{
  width: 100%;
  margin: 0px auto 0px auto;
}

.main {
    width: 960px;
	margin: auto;
	position: relative;
}

.inner {
	width: 100%;
	padding: 10px 0px 0px 0px;
	background-color: #FAE1B4;
	box-shadow: 0px 18px 80px #E3B930;
}

/**** Header ****/
header {
	width: 100%;
	position: relative; 
	margin: 0 0 15px 0;
}

h1 {
	float: left;
}

h1 a {
	display: block; 
	width: 1000px;
	height: 200px;
	margin: 0px 0 0 0px;
	text-indent: -9999px;
	background: url(../images/logo1.png) no-repeat;
}

h2 {
	float: left;
	font-size: 50px;
	margin: 0 0 0 30px;
}

h3 {
	font-size: 38px
}

h4 {
	font-size:25px;
	text-decoration: underline;
}

h3 span {
	color: #E3B930;
}

.header-spacer {
	padding: 20px 0 0 0;
}

nav {
	display: block;
}

.menu {
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0 0 5px 0;
	background: #000;
	text-transform: uppercase;
}

/**** Main Content ****/
.main-content {
	margin: 0 30px 0 30px;
	text-align: justify;
}

.top-content-spacer {
	padding: 10px 0 0 0;
}

#rightpic {
	float: right;
	margin-top: 45px;
	margin-left: 15px;
	padding-right:5px;
	padding-left: 5px;
	width:200px;	
	border: 3px solid #E3B930;
	border-radius: 25px;
}

#rightpic p {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-size:15px;
}

#painter {
	float: left;
	margin: 0px 10px 10px 0px;
}

.vertical{
	width: 5px;
	height: 200px;
	background-color: #FF0000;
}

.offername{
	font-size: 20px;
}

.offers {
	width: 670px;	
}

.leftblock{
	width: 570px;
}

.rightblock {
	float: right;
	width: 300px;
	margin-top: -238px;
}

.roller {
	float: right;
}

.client1{
	width: 400px;
}

.client2{
	float: right;
	width: 400px;
	margin-top: -213px;
}

.client3 {
	width: 400px;
}

.client4 {
	float: right;
	width: 400px;
	margin-top: -175px;
}

.contact1{
	width:250px;
}

.contact2 {
	float:right;
	width:620px;
	margin-top: -250px;
}

#team{
	border: 2px Solid #E3B930;
}

/****Contact Form****/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #E3B930;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #000;
	color: #FFF;
	border: 4px solid #E3B930;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}


/**** Footer ****/
footer {
	display: block;
	width: 100%; 
	height: 95px;
	background-color: #000;
	padding: 10px 0 5px 0;
	overflow: hidden;
}

footer a {
	text-decoration: none;
	color: #fff;
}

.footer-text {
	font-size: 12px;
	line-height: 1.214em;
	color: #fff;
	padding-left: 30px;
}

.footer-text span {
	color: #E3B930;
}

.footer-welcome {
	float: left;
	width: 270px;
	font-size: 12px;
	color: #fff;	
	text-align: center;
	padding: 0 30px 0 0;
}

.footer-text strong {
	display: block;
	font-weight: normal;
	padding-top: 20px;
}

.copyright {
	margin: 15px 0 0 0;
	color: #2c2c2c;
	font-size: 14px;
	text-align: center;
}

.copyright span {
	color: #E3B930;
}

.footer-spacer {
	padding: 0 0 10px 0;
}