/* *****************************************************
   Filename: screen-home.css
   Author  : Revolver 3
   Date    : Aug 21, 2008

   *****************************************************
    Home page styling
   ***************************************************** */

/* *****************************************************
   *
   * POSITIONNING, SPACING, SIZING
   *
   ***************************************************** */

	/* Subheader */

	div#flash-header {
		height: 270px;
	}


	/* Columns */

	div#columns {
		height: 325px;
	}

	div#columns div.column {
		float: left;
		width: 183px;
		padding: 20px 20px 0px 20px;
	}

	div#columns div.column img {
		margin-top: 12px;
	}


/* *****************************************************
   *
   * BACKGROUNDS AND BORDERS
   *
   ***************************************************** */

	/* Subheader */

	div#flash-header {
		background-repeat: no-repeat;
		background-image: url(../images/bg-home-subheader.jpg);
	}


	/* Columns */

	div#columns {
		background-image: url(../images/bg-home-columns.jpg);
		background-repeat: no-repeat;
	}







/* *****************************************************
   *
   * TEXT
   *
   ***************************************************** */

	/* Columns */

	div#columns {
		font-size: 12px;
		color: #644226;
	}

	div#columns h2 {
		font-size: 20px;
		line-height: 20px;
		margin: 0px 0 4px 0;
		padding: 0px;
		font-weight: bold;
		text-transform:none;
		width: 200px;
	}

	div#columns p{
		width: 200px;
	}

	div#columns h3 {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		line-height: 16px;
		width: 200px;
	}

	div#columns a {
		font-weight: bold;
	}



/* *****************************************************
   *
   * Home Slider
   *
   ***************************************************** */

    #homeslider {
    	width: 866px;
    	height: 247px;
    	padding: 15px 117px;
    	margin: 0 0 0 -102px;
    	background: transparent url('../images/slider.png') no-repeat left top;
    	position: relative;
    }

    #homeslider .slider {
    	width: 865px;
   		height: 226px;
   		overflow: hidden;
    }

   	#homeslider .slide {
   		width: 865px;
   		height: 226px;
   		position: relative;
   	}

   	#homeslider .slide-img,
   	#homeslider .slide-img img {
   		display: block;
   	}

   	#homeslider .slide-content {
   		position: absolute;
   		right: 0;
   		top: 0;
   		width: 230px;
   		height: 226px;
   		padding: 0 24px 0 34px;
         background: transparent url('../images/slider-content.png') no-repeat scroll right top;
   	}

   	#homeslider .slide-content h2 {
   		margin: 16px 0 12px 0;
   		font-size: 19px;
   		line-height: 21px;
   		font-weight: bold;
   		text-transform: none;
   	}

   	#homeslider .slide-content p {
   		margin: 0 0 18px 0;
   		font-size: 12px;
   	}

   	#homeslider .slide-content a.btn {
   		font-size: 14px;
   		font-weight: bold;
   		color: #fff;
   		background: transparent url('../images/slider-btn.png') no-repeat left top;
   		width: 132px;
   		height: 32px;
   		line-height: 28px;
   		text-align: center;
   		display: block;
   		position: absolute;
   		left: 34px;
   		bottom: 36px;
   	}

   	#homeslider .pagination {
   		position: absolute;
   		right: 220px;
   		bottom: 44px;
   	}

   	#homeslider .pagination a {
   		display: block;
   		background: transparent url('../images/pagination.png') no-repeat left top;
   		width: 10px;
   		height: 11px;
   		float: left;
   		margin: 0 5px 0 0;
   		text-indent: -9999px;
         font-size: 0;
   	}

   	#homeslider .pagination a.selected {
   		background-position: -10px 0;
   	}