/* ZERO ALL ELEMENTS */
* {
	margin:0;
	padding:0;
}
body {
	font-size:0.9em;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	color:#717171;
}
h1, h2, h3, h4, h5, p {
	font-weight:normal;
	font-size:100%;
}
h1 {
	width:260px;
	height:180px;
	background:url(../images/logo_main.gif) no-repeat top center;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
}
a {
	color:#c71a1a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
img.floatR {
	float:right;
	clear:right;
	margin:0 0 20px 20px;
}
img.floatL {
	float:left;
	clear:right;
	margin:0 20px 20px 0;
}
h2 {
	background:url(../images/icon_services.gif) no-repeat left center;
	padding:24px 0 0 60px;
	margin:20px 0;
	text-transform:uppercase;
	color:#c71a1a;
	font-size:200%;
}
h3 {
	font-size:110%;
	font-weight:bold;
	color:#c71a1a;
	margin:20px 0;
}

h2.services { background-image:url(../images/icon_services.gif); }
h2.contact { background-image:url(../images/icon_contact.gif); }

/* +-------------------------+ */
/*           SECTION           */
/* +-------------------------+ */

#header, #panel, #innerWrap, #footer {
	float:left;
	width:100%;
}
#content {
	font-size:90%;
	padding-right:20px;
	float:left;
	width:500px;
	margin-bottom:20px;
}
#footer {
	font-size:80%;
	padding-bottom:100px;
}

#outerWrap {
	width:780px;
	margin:0 auto;
}

/* +-------------------------+ */
/*           SECTION           */
/* +-------------------------+ */

#content ul {
	list-style:square;
	margin-left:10px;
	padding-left:10px;
}
#content p {
	line-height:150%;
	margin:15px 0;
}
#header ul {
	float:left;
	list-style:none;
	position:relative;
	left:340px;
	font-size:80%;
	margin-top:10px;
}
#header ul li {
	float:left;
}
#header ul li a {
	display:block;
	padding:3px 8px;
	border-right:1px solid #717171;
}
#header ul li a.last {
	border:none;
}
#header p {
	float:right;
	text-align:right;
	margin-top:70px;
	font-size:160%;
	color:#c71a1a;
}
#column {
	float:right;
	width:260px;
}
#column ul li {
	display:block;
	width:232px;
	height:59px;
	background:url(../images/column_bg.jpg) no-repeat top left;
	margin:20px 0;
	padding-top:45px;
	padding-left:20px;
}
#column li a {
	text-transform:uppercase;
	padding:20px 0 20px 60px;
	background:url(../images/icon_contact.gif) no-repeat left center;
}

#column li a.home { background-image:url(../images/icon_home.gif); }
#column li a.services { background-image:url(../images/icon_services.gif); }
#column li a.contact { background-image:url(../images/icon_contact.gif); }

#footer p.left {
	float:left;
}
#footer p.right {
	float:right;
}
