/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.9em Arial;
	color:#fff;
	background:#2EC5E6;
	padding-bottom:40px;
}

a {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:bold 1.25em Arial;
	margin-bottom:20px;
}

/* Structure */

.wrapper {
	padding:0 40px;
	min-width:920px;
}

/* Header */

.header {
	position:relative;
	padding-top:105px;
}

	.logo {
		position:absolute;
		top:32px;
		left:12px;
	}
	
		.logo span {
			display:block;
			position:absolute;
			top:0;
			left:0;
			width:251px;
			height:35px;
			background:url("images/logo.png") no-repeat;
			cursor:pointer;
		}
	
	.name {
		position:absolute;
		top:4px;
		display:block;
		padding-right:125px;
		font:normal 1.4em/95px Arial;
		background:url("images/name.png") no-repeat right top;
		left:50%;
		margin-left:-155px;
	}
	
	.nav {
		position:absolute;
		top:14px;
		right:0;
	}
	
		.nav li {
			padding:0 10px;
			float:left;
		}
	
	.phone {
		position:absolute;
		font:normal 1.3em Arial;
		top:38px;
		right:5px;
		text-align:right;
	}
	
	.menu {
		background:#fff url("images/l-t.gif") no-repeat left top;
		margin-bottom:15px;
	}
	
		.menu div {
			background:url("images/r-t.gif") no-repeat right top;
		}
		
			.menu div div {
				background:url("images/l-b.gif") no-repeat left bottom;
			}
			
				.menu ul {
					background:url("images/r-b.gif") no-repeat right bottom;
					text-align:center;
					padding:8px 0;
				}
				
					.menu li {
						display:inline;
						border-right:1px solid #2EC5E6;
						padding:3px 21px 3px 18px;
					}
					
						.menu li a {
							color:#2EC5E6;
							font:normal 1.1em Arial;
							text-decoration:none;
						}
						
						.menu li a:hover {
							text-decoration:underline;
						}
						
						.menu .last {
							border:none;
						}
	
	.service {
		background:#fff url("images/l-t.gif") no-repeat left top;
		margin-bottom:25px;
	}
	
		.service div {
			background:url("images/r-t.gif") no-repeat right top;
		}
		
			.service div div {
				background:url("images/l-b.gif") no-repeat left bottom;
			}
			
				.service div div div {
					background:url("images/r-b.gif") no-repeat right bottom;
					overflow:hidden;
				}
				
					.service a {
						font:normal 1.25em Arial;
						color:#2EC5E6;
					}
					
					.service ul {
						float:left;
						width:33%;
						padding:5px 0;
					}
					
						.service li {
							background:url("images/service-bullet.gif") no-repeat 6px 1px;
							line-height:20px;
							padding-left:30px;
						}
						
							.service a {
								text-decoration:none;
							}
							
							.service a:hover {
								text-decoration:underline;
							}

/* Content */

.content {
	margin-bottom:20px;
	padding:0 3px;
}

	.content p {
		margin-bottom:10px;
	}
	
	.content ol {
		margin:0 0 20px 35px;
		list-style:decimal;
	}
	
	.content ul {
		margin:0 0 20px 30px;
		list-style:disc;
	}

/* Footer */

.footer {
	background:#fff url("images/l-t.gif") no-repeat left top;
	color:#2EC5E6;
}

	.footer div {
		background:url("images/r-t.gif") no-repeat right top;
	}
	
		.footer div div {
			background:url("images/l-b.gif") no-repeat left bottom;
		}
		
			.footer div div div {
				background:url("images/r-b.gif") no-repeat right bottom;
				padding:10px 0;
			}
			
				.footer div div div div {
					background:url("images/footer.gif") repeat-y 33%;
					padding:0;
				}
				
					.footer div div div div div {
						background:url("images/footer.gif") repeat-y 66%;
						overflow:hidden;
					}
			
						.footer p {
							float:left;
							width:27%;
							padding:0 3%;
						}
