/* CSS Document */
html>body {
min-height: 100%;
height: 100%;
}

body {
	background-color:#000000;	
	text-align:center;
	min-width:780px;
	margin-top:0px;
   }

#header {
	background-color:#ffffff;
	width:800px;
	height:104px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:none; 
	}

#header-left {
	background-color:#ffffff;
	width:190px;
	height:94px;
	text-align:left;
	float:left;
	padding:5px 5px 5px 5px;
	}
	
#header-centre {
	background-color:#ffffff;
	width:386px;
	height:84px;
	text-align:center;
	float:left;
	padding:10px 5px 10px 5px;
	}

#header-right {
	background-color:#ffffff;
	width:190px;
	height:84px;
	text-align:center;
	float:right;
	padding:10px 5px 10px 5px;
	}
	
#wrapper {
	width:100%;
	min-height:100%;
	height:100%;
	background-image:url(images/bg-gradient.jpg);
	background-repeat:repeat-x;
   }
   
#content {
	width:780px;
	min-height:100%;
	height:auto;
	background-color:#ffffff;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:none;
	padding:10px 10px 10px 10px;
   }
 
 #navbar {
 width:780px;
 background:#EF017D;
 padding:5px 0px 5px 0px;
 }
 
 #left-column {
 width:145px;
 min-height:100%;
 text-align:left;
 padding:10px 0px 0px 0px;
 float:left;
 background-color:#ffffff;
 }
 
 #main-column {
 width:630px;
 min-height:500px;
 height:100%;
 text-align:center;
 padding:10px 0px 10px 0px;
 float:right;
 background-color:#ffffff;
 }
 
 #clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
 
 #list_product_header {
 width:610px;
 text-align:right;
 padding:10px 10px 0px 10px;
 float:right;
 background-color:#E4E4E4;
 }
 
 #list_product {
 width:610px;
 min-height:inherit;
 text-align:center;
 padding:10px 10px 10px 10px;
 float:right;
 background-color:#E4E4E4;
 }
 
 .product {
 width:150px;
 height:250px;
 text-align:center;
 float:left;
 margin:0px 25px 0px 15px;
 }