@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
}

body {
color:#000000;
font-family:Verdana, Arial, Tahoma;
font-size:12px;
background:#DFDFDF url(../images/bg.gif) repeat-x 0% 0%;
}

body.creditapplication {
color:#000000;
font-family:Verdana, Arial, Tahoma;
font-size:12px;
background:#DFDFDF url(../images/bg2.gif) repeat-x 0% 0%;
}

.clear {
clear:both;
font-size:0%;
line-height:0%;
height:0px;
}

h1 span {
display:none;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
margin:0px 0px 4px 0px;
}

#all {
margin:0 auto;
width:950px;
}
/* =Misc(links)
----------------------------------------------- */
a {
color:#003399;
text-decoration:underline;
}
a:hover {
color:#003399;
text-decoration:none;
}

img {
border:none;
}

/* =Header
----------------------------------------------- */
#header {
height:195px;
width:950px;
}
#header2 {
height:75px;
width:950px;
}
h1 {
position:absolute;
margin:10px 0 0 0;
}
#menu {
list-style:none;
padding:0;
margin:0 0 0 355px;
position:absolute;
}
#menu li{
float:left;
padding-right:35px;
}
#menu li a{
display:block;
height:50px;
}
#menu li a span{
display:none;
}
.m1 {
background:url(../images/m1.gif) no-repeat 0% 0%;
width:47px;
}
.m1:hover {
background:url(../images/m1.gif) no-repeat 0% -50px;
}
.m2 {
background:url(../images/m2.gif) no-repeat 0% 0%;
width:36px;
}
.m2:hover {
background:url(../images/m2.gif) no-repeat 0% -50px;
}
.m3 {
background:url(../images/m3.gif) no-repeat 0% 0%;
width:99px;
}
.m3:hover {
background:url(../images/m3.gif) no-repeat 0% -50px;
}
.m4 {
background:url(../images/m4.gif) no-repeat 0% 0%;
width:58px;
}
.m4:hover {
background:url(../images/m4.gif) no-repeat 0% -50px;
}

.active_m {
background-position:0% -50px;
}

#phone {
position:absolute;
margin:0 0 0 737px;
padding:13px 0 20px 19px;
border-left:solid 1px #4D5052;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FDFDFD;
line-height:20px;
}
#phone span {
color:#ccc;
}
#slogan {
position:absolute;
margin:61px 0 0 40px;
padding:31px 0 0 150px;
height:81px;
width:725px;
background:url(../images/slogan.jpg) no-repeat 0% 0%;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
#slogan span{
font-size:25px;
}
#slogan p {
position:absolute;
margin:-2px 0 0 -2px;
color:#fff;
}

/* =Content
----------------------------------------------- */
#content {
background:url(../images/bgs2.gif) repeat-y 0% 0%;
width:950px;
}
#cont_top {
background:url(../images/bgs1.gif) no-repeat 0% 0%;
}
#cont_bot {
background:url(../images/bgs3.gif) no-repeat 0% 100%;
padding:41px 44px 40px 46px;
}



/* =Footer
----------------------------------------------- */
#footer {
padding:28px 0 0 0;
height:70px;
text-align:center;
color:#999999
}
a.footer {
color:#999999;
text-decoration:underline;
}
a.footer:hover {
color:#999999;
text-decoration:none;
}


