@charset "utf-8";
/* CSS Document */

body {
	font-family:"Courier New", Courier, monospace;
	font-size:90%;
	color:#221e1f;
	background-color:#f5f5f5;
}

#site {
	width:920px;
	margin:0 auto;
	background:#fff url(../images/background.gif) 95% 5px no-repeat;
	border:1px solid #ccc;
	position:relative;
}

#spacer {
	clear:both;
	height:8px;
	background-color:#fff;
	display:block;
}

body#intro #site {
	background:#fff url(../images/home.gif) 95% 5px no-repeat;
}

#introspace {
	clear:both;
	height:100px;
	display:block;
}

body#intro p {
	color:#999;
	text-align:center;
	font-size:85%;
}

ul#menu {
	float:right;
	width:120px;
	margin:60px 10px 0 0;
	padding:0;
}

ul#menu li {
	list-style-type:none;
	text-align:right;
	margin:0 0 10px;
	padding:0;
}

ul#menu a {
	text-decoration:none;
	color:#939598;
	font-size:1.5em;
	font-weight:600;
	display:block;
	width:120px;
}

ul#menu a:hover, ul#menu a:focus {
	color:#b3b20e;
}

body#intro ul#menu {
	position:absolute;
	margin-top:-300em;
}

body#home a.home,
body#about a.about,
body#clients a.clients,
body#contact a.contact,
body#services a.services {
	color:#b3b20e;
}

#content {
	width:580px;
	margin:0 0 0 30px;
}

body#intro #content {
	width:585px;
}

#content, h2, h3, p, ul, li {
	/*outline:1px solid #FF0000;*/
}

h1 {
	position:relative;
	top:-300em;
}

h2 {
	font-size:1.9em;
	font-weight:600;
	margin:0 0 0 0;
	padding-top:30px
}

h3 {
	color:#aead19;
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 40px 0;
	font-weight:600;
}

body#contact h3 {
	margin:0;
}

table {
	color:#aead19;
}

p {
	font-weight:400;
}

#footer {
	float:right;
	width:250px;
	position:absolute;
	bottom:0;
	right:15px;
	text-align:right;
	color:#939598;
}

#footer .name {
	color:#aead19;
	font-size:1em;
	font-weight:600;
}

#footer .qual {
	font-size:80%;
}

/* Contact Styles */

label { display:block; margin:10px 0; padding:5px 0 5px 2px; }
label input { float:right; width:430px; padding:1px; background-color:#e6e5b4; border:1px solid #999; }

textarea { width:430px; float:right; margin:5px 0 0; background-color:#e6e5b4; border:1px solid #999; }
p.alert { text-align:center; margin:10px 0 0; padding:.5em 2%; font-weight:bold; color:#999; border:1px solid #999; }
input.btn { width:432px; float:right; background-color:#aead19; font-size:1.3em; font-weight:600; border:0; margin:5px 0 10px; padding:5px 0; color:#fff; }