/* reset CSS and import common parking styles */
@import url( "/css/util/reset.css" );
@import url( "/css/parking/common.css" );

/* reset CSS and import global theme styles */
@import url( "/css/parking/theme1/global.css" );

/* domain editor style */
@import url( "/css/util/domain-editor.css" );


/*
    Set the look specific properties
*/

body {
    background: url( '/images/parking/theme1/look1/body_bg.gif' ) repeat-y center #F1F1EF;
}

#tabsWrap {
    background: url( '/images/parking/theme1/look1/nav.gif' ) repeat-x top; 
}

#mainLeft ul li {
    background: url( '/images/parking/theme1/look1/arrow.gif' ) no-repeat 5px 11px;
}

#headerWrap {
    padding: 10px 0 10px 20px;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    font-family: arial;
}

h1 {
    font-size: 22px;
    font-family: arial;
    color: #333333;
    padding: 0 0 20px 0;
}
p {
    margin-bottom: 12px;
}