html{
	margin: 0;
	padding: 0;
}
.body{
	width: 100%;
	height: auto;

}
#wrapper{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.top-header {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.aside{
	display: block;
	float: left;
	margin-top:15px;
	width: 250px;
	min-height: 300px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 3px 3px 5px 3px #000;
	-moz-box-shadow: 3px 3px 5px 3px #000;
	-ms-box-shadow: 3px 3px 5px 3px #000;
	-o-box-shadow: 3px 3px 5px 3px #000;
	-webkit-box-shadow: 3px 3px 5px 3px #000;
	background-image: url(images/aside-background.png);
	background-repeat: repeat;
	color: #FFF;
}

.aside h2{
	background-image: url(images/text-freeconsultation.png);
	height: 30px;
	width: 232px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.aside h3 {
	padding:8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.aside h4 {
	padding:8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.aside h5 {
	padding:8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.aside h6 {
	padding:8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.aside ul{
	display: block;
	padding: 0;
	margin-left: 12px;
}
.aside li{
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom:8px;
}
.aside input{
	width:225px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.aside select {
	width:225px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.aside script{
	width:225px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}


.content{
	display:block;
	width:1000px;
	min-height: 350px;
	margin: 0 auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;

}
.nav{
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.pop-up{
	display: block;
	width: 400px;
	height: 130px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	color: #666;
}
.section{
	display: block;
	float: left;
	width: 750px;
	
}
.section  h2{
	margin-left: 35px;
	margin-top: 20px;
	padding-top:10px;
	height:75px;
	width: 710px;
	background-image: url(images/header-background.png);
	background-repeat: no-repeat;
}
.section h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-left:  10px;
	padding-right: 25px;
	color: #666;
}
.section h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-left:  10px;
	padding-right: 25px;
	color: #999;
}
.section iframe{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.section ol{
	display: block;
	width: 700px;
	margin-left: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1.0px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.section ol li{
	width: 35%;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	padding-right: 10px;
	padding-left: 90px;
	font-size: 14px;
	color: #666;
}
.section ol p{
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 90px;
	font-size: 14px;
	color: #666;
}
.section ul{
	display: inline-block;
	position:relative;
	top:-50px;
	padding-top:25px;
	width: 300px;
	min-height:235px;
	margin-left:15px;
	padding-bottom: 15px;
	border-bottom-width: 1.0px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	vertical-align: top;
	background-image: url(images/contactus-background.png);
}
.section  ul li{
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	padding-right: 10px;
	font-size: 16px;
	color: #666;
}
.section ul input{
	width:225px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.section ul select{
	width:225px;
	height:30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	color: #666;
}
.seo-services h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#seo-price{
	display: block;
	position:relative;
	left:400px;
	top:25px;
	padding-bottom:15px;
}
#slideshow{
	display: block;
	padding: 0;
	width: 100%;
	height: 300px;
	padding-top: 40px;
	margin-bottom: 15px;
	background: #3671d6;

}

#submit {
	width:225px;
	height:40px;
	margin-top:5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #D82E02;
}
#submit:hover{
	background-color: #666666;
}

#arrow-left{
	display: block;
	position: relative;
	z-index:10px;
	top: -80px;
	left:-150px;
	width: 1px;
	height: 1px;
}
#arrow-right{
	display: block;
	float: right;
	position: relative;
	z-index:10px;
	top: 50px;
	right:30px;
	width: 1px;
	height: 1px;
}
#arrow-right-img{
	display: block;
	position: relative;
	z-index:10px;
}
#portfolio{
	display: inline-block;
	position:relative;
	left: -85px;
	margin-right: 25px;
	margin-bottom:15px;
	background-color: #E8E8E8;
	height: 300px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#checkbox{
	display: inline-block;
	width: 2em;
}
.online_payments{
	display: block;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
}
.online_payments ul{
	display: block;
	margin: 0 auto;
	width:25%;
}
.online_payments li{
	display: block;
	width: 100%;
	font-size: 20px;
}
.online_payments input{
	width: 100%;
	height: 50px;
    color: #333;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 25px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	margin-left: 10px;
	text-indent:15px;
}
#submit-payment {
	width:100%;
	height:55px;
	padding: 15px 25px;
	margin-top:5px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #D82E02;
}
#submit-payment:hover{
	background-color: #FD5931;
}
	
#job-form{
	display: block;
	padding: 0px;
	margin: 0px;
}
#job-form li{
	width: 100%;
}
#job-form li input{
	width: 100%;
}
#job-form li select{
	width: 100%;
}
#job-form li textarea{
	width: 100%;
}
#submit-job-form {
	float: right;
	width:225px;
	height:40px;
	margin-top:5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #D82E02;
}
#submit-job-form:hover{
	background-color: #666666;
}
