/*
	CSS document for www.servicemax.com
	Written by Daniel Waite
	Creation date: 2005.3.24
	Last updated:
*/

/**
	globals
****************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/body-bg.gif) top center #FFFFFF;
}

p {
	font-size: 12px;
	line-height: 1.5em;
}

li {
	font-size: 12px;
	line-height: 2em;
}

table a {
	color: #BD0000;
}

table a:visited {	
	color: #990000;
}

table a:hover {
	color: #0000CC;
}

a img {
	border: 0px;
}

a span {
	display: none;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BD0000;
}

h1 {
	font-size: 24px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: 1px solid #938F82;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

table {
	font-size: 12px;
}

.huge {
	margin-top: 0px;
	line-height: 18px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

.small-copy {
	font-size: 10px;
	line-height: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.first {
	margin-top: 0px;
}

/**
	lame hack :(
	fixes clearing problem
	for floated elements
****************************************/

.clear-fix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/**
	header-specific
****************************************/

#header {
	height: 76px;
	background: url(../images/body-wide-header-bg.gif) top left repeat-x #FFFFFF;
}

#header-wrapper {
	position: relative;
	width: 762px;
	height: 76px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/header-wrapper-bg.gif) top left #FFFFFF;
}

/**
	global nav
****************************************/

#global-nav, #admin-nav {
	position: absolute;
	top: 53px;
	left: 325px;
	height: 22px;
}

#global-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#global-nav ul li {
	float: left;
}

#global-nav #company,
#global-nav #services,
#global-nav #pricing,
#global-nav #clients,
#global-nav #employees,
#global-nav #faq,
#global-nav #contact,
#global-nav #green {
	height: 22px;
	display: block;
}

#global-nav #company {
	width: 88px;
	background: url(../images/global-nav2.gif) 0px 0px no-repeat;
}

#global-nav #services {
	width: 58px;
	background: url(../images/global-nav2.gif) -88px 0px no-repeat;
}

#global-nav #pricing {
	width: 55px;
	background: url(../images/global-nav2.gif) -146px 0px no-repeat;
}

#global-nav #clients {
	width: 54px;
	background: url(../images/global-nav2.gif) -201px 0px no-repeat;
}

#global-nav #employees {
	width: 71px;
	background: url(../images/global-nav2.gif) -255px 0px no-repeat;
}

#global-nav #faq {
	width: 35px;
	background: url(../images/global-nav2.gif) -326px 0px no-repeat;
}

#global-nav #contact {
	width: 75px;
	background: url(../images/global-nav2.gif) -361px 0px no-repeat;
}

/* END OF Feb 02, 2007 CHANGES */

/**
	splash
****************************************/

#splash {
	width: 760px;
	margin: 0px auto;
	border-bottom: 1px solid #FFFFFF;
}

#splash img {
	float: left;
}

/**
	body
****************************************/

#body-wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/globe-bg.gif) top right no-repeat #F8F6EC;
}

/*
	float all columns to the left :)
*/

#body-col-left, #body-col-center, #body-col-right {
	float: left;
}

#body-col-left p {
	margin: 15px;
}

/*
	home page
	consists of 3 columns
	324px, 255px, 181px
*/

#home-page #body-col-left {
	width: 324px;
}

#home-page #body-col-center {
	width: 255px;
}

#home-page #body-col-center img {
	float: left;
}

#home-page #body-col-right {
	width: 181px;
}

/*
	service page
	consists of 2 columns
	500px, 260px
*/

#generic-page #body-col-left {
	width: 550px;
}

#generic-page #body-col-left p{
	width: 500px;
}

#generic-page #body-col-right {
	margin-top: 15px;
	width: 180px;
}

#generic-page #body-col-right p {
	margin: 0;
	padding: 0;
	font-size: 0.6em;	
	
}


/*
	generic "item" lists
*/

.item {
	margin: 10px 0px 20px 15px;
	padding: 0;
	width: 467px;
	clear: both;
}

.item h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #938F82;
}

.item img {
	float: right;
	margin: 5px 5px 0 5px;
	padding: 4px;
	border: 1px solid #666666;
}

#generic-page #body-col-left .item p { 
	width: 457px;
	margin-top: 5px;
	margin-bottom: 0;
}

.clear {
	clear: both;
	display: block;
	height: 2px;
	line-height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

/*
	generic right-hand column
	link lists
*/

#generic-page #body-col-right ul {
	margin: 15px 0px 0px 25px;
	padding: 0px;
	list-style: none;
}

#generic-page #body-col-right li a {
	color: #BD0000;
}

#generic-page #body-col-right li a:hover {
	color: #0000CC;
}

/**
	footer
****************************************/

#footer {
	width: 760px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	border-top: 1px solid #f8f6ec;
}

#footer p {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 10px;
}

#footer a {
	color: #FFFFFF;
}
