@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	color: #333333;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	padding: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C82C2F;
	padding: 20px 10px 10px;
	text-align: center;
}



a:link {
	text-decoration: none;
	color: #3300FF;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #c92b2f;
}
a:active {
	text-decoration: none;
	color: #3300FF;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #252525;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fcfcfc;
} 
#header  {
	height: 140px;
	background-image: url(../images/rape_logo.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center top;
	width: 780px;
	clear: both;
} 


#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}

#nav {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 40px;
}

#nav a {
	text-align: center;
	background-image: url(../images/nav_bg.jpg);
	height: 30px;
	float: left;
	background-color: #FCFCFC;
	padding: 10px 0px 0px 0px;
	color: #27325f;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 156px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
}

#nav  a:hover, #nav .current_item a{
	color: #c92b2f;
	background-image: url(../images/nav_rollover_bg.jpg);
	border-right: 2px solid #d5d5d5;
	width: 152px;
	border-left: 2px solid #d5d5d5;
	height: 27px;
	border-top: 3px solid #d5d5d5;
}


#mainContent  {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	margin: 20px 4px 10px 0px;
	width: 480px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #EEE;
	background-color: #FFFFFF;
} 
#mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding: 5px 8px;
	line-height: 1.5em;
	color: 333;
}
#serv_content {
	padding: 10px;
	background-color: #FFFFFF;
}
#serv_content p {
	padding-right: 35px;
	padding-left: 35px;
	font-size: medium;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	padding: 0px 30px 25px;
	text-align: left;
}


#main_sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 410px;
	padding: 10px;
	margin: 20px 0px 0px 4px;
}
#main_sidebar  p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	padding: 20px 0px 0px 15px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;

}
.lft_bar {

}
.lft_bar p {
	padding: 0px 8px 15px;
}

#sidebar {
	float: left;
	width: 230px;
	margin: 20px 0 0 4px;
	padding: 10px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #263061;
	padding: 10px 0;
}

.phone_info {
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.phone_info li {
	color: #333333;
	padding: 5px 0px 0px 15px;
}
#warranty {
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#warranty li {
	padding-top: 5px;
	color: #333333;
}
#outwarranty {
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#outwarranty li {
	padding-top: 5px;
	color: #333333;
}
p.photo {
	border-style: none;
	display: block;
	margin-left: 5px;
	padding: 5px;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}
p.photo a, p.photo img a{
    display: block;
    margin: 0;
	padding: 4px 4px 9px 4px;
	border-style: none;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;

}
p.photo a:hover {
	border-color: #ccc;
	background-color: #fff;
}

#service_area {
	float: right;
}
#service_area ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#service_area li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	color: #666666;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 10px;
}



#footer  {
	height: 60px;
	width: 780px;
	margin: 0px auto;
	background-color: #444;
} 


#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #fff;
	padding: 20px 20px 0 0;
	font-size: 10px;
}
#footer p a {
	color: #000;
}
#footer p a:hover {
	color: #CB2A30;
}

.img_center {
	margin-left: 30px;
	padding: 10px;
	border: 1px solid #898989;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table {
	height: 1.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #707070;
}

td {
	border-bottom: 1px dotted #999999;
}

#contactForm {
	padding: 10px;
	width: 680px;
	margin-left:10px;
}
#contactForm p {
	padding: 8px 0px 0px 10px;
}

form {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px;
	float: left;
}
.chkRad {
	float: left;
	margin-bottom: 10px;
	margin-left: 1.5em;
}
.chkRad label {
	display: inline;
}
label {
	display:block;
	}

fieldset {
	float: left;
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #bfbab0;
	width: 100%;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #545351;
	font-weight: bold;
	}
	comments {
	margin-left: 1em;
	padding: 0;
	color: #545351;
	font-weight: bold;
}
.warning {
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
}
textarea {
	width: 400px;
	height: 150px;
}
.textInput {
	width: 250px;
	background-color: #F3F3F3;
	border-top: 1px solid #888;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #888;
}
fieldset p {
	font-size:90%;
	margin:0 0 5px 0;
}
