body {
	background: #cecece;
	margin: 0;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: small;
	color: #ffffff;
	border: none;
}

h1 {
	color: #f7941e;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 285%;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #cacaca;
}

a {
	color: #999999;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	border: none;
}

#header {
	background: url(images/header_bg.jpg) no-repeat;
	margin-top: 41px;
	width: 921px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
}

#strip {
	background: url(images/strip.jpg);
	height: 13px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: 10px;
}

#logo {
	float: left;
	padding-top: 60px;
	padding-left: 108px;
}

ul#nav {
	padding-top: 63px;
	margin-left: 400px;
}

ul#nav li {
	display: inline;
	list-style: none;
}

ul#nav li a {
	display: block;
	height: 42px;
	float: left;
}


ul#nav li.home a {
	width: 60px;
	background: url(images/home_r.png) top center;
}

ul#nav li.services a {
	width: 97px;
	background: url(images/services_r.png) top center;
}

ul#nav li.portfolio a {
	width: 112px;
	background: url(images/portfolio_r.png) top center;
}

ul#nav li.contact a {
	width: 82px;
	background: url(images/contact_r.png) top center;
}

ul#nav li a:hover {
	background-position: bottom center;
}

#lock {
	background: url(images/flash_bg.jpg) repeat-x;
	text-align: center;
	height: 509px;
}

#lock img {
	position: relative;
	right: 10px;
}

#lockcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#phoneimg {
	position: relative;
	top: 220px;
	left: -50px;
}

#emailimg {
	position: relative;
	top: 220px;
	left: 120px;
	float: left;
	background: url(images/email_hover.png) top;
	height: 136px;
	width: 473px;
}

#phone_icon {
	float: left;
	position: relative;
	top: 118px;
	left: 25px;
}

#emailimg:hover {
	background: url(images/email_hover.png) bottom center;
}

#emailimg:focus {
	background: url(images/email_hover.png) bottom center;
}

#gap {
	height: 65px;
}

#services_heading {
	position: relative;
	top: 297px;
}

#flash {
	background: #233741 url(images/flash_bg.jpg) repeat-x;
	text-align: center;
	height: 768px;
}

#flashinner {
	position: relative;
	right: 10px;
}

#text {
	width: 520px;
}

#textbackground {
	background: #233741;
}

#textarea {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 77px;
	padding-top: 10px;
	/*height: 460px;*/
}


ul#icons {
	float: right;
	text-align: left;

}

ul#icons li {
	padding-bottom: 37px;
	list-style: none;
	display: block;
}

ul#icons li.folio {
	margin-top: 35px;
}

ul#icons li.quote {
	position: relative;
	right: 21px;
}

ul#icons li.folio a {
	display: block;
	height: 125px;
	width: 218px;
	background: url(images/folio_icon_r.png) top center;
}

ul#icons li.quote a {
	display: block;
	height: 118px;
	width: 238px;
	background: url(images/quote_icon_r.png) top center;
}

ul#icons li.contact a {
	display: block;
	height: 94px;
	width: 210px;
	background: url(images/contact_icon_r.png) top center;
}

ul#icons li a:hover {
	background-position: bottom center;
}

ul.nobullets {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#print {
	float: right;
	padding: 18px;
	margin-top: 35px;
	border: 3px dashed #395966;
	width: 250px;
}

#footer {
	padding-top: 50px;
	height: 50px;
	text-align: center;
	color: #666666;
	clear: both;
}

#footer a:link {
	color: #666666;
}


#footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #CCCCCC;
}

/*form styling */

#quoteform {
	margin-top: 60px;
	border-top: 6px dashed #395966;
}

#quoteform h1 {
	position: relative;
	right: 52px;
}

#job {
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	background: #2e4954;
	color: #fff;
	border: 2px solid #395966;
	padding: 5px;
}

input {
	font-size: 140%;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background: #324e59;
	border-color: #3b5b6b;
}

#send {
	background: url(images/send_button.png) top center;
	height: 33px;
	width: 66px;
	border: none;
}

#send:hover, #send:focus {
	background: url(images/send_button.png) bottom center;
}