/* CSS Document */
@import "dropshadow.css";
@import "index.css";
@import "admin.css";


body 
{
	margin : 0;
	padding : 0;
	color : #000000;
	
	background-color:#ECECEC !important;
	/* MUST!!! DECLARE Trebuchet as the default, then Verdana */
	font: normal 12px/115% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



p {
padding: 0 0 0 12px;
}

a {
text-decoration:none;
color:#1A75BB;
}
a:hover {
text-decoration:underline;

}


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

.clearfix {display: inline-block;}  /* for IE/Mac */
#dtmHeader{
/*	position:fixed;
	top:0px;
	z-index:100;*/
}

#topRow {
	width : 100%; 
	display : block;
	height:20px;
	background-image:url(../images/topRowBg.png);
	background-repeat:repeat-y;
	background-color:#F3F4F6;
	border:none;
	}

#logoRow {
	width:100%;
	display:block;
	height:70px;
	background:#D6D6D6;
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-image : url(../images/logoDTM2.png);
	border:none;
}

#rowBorder {	
	width : 100%; 
	display : block;
	height:1px;
	background-position:left;
	background-repeat:repeat-y;
	background-image:url(../images/rowBorder.png);
	background-color:#B5B5B5;
	border:none;
	font-size:1px;
	}

#topBorder {	
	width : 100%; 
	display : block;
	height:1px;
	background-color:#B6B6B6;
	border:none;
	font-size:1px;
}

#menuRow {
	width : 100%; 
	display : block;
	height: 18px;
	padding-top:6px;
	font-size:12px;
	background-image:url(../images/menuRowBg.png);
	background-repeat:repeat-y;
	background-color:#D6D6D6;
	border:none;
	font: normal 12px/115% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}	

#menuRow a{
text-decoration:none;
color:black;
padding-left:6px;
padding-right:6px;
border-right: 2px solid #D1D1D1;
}

#menuRow a:hover{
text-decoration:none;
color:#1A75BC;
border-right: 2px solid #1A75BC;
padding-top:2px;
}

#menuLink{
/*padding: 3px 3px 3px 3px;*/
}

.active{
color: #1A75BC;
}

.dtm_green {
text-align:center;
color:green;
font-weight:bold;
font: normal 20px/100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#bannerBMW {
	width:100%;
	display:block;
	height:226px;
	background-color:#000000;
	background-repeat:no-repeat;
	background-image : url(../images/bannerBMW.jpg);
	background-position:left;
	border:none;
    }
	
	#contentDTM {
	display:block;
	width:100%;
}
#leftColumn {
	display:block;
	float:left;
	width:20%;
	min-height:440px;
	height:auto !important;
  	height:440px;
	background-color:#ECECEC;
}

#righColumn {
	display:block;
	float:left;
	width:80%;
	background-color:#F3F4F6 !important;
	background-image : url(../images/rightColumnBg.png);
	background-repeat:repeat-y;

}
#rightColumnContent{
background:#FFFFFF;

margin:auto;

margin-top:10px;

margin-left:10px;

margin-right:10px;

padding: 5px 10px 0 10px;

min-height:420px;

height:auto !important;



/*max-width:780px !important;*/


color:#3B3B3B;
}

#textAddress{
text-align:left;
	position:absolute;
	margin-left:280px;
	margin-top:7px;
	width:216px;
	height:36px;
	z-index:1;
	background:#D6D6D6;
	font-family:Arial, "Trebuchet MS",Helvetica, sans-serif;
	font-size:10px;
}
#textTitle{
	position:absolute;
	margin-left:520px;
	margin-top:22px;
	width:169px;
	height:18px;
	z-index:1;
	background:#D6D6D6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
}
#imgBMW{
	position:absolute;
	margin-left:742px;
	margin-top:-14px;
	width:90px;
	height:102px;
	z-index:1;
	background:#D6D6D6;
}
#imgMB{
	position:absolute;
	margin-left:848px;
	margin-top:-14px;
	width:90px;
	height:102px;
	z-index:1;
	background:#FFFFFF;
}

#cirex {
text-align:right;
color:#5D5D5F;
font-size:10px;
margin-right:34px;
}
#tableLeft{
	position:relative;
	display:block;
	margin-top:12px;
	margin-left:12px;
	width: auto;
}

#tableLeft td{
text-align:center;
background-color:#D6D6D6;
padding: 3px 3px 3px 3px;
width:40px;
}
#tableLeft a{
background-color:#D6D6D6;
}

.faq {
padding:6px 0;
}

.faqtext {
	min-height: 140px;
	height:auto !important;
  	height:140px;
}
