@charset "utf-8";


/*

NuovoLabs.com - design, code, and programming by: Michael Angeletti

Browser reset

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

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tr, td, th, 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;
}

input {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


/*

html, body

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

body, html {
	top: 0;
	height: 100%;
	font: 11px/1.2 Tahoma, Geneva, Helvetica, sans-serif;
	color: #85725E;
	background: #13100D;
	text-align: center;
}


/*

Basic Styles

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

a {
	color: #CCCC00;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

strong, strong * {
	font-weight: bold;
}

.none {
	display: none;
}

.center {
	text-align: center;
}

.row {
	width: 100%;
	float: left;
}

.padding {
	padding: 10px;
}

.v_padding {
	padding: 10px 0;
}

.padding_bottom {
	padding: 0 0 10px 0;
}


/*

Container

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

.container {
	width: 600px;
	margin: 0 auto;
	padding: 15px 0 100px 0;
	text-align: left;
}


/*

Header

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

.header {
	width: 600px;
	height: 102px;
	float: left;
}

.logo {
	width: 191px;
	height: 57px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-indent: -9000px;
	background: transparent url(../images/main/logo.gif) left top no-repeat;
}

.top_nav {
	width: 171px;
	height: 28px;
	top: 33px;
	right: -10px;
	position: absolute;
}

	.top_nav li {
		height: 28px;
		margin: 0 10px 0 0;
		float: left;
	}
	
		.top_nav li.latest {
			width: 88px;
		}
		
		.top_nav li.contact {
			width: 63px;
		}
	
		.top_nav li a {
			height: 28px;
			float: left;
			text-indent: -9000px;
			background-color: transparent;
			background-image: url(../images/main/top_nav.gif);
			background-repeat: no-repeat;
		}
		
			.top_nav li.latest a {
				width: 88px;
				background-position: left bottom;
			}
			
				.top_nav li.latest a:hover {
					background-position: left top;
				}
			
			.top_nav li.contact a {
				width: 63px;
				background-position: right bottom;
			}
			
				.top_nav li.contact a:hover {
					background-position: right top;
				}


/*

Content

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

.content {
	width: 600px;
	padding: 0 0 50px 0;
	float: left;
}


/*

Sections

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

.section {
	width: 600px;
	padding: 80px 0 0 0;
	float: left;
}


/*

Headers

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

.h_looking {
	width: 600px;
	height: 29px;
	padding: 0 0 10px 0;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/headers/h_looking_for.gif) left top no-repeat;
}

.h_nuovo_can_help {
	width: 600px;
	height: 36px;
	padding: 0 0 15px 0;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/headers/h_nuovo_can_help.gif) left top no-repeat;
}

.h_latest {
	width: 600px;
	height: 29px;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/headers/h_latest_work.gif) left top no-repeat;
}

.h_contact_us {
	width: 600px;
	height: 29px;
	padding: 0 0 10px 0;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/headers/h_contact_us.gif) left top no-repeat;
}


/*

Work

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

.work {
	width: 600px;
	margin: 10px 0 0 0;
	float: left;
}

.work_image {
	width: 204px;
	float: left;
}

	.work_image a {
		width: 200px;
		padding: 2px;
		float: left;
		background: #241F1A;
	}
	
		.work_image a:hover {
			background: #86725E;
		}
		
		.work_image a img {
			width: 200px;
			float: left;
		}

.work_description {
	width: 376px;
	float: right;
}


/*

Contact

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

.contact_us {
	width: 600px;
	float: left;
}

.new_wufoo_form {
	width: 380px;
	padding: 0 20px 0 0;
	float: left;
}

.contact_info {
	width: 190px;
	float: left;
}

.contact_form {
	width: 400px;
	float: right;
}

	.contact_form form {
		width: 400px;
		float: left;
	}
	
	.contact_form dl {
		width: 400px;
		padding: 0 0 10px 0;
		float: left;
	}
	
	.contact_form dt {
		width: 65px;
		padding: 2px 10px 0 0;
		float: left;
		text-align: right;
	}
	
	.contact_form dd {
		width: 324px;
		float: right;
	}
	
		.contact_form dd p {
			padding: 3px;
			background: #241F1A;
			float: left;
		}
	
		.contact_form input.input_text {
			width: 134px;
			height: 15px;
			padding: 2px;
			border: 1px #FFF solid;
			float: left;
			background: #DDD;
		}
		
		.contact_form textarea {
			width: 312px;
			height: 100px;
			padding: 2px;
			border: 1px #FFF solid;
			float: left;
			background: #DDD;
		}
		
		.contact_form button {
			width: 67px;
			height: 22px;
			border: 1px #FFF solid;
			float: left;
			background: #DDD url(../images/main/submit_bg.png) left bottom repeat-x;
		}
		
			.contact_form button strong {
				width: 61px;
				height: 22px;
				float: left;
				line-height: 17px;
				font-weight: normal;
			}


/*

Text

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

	.text h3 {
		padding: 0 0 10px 0;
		font-size: 18px;
		font-weight: bold;
	}
	
	.text h4 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.text p {
		padding: 0 0 15px 0;
	}
	
	.text  ul {
		padding: 0 0 15px 30px;
	}
	
		.text  ul li {
			list-style: outside circle;
		}