/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
background:#9B0F09;
}
 
body {
font:12px arial, helvetica, sans-serif;
}
/***** DESIGN *****/

#nav{
float:left;
height:62px;
padding:0;
list-style:none;
display:block;
}


	#nav li{
		padding:0;
		margin:0;
		display:inline;
		list-style:none;
		background:url(../images/nav_bkg.png) repeat-y;
		position:relative;
		float:left;
	}

	#nav a{
		font-size:9px;
		text-transform:uppercase;
		color:#000;
		padding:7px 5px;
		display:block;
		float:left;
		line-height:14px;
		text-align:right;
		font-weight:bold;		
	}
	
	.mainnav{width:90px; height:48px;}
	
		#nav a h2{ font-size:11px; font-weight:bold; color:#9b0f09; height:26px; }
		#nav a:hover, #nav a.current{color:#fff; }

	
#nav ul {position:absolute; padding:0; margin: 0; top:-999em; border:1px solid #686734; z-index:500 }	
	 
#nav ul li{ float:none; padding:0; margin:0;  width:210px; display:block;  background-image:none; background:#FFF; 

}

#nav ul li a{  text-indent:0;  color:#686734; font-size:10px; padding:4px 0 0 0; margin:0 12px 0 12px; display:block; float:none; border:none; border-bottom:1px dotted #686734; text-transform:uppercase ;  height:20px; text-align:left; }
#nav ul li:last-child a{border:none}
 
#nav ul li a:hover{ color:#9b0f09;  }
 
#nav ul li img{margin:0 6px -6px 0}
#nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:-1px; /* position first submenu directly under parent li */
	top:62px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}


#header{
 width:537px;
 border-bottom:1px #727141 solid;
 height:73px;
}

#home_content{
clear:both;
width:534px;
float:left;
}

#main_photo{
margin:11px 0 0 14px; 
}

#home_text_one, #home_text_two{
	margin:13px 9px 12px 12px;
	float:left;
	
	width:231px
}


#home_text_two{
	margin:13px 0px 12px 0px;
}



#home_centered{
	position:absolute;
	
	text-align:center;
	left: 50px;
	top: 468px;
	width: 475px;
	height: 33px;
}

#sub_text_one{
	margin:13px 9px 12px 12px;
	float:left;
	
	width:460px
}
#footer {text-align:center; width:843px;
margin:12px auto; color:#FFFFFF;   font-size:11px; }
#footer ul { padding:0; margin:0;}
#footer a {   text-decoration:none;color:#FFFFFF; vertical-align:bottom; font-weight:bold; margin-top:-4px; text-transform:uppercase }
#footer a:hover { color:#FFFFFF; text-decoration:underline;  }
#footer li {
padding:0  ; margin:6px 8px 0 0;
padding-right:8px;
display:inline;
list-style:none;
border-right: 1px solid #FFFFFF;
line-height:14px;
}

#footer li:last-child { border-right:0 none; padding-right:0 }




#col_right{
float:right;
width:305px;
margin:-75px 0 0 0 ;
border-bottom:1px #727141 solid;
border-left:1px #727141 solid;
}

#col_right_text{
margin:0 12px;
}
	#col_right_text hr { width:305px; border:none; margin:0 0 10px -13px;  border-top:1px #727141 solid } 

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0 0 12px 0;
font-weight:normal;
}
 
h1 {
font:18px arial, helvetica, sans-serif;
color:#9B0F09;
font-weight:bold;
}
 
h2 {
padding:5px 0;

font:14px arial, helvetica, sans-serif;
font-weight:bold;

}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 10px 0;
}
 
ul, ol {

padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
  text-decoration:none;
  color:#9B0F09;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:843px;
margin:0 auto;
background-image:url(../images/dsg_bkg_full.gif);
position:relative;

}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:843px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.formwide { width:190px; }
.formshort { width:80px }

.ch2 { font-size:11px; font-weight:bold; color:#9b0f09; height:26px; }


/* begin TINYMCE */
#sub_text_one,
#col_right {
  font: 12px arial, helvetica, sans-serif;
}
#sub_text_one h1,
#col_right h1 {
  font: 18px arial, helvetica, sans-serif;
  color: #9B0F09;
  font-weight: bold;
  text-align: left;
}
#sub_text_one h2,
#col_right h2 {
  font: 16px arial, helvetica, sans-serif;
  color: black;
  font-weight: bold;
  text-align: left;
}
#sub_text_one h3, #sub_text_one h4, #sub_text_one h5, #sub_text_one h6,
#col_right h3, #col_right h4, #col_right h5, #col_right h6 {
  font: 14px arial, helvetica, sans-serif;
  color: black;
  font-weight: bold;
  text-align: left;
}
#sub_text_one p, #sub_text_one td,
#col_right p, #col_right td {
  font: 12px arial, helvetica, sans-serif;
}
#sub_text_one a,
#col_right a {
  color: blue;
  font-style: italic;
  text-decoration: underline;
}
#sub_text_one ul li,
#col_right ul li {
  color: #9B0F09;
  font-weight: bold;  
}
#sub_text_one a.white, #sub_text_one .white,
#col_right a.white, #col_right .white {
  color: white;
}
#sub_text_one a.red, #sub_text_one .red,
#col_right a.red, #col_right .red {
  color: #9B0F09;
}
#sub_text_one .inset-bold-red,
#col_right .inset-bold-red {
  color: #9B0F09;
  font-weight: bold;
  text-align: left;
}
#sub_text_one .menu-of-services,
#col_right .menu-of-services {
  color: #000;
  font-weight: bold;
  text-align: left;
}
#sub_text_one .makes-and-models,
#col_right .makes-and-models {
  color: #000;
  font-weight: bold;
  text-align: left;
}
/* end TINYMCE */