@charset "UTF-8";

/* /////////////////////////////////////

Main Body and Font Treatments

//////////////////////////////////// */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color: #7f7f7f;
	background-color: #191919;
	background-image: url(../images/mback.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FFFF33;
}
a:active {
	text-decoration: underline;
	color: #0066CC;
}

hr {
	border: 0;
	height: 1px;
	color: #333;
	background-color: #333;
}
/* /////////////////////////////////////

Main DIV Layouts

//////////////////////////////////// */

#container { 
 margin: 0 auto;
 width: 955px;
}

#header {
	width: 100%;
	color: #666;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/* content styles */

#content {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* header styles */

#content h1 {	
	height: 70px;
	width: 600px;
	text-indent: -900%;
}

.titlePricing {
	background: url(../images/title_pricing.gif);
}

.titleAbout {
	background: url(../images/title_about.gif);
}

.titleWork {
	background: url(../images/title_work.gif);
}

.titleTestimonials {
	background: url(../images/title_testimonials.gif);
}

.titleContact {
	background: url(../images/title_contact.gif);
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #69C;
	font-style: italic;
	padding-top: 15px !important;
	padding-bottom: 0px !important;
}



/* footer styles */

#footer {
	width: 100%;
	position: relative;
	font-size: 11px;
	color: #333 !important;
	height: 70px;
	border-top: 1px solid #333;
}

#footer .copy {
	float: left;
}

#footer .nav {
	float: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #333 !important;
}

#footer a:hover {
	color: #FF6 !important;
}



/* /////////////////////////////////////

Image Styles

//////////////////////////////////// */

.imgLSpace {
	margin-left: 20px;
	border: #0f0f0f 1px solid;
}

.imgRSpace {
	margin-right: 20px;
	border: #0f0f0f 1px solid;
}

.imgLSpaceNoBorder {
	margin-left: 20px;
}


/* /////////////////////////////////////

Form Styles

//////////////////////////////////// */

/* form error elements */

.fError {
	color: #CCCC00 !important;
	font-size: 2em;
}

.fError ul {
	font-size: 1em !important;
}

.feInput {
	background: #CCCC66 !important;
	border: 1px solid #996600;
	padding: 5px;
	font-family: Arial;
	font-size: 18px;
}


/* /////////////////////////////////////

Menu Assets

//////////////////////////////////// */


/* Main Menu */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 50px;
	
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	position: absolute;
	outline: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-indent: -900%;
	background-image: url(../images/nav_about.gif);
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}

/* main menu placement and graphic elements */

#menu .logo {
	width: 200px;
	height: 50px;
	background: url(../images/logo.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .home {
	width: 77px;
	height: 50px;
	background: url(../images/nav_home.gif) no-repeat;
	left: 390px;
	top: 0px;
}
#menu .homeOn {
	width: 77px;
	height: 50px;;
	background: url(../images/nav_home.gif) no-repeat bottom left;
	left: 390px;
	top: 0px;
}

#menu .about {
	width: 101px;
	height: 50px;
	background: url(../images/nav_about.gif) no-repeat;
	left: 468px;
	top: 0px;
}
#menu .aboutOn {
	width: 101px;
	height: 50px;
	background: url(../images/nav_about.gif) no-repeat bottom left;
	left: 468px;
	top: 0px;
}

#menu .work {
	width: 102px;
	height: 50px;
	background: url(../images/nav_work.gif) no-repeat;
	left: 569px;
	top: 0px;
}
#menu .workOn {
	width: 102px;
	height: 50px;
	background: url(../images/nav_work.gif) no-repeat bottom left;
	left: 569px;
	top: 0px;
}

#menu .testimonials {
	width: 117px;
	height: 50px;
	background: url(../images/nav_testimonials.gif) no-repeat;
	left: 671px;
	top: 0px;
}
#menu .testimonialsOn {
	width: 117px;
	height: 50px;
	background: url(../images/nav_testimonials.gif) no-repeat bottom left;
	left: 671px;
	top: 0px;
}

#menu .pricing {
	width: 83px;
	height: 50px;
	background: url(../images/nav_pricing.gif) no-repeat;
	left: 788px;
	top: 0px;
}
#menu .pricingOn {
	width: 83px;
	height: 50px;
	background: url(../images/nav_pricing.gif) no-repeat bottom left;
	left: 788px;
	top: 0px;
}

#menu .contact {
	width: 84px;
	height: 50px;
	background: url(../images/nav_contact.gif) no-repeat;
	left: 871px;
	top: 0px;
}
#menu .contactOn {
	width: 84px;
	height: 50px;
	background: url(../images/nav_contact.gif) no-repeat bottom left;
	left: 871px;
	top: 0px;
}
#menu ul li:hover a {
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index:100;
}
