/* @override 
	http://demo.squadstudios.com/karbon/_site/css/style.css
	http://amazon.hellokarbon.com/_site/css/style.css
*/

body{
	text-align: left;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	background: url(../img/background.jpg) repeat-x center top;
	color: #5D2122;
	width: 700px;
}

#header{
	height: 125px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

#body_information{
	min-height: 400px;
}

ul{
	list-style-type: none;
}

#navigation{
	float: right;
	text-align: center;
	height: 35px;
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 4em 0 0 0;
}

ul#navigation li{ 
	display: inline;
	width: 125px;
	padding: 1em;
}

ul#navigation li a, a:visited{
	color: white;
	font-weight: bold;
}

ul#navigation li a:hover{
	text-decoration: underline;
}

#contact_us{
	text-align: center;
}

.contact{
	font-size: 14px;
	text-align: center;
}

#contact_us a{
	font-weight: bold;
}

#footer{
	width: 100%;
	border-top: 1px dotted #5d2122;
	margin-top: 2em;
	font-size: 11px;
	line-height: 175%;
}

#footer a{
	border-bottom: 1px dotted #5d2122;
}

dd{
	text-align: right;
}

/* TOOLS */

hr{
	visibility: hidden;
	clear: both;
}

/* TEXT STYLES */

h1{
	background: url(../img/top_logo.jpg) no-repeat;
	width: 196px;
	height: 46px;
	margin: 1em 0 0 0;
	padding: 0;
	float: left;

}

h1 span{
	display: none;
}

h2{
	font-size: 24px !important;
}


h4{
	text-align: center !important;
	float: none;
}

#body_information h2{
	display: inherit !important;
	color: #f0f0f0;
	font-size: 1.5em;
	text-align: center;
	margin: 1em 0;
}

#header h2{
	display: none;
}

a, a:link, a:visited, a:active{
	color: #5D2122;
	text-decoration: none;
}
a:hover{
	color: #8C6B6B;
}

p{
	line-height: 150%;
}

a.current{
	color: #998b6e !important;

}

dd{
	margin: 0;
}

#contact_link{
	font-size: 1.5em;
	padding-top: .5em;
}
