/* CSS Document */

/*##############################################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h1 {margin-left:12px;padding-top:15px; padding-left:76px; font-size:51px; text-shadow:1px 1px #000; color:#fff; background:url() left 4px no-repeat}
h3, h4, h5, h6 {margin:5px 0 5px 0; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#000}
h2 {clear:both;margin:5px 0 5px 0; padding-top:10px; font-size:20pt; font-weight:bold; font-family:font-family:Arial, Helvetica, sans-serif; color:#FF0000}
h3 {font-size:22px; font-weight:normal}
h4 {font-size:16px; font-weight:normal; text-align:left;}
h5 {font-size:18px; font-weight:normal; text-align:center; padding-top:10px;}
ul, ol, dl, li {margin:15px 0 }
p {width:100%; text-align:left; margin:5px 0 0 0}
p.text15{font-size:12px; text-align:right; padding-top:25px;}
a {color:#a63c3c; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both; float:left}
ol.faq {margin:15px 0; padding-left:25px }
ul.other {margin:15px 0; padding-left:25px }

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#000; background:#ffffff url(images/asfalt.png)}

#wrapper {width:960px; overflow:hidden; margin:0 auto; padding:0 6px}
	
	#header {float:inherit; width:960px; height:115px;margin:0px 0 0 0px; padding-bottom:15px; background: url(images/rr-header.png) 50% top repeat-x;} 
	
	#navigation {float:left; height:40px; width:960px; margin:0; list-style-type:none; background: url(../images/nav_bg.jpg) 50% top repeat-x;border-left:#e4e4e4 solid 3px; border-top:#e4e4e4 solid 3px; border-right:#e4e4e4 solid 3px}
		#navigation #index {height:25px; width:192px}
		#navigation #about_us {height:25px; width:192px}
		#navigation #contact_us {height:25px; width:192px;}
		#navigation li {float:left; margin:0; font-size:14px; font-weight:bold; color:#000000; border-right:#e4e3e3 solid 0px}
			#navigation li a {display:block; height:26px; padding-top:10px; text-align:center; text-shadow:1px 1px #fff; color:#000000; text-decoration:none}
				#navigation li a:hover {color:#86c242; text-decoration:none}
	
	#content {clear:both; float:left; display:inline; width:930px; padding:0 12px; background-image:url(''); border-left:#ff0000 solid 2px; border-bottom:#ff0000 solid 2px; border-right:#ff0000 solid 2px; border-top:#ff0000 solid 2px; background-color:#ffffff}
		#main_content {clear:both; float:left; display:inline; width:600px; margin:0 0 30px 0}
			#main_content p {width:600px}
			.two_columns {float:left; display:inline; margin-right:0px; width:300px}
			#main_content .two_columns p {width:300px}
			
			#main_content .right_column {margin:0}
	
		#sidebar {clear:right; float:left; display:inline; width:300px; margin-left:15px; background-image:url(''); background-repeat:no-repeat;}
				
		#footer {clear:both; padding:10px 0 10px 0; font-size:.85em;}
        
        

p.text15{font-size:14px; text-align:center; padding-left:350px; padding-top:10px;}
.h-phone {font-size:18px; text-align:left; color: #ffffff;}
       
 /*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:595px;
    height:200px;
    margin-left:5px;
    margin-top: 10px;
	background:url(images/loading.gif) no-repeat 50% 50%;
    }
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}  

/*====================*/
/*=== Other Styles ===*/
/*====================*/

em { color: #95A105; font-style: normal; }
        #documentation { float: left;}
        .example { clear: both; height: 210px; }
         ul.quotes { list-style: none; width: 305px; height:105px; pointer; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-image:url(images/quotes.png);}
        ul blockquote { list-style: none; margin: 10px;  padding-top:5px;}
        ul cite { color: #95A105; font-style: normal; padding-left:5px;}
        
#testimonials {
width:330px;
background:#E7E9E6;
border:1px solid #D8D9D6;
margin:10px 0;
}
#testimonials blockquote{
padding:10px;
width:300px !important;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#808080;
display:block;
}
 
#testimonials blockquote p{
margin: 0 !important;padding: 5px!important;
 
}
#testimonials blockquote cite {
font-style: normal;
display: block;
padding-top:5px;
 
text-transform: uppercase;
font-weight: bold;
font-style:italic;
color: #555;
padding-left:5px;
margin-right:10px;
}

.rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
}
#exampleButtonIDHere a{
   height: 28px; /*This height is the visible portion of the button only*/
   width: 125px; /*Put your image width here*/
   background: url('images/email5.png') no-repeat left top;
}
#exampleButtonIDHere a:hover{
   background-position: left -28px; /*This negative value should match the height above*/

