body {
  width:660px;
  margin:0px;
  padding:0px;
  color:#00618d;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
h1, h2, h3 {
	font-weight:bold;
	margin: 0;
	padding:5px 0 15px 0;
}
h1 {
	font-size:18px;
	color: #00618d;
}
h2 {
	font-size:12px;
	color: #f14f12;
	padding:5px 0 10px 0;
}
h3 {
	font-size:12px;
	color: #00618d;
}
ul {
	margin: 0 10px 10px 10px;
}
li {
	padding:0 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #00618d;
	border:none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #00618d;
	border: 1px solid #00618d;
        margin-bottom:10px;       
        margin-top:0px;

}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img {
	margin: 5px auto 15px auto;
}
/*------------ Layout Stylesheet ---------------- */
/*       Ultimate Spraylining Solutions             */
/*       Created By Ben Stewart - Nov 2007    */
/*       Widened By Jim Thorpe - Mar 2010    */

body {
	background:#f7f8f9 url(assets/ultimate_spraylining_solutions_background.jpg) repeat-x;
	color:#00618d;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
#container {
	text-align:left;
	margin:0px auto;
	width: 990px;
	background:  url(assets/ultimate_spraylining_solutions_content_background_wider.gif) repeat-y center top;
}
#content_outer {
	margin: 0 auto;
	_margin: -5px auto 0 auto;
	padding: 0;
	width: 990px;
	background:url(assets/ultimate_spraylining_solutions_repeat_shadow_wider.gif) repeat-y center top;
}
#content_wrapper {
	float:left;
	width:100%;
	
	margin-bottom: 20px;
}
.content {
	margin: 0 130px 0 200px;
	padding: 0 15px;
}
/*------------ Side Columns ---------------- */

#left_column {
	float:left;
	width:150px;
	min-height:654px;
	_height:654px;
	margin-left:-990px;
	padding: 0 0 0 39px;
	background: url(assets/ultimate_spraylining_solutions_left_gradient.jpg) no-repeat left top;
}
#right_column {
	float:left;
	margin-top:-5px;
	width:38px;
	margin-left:-38px;
}

#left_menu {
	margin: 5px auto;
	padding: 0 5px;
}
.testimonials {
	color: #fff;
	font-size:11px;
	text-align:center;
	margin: 5px 12px 25px 12px;
	padding: 0;
}
.testimonials a {
	color: #fff;
	text-align:center;
	font-weight:bold;
}

/*------------ Header ---------------- */

#header {
	height:230px;
	width:100%;
	background: url(assets/ultimate_spraylining_solutions_header_wider.jpg) top center no-repeat;
}
.title {
	padding: 40px 15px 10px 0px;
	_padding: 40px 15px 16px 0px;
	line-height:210%;
	text-align:right;
	color: #00618d;
	width: 165px;
	/*border-right: solid #186f97 1px;*/
	background: url(assets/ultimate_spraylining_solutions_title_background.gif) no-repeat right 45px;
}
.title h2 {
	font-size: 12px;
	color: #00618d;
	padding: 0 0 4px 4px;
}
/*------------ Footer ---------------- */

#footer {
	clear:both;
	width:100%;
	height: 87px;
	background: url(assets/ultimate_spraylining_solutions_footer_background_wider.gif) top center no-repeat;
	padding:40px 0 0 0;
}
#footer a {
	color: #fff;
}
.copyright {
	font-size:9px;
	color:#fff;
	text-align:center;
	margin:50px 0 0 75px;
	*margin:95px 0 0 75px;
}
.copyright span {
	color:#00618d;
}

/*------------ Top Menu ---------------- */

#navWrapper {
    width: 630px;
    padding: 0px 180px;
    margin: 0px auto;
}
#nav ul {
	margin:0 auto;
	list-style:none;
	display:table;
	white-space:nowrap;
}
#nav li {
	display:table-cell;
	padding: 0px;
}
#nav a {
	float:left;
	border: none;
	color: #fff;
	min-width:105px !important;
	width: 131px;
	height: 30px;
	text-align:center;
	margin: 7px 0px 0px 0px;
/*	*margin: 7px 0px; */
	_margin: 1px 0 0 0;
	padding: 10px 0 0 0;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	border: none;
	cursor:pointer;
	color: #fff;
	background: url(assets/ultimate_spraylining_menu_hover_background.gif) repeat-x;
} 
#nav a.current {
	border: none;
	cursor:pointer;
	color: #00618d;
	background: url(assets/ultimate_spraylining_menu_background.gif) no-repeat;
} 
a.iconNav {
	display: block;
	height: 18px;
	margin: 0 auto;
}
	
a.iconNav * {
	display:none;
}


/*------------ Left Menu ---------------- */
	
dl, dt, dd {
	margin: 0;
	padding: 0;
}
#menu {
	width:100%;
}
dl#menu dt {
	width:100%;
	cursor: pointer;
	margin-bottom: 5px;
}
dl#menu ul {
	padding:0;
	margin:0;
}
dl#menu dt {
	background:none;
}
dl#menu dt a {
	color: #fff;
	background: #f14f12;
	text-decoration: none;
	padding:3px 0px 3px 5px;
	margin: 0 ;
	display: block;
}
dl#menu dt a:hover  {
	background: #80b0c6;
}
dl#menu dt a.selected {
	background: #fff;
	color: #00618d;
	font-weight: bold;
}
dl#menu li a, dl#menu li a:hover {
	padding:5px 0 0 0;
}
dl#menu li a:hover, dl#menu li a.current {
	text-decoration:none;
	background:none;
	font-weight:normal;
}



/*------------- Contact Form --------------*/

div.contactForm{
  width:560px;
  padding: 0px;
  margin: 0px;
  /*position:absolute;*/
}
div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 405px;
  border: 1px solid #000000;
  background: #ffffff !important;
  padding-left: 3px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}
