/* elements */
body {
	background: #fff;
	font-family: verdana;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	font-size: 13px;
}

h1 {
	font-variant: small-caps;
	font-size: 45px;
	letter-spacing: -2px;
	font-weight: normal;
	background: url(../images/talk_bubble.jpg) no-repeat left;
	line-height: 82px;
	text-indent: 115px;
	color: #009900;
	margin: 15px 0 0 -60px;
	z-index: 10;
}

h2 {
	font-variant: small-caps;
	font-size: 35px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #009900;
	margin: 0;
}

:focus {
	outline-style:none;
}

img {
	border: 0;
}

p {
	margin: 15px 5px;
}

a {
	color: #009900;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* main */


#main {
	min-height: 500px;
}

#content {
	width: 553px;
}

#clients {
	font-size: 12px;
}

#clients ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
	width: 33%;
}

#clients li {
	padding: 0 0 15px 15px;
	background: url(../images/bullet.jpg) no-repeat 0 3px;
	text-indent: 15px;
}


/* header */
#header {
	padding-bottom: 5px;
	border-bottom: double #ffcd00;
	background: url(../images/logo.jpg) top left no-repeat;
}

#nav {
	font-size: 12pt;
}

#nav_wrap {
	padding-top: 125px;
	background-image:url(../images/nav/bump.jpg);
	background-position:-100px 40px;
	background-repeat:no-repeat;
}

#nav ul {
	height:auto;
	list-style-type:none;
	margin:0 0px 0 0;
	padding:0;
	position:relative;
	width:100%;
}
#nav ul li {
	cursor:pointer;
	display:block;
	float:right;
	text-align: center;
	padding-right: 20px;
}
#nav ul li a {
	color:#009900;
	float:left;
	text-decoration:none;
	font-weight: normal;
}
#nav ul li a:hover {
	color:#009900
}

#nav ul li a span {
	cursor:pointer;
	float:left;
	padding: 0 30px 0 15px;
}

/* footer */
#footer {
	border-top: double #ffcd00;
	border-bottom: solid #009900 1px;
	line-height: 25px;
	font-size: 11px;
	margin: 20px 0 40px 0;
}

#f_company {
	width: 20%;
	margin-left: 25px;
}

#f_address {
	width: 50%;
	text-align: center;
}

#f_copyright {
	margin-right: 25px;
}

/* content pages */
#sites img {
	border: 2px solid #ffcd00;
	margin: 0 5px 20px 5px;
	float: left;
}

#sites {
	text-align: center;
}

.subheader, .subheader_hr {
	color: #009900;
	margin-left: 5px;
	font-weight: normal;
	font-size: 1.3em;
	font-variant: small-caps;
}

.subheader_hr {
	border: 1px solid #009900;
	width: 60%;
}

.services_ul {
	margin-top: 8px;
	margin-left: 25px;
}

/* elements on the contact page form */
#contact_form {
	width: 100%;
	background: #FFF9D8;
	padding: 20px 0;
	margin-top: 10px;
}
#contact_form input {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 3px;
	width: 250px;
}
#contact_form label {
	width: 150px;
	display: block;
	clear: left;
	text-align: right;
	padding-right: 25px;
}

#contact_form label, input {
	float: left;
}

#contact_form textarea {
	width: 260px;
	height: 200px;
	float: left;
}

#submit_contact_form {
	width: 100px;
	margin-top: 15px;
	margin-left: 340px;
	clear: both;
	padding: 4px;
}

#name_result, #email_result, #need_result {
	margin-left: 10px;
	float: left;
}

#form_result {
	margin-top: 5px;
	margin-left: 175px;
	color: red;
	float: left;
}


/* tool tips on the portfolio page */
.tip			{ width:225px; font-family:tahoma,arial; background:url(../images/tipz_txt.png) left top repeat-y; }
.tip-top		{ background:url(../images/tipz_top.png) top left no-repeat; height:7px; width:225px; }
.tip-title		{ color:#009900; font-weight:bold; padding:10px; }
.tip-text 		{ color:#000; padding:0px 10px 10px 10px; }
.tip-bottom		{ background:url(../images/tipz_btm.png) left bottom no-repeat; width:225px; height:9px; }


/* generics */
.left {
	float: left;
}

.right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.clearboth {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}