@charset "UTF-8";
/* CSS Document */

/******
* MAIN
*/
	*{margin:0;padding:0}

	/* floats */
    .clear{clear:both;height:0px;}
    .left{float:left}
    .right{float:right}
    .small{font-size:10px}
    
    /* margin/padding */
    .noPadding{padding:0}
    .noMargin{margin:0}

	/* text */
	.center{text-align:center}
    .italic{font-style:italic}
    .bold{font-weight:bold}
    .underline{text-decoration:underline}
    .uppercase{text-transform: uppercase;}
    
    /* first/last elements */
    .last{margin-right:0 !important;padding-right:0 !important;border-right:0 !important;}
    .first{margin-left:0 !important;padding-left:0 !important;border-left:0 !important;}
    
    /* color */
	a{color:#fff;}
	.grey{color:#e1dcb4;}
	.orange{color:#f78f1e}
    .black{color:#000}
    .error{color:#f00}
    
	a{
		text-decoration:none;
	}
   
	ul, ol{
		list-style-type:none;
	}

	.button{
		border:0;
		margin-top:5px;
		padding:2px 5px;
	}

	h1,h2,h3,h4{
		font-weight:bold;	
	}
	
	img{border:0}
	
	table tr td{vertical-align:top}
	p{
		margin-bottom:15px;
	}
	
	h4{font-weight:normal;margin-bottom:10px}
	
/******
* LAYOUT
*/

	html{
		height: 100%;
	}

    body{
    	background-color:#2c2b2b;
        font-family: Verdana, Arial;
        font-size: 13px;
        height:100%;
        margin:0;
        padding:0;
        width:100%;
    }

	#page{
		background: url('../images/bg.png') no-repeat top right;
		margin: -40px auto;
		width: 1200px;
		height: 1100px;
    }

	#content{
		color:#fff;
		left: 30px;
		position: relative;
		top: 90px;
		width: 345px;
	}

	
	#flip-flops
	{
/* 		background:url('../images/slippers.png') no-repeat; */
		color:#999999;
		height:363px;
		margin:25px 0;
		width:347px;
	}
	
	#text, #logo, #order-button{
		margin: 0 auto;
		width:271px;
	}
	
	#order-button{
		border-bottom:solid 1px #000;
	}
	
	#order-button a
	{
		background-color:#000;
		display:block;
		float:right;
		text-transform: uppercase;
		padding:4px 9px;
	}
	
	