/*
Spa Technology CSS Front Theme
Author: Klemen Novak

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #999999;
	background: #FFFFFF url(images/ST-MenuBg.png) no-repeat top center; 
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Helvetica", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0 .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #9fcf67;
}
a:visited { color: #9fcf67; }
a:hover { color: #b9f078; }
a:active { color: #9fcf67; }

a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
}

#menu {
	width: 849px;
	height: 30px;
	line-height: 30px;
	margin-top: 70px;
	margin-left: auto;
    margin-right: auto;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover, #menu a:visited:hover {
	color: #9fcf67;
}

#menu li {
	float: left;
	margin-left: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

#menu li.spacer {
	width: 143px;
}

#content {
	display:block;
	margin-left:auto;
	margin-right: auto;
	margin-top: 30px;
	height: 500px;
	width: 949px;
	min-height: 560px;
}
 
#leftblock {
	float: left;
	margin-left: 50px;
	width: 421px;
	height: auto;
	text-align: center;
}

#leftblock li {
	display: inline;
}
#promo1 {
	float: left;
	margin-right: 8px;
}
#photo {
	float: left;
	margin-bottom: 10px;
}

#rightblock {
	float: right;
	margin-right: 40px;
	width: 371px;
	height: auto;
	text-align: center;
}
#bubbles{
	float: right;
}
#katjames{
	position: relative;
	width: 353px;
	height: 298px;
	margin-top: 93px;
	background: #ffffff url(images/katjames.jpg) no-repeat top center
}

#purchase {
	position: absolute;
	bottom: 0;
	right: 43px;
}
#purchase a:link {
	background: url(images/purchase-2.png) no-repeat top center;
}

#purchase a {
	cursor: pointer;
	display: block;
	width: 136px;
	height: 69px;
	color: #9fcf67;
	font-size: 0px;
	background: url(images/purchase-1.png) no-repeat top center;
}
#purchase a:hover {
	background: url(images/purchase-2.png) no-repeat top center;
	color: #c4e68e;
}
#listen{
	margin-top: 10px;
}
#player{
	margin-top: 20px;
}

#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 949px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #231f20;
}
