/*
	AUTHOR: Jesse Brown
			jbrown@refueldesign.com
			https://refueldesign.com
*/

/* RESETS AND BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% Helvetica, sans-serif;
	background: #000000;
	color: #7F3200;
	text-shadow: 0 0 1px rgba(0,0,0,.01);

}

ul#nav {
	height: 126px; width: 961px;
	margin: inherit;
}

ul { 
	list-style: none inside;
}

p {
	font-size: 2em;
	letter-spacing: 0.2pt;
	line-height: 1.5em;
	margin-bottom: 1.2em;
	word-spacing: 0.7pt;
}

a {
	outline: none;
	color: #7F3200;
	text-decoration: none;
}

a img { border: none; }

/* END RESET */

/* TOOLBOX */
.floatleft {
	float: left;
	clear: right;
}
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */

#page-wrap {
	width: 960px;
	height: 500px;
	margin: 0 auto;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
}

#header {
	width: auto;
	height: 400px;
	margin: auto;
}

#intro-col {
	width: 400px;
	float: left;
	margin: auto auto auto 40px;
	padding: 8px;
	clear: left;
}

#col-2 {
	width: 350px;
	float: right;
	margin: auto 106px auto auto;
	padding: 8px;
}

#php-message { 
	font-size: 14px;
}

#footer					{ margin: auto; height: 50px; width: 972px; }

#footer-inside			{
	width: 690px;
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 160px;
	font-size: 0.6em;
}

#footer-rd				{ float: right; width: 100px; height: 100px; }


/* END STRUCTURE AND STUFF */

.button {
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	background:#7F3200 none repeat scroll 0 0;
	border:1px none;
	color:#FFFFFF;
	padding:3px 8px;
	font-size: 12px;
}
#logo {
	background-image: url(logo-kaleo.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	margin-left: 40px;
}

.textbox {
	padding: 15px;
	font-size: 12px;
}

.topmargin{ 
	margin-top: 16px;
}

