/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body-bg-x.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Trebuchet MS;
}

#shadow-container {
	width:94%;
	margin-left:auto;
	position: relative;
	left: 3px;
	top: 3px;
	margin-right:auto;
	margin-top:50px;
	margin-bottom: 3px;
	overflow:visible;	
}

#banner-img {
	width:auto;
	/*width:98%;*/
	background-color:#1B3A46;
}

#link-tab-x{
	/*width:91.6%;*/
	width:auto;
	background-image:url(../images/link-bg-x.jpg);
	background-repeat:repeat-x;
}

#body-container{
	width:auto;
	margin-top:4px;
	font-size:12px;
	color:#666666;
	float:left;
	overflow:visible;
}

#body-left{
	width:23%;
	float:left;
}

#body-right{
	width:23%;
	float:right;
	margin-right:15px;
	margin-left:5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #B3B3B3;
}

#body-center{
	width:50%;
	float:left;
	margin-left:11px;
}

#futter{
	width:100%;
	float:left;
	background-image:url(../images/futter-bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}

#left-link-container{
	padding-left:5px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/left-link-bg-x.jpg);
	background-repeat:repeat-x;
	text-align:left;	
}

#bottom-brdr-gray{
	margin-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3B3B3;
}

#div-below-left-link{
	margin-top:2px;
	width:auto;
	padding:5px;
}

#right-div-Dealers-branch{
	padding:3px;
	margin-top:2px;
	margin-left:8px;
}

.text-box{
	width:125px;
	height:21px;
}

.content-white{
	color:#FFFFFF;
}

.bg-red{
	background-color:#E54C4E;
}
.bg-blue {
	background-color: #4A8094;
}

.content-ul-list {
	list-style-position: outside;
	list-style-image:url(../images/content-bullet.png);
	text-align:left;
	line-height:30px;
	text-decoration:none;	
}

.content-ul-list-yelw-bult {
	list-style-position: outside;
	list-style-image:url(../images/content-bullet-yellow.png);
	text-align:left;
	line-height:20px;
	text-decoration:none;	
}

.left-link-content-ul {
	list-style-position: outside;
	list-style-image: url(../images/link-bullet-wht.png);	
}

.left-link-text {
	display:block;
	padding:8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.left-link-text:hover {
	display:block;
	padding:8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #CFCFCF;
	text-decoration: none;
}


.left-link-text-last {
	display:block;
	padding:8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.left-link-text-last:hover {
	display:block;
	padding:8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #CFCFCF;
	text-decoration: none;
}



.futter-content{
	color:#666666;
	font-size:11px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.link-tab-x-content{
	color:#333333;
	font-size:14px;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:30px;
}

.link-tab-x-content a{
	color:#333333;
	font-size:14px;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:30px;
}

.link-tab-x-content a:hover{
	color:#999999;
	font-size:14px;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:30px;
}

.bg-pinkFlash {
	width:auto;
	/*width:98%;*/
	background-image: url(../images/flashbanner-bg.jpg);
	background-repeat: repeat-x;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -2px;
	top: -2px;
	float:left;
}
 
	#shadow-container .shadow1 {
		background: #e0e0e0;
		float:left;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
		float:left;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
		float:left;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
		color: inherit;
		float:left;

	}
	
