/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none; }

#menu {
    width: 177px;
	height: 437px;
    overflow: hidden;
    top: 80px;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: #fff;
	border-left: 1px solid;
	margin-left: 30px;	
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 11px;
}

#menu ul li.section-title { text-transform:uppercase; }

li.active a { background: url("http://thingsthataregood.com/me/files/images/dot.jpg") no-repeat scroll right 0.7pt transparent; padding-right: 9px; }

#menu ul a:link { color: #9e0b0f; text-decoration: none; }
#menu ul a:visited { color: #9e0b0f; text-decoration: none; }
#menu ul a:hover { text-decoration: underline; }
#menu ul a:active { text-decoration: none; }

#menu-bottom a:link { color: #000; text-decoration: none; }
#menu-bottom a:visited { color: #000; text-decoration: none; }
#menu-bottom a:hover { text-decoration: underline; }
#menu-bottom ul a:active { text-decoration: none; }

#content a:link { color: #9e0b0f; text-decoration: none; }
#content a:visited { color: #9e0b0f; text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a:active { text-decoration: none; }

#content {
	width: 900px;
    height: 100%;
    margin: 32px 0 0 117px;
    top: 0;
	background-color:#f6f6f6;
}

#content-pad {
	height: 559px;
	margin: 32px 0 16px 95px;
	padding: 50px 0 0 0;
}

.container {
    padding: 20px 5px 25px 5px;
	margin-left: 25px;
}

#content p { width: 400px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-family: Impact,Helvetica,Arial; font-size: 64px; letter-spacing: -1px; margin-top: -10px; margin-left: -7px; margin-bottom: -20px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.main-img {
	margin-top: -71px;
	margin-left: -125px;
	background-color: #fff;
	margin-bottom: -50px;
}

#contact-area {
	border-top: 1px solid #CCCCCC;
	height: 232px;
	margin-top: 0;
	padding-top: 15px;
	width: 362px;
}

#contact-area input {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000;
}

#contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000;
}

#contact-area textarea {
	height: 170px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #e0e0e0;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}