﻿@charset "utf-8";
/* 
--------------------------------------------------
ValetParking.COM
default.css

yew [yew @ theotino.com]
10/06/2008 
 
Copyright © 2008 myTino.com
--------------------------------------------------
*/

/* @group general styles */

body,img,ul,li,p {
    margin: 0;
    padding: 0;
    font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #555555;
    border: none;
}    

.clear {
    width: 100%;
    clear: both;
}    
/* @end general styles */

/* @group layout */

#layout {
    width: 975px;
    margin: 0 auto;
}

/* @group header */

#header {
    width: 975px;
    height: 22px;
    line-height: 22px;
    background: url(../images/background/header-bg.gif) top left repeat-x;
} 

#header span {
    float: right;
    margin-right: 125px;
    color: #8a8a7b;
}  

#header span a {
    background:url(../images/background/a-bg.gif) repeat-x left bottom; 
    padding-bottom:2px;         
}

#header span a:link,
#header span a:visited {
    text-decoration:none; 
    color:#8a8a7b;
}  

#header span a:hover {
    color: #99CC33;
}      

/* @end header */

/* @group navigation */

#logo {
    float: left;
    margin: 27px auto 24px 108px;
    display: inline;
}  


#navigation {
    float: left;
    margin-top: 50px;
    height: 12px;
    width: 570px;
    display: inline;
}

#navigation ul {
    list-style: none;
}    

#navigation ul li {
    float: right;
    font-size: 11px;
    color: #555555;
    border-left: 1px solid #cccccc;
    padding: 0 15px;
}   

#navigation ul li.lastLi {
    border: none;
}     

#navigation ul li a:link,
#navigation ul li a:visited {
    text-decoration: none;
    color: #555555;
}  

#navigation ul li a:hover {
    color: #076116;
}            
          
/* @end navigation */

/* @group banner */

#banner {
    width: 801px;
    height: 252px;
    float: left;
    margin-left: 84px;
    display: inline;
    background: url(../images/background/banner-bg.gif) top left no-repeat;
}    

#bannerContent {
    margin: 9px auto auto 11px;
}

/* @end banner */

/* @group content */
#content {
    width: 778px;
    float: left;
    margin-left: 95px;
    border-bottom: 1px solid #ededed;
    display: inline;
}

#content h5 {
    margin: 0 0 28px 0;
    padding: 0;
    color: #076116;
    font-size: 12px;
} 

/* @group left */

#left {
    width: 472px;
    padding: 16px 18px 20px 20px;
    border-right: 1px solid #ededed;
    float: left;
} 

#left p {
    padding-bottom: 16px;
} 

#left p.thankLeft {
    padding: 30px 0 120px 0;
}          

#left ul {
    list-style: none;
    clear: both;
}

#left ul li {
    float: left;
    padding: 0 30px 10px 0;
} 

#left ul li input {
    border: 1px solid #dcdcd6;
    background: #fbfbf8;
    width: 201px;
    height: 18px;
    padding: 3px 0 0 2px;
    font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #555555;
}            

#left div {
    text-align: right;
}    

/* @end left */

/* @group right */

#right {
    width: 207px;
    padding: 16px 40px 0 20px;
    float: left;
    background: url(../images/background/content-right.gif) top left no-repeat;
}  

#right p {
    margin-left: 20px;
} 

#right ul {
    list-style: url(../images/icons/arrow.gif);
    clear: both;
    float: left;
    padding: 10px 20px 10px 0;
}  

#right ul li {
    margin: auto auto 5px 35px;
    font-weight: bold;
}      

/* @end right */

/* @end content */

/* @group footer */

#footer {
    width: 778px;
    float: left;
    margin-left: 95px;
    display: inline;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#footerLeft {
    width: 510px;
    border-right: 1px solid #ededed;
    float: left;
}  
#footerLeft ul {
    list-style: none;    
    padding: 13px 0 0 7px;
}    


#footerLeft ul li {
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #e4e4e4;
    padding: 0 13px;
    float: left;
}     

#footerLeft ul li a:link,
#footerLeft ul li a:visited {
    text-decoration: none;
    color: #666666;
}

#footerLeft ul li a:hover {
    color: #076116;
}     

#footerRight {
    float: left;
    padding: 13px 0 0 20px;
}    
/* @end footer */    

/* @end layout */