@charset "utf-8";

/*

AngelettiGroup.com - design, code, and programming by: AngelettiGroup.com

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

select, input, tr, td, th {
	margin: 0;
	padding: 0;
	position: relative;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	height: 100%;
	border: none;
	top: 0;
	font: .88em/1.35 Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #1C2024;
	text-align: center;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.none {
	display: none;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 695px;
	margin: 0 auto;
	text-align: left;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 695px;
	height: 43px;
	padding: 20px 0 10px 0;
	float: left;
	background: transparent url(../images/edge_top.png) 95px 69px no-repeat;
}

	.header .logo {
		width: 85px;
		height: 43px;
		float: left;
	}
	
		.header .logo p {
			display: none;
		}
		
		.header .logo img {
			display: none;
		}
		
		.header .logo a {
			width: 85px;
			height: 43px;
			float: left;
			text-indent: -9000px;
			background: transparent url(../images/logo.png) left top no-repeat;
		}
		
			.header .logo a:hover {
				background-position: left bottom;
			}
	
	.header .menu {
		height: 26px;
		padding: 10px 0 7px 30px;
		float: left;
	}
	
		.header .menu li {
			height: 26px;
			margin: 0 10px 0 0;
			float: left;
		}
		
			.header .menu li a {
				width: 71px;
				height: 26px;
				float: left;
				text-indent: -9000px;
				background-color: transparent;
				background-position: left top;
				background-repeat: no-repeat;
			}
			
				.header .menu li a:hover {
					background-position: left center;
				}
				
				.header .menu li a:active, .header .menu li a.on {
					background-position: left bottom;
				}
				
				.header .menu li.menu_home a {
					background-image: url(../images/menu_home.png);
				}
				
				.header .menu li.menu_values a {
					background-image: url(../images/menu_values.png);
				}
				
				.header .menu li.menu_services a {
					background-image: url(../images/menu_services.png);
				}
				
				.header .menu li.menu_contact a {
					background-image: url(../images/menu_contact.png);
				}

/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 695px;
	float: left;
}

	.content .right {
		width: 600px;
		padding: 0 0 0 4px;
		float: right;
		background: transparent url(../images/edge_left.png) 0px 10px no-repeat;
	}
	
		.content .right .shell {
			width: 560px;
			padding: 20px;
			float: left;
			background: transparent url(../images/content_bg.png) left top repeat;
		}


/*

H1, H2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1, h2 {
	width: 560px;
	height: 80px;
	margin: 5px 0;
	float: left;
	text-indent: -9000px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

	#home h1 {
		background-image: url(../images/home/h1.png);
	}
	
	#home h2 {
		background-image: url(../images/home/h2.png);
	}
	
	#values h1 {
		background-image: url(../images/values/h1.png);
	}
	
	#values h2 {
		background-image: url(../images/values/h2.png);
	}
	
	#services h1 {
		background-image: url(../images/services/h1.png);
	}
	
	#services h2 {
		background-image: url(../images/services/h2.png);
	}
	
	#contact h1 {
		background-image: url(../images/contact/h1.png);
	}
	
	#contact h2 {
		background-image: url(../images/contact/h2.png);
	}


/*

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text {
	width: 560px;
	float: left;
}

	.text h3 {
		margin: 0 0 10px 0;
		font-size: 1.3em;
	}
	
	.text h4 {
		margin: 0 0 5px 0;
		font-weight: bold;
	}
	
	.text p {
		margin: 0 0 10px 0;
	}
	
		.text p.illustration {
			padding: 15px 0;
		}
	
	.text ul {
		margin: 0 0 10px 0;
	}
	
		.text ul li {
			padding: 3px 0;
			list-style: inside circle;
		}


/*

Contact Us Button

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h6 {
	width: 214px;
	height: 56px;
	padding: 15px 173px;
	float: left;
}

	h6 a {
		width: 214px;
		height: 56px;
		float: left;
		text-indent: -9000px;
		background: transparent url(../images/contact_us_button.png) left top no-repeat;
	}
	
		h6 a:hover {
			background: transparent url(../images/contact_us_button.png) left center no-repeat;
		}
		
		h6 a:active {
			background: transparent url(../images/contact_us_button.png) left bottom no-repeat;
		}


/*

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 560px;
	padding: 10px 20px;
	float: right;
	color: #666;
	background: transparent url(../images/edge_bottom.png) center top no-repeat;
}


