/*-----------------------------------------------------
                    CONTAINER OVERRIDE
-------------------------------------------------------*/

#container {
    height:auto !important;
    height:70%;    
}
html>body #container {
    height: auto;
    min-height: 70%;
}
p, ul, td, td ul, ol, td ol, dl {
    font-size:11px;
}

/*-----------------------------------------------------
                    BANNER
-------------------------------------------------------*/

#banner {
    width:auto;
    height:208px;
    margin-top:1px;
}
#calltoaction {
    float:right;
    width:185px;
    height:194px;
    margin:15px 0 0 0; 
}

/*-----------------------------------------------------
                    MARKETING
-------------------------------------------------------*/

#marketing {
    clear:both;
    margin:5px 0 5px 0;
}
#can, #hurry {
    width:260px;
    float:left;
    padding:0 10px;
}
#start {
    width:210px;
    float:left;
    padding:0 10px;
    text-align:center;
}
#can table {
    margin-top:15px; 
}
#can table td{
    padding:0 5px 10px 0; 
}
.bg {
    background-image: url("images/home/market_border.gif");
    background-repeat: no-repeat;
    background-position: right 25px;
}
#marketing .header {
    text-align:center;
    background:#fff;
}
div#start div.header  {
    margin-bottom:15px;
}
div#hurry div.header {
    margin-bottom:10px;
}
#buttons {
    margin:0px 0 20px 0;
}
#buttons div{
    width:265px;
    float:left;
    text-align:center;
}
#buttons span a{
    font-size:90%;
    font-weight:bold;
    text-decoration:underline;
} 
.button {
    background:url('../images/home/grayBTN.gif') repeat-x;
    font-family:trebuchet ms, arial narrow;
    font-size:9pt !important;
    font-weight:600 !important;
    vertical-align:bottom;
    height:1.7em !important;
    border:1px solid #aaa;
    -moz-outline:none !important;
}
button { -moz-outline:none !important; }
.buttonDown {
    background:url('../images/home/grayBTNmd.gif') repeat-x;
    font-family:trebuchet ms, arial narrow;
    font-size:9pt !important;
    font-weight:600 !important;
    vertical-align:bottom;
    height:1.7em !important;
    border:1px solid #aaa;
    -moz-outline:none !important;
}
.buttonOver {
    background:url('../images/home/grayBTN.gif') repeat-x !important;
    font-family:trebuchet ms, arial narrow;
    font-size:9pt !important;
    font-weight:600 !important;
    vertical-align:bottom;
    height:1.7em !important;
    border:1px solid #ffa904;    
    -moz-outline:none !important;
}
#browse {
    margin:20px 0 20px 165px;
}
#browse div{
    width:160px;
    float:left;
    text-align:center;
}
/*-----------------------------------------------------
                    CUSTOMERS
-------------------------------------------------------*/

#updatediv {
    text-align:center;
    padding:0;
    clear:both;
    width:100%;
    margin-bottom:10px;
}
#customers {
    text-align:center;
    padding:0;
    clear:both;
    width:100%;
    height:125px;
    background:url("images/home/customer_box.gif") top left no-repeat;
}
#customers img {
    padding:0 15px 0 0;
}
#customers h5 {
    padding:7px 0 10px 0;
    margin:0;
    color:#006633;
}
#customers p {
    padding:3px 0 0px 0;
    margin:0;
    font-size:normal;
}
#clickbanner{
	position:absolute;
	top:175px;
	left:400px;
	width:150px;
	height:25px;
	display:block;
	text-decoration:none;
	outline:none;
}