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

* {margin:0px auto; padding:0px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
div {position:relative; text-align:center; }

body
{
	background: url(images/bg.gif) left top repeat;
	
}

#page
{
	width: 920px;
	padding: 0 0 40px 0;
	
}

#header
{
	height: 110px;
	width: 100%;
	background: url(images/top_bg.png) left top no-repeat;
	
}

#headerLeft
{
	position: absolute;
	top: 0;
	left: 50px;
	height: 100px;
	width: 250px;
	background: url(images/logo_dark.png) left top no-repeat;
	
}

#headerRight
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 500px;
	
}

#headerRight h3:first-child
{
	padding: 20px 0 0 0;
	
}

#mainHome
{
	min-height: 340px;
	width: 100%;
	background: url(images/middle_bg.png) left top repeat-y;
	text-align: left;
	
}

#main
{
	min-height: 460px;
	width: 100%;
	background: url(images/middle_bg.png) left top repeat-y;
	text-align: left;
	
}

#content
{
	width: 80%;
	text-align: left;
	padding: 40px 0 20px 0;
	
}

#content .ulServices
{
	padding-left: 20px;
	
}

#content img
{
	border: none;
	padding: 10px 0 10px 0;
	
}

#spacerServices
{
	float: right;
	height: 500px;
	width: 450px;
	
}

#pricingList
{
	position: absolute;
	top: 20px;
	right: -80px;
	height: 470px;
	width: 425px;
	background: url(images/pricing_list_bg.png) top left no-repeat;
	padding: 5px 0 5px 0;
	margin-right: 40px;
	
}

#pricingList h3
{
	width: 100%;
	padding: 15px 0 15px 28px;
	text-align: left;
	
}

#pricingList table
{
	width: 90%;
	padding-left: 5px;
	
}

#pricingList td
{
	padding-left: 5px;
	
}

#pricingList .compare1
{
	color: #EE7E2C;
	
}

#pricingList .compare2
{
	color: #F70000;
	
}

#pricingList table tr td:first-child
{
	width: 100px;
	text-align: left;
	padding: 6px 0 0 0;
	
}

#content .smallPrint
{
	font-size: 80%;
	
}

#spacerContact
{
	float: left;
	height: 400px;
	width: 320px;
	
}

#contactForm
{
	position: absolute;
	top: 220px;
	left: -30px;
	height: 400px;
	width: 315px;
	background: url(images/form_bg.png) top left no-repeat;
	padding: 5px 0 5px 0;
	margin-right: 40px;
	
}

#addComment
{
	position: absolute;
	top: 20px;
	right: -80px;
	height: 430px;
	width: 315px;
	background: url(images/testimonial_form_bg.png) top left no-repeat;
	padding: 5px 0 5px 0;
	margin-right: 40px;
	
}

#mailForm
{
	position: absolute;
	top: 20px;
	left: -30px;
	height: 400px;
	width: 315px;
	background: url(images/mail_form_bg.png) top left no-repeat;
	padding: 5px 0 5px 0;
	margin-right: 40px;
	
}

#contactForm h3, #addComment h3, #mailForm h3
{
	width: 100%;
	padding: 15px 0 15px 17px;
	text-align: left;
	
}

#contactForm td, #addComment td, #mailForm td
{
	vertical-align: top;
	padding: 15px 0 5px 0;
	
}

#contactForm .formLabels, #addComment .formLabels, #mailForm .formLabels
{
	width: 100px;
	text-align: left;
	
}

#contactForm .formElements, #addComment .formElements, #mailForm .formElements
{
	background: url(images/form_elements_bg.png) left bottom no-repeat;
	
}

#contactForm input, #contactForm textarea, #addComment input, #addComment textarea, #mailForm input, #mailForm textarea
{
	width: 175px;
	border: none;
	background: none;
	
}

#addComment select
{
	width: 175px;
	border: none;
	
}

#contactForm textarea, #mailForm textarea
{
	height: 150px;
	background: url(images/form_text_bg.png) left bottom no-repeat;
	
}

#addComment textarea
{
	height: 140px;
	background: url(images/form_text_bg.png) left bottom no-repeat;	
	
}

#contactForm td:last-child, #addComment td:last-child, #mailForm td:last-child
{
	text-align: right;	
	
}

#contactForm button, #addComment button, #mailForm button
{
	height: 25px;
	width: 60px;
	background: url(images/button_bg.png) left bottom no-repeat;
	color: #ffffff;
	
}

#testimonialList
{
	top: -25px;
	left: -25%;
	width: 500px;
	
}

.testimonialListing
{
	height: 100px;
	width: 500px;
	background: url(images/testimonial_area.png) left top no-repeat;
	
}

.testimonialListing .listingLeft
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 130px;
	text-align: left;
	
}

.testimonialListing .listingRight
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 330px;
	text-align: left;
	
}

#nav
{
	position: absolute;
	bottom: -1px;
	right: 50px;
	height: 20px;
	width: 400px;
	
}

#nav table
{	
	height: 20px;
	
}

#nav td 
{
	height: 20px;
	width: 100px;
	background: url(images/nav_top_middle.png) right top no-repeat;
	
}

#nav td:first-child
{
	background: url(images/nav_top_left.png) right top no-repeat;
	
}

#nav .lastChild
{
	background: url(images/nav_top_right.png) right top no-repeat;
	
}

#nav td:hover, #nav .current
{
	background: url(images/nav_top_middle_hover.png) right top no-repeat;
	
}

#nav td:first-child:hover, #nav .current:first-child
{
	background: url(images/nav_top_left_hover.png) right top no-repeat;
	
}

#nav .lastChild:hover, #nav .currentLastChild, #nav .currentLastChild:hover
{
	background: url(images/nav_top_right_hover.png) right top no-repeat;
	
}

#homeNav
{
	position: absolute;
	top: -7px;
	left: 40px;
	width: 300px;
	height: 20px;
	
}

#homeNav table
{	
	height: 20px;
	
}

#homeNav td 
{
	height: 20px;
	width: 100px;
	background: url(images/nav_bottom_middle.png) right top no-repeat;
	
}

#homeNav td:first-child
{
	background: url(images/nav_bottom_left.png) right top no-repeat;
	
}

#homeNav .lastChild
{
	background: url(images/nav_bottom_right.png) right top no-repeat;
	
}

#homeNav td:hover
{
	background: url(images/nav_bottom_middle_hover.png) right top no-repeat;
	
}

#homeNav td:first-child:hover
{
	background: url(images/nav_bottom_left_hover.png) right top no-repeat;
	
}

#homeNav .lastChild:hover
{
	background: url(images/nav_bottom_right_hover.png) right top no-repeat;
	
}

#homeNav a, #nav a 
{
	text-decoration: none;

}

#homeNav td:hover a, #nav td:hover a, #nav .current a, #nav .currentLastChild a
{
	color: #ffffff;

}

#homeImage
{
	position: absolute;
	top: 0;
	right: -30px;
	height: 300px;
	width: 400px;
	background: url(images/computer_graphic.png) left top no-repeat;
	text-align: left;
	
}

#testimonials
{
	height: 160px;
	width: 100%;
	background: url(images/testimonial_bg.png) left bottom no-repeat;
	
}

#testimonials_area
{
	position: absolute;
	top: 25px;
	left: 50px;
	height: 100%;
	width: 480px;
	text-align: left;
	margin: 0 0 15px 0;
	
}

#homeContent
{
	width: 90%;
	text-align: left;
	padding: 20px 0 20px 0;
	
}

#homeContent #spacer
{
	float: right;
	height: 50px;
	width: 350px;
	
}

#homeContent p, #content p
{
	padding: 20px 0 0 0;
	
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: url(images/bottom_bg.png) left top no-repeat;
	
}

#footerContent
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
	width: 100%;
	
}

#footerLeft
{
	position: absolute;
	top: 0;
	left: 20px;
	width: 350px;
	text-align: left;
	
}

#footerRight
{
	position: absolute;
	top: 0;
	right: 20px;
	width: 350px;
	text-align: right;
	
}

#footerContent p
{
	color: #ffffff;
	font-size: 80%;
	
}

#footerContent a
{
	color: #ffffff;
	font-size: inherit;
	
}
