/*
Theme Name: Promexico Singapore
Theme URI: http://jerome/
Description: The default Promexico Singapore Wordpress theme
Version: 0.1
Author: Jerome Texier
Author URI: http://jerome-texier.metulo.net/
Tags:
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
    width: 1020px;
    margin: auto;
}

.clear { clear: both; }

#header {
	background-color: white;
	padding: 15px 0 0 0;
}
    #header a {
        color: #000000;
        text-decoration: none;
    }
    #header h1 {
        font-size: 16pt;
        display: inline;
        margin: 20px 0 0 50px;
    }
    #header p {
        background-color: #898989;
        color: #ffffff;
        font-size: 16pt;
        font-weight: bold;
        text-align: center;
        padding: 5px 0 5px 0;
    }
    #header div.left {
        float: left;
        margin: 0 0 10px 0;
    }
    #header div.right img {
        margin: 10px 0 0 70px;
    }

#content {
	padding: 0 0 0 0;
	}

#main-content {
	margin: 0 0 20px 205px;
    padding: 10px 0 0 0;
    font-size: 10pt;
    width: 800px;
}
    #main-content h2 {
        padding: 7px 0 0 0;
        font-size: 12pt;
    }
    
    #main-content p {
        margin: 14px 0 14px 0;
        width: 650px;
    }

    #main-content a img {
        border: 0px;
    }
    
    #main-content ul li {
        margin: 0 0 0 15px;
        width: 650px;
    }

    #main-content ol li {
        margin: 0 0 0 20px;
        width: 650px;
    }

.alignright {
    float: right;
    margin: 0 0 5px 5px;
}

#sidebar {
	width: 195px;
	float: left;
	padding: 0 0 5px 0;
	}
	#sidebar ul {
		list-style: inside;
	}

    .nav {
        padding: 5px 0 0 0;
    }

    div.nav h1 {
        font-size: 10pt;
        text-transform: uppercase;
        color: #000000;
        padding-left: 5px;
    }
    div.nav a {
        color: #000000;
        text-decoration: none;
    }
    div.nav a:hover {
        text-decoration: underline;
    }
    div.nav ul li {
        padding-left: 20px;
        font-size: 10pt;
    }

    .nav1 {
        background-image: url("/wp-content/themes/promexico/images/nav1.gif");
    }
    .nav2 {
        background-image: url("/wp-content/themes/promexico/images/nav2.gif");
    }
    .nav3 {
        background-image: url("/wp-content/themes/promexico/images/nav3.gif");
    }
    .nav4 {
        background-image: url("/wp-content/themes/promexico/images/nav4.gif");
    }
    .nav5 {
        background-image: url("/wp-content/themes/promexico/images/nav5.gif");
    }
    .nav6 {
        background-image: url("/wp-content/themes/promexico/images/nav6.gif");
    }
        div.nav6 p {
            font-size: 10pt;
            text-align: center;
        }

#footer p {
    background-color: #039acc;
    font-size: 11pt;
    text-align: center;
    color: white;
    margin-bottom: 1px;
    font-weight: bold;
    padding: 5px 0 5px 0;
}