/*-------------------------------------------------
		    - GLOBAL -						
-------------------------------------------------*/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-family:  arial, verdana, serif;
    background: #fff url('../images/build/background_top.jpg') repeat-x;
    color: #666;
    text-align: left;
}
    
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}
		
#container { 
    width: 800px; 
    margin: 0 auto; 
    background: #fff; 
}
	
a {color: #c03000; text-decoration: underline;}
a:hover { text-decoration: none;}

a img { border: none; }
p { margin: 0 0 1.5em 0; }
span { color: #029dd4; font-weight: bold; }
em { font-style: normal; color: #356a00; font-size: 15px;  }

.ghost { display : none; }

/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

.right { float: right; margin: 0 0 10px 0; }

.left { float: left;
	margin: 0 15px 0 0;
	background: #ccc;
	padding: 5px;}
	
.left_products { float: left;
	margin: 0 15px 20px 0;
	background: #ccc;
	padding: 5px;}
	
.center { display: block;
	  margin: 0 auto;
	  padding: 5px;
	  background: #ccc;}

/*-------------------------------------------------
		- H-TAGS -				
-------------------------------------------------*/

h2 {
    font-size: 175%;
    color: #32331d;
    margin: 8px 50px 5px 0; padding: 0 0 8px 0;        
    border-bottom: 1px solid #eee;
    font-weight: bold;
    line-height: 25px;
}

h3 {
    font-size: 145%;
    color: #32331d;
    margin: 8px 50px 5px 0; padding: 12px 0 4px 10px;        
    border-bottom: 2px solid #eee;
    font-weight: bold;
    width: 180px;
    line-height: 25px;
}

h4 {
    font-size: 115%;
    color: #fff;
    background: #0499d5 url('../images/build/top.jpg') top center no-repeat;
    margin: 8px 50px 5px 5px; padding: 8px 0 8px 10px;        
    font-weight: bold;
    width: 180px;
}

/*-------------------------------------------------
		- HEADERS -					
-------------------------------------------------*/

#header_01 { 
	clear: both;
        background: url('../images/build/header_top.jpg') repeat-x;
	height: 47px;
	}
	
#header_02 { 
	clear: both;
        background: url('../images/build/header.jpg') no-repeat center; 
	height: 203px;
        color: #fff;
	}

/*-------------------------------------------------
		- LEFT -				
-------------------------------------------------*/

#left { 
	float: left; clear: left; 
	width: 200px; 
	}
    #menu ul {
        margin: 0 0 10px 0; padding: 0;
        list-style: none;
        font-size: 1.1em;
        width: 100%; /* Width of Menu Items */
        }

    #menu ul li a {
        display: block;
        text-decoration: none;
	font-weight:bold;
	color: #356a00;
        padding: 5px 0 6px 10px; margin: 0;
        height: 19px;
	border-bottom: dashed 1px #ccc;
        }
            
    #menu ul li a:hover { 
            display: block;
            background-color: #3e3e3e;
	    background: #c0e6f4;
	    border-left: 3px solid #0499D5;
            color: #333;
            } /* Hover Styles */
        
#left p {
    padding: 0 10px;
}

/*-------------------------------------------------
		- MAIN -				
-------------------------------------------------*/

#main { margin: 20px 50px 20px 250px; }

.map { padding: 150px 0 0 0; }

#province li { list-style: none; }

#province li a { background: url('../images/build/icon.png') no-repeat 0 3px;
		    padding: 0 0 0 20px;
		    margin: 0 0 0 50px; }
		    
#products { display: block;
	    margin: 0 auto;
	    height: 685px;}
	    
.list a { display: block;
	margin: 10px auto; padding: 5px 0;
	width: 250px;
	background: #e9e9e9;
	border-top: 2px solid #6d6d6d;
	border-bottom: 2px solid #6d6d6d;
	text-align: center;
	font-weight: bold;
	color: #303030;
	font-size: 1.2em; }
	
.list a:hover { border-top: 2px solid #0499D5;
	        border-bottom: 2px solid #0499D5; }

/*-------------------------------------------------
		- FOOTER -					
-------------------------------------------------*/

#footer {
    clear: both;
    background: #8ECD38 url('../images/build/footer.jpg') no-repeat center;
    color: #fff;
    }
	
#footer p { 
	text-align: center; 
	margin: 0; padding: 5px 0;
	font-size : 1.0em;
	font-weight: bold;
	line-height: 25px;
	}
    #footer p a {
        color: #fff;
    }
    
/*-------------------------------------------------
                - FORMS -					
-------------------------------------------------*/

#quick form {
    padding: 8px 0 0 10px;        
    width: 180px;
    margin: 5px auto;
    background: #0499d5 url('../images/build/bottom.jpg') bottom center no-repeat;
    color: #ccffff;
    line-height: 150%;
    font-weight: bold;
}

#franchise form {
		    width: 250px;
		    background: #fff;
		    margin: 25px auto;
		    color: #666;
		    border: 1px solid #ccc;
		    padding: 10px 0 0 85px;
}