/**********************************************
/*  BAMBOO FLOORING BRISBANE STYLE-SHEET:
/**********************************************/

/**********************************************
/* GLOBAL STYLES:
/**********************************************/

*
{
    margin-top: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

body
{
    background-image: url(../images/background.jpg);
    background-color: #121212;
}

a:link {
    color: #d5edb3;
    text-decoration: none;
}

a:visited {
    color: #c0c0c0;
    text-decoration: none;
}

a:hover {
    color: #78007b;
    border-bottom: 1px solid #c0c0c0;
    text-decoration: none;
}


/**********************************************
/* DIV STYLES:
/**********************************************/

#header {
    height: 140px;
    background-color: #ffffff;
}

#container {
    margin: 0px auto;
    width: 990px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    background-color: #669933;
    overflow:hidden;
}

#navigation {
    background-color: #669933;
    min-height: 365px;
    width: 140px; /*!ORIGINAL! width: 170px;*/
    padding-top: 15px;
    /*!ORIGINAL! DO NOT UNCOMMENT UNLESS REQ! border-right: 1px solid #999999;*/
    font-size: 14px;
    float:left;
}

#navigation ul 	{
	    margin-left: 0;
	    padding-left: 0;
	    list-style-type: none;
	    font-family: Sans-Serif, Georgia;
	    font-size: 14px;
	}

	#navigation a 	{
	    display: block;
	    padding-top: 5px;
	    width: 124px; /*!ORIGINAL! width: 160px;*/
	    background-color: #669933;
	    border-bottom: 1px solid #ffffff;
	}

	#navigation a:link, #navigation a:visited {
	    color: #d5edb3;
	    text-decoration: none;
	}

	#navigation a:hover {
	    background-color: #D5EDB3;
	    color: #78007b;
	}
	
	#navigation a {
	    font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
	    color: #D5EDB3;
	    line-height:16px;
	    letter-spacing:0.1em;
	    text-decoration: none;
	    display:block;
	    padding:8px 6px 10px 10px;
	}
	
	#navigation a:hover {
	    background: #99CC66;
	    color:#81007F;
	}

	#navigation .upperlink {
	    border-top: 1px solid #ffffff;
	}

#content {
    width:590px;
    min-height: 400px;
    font-size: 11px;
    background-color: #ffffff;
    color: #333333;
    padding-left: 25px;
    padding-top: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    overflow:hidden;
    float:left;
    margin-left:5px;
}

#aside {float:right;width:225px;text-align:center;}
#aside form {text-align:left;margin-bottom:10px;}
#aside  form{width:218px;}
#aside  form h3 {
    background-color: #78007B;
    color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    margin: 0;
    text-align: center;
    text-decoration:none;
    
}
#aside  form fieldset{
    background-color: #FFFFFF;
    border-bottom: 1px solid #4B3D19;
    border-left: 3px solid #4B3D19;
    border-right: 3px solid #4B3D19;
    float: left;
    padding: 0 5px;
    width: 202px;
    margin:0;
}
#aside  form fieldset h4{border-bottom:2px solid #4B3D19;float:left;font-weight:bold;margin:10px 0;text-align:left;width:100%;margin:5px 0;padding:5px 0;}    

#aside  form fieldset div {overflow:hidden;margin-bottom:10px;clear:both;}
#aside  form fieldset div.select {}
#aside  form div.send {overflow:hidden;width:208px;padding:0 5px;text-align:right;background:url(images/secure.png) no-repeat bottom center;padding:5px 5px 25px 5px;}

#aside  form fieldset div span {float:left;line-height:20px;font-size:11px;color:#666666;}
#aside  form fieldset div input{float:right;border:1px solid #d2d2d2;height:20px;width:110px;padding:0 5px;}
#aside  form fieldset div.select select {border:1px solid #d2d2d2;float:right;height:20px;width:120px;padding:0;}
#aprox_area{background:url(images/m-square.png)no-repeat right center;}


#footer {
    width: 990px;
    height: 65px;
    background-color: #669933;
    font-size: 12px;
    text-align: center;
    overflow:hidden;
}


/**********************************************
/* CLASSES:
/**********************************************/

h1 {
    font-size: 20px;
    color: #78007b;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    margin-bottom: 5px;
    letter-spacing: 0.21em;
}

h2 {
    font-size: 12px;
    color: #78007b;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 0px;
}
h3 {
    font-size: 15px;
    color: #78007b;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    text-decoration: underline;
}

#content li {
    list-style-image: url(images/check.gif);
    margin-left: 35px;
    color: #78007b;
}

.details {
    color: #669933;
    font-weight: bold;
    margin-left: 55px;
}

.mainimage {
    float: right;
    /* margin-top: 0px; */
    margin-right: 20px;
}


/**********************************************
/* IE 7 AND 6 FIXES:
/**********************************************/

*html #navigation {
    height: 365px;
    margin-right: -2px;
}
*html #content {
height: 400px;
border: 1px solid #ff0000;
}

*html .mainimage {
margin-top: 0px;
}

