/* @override http://viptxt.com/style.css */

/* @group Reset */

/* Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content:'';
	}

a:link, a:hover, a:active, a:visited
{
	font-size: 12px;
	text-decoration: none;
}



/* @end */

body {
	text-align: center;
	font-size: 14px;  
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}

a:link {
	color: #403122;
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	color: #6facbd;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
	color: #403122; 
	font-size: 14px;
	text-decoration: underline;
}

p.bump {
	margin-left: 10px;
	font-size: 12px;
	
}

img, div { 
	behavior: url(iepngfix.htc) 
}

.both {
	clear: both;
	
}

h2 {
	font-size: 14px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html {
	text-align: left;
	height: 100%;
	}

#container{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(images/bg.gif) repeat-x;

}

#branding {
	width: 645px;
	height: 162px;
	margin: 0 auto;
}

#logo {
	margin: 10px 0 0 0;
	width: 145px;
	float: left;
	
}

#search {
	width: 397px;
	height: 28px;
	float: right;
	margin-top: 40px;
	background-image: url(images/search.gif);
}

#navigation {
	width: 500px;
	float: right;
	margin-top: 35px;
}

#flash_container {
	width: 844px;
	height: 392px;
	margin: 0 auto;
	background: url(images/splat.png) no-repeat;
}

#storyspacer {
	width: 645px;
	height: 15px;
	margin: 0 auto;
}

#flash {
	width: 645px;
	height: 369px;
	margin: 0 auto;
	background: url(images/storyboard.jpg)}
	
#content {
	padding-top: 65px;
	width: 642px;
	margin: 0 auto;
	text-align: left;
}

.input {
	border: 2px solid #d8d8d8;
}

.highlight {

	background: url(images/content_bg.gif) no-repeat;
	padding: 32px 15px 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #d8d8d8;
}

.highlight_orange {

	background: url(images/content_bg_orange.gif) no-repeat;
	padding: 32px 15px 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #fe896a;
}

.highlight_brown {

	background: url(images/content_bg_brown.gif) no-repeat;
	padding: 32px 15px 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #d8d8d8;
}

#contact_form {

	background: url(images/content_bg.gif) no-repeat;
	padding: 32px 15px 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #d8d8d8;
	
}

#footer {
	height: 50px;
	width: 100%;
	margin: 40px 0 0 0;
}

#contact_label {
	width: 100px;
	float: left;
	line-height: 28px;
	margin-left: 10px;
	
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
 margin: 0 0 0 20px;
  width: 235px;
  text-align: left;
  } 

/* @group Submit button */

#replacement-2 {  width: 80px;
  height: 31px;  margin: 0 0 0 117px;  border: 0;  background: transparent url(images/send.gif) no-repeat center top;  overflow: hidden;  cursor: pointer; /* hand-shaped cursor */  cursor: hand; /* for IE 5.x */}form>#replacement-2 { /* For non-IE browsers*/  height: 0px;}



/* @end */

#contact_input {
	width: 350px;
	float: right;
	margin-right: 100px;
	line-height: 28px;

	
}

/* @group Menu */


#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	height: 41px;
	position: relative;
	
}

#menu li{
	height: 0px;
	
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: 0 -31px;
}

#menu a:hover span{
	display: block;
	
}

/* home */
#menu .home {
	width: 69px;
	height: 31px;
	background: url(images/menu/home.gif) no-repeat;
	left: 25px;
	top: 5px;
	

}
#menu .home span {
	width: 92px;
	height: 33px;
	background: url(images/menu/home-over.png) no-repeat;
	left: -10px;
	top: 35px;
	behavior: url(iepngfix.htc)	
}

/* how it works */
#menu .how {
	width: 143px;
	height: 31px;
	background: url(images/menu/how.gif) no-repeat;
	left: 114px;
	top: 5px;

}
#menu .how span {
	width: 138px;
	height: 38px;
	background: url(images/menu/how-over.png) no-repeat;
	left: 2px;
	top: -42px;
	behavior: url(iepngfix.htc)	
}

/* client login */
#menu .client {
	width: 111px;
	height: 31px;
	background: url(images/menu/client.gif) no-repeat;
	left: 277px;
	top: 5px;

}
#menu .client span {
	width: 159px;
	height: 50px;
	background: url(images/menu/client-over.png) no-repeat;
	left: 4px;
	top: 30px;
	behavior: url(iepngfix.htc)
}

/* contact */
#menu .contact {
	width: 98px;
	height: 31px;
	background: url(images/menu/contact.gif) no-repeat;
	left: 403px;
	top:  5px;
}
#menu .contact span {
	width: 130px;
	height: 42px;
	background: url(images/menu/contact-over.png) no-repeat;
	left: 20px;
	top: -43px;
	behavior: url(iepngfix.htc)
}



/* @end */

	
}
