/* Universal
====================================================================================== */
* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.3em;
	text-decoration: none;
	word-spacing: normal;
	}

a {
	text-decoration: none;
	}

div.clear {
	clear: both;
	}
	
h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
#main a {
	color: #444444;
	text-decoration: underline;
	}
	
#main h1 {
	color: #49111C;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0em;
	}

	#main h1 span {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		}
	
#main h2 {
	color: #7F1D30;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 9px;
	text-transform: uppercase;
	}

#main h2 a {
	color: #7F1D30;
	text-decoration: none;
	}
	
#main h3 {
	color: #7F1D30;
	font-size: 15px;
	font-weight: normal;
	}

#main dl.clients dt,
#main dl.clients dt a {color: #7F1D30;
											 font-size: 14px;
							 	 			 text-decoration: none;}

#main	dl.clients dt small {color: #000000;}

#main dl.clients dd {margin-bottom: 12px;
										 padding: 2px 12px 0px;}

#main dl.clients dd strong {float: left;}

#main dl.clients dd ul {list-style: none;}

#main dl.clients dd ul li {display: inline;
													 margin: 0 2px;
													 white-space: nowrap;}

#footer address {
	font-style: normal;
	}

.redtext {
	color: #7F1D30;
}