/*-------------------------------------------------------------------------------
 Site index CSS for supplierbank
 by Simon Pollard - Deckchair UK Ltd
 http://deckchair.co.uk
-------------------------------------------------------------------------------*/
.index #main {
	background: url(../graphics/index/home-intro-pattern.jpg) 0px 117px repeat-x;
}
#main_content {
	background: none;
}

/* Top panel */
#index_top {
	padding-top: 20px;
	height: 284px;
	position: relative;
	margin-bottom: 20px;
}
#index_top h2 {
	border: none;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	width: 300px;
	height: auto;
}
#index_top p {
	width: 300px;
	margin-bottom: 30px;
        padding-top: 15px;
}
#index_top a {
	background: #6239a0 url(../graphics/index/sign-up.jpg) no-repeat;
	width: 192px;
	padding-top: 10px;
	height: 40px;
	display: block;
	text-align: center;
        float: left;
        margin-right: 10px;
        margin-top: -15px;
}
#index_top .index_top_extra {
    width: 579px;
    height: 250px;
    background: #fff url(../graphics/index/index_top_extra_footer.jpg) repeat-x bottom;
    float: right;
    margin-top: 5px;
}
#index_top .index_top_extra a {
    float: left;
    width: 193px;
    height: 250px;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}
#index_top .index_top_extra a p {
    width: 163px;
    padding: 0px 15px 0px 15px;
    margin-bottom: 0px;
}
#index_top .index_top_extra h3 {
    margin-top: 43px;
    padding-top: 100px;
}
#index_top .index_top_extra .connect {
    background:  url(../graphics/index/connect.jpg) no-repeat center 20px;
}
#index_top .index_top_extra .network {
    background:  url(../graphics/index/network.jpg) no-repeat center 20px;
}
#index_top .index_top_extra .network h3 {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
#index_top .index_top_extra .promote {
    background:  url(../graphics/index/promote.jpg) no-repeat center 20px;
}

/* Why Join */
#why_join {
    width: 680px;
}
#why_join div {
    width: 328px;
    float: left;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background: url(../graphics/index/boxes_bground.jpg) repeat-x;
    margin-bottom: 20px;
}
#why_join h2 {
    padding: 0px;
    margin-bottom: 20px;
}
#why_join div h3, #why_join div p, #why_join div ul {
    padding: 0px 20px 0px 20px;
}
#why_join div h3 {
    padding-top: 10px;
}
#why_join div p {
    margin-bottom: 0px;
    padding-bottom: 30px;
    background:  url(../graphics/index/boxes_footer.jpg) repeat-x bottom;
}
#why_join div ul {
    margin-left: 15px;
}
#why_join div ul li {
    margin-bottom: 10px;
    list-style-position: outside;
}
#why_join div.connections {
    margin-right: 20px;
    border-top: 2px solid #a595cd;
}
#why_join div.connections a{
    background:   url(../graphics/index/sign-up-small.jpg) no-repeat;
    width: 194px;
    padding-top: 5px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px;
    text-align: center;
    margin-right: 5px;
}
#why_join div.classifieds{
    border-top: 2px solid #bc6598;
}
#why_join div.classifieds a.button {
    background:   url(../graphics/index/find-out-more.jpg) no-repeat;
    width: 116px;
    padding-top: 5px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px;
    text-align: center;
    margin-right: 5px;
}


/* Are you a buyer */
#why_buyer {
    background: url(../graphics/index/boxes_bground.jpg) repeat-x;
    width: 680px;
    clear: left;
    border-top: 2px solid #6d92b3;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
#why_buyer h2 {
    padding: 10px 20px 0px 20px;
    margin-bottom: 20px;
}
#why_buyer  p {
    padding: 0px 20px 0px 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background:  url(../graphics/index/boxes_footer.jpg) repeat-x bottom;
}

/* Who is on supplierbank and share */
#stats div {
    width: 328px;
    float: left;
    border-top: 2px solid #6d92b3;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background: url(../graphics/index/boxes_bground.jpg) repeat-x;
    margin-bottom: 20px;
}
#stats h2 {
    padding: 10px 20px 0px 20px;
    margin-bottom: 20px;
}
#stats div.who_is_on {
    margin-right: 20px;
}
.who_is_on p, .share p {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0px;
}
.who_is_on img {
    float: right;
}
.last {
    background:  url(../graphics/index/boxes_footer.jpg) repeat-x bottom;
}