@charset "UTF-8";
/* CSS Document */
#topdecor {
	width: 900px;
	margin: 0 auto;
	/*background-image:url(../images/subpage-decor.jpg);*/
        
	height: 93px;
	padding: 0px;
	/*border: 1px solid #999900;*/
}


/* Left Nav Styles */
#leftnav {
	width: 260px;
	float:left;
	background-color: #a9812a;
	
	display: inline;
	
}
#leftnav li {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: none;
	
}
 #leftnav li a {
 	padding: 0px;
	margin: 0px;
 	display: block;
	font-size:12px;
	font-family: "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
 	color: #FFFFFF;
	margin-left: 24px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
 }
#leftnav li a:hover {
  text-decoration:none;
  }
#leftnav li:hover {
	background-color: #2e0707;
}
/*  END Left Nav */

/* Left Tool Styles */
#lefttools {
	width: 260px;
	float:left;
	background-color: #FFFFFF;
	
	clear:left;
	display: inline;
}
#lefttools li {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: none;
	text-decoration:none;
}
 #lefttools li a {
 	padding: 0px;
	margin: 0px;
 	display: block;
	font-size:12px;
	font-family: "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
 	color: #6b1b1d;
	margin-left: 24px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration:none;
	
 }
#lefttools li a:hover {
  text-decoration:none;
  color: #FFFFFF;
  }
#lefttools li:hover {
	background-color: #2e0707;
	color: #FFFFFF;
}
/*  END Tool Nav */

#words {
	float: right;
	clear: none;
	display: inline;
	width: 540px;
	margin-right: 80px;
	
	margin-top: -10px;
	/*border: 1px solid #999900;*/
}
#words h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #8c2629;
	line-height: 26px;
}
#words p {
	text-align:justify;
}
.subnavhere {
	background-color: #2e0707;
	
}
/* CONTACT FORM */

.labelspace {
	width: 200px;
	float: left;
	clear: left;
}
.fieldspace {
	width: 200px;
	
	float: right;
}
.fieldspace, .labelspace {
	padding: 8px;
}
#formspace {
	width: 450px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
.row1, .row2 {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdac51;;	
	float: left;
	background-color: #FFFFFF;
}


.row2  {
	background-color: #EEEEEE;
}
#formspace  select {
	width: 200px;
	margin-top: -2px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

.fieldspace input {
width: 200px;
	margin-top: -2px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}
.submitbutton {
width: auto;
	margin: 0px;
        padding: 0px;
	border: 0px;
	background-color: #eeeeee;

}

#words ul {
        font-size:12px;
	font-family:  Arial,Geneva, Helvetica, sans-serif;
	margin-top: 11px;
        margin-bottom: 17px;
        margin-top: 17px;
}
#words li {
        margin-left: 27px;
        margin-right: 27px;
        margin-bottom: 14px;
        margin-top: 7px;
        list-style-position: outside;
	list-style-type: disc;
}
.testimonialP {
	padding-left: 45px;
	margin-bottom: 25px;
	background-image: url(../images/quote.gif);
	background-position: -57px -2px;
	display: block;
	background-repeat: no-repeat;
}
.button {

}
/* USED IN TABLES (Companies who have hired our Clients */
#companies td {
	font-family: Arial, Helvetica, sans-serif;
	color: #8c2629;
	font-size: 12px;
	padding: 7px;
	vertical-align: top;
        text-align:left;
       
}
.grey {
	background: #eeeeee;
}
.resbutton {
     display: block;
     float: right;
     margin-left: 15px;
}
#callout {
	width: 125px;
	float: right;
	border: 1px #521305 dotted;
	padding: 3px;
	margin-left: 5px;
}
#callout a {
	color: #521305;
	font-family: "kulturista-web-1","kulturista-web-2",serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .02em;	
}