/* Prestige Spas Style Sheet
 * (c) Prestige Spas 2008
 * Do not reproduce without permission
 */
 
@import "gallery.css"; 
@import "navigation.css"; 
@import "list.css";
 
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	font-family: sans-serif;
	font-size: 100%;
}

a {
/*	color: #fd3301; */
	color: #4e9a06;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

div.header {
	width: 800px;
	margin: 0 auto;
}

div.main {
	width: 800px;
	margin: 0 auto;
}

div.footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.65em;
	color: gray;
}

div.news {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: maroon;
	border: 1px solid maroon;
	background: pink;	
}

.main ul {
	margin-left: 30px;
	margin-top: 10px;
}

.main p {
	margin-left: 5px;
	margin-bottom: 5px;
}

div.special {
	margin-bottom: 30px;
	font-size: 0.9em;
	height: 150px;
}

.special .name {
	font-weight: bold;	
}

.special a :hover {
	text-decoration: underline;
}

.special .sell {
	font-weight: bold;
}

.special img {
	float: right;
	margin-left: 15px;
}

#updated {
	font-style: italic;
	color: #888;
	margin-bottom: 40px;
}