/*Unstyle*/
html {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height:0px;
}

a img{
	border:none;
}

a:focus {
	outline: 0px;
}

/*HTML styling*/
html {
	background-color: #B477A8;
}

body {
	text-align:center;
}

/*Layout*/
#container{
	width:926px;
	margin:0px auto 10px auto;
	top: 20px;
	text-align: left;
	z-index:1;
}

#topround{
	float:right;
	width:100%;
	background:transparent url("../images/top.png") top left no-repeat;
	height:32px;
	z-index:400;
}

#bottomround{
	float:right;
	width:100%;
	background:transparent url("../images/bottom.png") bottom left no-repeat;
	height:32px;
}

#header_container{
	margin:auto;
	width: 100%;
	clear: both;
	background: transparent url("../images/bg.png") top left repeat-y;
}

#header {
	clear:both;
	height:100px;
	text-align:center;
	margin-bottom:20px;
	width: 100%;
	color: #33337F;
}

#navigation {
	position: absolute;
	clear: both;
	bottom: 0px;
	height: 30px;
	left: 70px;
	padding:0px;
	margin:auto;
}

#imagebar{
	margin:auto;
	padding:0px;
	clear:both;
	width:900px;
	height:223px;
	border-top:10px solid #C09AD9;
	border-bottom:10px solid #C09AD9;
}

#cont_container {
	width: 926px;
	background: transparent url("../images/bg.png") top left repeat-y;
}

#content{
	padding: 20px 45px 0px 45px;
	float: left;
	height: auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear: both;
}

#footer {
	margin: auto;
	width: 100%;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:90%;
	clear: both;
}

#credit{
	font-family: Tahoma, Geneva, sans-serif;
	color:white;
	text-align:center;
	font-size:60%;
}

/*Background*/
#page-background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display: table;
}

/*Header*/
#header h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:350%;
	font-weight:bold;
	font-style: italic;
	color:#33337F;
}

#header h2{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:100%;
	font-weight:bold;
	color:#33337F;
}

#header a{
	text-decoration:none;
	color:#33337F;
}

/*Image bar*/
#imagebar img{
	border-left:12px #C09AD9 solid;
	border-right:13px #C09AD9 solid;
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	z-index: 400;
	position: relative;
	line-height: 1em;
}

#navigation ul li {
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	margin-right: 1px;
	cursor:pointer;
	background-color:#C09AD9;
}

#navigation ul li a {
	display: block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	background:#fff url("../images/right.gif") top right no-repeat; 
	color: #33337F;
	top: 0px;
}

#navigation ul li a span{
	display: block;
	height: 30px;
	left:0px;
	background:transparent url("../images/left.gif") top left no-repeat;
	padding-left:30px;
	padding-right:30px;
	cursor:pointer;
}

#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: transparent;
	background-position: bottom right;
	color:#fff;
}

#navigation ul li.selected a span,
#navigation ul li a:hover span{
	background-position: bottom left;
	color:#fff;
}

/*Content*/
#content #content_text{
	float: left;
	width: 500px;
}

#content #full_content_text {
	width: 100%;
}
#content #full_content_text p, #content #full_content_text li {
	clear: none;
}

#content #full_content_text h3{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:130%;
	padding-bottom:10px;
}

#content #full_content_text h4{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:100%;
	padding: 6px 0px 6px 0px;
}

#content #full_content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
}

#content #content_text h3{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:130%;
	padding-bottom:10px;
}

#content #content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
}

#content #imageblock{
	float: left;
	width:336px;
	text-align: center;
}

#content #imageblock img {
	position: absolute;
	margin: auto;
}

#content #imageblock #main-1 {
	top: 40px;
	left: 0px;
}

#content #imageblock #main-2 {
	top: 130px;
	left: 110px;
}

#content #imageblock .cycle {
	float: right;
	margin: auto;
	margin-bottom: 20px;
	height:225px;
	width:300px;
}

#content #imageblock .cycle img {
	top: 0px;
	left:0px;
	height:225px;
	width:300px;
}

.hidden{
	display:none;
}

.offer{
	border:2px red dotted;
	font-weight:bold;
	margin:10px;
}

#available {
	float:right;
	width: 300px;
	text-align: center;
	height:215px;
}

#available iframe {
	width:215px;
	height:215px;
}

#content #prices {
	margin: 8px;
	border-collapse:collapse;
}

#content #prices th { 
	font-weight:normal;
	background:#C09AD9;
	border-top:1px solid #26003F;
	border-bottom:1px solid #26003F;
	color:#26003F;
	padding:8px;
}

#content #prices td { 
	background:#F2DFFF;
	border-bottom:1px solid #26003F;
	color:#26003F;
	border-top:1px solid #26003F;
	padding:8px;
}
#content #prices tr:hover td { 
	background:#E5BFFF;
	color:#13001F;
}

#content #prices .cost {
	width: 78px;
}

#content .small {
	font-size: 80%;	
}

/*Footer*/
#footer #address{
	font-style:italic;
}

#footer a{
	color:black;
	text-decoration:none;
}

#footer address, #phone_number, #mobile_number {
	display: inline;
}

#footer a:hover,#footer a:focus{
	color:#666;
	text-decoration:underline;
}

/*Credit*/
#credit {
	z-index: 150;
}

#credit a{
	color:white;
}

#credit a:hover,a:focus{
	text-decoration:none;
}