/** Base Styles **/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

#container {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 105px;
	background: #ffffff url(../images/layout/bg_header.jpg) top left no-repeat;
	position: relative;
}

#logo {
	padding-top: 18px;
	padding-left: 22px;
}

#navigation{
	display: block;
	position:absolute;top:78px;left:0px;
	width: 996px;
	height: 32px;
	background: url(../images/layout/navigation.png) left top no-repeat;
	margin:0;
	padding:0;
	z-index:99999999998;
}

#navigation li{
	display: block;
	float: left;
}

#navigation li a{
	display: block;
	height:32px;
	text-indent:-9999px;
}

#navigation li a:hover,
#navigation li a.on{
	background-image: url(../images/layout/navigation.png);
}

#navigation li.home a{
	width:99px;
	background-position:-0px -32px;
}

#navigation li.pace a{
	width:140px;
	background-position:-99px -32px;
}

#navigation li.program a{
	width:184px;
	background-position:-239px -32px;
}

#navigation li.stories a{
	width:139px;
	background-position:-423px -32px;
}

#navigation li.experience a{
	width:192px;
	background-position:-562px -32px;
}

#navigation li.order a{
	width:242px;
	background-position:-754px -32px;
}
#home-content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 510px;
	width: 996px;
	background: #87c5fc url(../images/layout/bg_content.jpg) top left no-repeat;
}

#spinner-fit-content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 530px;
	width: 996px;
	background: #f48027 url(../images/layout/bg_content_fit.jpg) top left no-repeat;
}

#your-program-content {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 539px;
	width: 996px;
	background: #F3B944 url(../images/layout/bg_content_program.jpg) top left no-repeat;
}

#spinning-experience-content {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 539px;
	width: 996px;
	background: #f3b944 url(../images/layout/bg_content_program.jpg) top left no-repeat;
}

#spinning-stories-content {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 563px;
	width: 996px;
	background: #d1d2d5 url(../images/layout/bg_content_stories.jpg) top left no-repeat;
}

#content-content {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 510px;
	width: 996px;
	background: #ffffff url(../images/layout/bg_content_content.jpg) top left no-repeat;
}

#footer {
	margin: 0;
	padding: 5px 15px 8px 15px;
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 4px 0;
	margin-right: 10px;
	text-transform: uppercase;
	text-align: left;
}

#footer ul li.lastfootli {
	width: 530px;
	text-align: right;
}

#footer ul li.fixedfootli {
	width: 92px;
}

#footer p {
	margin: 2px 0 0 0;
	padding: 0;
	font-style: italic;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
}

img {
	border: 0;
}

.bold {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

#espot1 {
	position: absolute;
	top: -1px;
	right: 205px;
	width: 324px;
	height: 105px;
}

#espot2 {
	width: 187px;
	height: 105px;
	position: absolute;
	top: 0;
	right: 8px;
}

.bold {
	font-weight: bold;
}

/** Content Styles **/

#video-player {
	position: absolute;
	top: 10px;
	left: 26px;
	z-index: 25;
	width: 270px;
	height: 238px;
	background: url(../images/content/common/video-player_bg.png) no-repeat;
}

#video-player p {
	margin: 8px 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}
#placeholder{
	border:1px solid #999;
	width: 250px;
	height: 187px;
	margin: 8px 0 0 7px;
	z-index: 50;
}
#your-program-content #ireland-dvd {
    position: absolute;
    right: 5px;
    top: 360px;
    z-index: 99999;
}

