/* Stylesheet for homepage-specific elements	*/
/* 	Page created by: Sligh Programming Solutions, 2009 */



.homepage_header {
    color: #555b75;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.homepage_header2 {
    color: #555b75;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.homepage_header3 {
    margin-top: 10px;
    color: #555b75;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.homepage_column1 {
	width: 200px;
	height: 100%;
	border: 0px solid black;
}

	.new_to_rfq {
		height: 210px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		margin-bottom: 10px;
		padding: 5px;
		overflow: hidden;
	}
	
	    .NewToRFQ_Button {
	        margin-top: 30px;
	        padding: 5px;
	        border-style: outset;
	        background-color: #dfb208;
	        color: #555b75;
	        text-align: center;
	        font-weight: bold;
	        font-size: 16px;
	        text-decoration: none;
	    }

	.statistics {
		height: 425px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		padding: 5px;
		overflow: hidden;
	}
	
	    .statistics .numbers {
	        font-weight: bold;
	        font-size: 15px;
	    }

	    .statistics .category {
	        font-size: 11px;
	    }

	    .statistics .timespan {
	        color: gray;
	        font-size: 9px;
	    }

	.buyer_menu {
		/*height: 365px;*/
		min-height: 365px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		padding: 5px;
		overflow: visible;
	}

	    .buyer_menu A {
	    }

	    .buyer_menu h2,h3 {
		    margin-top: 15px;
	    }

	    .buyer_menu .numbers {
		    color: gray;
		    font-size:10px;
	    }

.homepage_column2 {
	float: left;
	width: 530px;
	height: 100%;
	border: 0px solid black;
}

	.slideshow {
		height: 210px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		margin-bottom: 10px;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
	}

	.top_rfqs {
		background-color: #e6e5ec;
		border: 2px solid #555b75;
	}

	.current_rfqs {
		background-color: #e6e5ec;
		border: 2px solid #555b75;
	}
		.project_quickview {
			height: 425px;
			background-color: #e6e5ec;
			border: 2px solid #555b75;
    		padding: 5px;
    		overflow: hidden;
		}

.homepage_column3 {
	float: right;
	width: 200px;
	height: 100%;
	border: 0px solid black;
}

	.how_to_use {
		height: 210px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		margin-bottom: 10px;
		padding: 5px;
		overflow: hidden;
	}

	    .how_to_use_text {
	        font-size: 16px;
	        margin-left: 21px;
	        margin-right: 0px;
	        margin-top: 0px;
	        margin-bottom: 0px;
            text-indent: -21px;
            color: #555b75;
	    }

	.in_demand {
		height: 425px;
		background-color: #e6e5ec;
		border: 2px solid #555b75;
		padding: 5px;
		overflow: hidden;
	}

    .quoting_details {
        position: absolute;
        top: 0px;
        right: 20px;
        width: 200px;
        z-index: 5;
        border: solid #555b75 5px;
        background-color: #e6e5ec;
    }

    .results_profile td 
    {
        vertical-align: top;
        
    }
    
    .results_Title 
    {
        font-weight: bold;
        font-size: 14px;
    }