Ôªø/* CSS Document */

/* ------- TABLE OF CONTENTS ------------

    Project:     
   Packaged: 	
    Version: 	
     Author: 	
Last Change:    
Primary Use:  
 
1. Import
2. Structure
4. Typography

---------- END TABLE OF CONTENTS -------*/

/* 1. Import 
----------------------------------------*/

@import url("/CSS/reset.css");
@import url("/CSS/global.css");

/* End Import --------------------------*/

/* 2. Structure 
----------------------------------------*/
body {background:#01416d;}
.container { min-width:976px;}

.header { height:130px; min-width:800px; background:url(/images/bg-header.jpg) bottom repeat-x white; }
.header a { width:210px; height:146px; top:27px; left:4%; background:url(/images/logo.jpg) no-repeat; }
.header ul.addresses { list-style-type:none; bottom:45px; left:5%;}
.header ul.addresses li { float:left; margin:0 40px 0 0; }


.contentSetting {padding:25px 0 0 0; overflow:hidden; background:url(/images/bg-contentSetting.jpg) repeat-x  #01416d; }
.section { width:56%; height:535px; padding-left:4%; float:left; }
.section .creditForm { z-index:9999; height:520px; -webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px; -webkit-box-shadow: 0 0 20px #000; -moz-box-shadow: 0 0 20px #000; background: url(/images/bg-creditForm.jpg) 0 117px repeat-x white;}
.section .creditForm .content { width:60%; height:360px; float:left; padding:140px 0 0 0;font-size:1.5em;  background:url(/images/right-car-right-loan-right-now.jpg) 10px 10px no-repeat; }
.section .creditForm p { padding:0 2%; }
.section .creditForm .form { width:40%; height:520px; float:left;-webkit-border-top-right-radius: 12px;-webkit-border-bottom-right-radius: 12px;-moz-border-radius-topright: 12px;-moz-border-radius-bottomright: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px; background:url(/images/bg-form.jpg) repeat-x #003051; }
.section .creditForm .form img { display:block; float:none; margin:10px auto 20px auto; }
.section .creditForm .form table {}
.section .creditForm .form table tr {}
.section .creditForm .form table tr td { padding:3px; }
.section .creditForm .form table tr td.step { font-size:44px; color:#a4a4a4;}
.section .creditForm .form table tr td label { font-weight:bold; font-size:1.4em; color:Black; }
.section .creditForm .form table tr td input { width: 90%;}
.section .creditForm .form table tr.radioGroup td input { width: 20px; position:relative; top:3px;}
.section .creditForm .form table strong { font-weight:bold; font-size:1.2em; color:Black; }
.section .creditForm .form table input.submit { width:170px; height:32px; display:block; margin:0 auto; border:none; background:url(../images/submit.jpg) no-repeat;}


.aside { width:38%; height:425px; margin:0 0 0 2%; float:left; background:url(../Images/everything-we-do-is-driven-by-you.jpg) 0 85px no-repeat; }

/* End Structure
 --------------------------*/

/* 4. Typography
----------------------------------------*/
/* This is where you set your desired font size. 
   Fonts set in pixels will not re-size.
   The line-heights and vertical margins are automatically calculated from the body font-size percentage. 
   The percentage is of 16px (0.625 * 16px = 10px = 1.0em).
   Check the font style sheets to set the font-size attribute percentage.
--------------------- */
body { font-size: 62.5% !important; }

/* --- Default Fonts & Colors --- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {}

/* --- Headings --- */
h1,h2,h3,h4,h5,h6 { }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* --- Text Elements --- */
p { font-size:1.1em; margin:0 0 1em 0; }
.warning { color: Red; }

/* End Typography
 --------------------------*/