/*****************************************/
/************* GLOBAL STYLES *************/
/*****************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #fefefe;
	background-color: #0e0e0e;
}

img, ul, li, p {
	margin: 0px;
	padding: 0px;
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #eb1c24;
}

table {
	font-size: 12px;
	line-height: 18px;
	/*background-color: #f4f4f4;*/
}

.total {
	padding: 5px 4px 5px 4px !important;
}

#wrap {
	width: 853px;
	margin: auto;
	padding: 0 0 0 0px;
	position: relative;
	background-color: #000000;
	border: 1px solid #212121;
}

#inner-holder {
	width: 800px;
	margin: 30px 28px 30px 28px;
}

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

fieldset {
	border: 0;
}



#header {
	float: left;
	margin: 0 0 30px 0;
	width: 800px;
	clear: both;
}

#header-logo {
	float: left;
	width: 260px;
}

#header-right {
	float: left;
	text-align: right;
	margin: 0 0 0 0px;
	width: 538px;

}

#header-right span {
	display: block;
	font-size: 3.5em;
	margin: 0px 0 0 0px;
	letter-spacing: 0.1em;
}

#header-right ul {
	display: block;
	float: right;
	padding: 1px;
	margin: 0px 0 30px 100px;
	width: 340px;
	border: 1px solid #212121;
}


#header-right ul li {
	display: block;
	float: left;
	background: url('../assets/gradient-button.gif') repeat-x;
	font-size: 1.0em;
	padding: 10px 29px 10px 28px;
	margin:0;
}

.centerli {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 28px 10px 27px !important;
}

.header-strap {
	font-size: 1.1em !important;
	color: #eb1c24;
	margin: 10px 0 0 0 !important;
}

.nopipe {
	border: 0 !important;
}


#nav {
	float: left;
	width: 801px;
	padding: 0px 0 30px 0;
}	

#nav ul {
	float: left;
	padding: 1px;
	border: 1px solid #212121;
}

#nav ul li {
	display: block;
	float: left;	
	letter-spacing: 0.31em;
	font-size: 1.1em;
	/*padding: 15px 23px 15px 23px;*/
	border-right: 1px solid #000000;
}

#nav ul li a {
	display: block;
	background: url('../assets/gradient-navigation.gif') repeat-x;
	padding: 15px 23px 15px 23px;
	color: #ffffff !important;
}

#nav ul li a:hover {
	background: url('../assets/gradient-navigation-selected.gif') repeat-x;
}

.nav-selected {
	color: #eb1c24 !important;
}

.nav-end {
	border-right: 0px !important;
	letter-spacing: 0.28em !important;
}



#banner {
	display: block;
	clear: both;
	height: 174px;
	margin: 0 0 10px 0;
	width: 800px;
}

#banner img {
	padding: 1px;
	border: 1px solid #212121;
}

#banner-imgs {
	width:800px;
	height: 174px;
	overflow: hidden;
}

#content {
	display: block;
	clear: both;
	float: left;
	margin: 25px 0 25px 0;
}


.content-panel-sub h2, #content h1 {
	background: url('../assets/gradient-subheader.gif') repeat-x;
	letter-spacing: 0.4em;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 12px 0;	
	border: 1px solid #000;
}

.content-panel-sub h2 {
	margin: 0 0 16px 0;
}

.content-panel-main ul {
	padding: 0 0 20px 80px;
	color: #afafaf;
}

.content-panel-main ul li {
	list-style-type: none;
	line-height: 2.9em;
}

.content-panel img {
	padding: 1px;
	border: 1px solid #212121;
}

.content-panel-main h2, .content-panel-main h1 {
	padding: 15px 0 15px 40px;
}

.content-panel-main h2 {
	font-size: 1.0em;
	color: #afafaf;
}

.content-panel-sub h2 {
	padding: 15px 0 9px 0;
	text-align: center;
}

.content-panel-main {
	width: 540px;
	margin: 0 23px 30px 0 !important;
}

.content-panel-sub {
	width: 230px;
	padding: 0 0 5px 0 !important;
	clear: right;
	float: right !important;
}

.content-panel-sub img {
	margin: 0 0 15px 10px;
}

.content-panel-sub form {
	padding: 0 0 8px 0;
}

.content-panel {
	float: left;
	border: 1px solid #212121;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

.content-panel p {
	color: #afafaf;
	line-height: 1.8em;
	padding: 0 10px 0 10px;
}

.content-panel-main p {
	line-height: 2.9em;
	padding: 0px 30px 20px 40px !important;
}

.content-panel-main img {
	margin: 0 20px 20px 20px;
}

.content-panel a {
	color: #ffffff;
}

.content-panel a:hover {
	color: #eb1c24;
}

.content-panel fieldset {
	margin: 10px 0 0 0;
}

.content-panel fieldset label {
	display: block;
	float: left;
	text-align: right;
	width: 36%;
	margin: 3px 10px 0px 0;
}

.content-panel fieldset input, .content-panel fieldset select {
	display: block;
	width: 120px;
	margin: 0 0 10px 0;
}

.submit-button {
	display: block;
	width: 63px;
	height: 31px;
	margin: 0 0 0 145px;
}

.submit-button img {
	border: none !important;
}

.case-study {
	display: block;
	margin: 10px 0 0 0;
}


.case-study li {
	display: block;
	float: left;
	background: url('../assets/gradient-button.gif') repeat-x;
	font-size: 1.0em;
	padding: 7px 40px 7px 39px;
	margin: 0;
	color: #fefefe !important;
	list-style-type: none;
}

.case-study-left {
	border-left: 1px solid #000;
}

.case-study-right {
	border-left: 1px solid #000;
	padding: 7px 40px 7px 40px !important;
}

.case-study a {
	color: #fefefe !important;
}




.case-study-copy {
	clear: both;
	text-align: center;
}

.case-study-copy span {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
}


#footer {
	display: block;
	clear: both;
	text-align: right;
}

#footer-content {
	display: block;
	padding: 0;
}

#footer-content p {
	color: #656565;
	line-height: 2.5em;
}

.cleardesire {
	color: #FF0078 !important;
}

a:hover.cleardesire {
	color: #ffffff !important;
}

#datepicker, #datepickerQuote {	
	margin: 0 0 0 105px
}

#bookInPop, #quotePop, #nationwidePop {
	display: none;
	float: left;
	width: 500px;
	padding: 20px;
}

#TB_ajaxContent {
	color: #afafaf;
	background-color: #000000;
}


#TB_window fieldset {
	float: left;
	margin: 10px 0 0 0;
	width: 295px;
}

#TB_window hr {
	clear: both;
}

#TB_window label {
	display: block;
	float: left;
	text-align: right;
	width: 35%;
	margin: 3px 10px 0px 0;
}

#TB_window input, #TB_window select {
	display: block;
	width: 130px;
	margin: 0 0 10px 0;
	font-size: 1.0em;
}

#TB_window textarea {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.0em;
}

#ui-datepicker-div {
	z-index: 30000;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

.case-study-work-pics {
	margin: 0 0 0 60px;
}

.case-study-work-pics img {
	margin: 0 15px 0 0;
}

.longlife-video {
	margin: 0 0 0 60px;
}

.longlife-video img {
	margin: 0 15px 0 0;
}


.sub-panel-ul {
	
}

.sub-panel-ul li {
	list-style-type: none;
}

.sub-panel-ul li a {
	display: block;
	background: url('../assets/gradient-casestudy-unselected.gif') repeat-x;
	padding: 10px;
}

.sub-panel-ul li a:hover {
	color: #ffffff;
	background: url('../assets/gradient-casestudy-selected.gif') repeat-x;
}

form input:hover {
	cursor: pointer;
}

#video-display {
	border: 1px solid #212121;
	margin-left: 58px;
	padding: 1px;
	text-align: center;
	width: 405px;
}

.QQTextarea {
	margin: 0 0 10px 0;
	width: 120px;
}
