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

body {
	min-width: 800px;
	margin: 0;
	background-color:#FFF;
}

img {
	border:none;
}

#header {
	padding:15px 0 10px 0;
}

#header img {
	margin:0 0 0 200px;	
}

#nav {
	margin:5px 0 0 0;
}

#header-bar {
	padding:5px 0 4px 200px;
	background: #5b5b5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b5b5b 0%, #606060 40%, #5b5b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(40%,#606060), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5b5b5b 0%,#606060 40%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b5b5b 0%,#606060 40%,#5b5b5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b5b5b 0%,#606060 40%,#5b5b5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b5b5b 0%,#606060 40%,#5b5b5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 2px 4px 0px #acacac;
	-moz-box-shadow: 0px 2px 4px 0px #acacac;
	-webkit-box-shadow: 0px 2px 4px 0px #acacac;
}

#header-bar h1 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

#links {
	padding:12px 0 0 150px;
	background-image:url(../images/linkleftspacer.png);
	background-repeat:no-repeat;
}

#links a {
	padding:14px 0 5px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	text-decoration:none;
	background-image:url(../images/linkarm-inactive.png);
	background-repeat:no-repeat;
}

#about a.about, #services a.services, #quote a.quote, #portfolio a.portfolio, #contact a.contact {
	background-image:url(../images/linkarm-active.png);
}

#links a:hover {
	background-image:url(../images/linkarm-active.png);
}

#content {
	width:500px;
	margin:20px 0 0 180px;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	background-color:#FFF;
	/* box-shadow: 0px 8px 13px 0px #acacac;
	-moz-box-shadow: 0px 8px 13px 0px #acacac;
	-webkit-box-shadow: 0px 8px 13px 0px #acacac; */
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:22px;
}

#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:16px;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: none;
}

a.button, input.submit {
	cursor:pointer;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	padding: 10px 20px 10px 18px;
	margin: 15px 0px;
	background: -moz-linear-gradient(
		top,
		#00aa4f 0%,
		#46c280);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#00aa4f),
		to(#46c280));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

a:hover.button , input:hover.submit {
	cursor:pointer;
	background: -moz-linear-gradient(
		top,
		#00d962 0%,
		#56e897);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#00d962),
		to(#56e897));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#fieldset {
	border:none;
}

.sample {
	float:left;
	width:120px;
	height:120px;
	overflow:hidden;
	background-color:#00d962;
	margin:1px 2px 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
}

#footer {
	margin:50px 0 0 0;
	padding:20px 0 20px 200px;
	background-color:#ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
}