@charset "utf-8";
/* Main CSS styling plus styling for index page */

@import url("servicepages.css");


body {
	margin:0 auto;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:135%;
	width:980px;
	background:url(../images/backgroundimage.jpg) repeat-x;
	background-color:#D9909C;
		
}

/*wrapper - all elements
****************************/

#wrapper {
	background:#FFF;
	margin:0;
}


/*header list
***************/


#header li {
	background-color:#666;
	list-style:none;
	display:inline;
	padding:3px 25px 3px 25px;
	color:#FFF;
	letter-spacing:1px;
}


#header ul {
	margin:20px 0 0 30px;
	padding:0;
}

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


/*headers
*****************/

h1, h2, h3, h4 {
	letter-spacing:1px;
	line-height:125%;
	margin:0;
}

h1 {
	color:#97103F;
	font-size:135%;
}

h2, h3{
	margin-top:40px;
	color:#EB547A;
	font-size:115%;
	}

h4 {
	margin-bottom:8px;
}

h2, h3 em{
	color:#97103F;
	font-size:125%;

}

/*make bold serif font
************************/

strong {
	font-family:Georgia, "Times New Roman", Times, serif;}
/*footer 
*****************/

#footer li h4 {
	font-size:113%;
}

#footer {
	padding:0 20px 10px 30px;
	clear:both;
}

#footer li {
	font-size:80%;
	line-height:150%;
	list-style:none;
}

#footer ul {
	padding:0;
}

.footer_col {
	float:left;
	width:180px;
	margin:25px 15px 20px 0;
}

#footer p {
		font-size:80%;
	line-height:120%;
}

#footer h4 {
	font-size:90%;
	line-height:100%;
}
/****************/

/*Spacer DIV
***************/

.spacer {
	clear:both;
}

/*removes border round images that are links
*********************************************/
img {
	border:0;
}


/*logo
*************/

#logo {
	padding:30px 0 0 30px;
	margin:0;
}

/*main_text on index page
************/

#main_txt {
	float:left;
	width:440px;
	padding:20px 0 60px 30px;
}

/*button on index page - services
*********************************/
#service_buttons ul {
	padding:15px 0 0 25px;
}
#service_buttons li {
	padding-right:21px;
	display:inline;
	list-style:none;
}

.footer_spacer {
	padding-bottom:20px;
}

/*index portfolio - examples on homepage
****************************************/

#index_portfolio {
	padding:20px 20px 40px 0;
	width:450px;
	float:right;
}

/*indexpage - portfolio paragraphs
***********************************/
.portfolio_para {
	padding:10px 15px 0 15px;
}

/*Default Links 
*****************************/

a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#97103F;
	font-weight:bold;
}

a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:bold;
}

a:hover {
	color:#EB547A;
}

a:active {
	color:#97103F;
}

/*footer links
******************/

#footer a:link {
	color:#EB547A;
	text-decoration:none;
	font-weight:normal;

}

#footer a:visited {
	color:#666;
	font-weight:normal;
	text-decoration:none;
	
}

#footer a:hover {
	color:#97103F;
	text-decoration:underline;
	font-weight:normal;
}

#footer a:active {
	color:#EB547A;
}


/*h1, h2 etc links
***********************/

h1 a:link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#97103F;
	text-decoration:none;
}

h1 a:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#97103F;
	text-decoration:none;
}

h1 a:hover{
	color:#97103F;
	text-decoration:none;
}

h1 a:active{
	color:#97103F;
	text-decoration:none;
}

/*header wrapper links
**************************/
#header a:link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}

#header a:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

#header a:hover{
	color:#EB547A;
	text-decoration:underline;
}

#header a:active{
	color:#FFF;
	text-decoration:none;
}
