@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/bg_orange.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-size: 24px;
	color: #ffab33;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #ffab33;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #ffab33;
	font-weight: bold;
}
a:link, a:visited {
	color: #ffab33;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffab33;
	text-decoration: underline;
}
	
#header h1 {
	color: #ffab33;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	margin-right: 40px;
	padding-top: 20px;
}
#outline {
	width: 1002px;
	border: 1px solid #999;
	background-color: #000000;
}
#header {
	width: 1000px;
	height: 110px;
	background-image: url(../images/hyundai_experience_red_02_orange.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#nav {
	width: 1000px;
	height: 32px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffab33;
	padding-top: 8px;
}
#nav a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding-left: 20px;
	font-weight: bold;
}
#flash {
	width: 1000px;
	height: 300px;
}
#header2 {
	width: 1000px;
	height: 300px;
	background-image: url(../images/header2_orange.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	font-size: 11px;
}
#header2 h1 {
	margin-left: 20px;
	font-size: 30px;
}
#black {
	width: 960px;
	text-align: justify;
	padding: 20px;
}
#tab {
	width: 1000px;
	height: 44px;
	background-image: url(../images/hyundai_experience_red_07_orange.jpg);
	background-repeat: no-repeat;
}
#tab h2 {
	text-align: left;
	margin: 4px 0 0 16px;
	color: #ffab33;
}
#tab h2 a {
	text-align: left;
	margin: 4px 0 0 16px;
	color: #333;
}
#map2 {
	width: 1000px;
	background-image: url(../images/hyundai_experience_red_08.jpg);
	color: #000;
}
#map_bottom {
	width: 1000px;
	background-image: url(../images/hyundai_experience_red_14.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.scroller {
	width:997px;
	height: 80px;
	background-color: #b4b4b4;
}
.noscroller {
	width:997px;
	height: 8px;
	background-color: #b4b4b4;
}
html>/**/body .scroller {
	width:997px;
	height: 124px;
	background-color: #b4b4b4;
} 
.top_addresses {
	color: #FFF!important;
}
.top_addresses a {
	color: #FFF!important;
	text-decoration: none;
}
.compare {
	position: relative;
	width: 260px;
	color: #CCC;
	font-size: 24px;
	margin-left: -100px;
	text-align:left;
	margin-top: -36px;
}
.research {
	position: relative;
	width: 260px;
	color: #CCC;
	font-size: 24px;
	margin-left: 500px;
	margin-top: -32px;
}
.contact_us {
	background-image: url(../images/contact_bg.jpg);
}
/*------------------------------MAP-----------------------*/
#address {
	width: 234px;
	height: 95px;
	background-image: url(../images/hyundai_experience_red_11.jpg);
	color: #FFF;
	padding: 6px;
	margin-bottom: -12px;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
.dealer {
	color: #ffab33;
	font-size: 16px;
	font-weight: bold;
}
.address {
	color: #FFF;
	margin-left: 14px;
}
.link {
	color: #FFF;
	text-decoration: none;
	margin-left: 14px;
}



/* CSS needed for the TOOLTIP script */

                #fdImageThumb
                        {
                        display: block;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 243px;
                        height: 195px;
                        visibility:hidden;
                        overflow:hidden;
                        }
                #fdImageThumb div
                        {
                        display: block;
                        position: absolute;
                        width: 32px;
                        height: 32px;
                        background:transparent url(./loading.gif) no-repeat 0 0;
                        visibility:hidden;
                        z-index:1;
                        }
                #fdImageThumb div.imageLoaded
                        {
                        background:transparent url(./loading.gif) no-repeat 0 0;
                        }
                #fdImageThumb div.imageError
                        {
                        background:transparent url(./error.gif) no-repeat 0 0;
                        }
                #fdImageThumb img
                        {
                        position:absolute;
                        display:block;
                        border:0 none;
                        width: 202px;
                        height: 152px;
                        z-index:2;
                        }
                .leftTop
                        {
                        /* Good browsers */
                        background:transparent url(./rt.png) no-repeat 0 0 !important;
                        background:none;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='rt.png',sizingMethod='image');
                        }
                .leftTop img
                        {
                        top:16px;
                        left:25px;
                        }
                .leftTop div
                        {
                        left: 113px;
                        top: 76px;
                        }
                .leftBottom
                        {
                        /* Good browsers */
                        background:transparent url(./lb.png) no-repeat 0 0 !important;
                        /* IE badness */
                        background:none;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='lb.png',sizingMethod='image');
                        }
                .leftBottom img
                        {
                        top:28px;
                        left:25px;
                        }
                .leftBottom div
                        {
                        left: 113px;
                        top: 82px;
                        }
                .rightTop
                        {
                        /* Good browsers */
                        background:transparent url(./lt.png) no-repeat 0 0 !important;
                        /* IE badness */
                        background:none;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='lt.png',sizingMethod='image');
                        }
                .rightTop img
                        {
                        top:16px;
                        left:16px;
                        }
                .rightTop div
                        {
                        left:103px;
                        top:70px;
                        }
                .rightBottom
                        {
                        /* Good browsers */
                        background:transparent url(./rb.png) no-repeat 0 0 !important;
                        /* IE badness */
                        background:none;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='rb.png',sizingMethod='image');
                        }
                .rightBottom img
                        {
                        top:28px;
                        left:15px;
                        }
                .rightBottom div
                        {
                        left:103px;
                        top:80px;
                        }

