
body{
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
	color:#FFFFFF;
	margin-bottom:50px;
}

img {
	outline:none;
	border:none;
}


/* HEADER */


#header_wrapper {
	background-color:#000;
	position:relative;
	width:100%;
	height:80px;
	margin:0;
	padding:0;
	border-bottom: 1px solid #444444;
}
	#header {
		position: relative;
		margin:0 auto;
		width:940px;
		overflow:hidden;
	}
	#logo {
		width:220px;
		height:80px;
		float:left;
		background:url("../img/logo.jpg") no-repeat;
	}


/* GRID CONTAINERS */


.grid_1, .grid_2, .grid_3 {
	background: #000000;
	border:1px solid #444444;
	margin-bottom:50px;
}
	
.left {
	width:60px;
	float:left;
}
.right {
	border-left:#444444 1px dotted;
	padding:25px 19px 10px 20px;
	float:right;
	position:relative;
}
	.grid_1 .right {
		width:200px;
	}
	.grid_2 .right {
		width:520px;
	}
	.grid_3 .right {
		width:840px;
	}


/* TYPOGRAPHY */


p {
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}
a {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
	text-decoration:none;
	border-bottom:#dddddd 1px dotted;
}
h1, h2, h3 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:#dddddd 1px dotted;
}
h2 {
	font-size:18px;
	margin-bottom:20px;
}
h3 {
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#dddddd dotted 1px;
}
#alert {
	line-height:22px;
	margin-bottom:15px;
}
.error {
	color:#ED4340;
}
.sent {
	color:#75A133;
}


/* LISTS */


.bullet_list {
	margin-bottom:20px;
}
	.bullet_list li {
		color:#AAAAAA;
		list-style-image: url("../img/icons/bullet_dark.png");
		margin-left:20px;
		font-size:12px;
		line-height:18px;
	}
	
.numbered_list {
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		color:#AAAAAA;
		margin-left:20px;
		font-size:12px;
		line-height:18px;
	}


/* PARAGRAPHS WITH COLORED BORDER */


.dark {
	border-left:#333333 solid 7px;
	padding-left:15px;
}
.brown {
	border-left:#8e8767 solid 7px;
	padding-left:15px;
}
.yellow {
	border-left:#e0b35e solid 7px;
	padding-left:15px;
}
.red {
	border-left:#b05a3a solid 7px;
	padding-left:15px;
}


/* THUMBNAILS */


.thumbnail {
	width:220px;
	padding:0;
}

	.thumbnail li {
		float:left;
		display:block;
		padding:0 0 20px 0;
	}
	
.thumb {
	margin-right:20px;
	width:80px;
	height:80px;
	border:#aaaaaa solid 5px;
}

/* CONTACT FORM */


.form {
	padding-bottom:50px;
}
	.form label {
		font-family:"Lucida Sans", "Lucida Grande", sans-serif;
		font-size:14px;
		font-weight:bold;
		padding:0;
		margin:0;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

	#name, #email, #message {
		font-family:"Lucida Sans", "Lucida Grande", sans-serif;
		font-size:12px;
		width:300px;
		padding:0 3px 0 3px;
		border:none; 
		margin:15px 0 15px 0; 
		border:#aaaaaa solid 1px;
		display:block;
	}
	
		#name, #email {
			height:25px;
		}
		
		#message {
			height:100px;
			overflow:auto;
		}
	
	/*
	Styles for the buttons "send" and "reset" in the contact form
	*/
	.button {
		font-family:"Lucida Sans", "Lucida Grande", sans-serif;
		font-size:14px;
		background:#FFFFFE;
		padding:3px;
		margin-right:15px;
		float:left;
		border:#dddddd solid 1px;
	}
	
		.button:hover {
			background:#444444;
			color:#FFFFFE;
			border:#aaaaaa solid 1px;
			padding:3px;
		}

	.message {
		display:none;
		width:260px;
		padding:5px;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}
