	body{
		font-family: 'Sorts Mill Goudy', sans-serif;
		text-align: justify;
		font-weight: 500;
		font-size: 14pt;
		background-color: #FAFAEE;
	}

	p {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	strong {
		display: block;
		font-size: 16pt;
		font-weight: 700pt;
	}

	h1{
		font-size: 40pt;
		font-weight: 700;
		line-height: 50pt;
	}

	h2{
		font-size: 30pt;
		font-weight: 700;
		line-height: 38pt;
	}

	h3{
		font-size: 20pt;
		font-weight: 700;
		line-height: 26pt;
	}

	ul {
		padding-left: 40px;
		padding-bottom: 0px;
	}

	li {
		list-style-type: disc;
		line-height: 26px;
	}


	a, a:visited {color: black;}

	a:hover {color: #ff8800;}

	header, #header{
		position: relative;
		margin-top: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: black;
		background-image: url('logo.png') repeat-x: none;
		color: #ff8800;
		width: 100%;
		-webkit-box-shadow: rgba(0,0,0,.8) 0px 0px 20px;
		-moz-box-shadow: rgba(0,0,0,.8) 0px 0px 20px; 
		box-shadow: rgba(0,0,0,.8) 0px 0px 20px; 
	}

	header h1, header h2, header h3 {
		padding-left: 40px;
		text-align: left;
	}
	header h3, #header h3 {
		color: #fff;
	}
	header a, header a:hover, header a:visited {
		text-decoration: none;
		color: #ff8800;
	}	

#callus {
	background-color: #ff8800;
	border: 5px solid black;
	-moz-border-radius: 30px 10px;
	border-radius: 30px 10px / 30px 10px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	top: -20px;
	right: 0px;
	position: absolute;
}

#callus h2 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	padding-left: 0px;
	color: black;
	text-shadow: 0px 1px 5px #dd5500;
}

#callus h3 {
	font-size: 38px;
	line-height: 47px;
	padding-left: 0px;
	text-align: center;
	color: white;
	text-shadow: 0px 1px 5px #dd5500;
}

	#container {
		width: 960px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	#testimonials {
		font-family: serif;
		font-size: 28px;
		font-weight: 700;
		padding-top: 50px;
		color: #ff8800;
	}

	#testimonials img {
		float: right;
		padding-bottom: 35px;
	}
	
	#clickme {
		clear: both;
		color: red;
		font-size: 40px;
		font-weight: 500;
		text-shadow: 0px 1px 2px #000;
	}

	#clickme img{
		height: 65px;
		float: left;
	}
	
	.services {
		clear: both;
		padding: 0px;
		padding-bottom: 5px;
		width: 900px;
		height: 180px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.service {
		float: left;
		width: 20%;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		vertical-align: top;
	} 

	.service a, a:hover, a:visited {
		text-decoration: none;
		color: #000;
	}

	.service img {
		width: 100px;
	}

	.service img:hover {
		width: 110px;
		background-color: #ff8800;
		-moz-border-radius: 30px 10px;
		border-radius: 30px 10px / 30px 10px;
		-webkit-transition: all 0.6s ease-out;
		-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5); 
		-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
		box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
	}

	#main {
		clear: both;
		background-color: #fff;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		border-left: 1px solid #CCC;
		border-right: 1px solid #BBB;
		-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 15px;
		-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 15px; 
		box-shadow: rgba(0,0,0,.2) 0px 0px 15px; 
	}	

.content {
	padding: 25px 25px;
	text-align: justify;
	font-family: serif;
	background-color: #fff;
	position: relative; 
}

.content h1, .content h2, .content h3 {
	text-align: center;
}

.content a, .content a:visited {
	color: #ff8800;
}

.content a:hover {
	color: black;
}

.hidden_content {
	visibility: hidden;
	height: 0px;
	position: absolute;
}

.right-bottom {
	width: 315px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.right-top {
	width: 315px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.left-bottom {
	width: 315px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.left-top {
	width: 315px;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* Footer starts here. */
	footer, #footer {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: black;
		color: white;
		text-align: center;
	}

	.nav a, a:visited {color: #ff8800;}

	.nav a:hover {color: #fff;}

	.nav ul{
		list-style: none;
	}

	.nav li{
		display: inline-block;
		padding-left: 4px;
		padding-right: 4px;
	}
/* Footer ends here*/
