@charset "utf-8";
/* CSS Document */

/*Global styling starts here */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: 500px;
	overflow: visible;
}

#main-container
{
background: #FFFFFF url(images/body-back2.png) repeat-x;
}

#inner-container
{
background: #FFFFFF url(images/inner-back.png) repeat-x;
}

h2
{
font-size: 24px;
margin: 8px 0;
font-weight: normal;
}

h3
{
font-size: 18px;
margin: 8px 0;
}

h4
{
color: #566b03;
font-size: 14px;
margin: 8px 0;
}

h5
{
color: #566b03;
font-size: 14px;
margin: 0 0 0 2px;
}

a
{
text-decoration: none;
}

a:hover
{
color: #566b03;
}

p
{
	line-height: 19px;
	word-spacing: 0.5px;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.left
{
float: left;
margin-bottom: 6px;
}

dl
{
margin-top: 10px;
}

dt
{
font-size: 16px;
font-weight: bold;
color: #566b03;
margin-top: 10px;
background: url(images/bullet.jpg) left 50% no-repeat;
padding-left: 18px;
line-height: 24px;
}

#wrapper
{
margin: 0 auto;
padding: 0;
width: 990px;
overflow: hidden;
}

#inner-left
{
width: 630px;
float:left;
}

#inner-right
{
width: 330px;
float: right;
}

#header-home
{
	background: url(images/logo-monster2-new.jpg) no-repeat bottom left;
	height: 125px;
	margin-left:70px;
}

#header-home p
{
float: left;
width: 280px;
padding: 65px 0 0 15px;
color: #FFFFFF;
font-size:18px;
}

#header-top p
{
	float: right;
	width: 500px;
	padding: 0px 0px 0px 0px;
	color: #bfec09;
	font-size:18px;
	padding-right:22px;
	font-weight:bold;
	text-align: center;
}

/* Navigation Menu Styling */
#navigation
{
	float: right;
	width: 520px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0px;
	display: compact;
}

#menu
{
padding:0;
margin:0;
display:inline;
float: right;
margin-right: 30px;
height: 40px;
margin-top: 26px;
}

#menu li
{
	padding: 0;
	margin:0 8px 0 0;
	display:inline;
	float:inherit;
	line-height: 24px;
	font-size: 16px;
}

#menu a
{
text-decoration: none;
color: #FFFFFF;
padding-bottom: 2px;
text-transform: lowercase;
}

#menu a:hover, #menu a.current
{
color: #bfec09;
border-bottom: #bfec09 solid 2px;
}

#landing-content
{
background:url(images/landing-intro3.jpg) top center no-repeat;
/* uncomment the line below and comment the line above to change the welcome text background image */
/*background:url(images/landing-intro-2.jpg) top center no-repeat;    */
height: 297px;
}

#landing-content .welcome-content
{
	width: 850px;
	float: left;
	padding-top: 40px;
	padding-left: 70px;
	color: #FFC;
}

#landing-content .welcome-content h3
{
color: #feffc5;
}

.more-btn
{
margin-top: -20px;
float: right;
}

.more-btn img
{
border: none;
}

#content
{
clear: both;
margin-top: 10px;
}

#inner-content
{
clear: both;
margin-top: 30px;
}

#featured-work
{
background: url(images/featured-work.jpg) no-repeat top left;
padding: 40px 0 0 4px;
width: 300px;
float: left;
margin-left: 16px;
}

#featured-work img, #featured-work a img
{
border: #d8d8d8 4px solid;
}

#featured-work a img:hover
{
border: #566b03 4px solid;
}

#services-overview
{
background: url(images/services-overview.jpg) no-repeat top left;
padding: 40px 0 0 4px;
width: 302px;
float: left;
margin-left: 20px;
}

.services-list
{
	margin:10px 0 10px 4px;
	list-style: none;
	font-size: 14px;
}

.services-list li
{
background: url(images/bullet.jpg) left 50% no-repeat;
margin-bottom: 6px;
padding-left: 20px;
color: #566b03;
font-weight: bold;
}

#client-testimonials
{
	padding: 40px 0 0 4px;
	width: 312px;
	float: left;
	margin-left: 10px;
}

#did-you-know
{
background: url(images/featured-work.jpg) no-repeat top left;
padding: 140px 0 0 4px;
width: 300px;
float: left;
margin-left: 16px;
}

#featured-work img, #featured-work a img
{
border: #d8d8d8 4px solid;
}

#featured-work a img:hover
{
border: #566b03 4px solid;
}

.testimonial
{
	clear: both;
	padding: 0 4px 0 22px;
	margin-bottom: 6px;
}

#portfolio
{
background: url(images/portfolio.jpg) no-repeat top left;
padding: 40px 0 0 4px;
margin-left: 20px;
margin-bottom: 20px;
overflow: hidden;
}

#services
{
background: url(images/services.jpg) no-repeat top left;
padding: 40px 0 0 4px;
margin-left: 20px;
margin-bottom: 20px;
}

#about
{
background: url(images/about.jpg) no-repeat top left;
padding: 40px 0 0 4px;
margin-left: 20px;
margin-bottom: 20px;
}

#contact
{
background: url(images/contact.jpg) no-repeat top left;
padding: 40px 0 0 4px;
margin-left: 20px;
margin-bottom: 20px;
}

/* Portfolio Item Styling */
.portfolio-container
{
padding: 0 14px 0 0;
width: 296px;
float: left;
margin-right: 10px;
margin-bottom: 16px;
}

.portfolio-container img, .portfolio-container a img
{
border: #d8d8d8 4px solid;
}

.portfolio-container a img:hover
{
border: #566b03 4px solid;
}

/* Contact Form Styling */
#contact-form
{
margin-top: 20px;
}

label{
float: left;
width: 120px;
font-weight: bold;
color: #566b03;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
border: 1px solid #566b03;
background-color: #ffffe5;
height: 24px;
padding-top: 4px;
}

textarea{
width: 280px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton
{
text-align: center;
background: url(images/submit.jpg) no-repeat center;
border: none;
margin-top: 4px;
margin-left: 310px;
width: 87px;
height: 27px;
cursor: pointer;
text-indent: -9000px;
}

/* Footer styling starts here */
#footer
{
clear: both;
background-color: #354401;
overflow: hidden;
border-top: solid 4px #86a205;
margin-top: 23px;
height:50px;
}

#footer-content
{
margin: 0 auto;
padding: 0;
width: 990px;
color: #FFFFFF;
padding: 15px 0 0 0;
}

#footer-coupons
{
clear: both;
background: #354401;
margin: 0 auto;
padding: 0;
width: 990px;
color: #FFFFFF;
padding: 10px 0 0 420px;

}

#footer-left
{
float: left;
width: 500px;
padding-left: 10px;
}

#footer-right
{
float: right;
width: 400px;
text-align: right;
padding-right: 20px;
font-size:14px;
font-weight:bold;
color: #feffc5;
}

#footer H3
{
color: #86a205;
}

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

#footer a:hover
{
text-decoration: underline;
color: #bfec09;
}
