html, body {
	min-height: 100%;
}
html{
	margin:0;
	padding:0;
	background:url("img/background-tile.gif");
	background-repeat:repeat;
}
body{
	margin:0;
	padding:0;
	width:1003px;
	margin:0 auto;
	background:url("img/background.gif");
	background-repeat:repeat-y;	
	font:normal 16px sans-serif;
	color:#333;
}
h1{
	display:none;
}
h2{
	font:bold 18px sans-serif;
	color:#333;
	background:url("img/headline.jpg");
	background-repeat:no-repeat;
	height:54px;
	padding:18px 0 0 80px;
}
h3{
	padding:0;
	margin:0.5em 0;
	clear:both;
}

ul#page{
	padding-top:0;
	margin-top:0;
	width:920px;
	list-style-type:none;
}
ul#head{
	position:relative;
	height:53px;
	background:url("img/main-nav.jpg");
	background-repeat:no-repeat;
}
ul#head, ul#head a{
	font:bold 16px sans-serif;
	color:#333;
	text-decoration:none;
}
ul#head a span{
	font:bold 16px sans-serif;
}

ul#head li{
	list-style-type:none;
	display:block;
	float:left;
}
li#logo{
	padding-top:20px;
	position:absolute;
	left:80px;
}
li#products{
	padding-top:20px;
	position:absolute;
	left:300px;
}
li#main_image{
	padding:10px 0;
}



ul#big_buttons{
	margin:0;
	padding:0;
	clear:both;
	width:920px;
}

ul#big_buttons li {
	list-style-type: none;
	float:left;
	position:relative;
	height:151px;
	width:268px;
	margin-bottom:30px;
}
ul#big_buttons li img {
	position:relative;
	border:none;
}
ul#big_buttons li a {
	font:bold 18px sans-serif;
	color:#333;
	text-decoration:none;
}
li#big_button_1 span{
	position:absolute;
	left:120px;
	top:20px;
}
li#big_button_2 {
	margin:0 58px;
}
li#big_button_2 span{
	position:absolute;
	left:155px;
	top:20px;
}
li#big_button_3 span{
	position:absolute;
	left:120px;
	top:20px;
}

li#other_products{
	clear:both;
	position:relative;
	padding:0;
	margin:0;
	width:920px;
	height:400px;
	background:#fff;		
}
li#other_products span{
	font:bold 18px sans-serif;
	color:#333;
	position:absolute;
	top:18px;
	left:80px;

}
li#other_products ul{
	margin:0;
	padding:0;
	width:920px;
}

li#other_products ul li{
	list-style-type: none;
	margin:0;
	padding:0 10px 10px 10px;
	float:left;
}
p#other_products_1{
	width:284px;
	height:329px;
	background:url("img/bag2gym-gold-white-edition.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:relative;
}
p#other_products_2{
	width:284px;
	height:329px;
	background:url("img/bag2spa-gold-sun-edition.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:relative;
}
	p#other_products_3{
	width:284px;
	height:329px;
	background:url("img/gakos.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:relative;
}
li#other_products img{
	border:none;
}

li#other_products ul li p span{
	position:absolute;
	top:15px;
	left:60px;
	font:bold 16px sans-serif;
	color:#333;
}	

#footerline{	
	clear:both;
	height:5em;
	padding:0;
	margin:50px 5px 0 8px;
}
#footerline p{
	float:right;
	font:normal 16px sans-serif;
	color:#333;
	margin:0 30px 0 0;
}
#footerline a{
	color:#333;
	text-decoration:none;		
}

div.productlist{
	float:left; 
	padding:0 30px;
}
div.productlist img{
	border:1px solid #8aa4b3;
}

