/* general formatting */
body {
	background: #676767 url(gfx/bg.png) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Trebuchet, Arial;
	color: #ccc;
}


h1 {
	font-family: Trebuchet, Arial;
	font-size: 22px;
	color: #0060FF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
}

h2 {
	font-family: Trebuchet, Arial;
	font-size: 18px;
	color: #0060FF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;

}


a:visited,
a:link {
	color: #0060FF;
	text-decoration: none;
}
a:hover {
	color: #0060FF;
	text-decoration: none;
}
a:active {
	color: #0060FF;
	text-decoration: none;
}

ul {
	padding-left: 20px;
}
li {
	padding-bottom: 6px;
}

/* main layout */

.Stage {
	position: relative;
	background: #000 url(gfx/stage.png) 0px 0px no-repeat;
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.9); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.9); 
	box-shadow: 0 0 10px rgba(0,0,0, 0.9); 
	border: 6px solid #999;
	margin: 60px auto;
	width: 760px;
	height: 600px;
	overflow: hidden;
}

.Content {
	padding: 0px 80px 30px 80px;
}

/* elements */

.Box {
	background-color: #111;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 10px;
	padding: 10px 22px 14px 22px;
	margin-bottom:12px;
}

.RefButton {
	display: inline-block;
	display: -moz-inline-box;
	width:186px;
	height: 33px;
	position: absolute;
	top: 16px;
	right: 18px;
	background: transparent url(gfx/button.png) 0px 0px no-repeat;
	cursor: pointer;
}

.Weak {
	color: #555;
}


#Intro {
	margin-top:100px;
	background: transparent url(gfx/welcome.png) 0px 0px no-repeat;
	width: 750px;
	height:400px;
}

.SliderWidget {
	width: 750px;
	height:500px;
	margin: 100px auto;
	overflow: hidden;
}

.SliderWidget .Slider {
	width: 10000px;
	height:500px;
}

.SliderWidget  .Slide{
	width: 750px;
	height:500px;
	float: left;
}

.SliderWidget div.Right,
.SliderWidget div.Left {
  position: absolute;
  top:280px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  z-index: 1;
}

.SliderWidget div.Right {
  right: 22px;
  background: url(gfx/right.png) no-repeat top left;
}

.SliderWidget div.Left{
  left: 22px;
  background: url(gfx/left.png) no-repeat top left;
}

#Slide1 {
	background: transparent url(gfx/ep-6.png) 0px 0px no-repeat;
}

#Slide2 {
	background: transparent url(gfx/ep-6-quickdesign.png) 0px 0px no-repeat;
}

#Slide3 {
	background: transparent url(gfx/ep-6-pageelements.png) 0px 0px no-repeat;
}

#Slide4 {
	background: transparent url(gfx/ep-6-bookings.png) 0px 0px no-repeat;
}

#Slide5 {
	background: transparent url(gfx/ep-5.png) 0px 0px no-repeat;
}

#Slide6 {
	background: transparent url(gfx/us.png) 0px 0px no-repeat;
}

