/* CSS for Absolutely Sales */

body {
	background-color: #ffffff;	
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}


#container {
	width: 748px;
	margin: auto;
	background-color: #99CCFF;
	border: 1px solid black;
}

#header {
	border-bottom: 1px solid black;
	height: 50px;
	overflow: hidden;
	background-color: #ffffff;
	width: 100%;
}




#search form {
	display: inline;
}


#search form select {
		margin-bottom: 20px;
		margin-left: 220px;
		width: 200px;
}




#menu {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	width: 100%;
}

#menu a {
	text-decoration: none;
	color: #333333;
}


#menu table {
	margin: 0;
	text-align: center;
	/*font-size: smaller;*/
}

#menu td {
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu td:hover {
	background: #cccccc;
	background: #99CCFF;
	color: #000000;
}


#home{
	width: 69px;
	border-right: 1px solid #000000;
}

#aboutus {
	width: 130px;
	border-right: 1px solid #000000;
}

#whatwedo {
	width: 110px;
	border-right: 1px solid #000000;
}

#casestudies {
	width: 130px;
	border-right: 1px solid #000000;
}

#testimonials {
	width: 159px;
	border-right: 1px solid #000000;
}

#contact {
	width: 150px;
}






#left {
	width: 199px;
	float: left;
	background-color: #99CCFF;
}


#services {
	border-bottom: 1px solid #000000;
	padding: 10px;
}


#resources {
	border-bottom: 1px solid #000000;
	padding: 10px;
}


#services ul, #resources ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

#left a {
	text-decoration: none;
	color: #333333;
	padding: 0;
}


#left a:hover {
	text-decoration: underline;
}



#content {
	width: 528px;
	float: left;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	padding: 10px;
	text-align: justify;
	min-height: 300px;
}

.contenttable td {
	text-align: left;
	border: 1px solid #000000;
	margin:0;
	padding: 2px;
}




#footer {
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	/*text-align: right;*/
	width: 748px;
	font-size: x-small;
	height: 15px;
	padding-top: 3px;
}

#footer a {
	text-decoration: none;
	color: #333333;
	padding: 0;
}

#footer a:hover {
	text-decoration: underline;
}

#phoneetc {
	float: left;
	padding-left: 10px;
}

#bottomlinks {
	float: right;
	padding-right: 10px;
}


h2 {
	font-size: medium;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	padding: 0;
	margin-top: 10px;	
}

h4 {
	font-size: 1em;
	padding: 0;
	margin-top: 10px;	
}

.quote {
	font-style: italic;
	width: 90%;
}


#red {
	color: red;
}