/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 780;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* general styling */
body {
  background: #000421 top repeat-x;
  color: #574210;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  color: #E70818;
  text-decoration: none;
}
a:hover 
text-decoration: underline;
 color:#000000}


/* layout */
#pagewrapper {
  width: 870px;
  margin: 0 auto;
  background: #fff top repeat-x;
}
#banner {
  float: right;
  background: url(banner_left.gif) left bottom no-repeat;
}
#banner p {
  padding: 5px 9px;
  background: url(banner_right.gif) right bottom no-repeat;
  color: #6e6e6e;
}
#banner p strong {
  color: #444;
}

#logo {
  padding-top: 20px;
padding-left: 20px;
  padding-bottom: 6px;
  background: #000421  top repeat-x;
}
#logo div {
  background: url(logo.gif) no-repeat;
}
#logo div a {
  display: block;
  width: 193px;
  height: 95px;
}
#logo div a:hover {
  background: none;
  border: none;
}
#logo div a span {
  display: none;
}

#menu {
  margin-bottom: 12px;
  background: url(menu_bottom.gif) bottom no-repeat;
}
#menu ul {
  padding: 0 10px;
  background: url(menu_top.gif) top no-repeat;
}
#menu li {
  display: inline;
  margin-right: 10px;
 margin-left: 1px;
  font-size: 1.1em;
  /* font-weight: bold; */
  line-height: 2.2;


}
#menu li a {
  color: #fff;


  text-decoration: none;
}
#menu li a:hover {
  background: url(xc.gif) center;
  text-decoration: none;
}

#announcement {
  background: url(box_bottom.gif) bottom no-repeat;
  text-align: center;
}
#announcement p {
  padding: 4px 4px 4px 4px;
  background: url(box_top_gray.gif) top no-repeat;
  text-align: left;
}
#announcement img {
  display: block;
  margin: 0px 0px 0px 0px;
}

h1 {
  color: #7B299C;
  padding-top: 20px;
  padding-bottom: 3px;
  font-family: "Century Gothic";
  font-size: 1.9em;
}


.column1 {
  float: left;
  display: inline;
  width: 410px;
  padding-left: 10px;
 
}
.column2 {
  float: right;
  display: inline;
  width: 410px;
padding-right: 10px;
}
.content h2 {
  margin-top: 1.25em;
  margin-bottom: .65em;
  padding-bottom: 8px;
  background: url(bg_dot.gif) bottom repeat-x;
  color: #424242;
  font-size: 1.3em;
}
.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content .more {
  text-align: right;
}
.img {
  float: right;
  display: inline;
  width: 191px;
  height: 129px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(bg_img.gif) center center no-repeat;
}
.img img {
  width: 173px;
  height: 111px;
  margin-left: 9px;
  margin-top: 9px;
}
.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  background: url(box_bottom.gif) bottom no-repeat;
  color: #565656;
}
#footer #innerfooter {
  padding: 13px;
  background: url(box_top.gif) top no-repeat;
}

#footer #innerfooter2 {
  padding: 17px;
  
}
#copy {
  float: left;
  font-size: .8em;
}
#contact {
  float: right;
  font-size: 0.8em;
  text-align: right;
}

.case_study{
	height: 35em;
}
label{
	display:block;
	font-weight: bold;
}
input{
  color: #222;
	padding: 4px;
  font-size: 1.4em;
	border: 1px solid #ccc;
	width: 230px;
}
select{
  color: #222;
	padding: 4px;
  font-size: 1.4em;
	border: 1px solid #ccc;
	width: 230px;
}
input:focus, textarea:focus {
  background: #fffdeb;
}

.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 500px;
	height: 100px;
}
fieldset{
	border: none;
	width: 550px;
}

#contact_form {
	padding-left: 10px;
}
#contact_form label{
	float:left;
	clear:left;
	width: 200px;
}
#contact_form textarea {
	margin-left: 200px;
    font-size: 1.4em;
	border: 1px solid #ccc;
	width: 230px;

}
#budget_slider{
	margin-left:200px;
}
.large_input {
	margin-top: -15px;
}


#submit_btn {
	border: none;
	margin-left:200px;
	padding: 0;
	width:auto;
}



#budget_slider{
	width: 200px;
	height: 13px;
	border-bottom: solid 1px #bbb;
	
/*	border: 0px hidden #000;*/
}

#budget_amount{
	background-color: #fff;
	padding: 3px;
}

#indicator{
	background-image:url(handle.gif);
	background-color:transparent;
	width:14px;
	height:22px;
	cursor:move;
	top:0px;
}

#message_container_ok{
	background: url(accept.gif) 10px 10px no-repeat;
	border: 2px solid #eee;
	padding: 14px;
padding-left: 42px;
	font-weight: bold;
	margin-bottom: 2em;
}

#message_container_ooops{
	background: url(warning.gif) 10px 10px no-repeat;
	border: 2px solid #eee;
	padding: 14px;
padding-left: 42px;
	font-weight: bold;
	margin-bottom: 2em;
}

#error_message {
  padding-top: 10px;
}
#error_message li {
  margin-top: 3px;
}

.required{
	font-weight: normal;
}

.client_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.client_thumb:hover {
  background: #18AD73;
  border: none;
}
.client_thumb img {
  border: 1px solid #cdcdcd;
}
.client_thumb2 {
  display: block;
  padding: 3px;
  background: #ffffff;
}
.client_thumb2:hover {
  background: #18AD73;
  border: none;
}
.client_thumb2 img {
  border: 1px solid #FFFFFF;
}
.client_thumb3 {
  display: block;
  padding: 3px;
  background: #fffffff;
}
.client_thumb3:hover {
  background: #F3EEF4;
  border: none;
}
.client_thumb3 img {
  border: 1px solid #FFFFFF;
}

TABLE, TD                
{font-family:Verdana, sans-serif;
 font-size: 7.5pt; 
 color:#000000}

}

A:link{COLOR:#E70818;TEXT-DECORATION:none}A:visited{COLOR:#E70818;TEXT-DECORATION:none}A:active{COLOR:#000000}a:hover{COLOR:#000000;TEXT-DECORATION:underline}.spanstyle{position:absolute;visibility:visible;top:-50px;font-size:10pt;font-family:Verdana;font-weight:bold;color:white;}