@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #b1080f;
}

a:hover {
	color: #333;
}

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ul { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#slider-box {
	position: fixed;
	top: 80px;
	right: -300px;
	z-index: 1000;
	width: 244px;
	height: 216px;
}

.home {
	background-image: url(images/bg_02.gif);
	background-repeat: repeat-x;
}

.inner {
	background-image: url(images/inner_bg_02.gif);
	background-repeat: repeat-x;
}

#wrap {
	width: 920px;
	margin: auto;
	position: relative;
	}
	
#header img {
	float: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

#header ul {
	position: absolute;
	right: 1px;
	top: 11px;
	list-style: none;
	width: 590px;
}

#header ul li {
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C30;
	padding-top: 9px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#header ul li:hover {
	background-color: #000;
}

#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-size: 14px;
	color: #FFF;
}

#first_link {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C30;
}

#banner {
	position: relative
	/*top: 75px;*/
	width: 100%;
	height: 340px;
}

#banner img {
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 32px;
	line-height: 36px;
	position: absolute;
	bottom: 25px;
	right: 60px;
}

#quote {
	position: absolute;
	top: 415px;
}

#content {
	position: relative;
	/*top: 415px;*/
	width: 920px;
	height: 210px;
	background-color: #f0f1f1;
}

#content img {
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C30;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #989897;
}

.column {
	float: left;
	height: 170px;
	width: 250px;
	padding-top: 25px;
}

#first_child {
	width: 180px;
	padding-left: 40px;
}

#last_child {
	width: 210px;
	padding-left: 20px;
}

#content p {
	padding-top: 5px;
}

#content ul {
	padding-top: 5px;
	list-style-type: square;
	padding-left: 13px;
	line-height: 17px;
}

#footer {
	position: relative;
	/*top: 1000px;*/
	/*left: 320px;*/
	text-align: center;
	padding-bottom: 50px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#footer a {
	font-size: 11px;
	font-style: normal;
}

#banner_inner {
	position: relative;
	/*top: 75px;*/
	width: 100%;
	height: 230px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	position: absolute;
	bottom: 45px;
	left: 590px;
}

#type {
	position: relative;
	/*top: 350px;*/
	width: 920px;
	height: 410px;
	z-index: 1;
}

#type img {
	float: left;
}

#type img.rt-margin {
	margin-right: 10px;
}

#type p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
}

#type ul {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-top: 12px;
}

#type li {
	list-style: square;
	list-style-position: inside;
}

.less-space {
		padding-bottom: 15px;
		font-size: 14px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #989897;
	padding-top: 15px;
}

.red-type {
	color: #b1080f;
}

#e-mail {
	z-index: 10;
	position: absolute;
	top: 270px;
	left: 420px;
	width: 500px;
	height: 700px;
	padding-top: 60px;
	padding-left: 60px;
}

#quote-form {
	width: 353px;
}

.form-thing { 
	border: thin solid #C30;
	height: 25px;
	width: 200px;
	margin-bottom: 5px;
}

	
.form-button {
	color: #FFF;
	background-color: #C30;
	padding: 2px 10px 2px 10px;
}

.form-button:hover {
	background-color: #900;
}

#quote-form {
	margin-top: 20px;
}

#quote-form p.less-space .required { 
	color: #B1170F;
}

#quick-bullets li {
	font-size: 18px;
	line-height: 24px;
}

p#tagline {
	font-size: 21px;
	color: #B1170F;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom: 1px solid #B1170F; 
	padding-bottom: 5px; 
	border-top: 1px solid #B1170F; 
	padding-top: 5px;
	margin-bottom: 10px;
}

.remote {
	background-color: #B10810;
	padding: 15px;
	margin-top: 40px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
