/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* Standard HTML tag
*/
html
{
	min-height: 100%;
	height: 100%;
	width: 100%;
}
body
{
	min-height: 100%;
	color: #001965;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	/*text-align:left;*/
}
a 
{
	color: #001c46;
	text-decoration: none;
}
h1
{
	padding: 7px 0px 15px 20px;
	line-height: 30px;
	font-size: 22px;
}
h2
{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
h3
{
	margin: 0px 0px 11px 0px;
	font-size: 14px;
}
h4
{
	margin: 0px 0px 2px 0px;
	line-height: 14px;
	font-size: 11px;
}
h6
{
	margin: 0px 0px -1px 0px;
	font-size: 11px;
}
input
{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**
* Basic Website Structure and classes
*/
#wrapper
{
	position: relative;
	/*background: transparent url(image/bg.top.jpg) repeat-x;*/
	background: url(images/header-bg.png) repeat-x center top;
	/*min-height: 100%;*/
	width: 100%;
	#min-width: 964px;
}
#canvas
{
	position: relative;
	margin: auto;
	width: 964px;
}
#content
{
	position: relative;
	background-color: #FFFFFF;
	z-index: 30000;
}
#page
{
	position: relative;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin: 0px 0px 13px 0px;
	width: 100%;
}
#page .header,
#teasers .header
{
	position: absolute;
	top: 0px;
	background: transparent url(image/bg.page.header.png) no-repeat;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 4000;
}
#page .body,
#teasers .body
{
	position: relative;
	background: transparent url(image/bg.page.body.png) repeat-y;
	padding: 0px 0px 0px 2px;
	width: 100%;
	z-index: 2000;
}
#page .footer,
#teasers .footer
{
	position: absolute;
	bottom: 0px;
	background: transparent url(image/bg.page.footer.png) no-repeat;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 3000;
}
#page h1
{
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 24px;
}
#page .preface
{
	margin: 0px 0px 9px 0px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
#page .bodytext
{
	margin: 0px 0px 10px 0px;
}
.clear
{
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.hidden
{
	display: none;
}
.file,
.link
{
	position: relative;
	font-weight: bold;
	cursor: pointer;
}
.link a,
.file a
{
	font-size: 11px;
	font-weight: bold;
}
.hr
{
	display: block;
	clear: both;
	background-color: #000000;
	height: 1px;
	overflow: hidden;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	opacity: .15;
}
.vertical_hr
{
	clear: none;
	float: left;
	width: 1px;
	max-width: 1px;
	height: 100%;
}
.overlay
{
	float: right;
	margin: 0px 4px 0px 0px;
	padding: 21px 17px 0px 17px;
	width: 286px;
}
.highlight
{
	font-weight: bold;
}

/**
* HEADER Styles
*/
#header
{
	position: relative;
	margin: 0px 0px 23px 0px;
	width: 100%;
	height: 120px;
	color: #ffffff;
	z-index: 30001;
}
#header a
{
	color: #FFFFFF;
}
#header .logo
{
	margin: 0px 0px 0px -17px;
	background: transparent url(image/bg.logo.png) no-repeat;
	width: 248px;
	text-align: center;
}
#header .menu
{
	position: absolute;
	top: 21px;
	left: 207px;
}
#header .menu ul
{
	margin: 0;
	padding: 0;
	width: 700px; /*Safari*/
}
#header .menu ul li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#header .menu ul li.active
{
	position: relative;
	left: -9px;
	margin: 0px -9px 0px 0px;
}
#header .menu ul li .left,
#header .menu ul li .right
{
	float: left;
	width: 9px;
	height: 71px;
	overflow: hidden;
}
#header .menu ul li .body
{
	float: left;
	/*margin: 0px 8px 0px 5px;*/
	margin: 0px 3px 0px -5px;
	/*padding: 27px 5px 0px 0px;*/
	padding: 27px 0px 0px 0px;
	height: 71px;
	overflow: hidden;
}
#header .menu ul li.active .left
{
	background: transparent url(image/bg.menu.active.left.png) no-repeat right;
}
#header .menu ul li.active .right
{
	background: transparent url(image/bg.menu.active.right.png) no-repeat;
}
#header .menu ul li.active .body
{
	background: transparent url(image/bg.menu.active.body.png) repeat-x;
	margin: 0;
	padding: 27px 13px 0px 14px;
	font-weight: bold;
}
#header .menu ul li.splitter
{
	background-color: #FFFFFF;
	margin: 3px 0px 0px -5px;
	width: 1px;
	height: 52px;
	overflow: hidden;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
}
#header .language_selection
{
	margin: -114px 0px 0px 0px;
	position: relative;
	_position: absolute;
	_top: -114px;
	_right: 0px;
	_margin: 0 0 0 0;
	float: right;
	width: 163px;
	font-size: 11px;
	z-index: 400000;
}
#header .language_selection .select
{
	position: relative;
	background: transparent url(image/arrow.down.png) no-repeat left 6px;
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 19px;
	cursor: pointer;
	z-index: 500000;
}
#header .language_selection .dropdown
{
	position: absolute;
	top: -10px;
	#top: -7px;
	display: none;
	padding: 30px 5px 0px 5px;
	background: url(image/bg.language.selection.png) no-repeat;
	height: 238px;
	width: 153px;
	z-index: 400000;
}
#header .language_selection .dropdown .language
{
	position: relative;
	padding: 4px 0px 0px 30px;
	width: 123px;
	height: 21px;
	cursor: pointer;
	z-index: 500000;
}
#header .language_selection .dropdown .language:hover,
#header .language_selection .dropdown .language.hover
{
	background-color: #233a6e;
}
#header .search_area
{
	position: absolute;
	top: 41px;
	right: 10px;
	background: transparent url(image/bg.searcharea.png) no-repeat;
	padding: 4px 7px 0px 3px;
	width: 151px;
	height: 25px;
	overflow: hidden;
	z-index: 100;
}
#header .search_area .input
{
	float: left;
	width: 131px;
	height: 21px;
}
#header .search_area .input input
{
	margin: 3px 0px 0px 10px;
	#margin: 2px 0px 0px 10px;
	width: 118px;
}
#header .search_area .submit
{
	float: right;
	margin: 1px 0px 0px 0px;
	width: 20px;
	height: 19px;
}
#header .submenu
{
	position: absolute;
	top: 89px;
	left: 250px;
}
#header .submenu ul
{
	margin: 0px;
	padding: 0px;
}
#header .submenu ul li
{
	float: left;
	margin: 0px 23px 0px 0px;
	padding: 0px;
	list-style: none;
}
#header .submenu ul li a
{
	color: #000f26;
	font-size: 11px;
	font-weight: bold;
}
#header .submenu ul li a:hover
{
	color: #003a77;
}
#header .submenu ul li.active a
{
	color: #003a77;
	font-size: 12px;
}

/**
* FRONTPAGE Styles
*/
#page .frontpage
{
	position: relative;
	height: 405px;
	overflow: hidden;
}
#page .frontpage .link
{
}
	#page .frontpage .link a
	{
		text-decoration: none;
		color: #000f26;
		display: inline;
	}
	#page .frontpage .link a:hover
	{
		text-decoration: underline;
	}
#page .frontpage .overlay /*Overwrite*/
{
	background: transparent url(image/bg.overlay.home.png) no-repeat;
	padding: 105px 17px 0px 17px;
	height: 384px;
}
#page .frontpage .overlay .bodytext
{
	padding: 0px 0px 7px 0px;
}
#page .frontpage .corner
{
	position: absolute;
	top: -4px;
	right: 1px;
	_right: 0px;
}

/**
* ECARDS/IMAGE/POSTER GALLERY Styles
*/
#page .gallery
{
	position: relative;
	width: 100%;
}
#page .ecards .reply
{
	position: absolute;
	right: 24px;
	top: 440px;
}
#page .gallery .exhibition
{
	position: relative;
	width: 100%;
	height: 472px;
	overflow: hidden;
	text-align:left;
}
#page .videogallery .exhibition /* videogallery overwrite */
{
	height: 480px;
}
#page .ecards .exhibition /* Ecard overwrite */
{
	float: left;
	width: 643px;
}
#page .timeline .exhibition /* Timeline overwrite */
{
	float: left;
	padding: 0px 0px 7px 0px;
	height: 423px;
}
#page .gallery .exhibition .image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 639px;
	height: 455px;
	overflow: hidden;
	text-align: left;
}
#page .gallery .exhibition .image img
{
	float: left;
}
#page .gallery .exhibition .content
{
	position: absolute;
	top: 21px;
	right: 18px;
	width: 290px;
	height: 440px;
	overflow: hidden;
}
#page .gallery h2.previewheadline
{
	margin: 0px 0px -12px 19px;
}
.mac #page .gallery h2.previewheadline2
{
	margin-top: 0px;
}
#page .gallery .thumbnails
{
	position: relative;
	margin: 18px 0px 0px 9px;
	padding: 0px 0px 16px 0px;
	width: 975px;
}
#page .gallery .thumbnails .hr
{
	margin: 7px 0px 7px 9px;
	width: 926px;
}
#page .gallery .thumbnails .thumbnail
{
	position: relative;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 132px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#page .gallery .thumbnails .thumbnail .image
{
	background: transparent url(image/bg.thumbnail.poster.png) no-repeat;
	margin: 0px 0px -3px 0px;
	padding: 10px 0px 0px 0px;
	width: 132px;
	height: 123px;
	overflow: hidden;
}
/* Poster edition */
#page .poster_collection .content
{
	position: relative;
	float: right;
	left: -30px;
	padding: 21px 0px 0px 0px;
	width: 280px;
	_width: 270px;
}
#page .poster_collection .thumbnails
{
	float: left;
	padding-top: 3px;
	width: 650px;
}
#page .poster_collection .thumbnails .hr
{
	margin: 4px 0px 7px 9px;
	width: 601px;
}
#page .poster_collection .thumbnails .thumbnail
{
	height: 148px;
}
#page .poster_collection .thumbnails .thumbnail .image
{
	background: transparent url(image/bg.thumbnail.poster.png) no-repeat;
	height: 123px;
}
#page .poster_collection .thumbnails .thumbnail .year
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
/* Image + ecards gallery edition */
#page .image_gallery .thumbnails .thumbnail,
#page .ecards .thumbnails .thumbnail
{
	height: 103px;
}
#page .image_gallery .thumbnails .thumbnail .image,
#page .ecards .thumbnails .thumbnail .image
{
	background: transparent url(image/bg.thumbnail.image.png) no-repeat;
	height: 103px;
}

/**
* PRODUCTS
*/
#page .products
{
	position: relative;
	width: 100%;
}
#page .products .footnote
{
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 9px;
}
#page .products .exhibition
{
	height: 535px;
}
#page .products .exhibition .image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 639px;
	height: 535px;
	overflow: hidden;
}
#page .products .information
{
	width: 272px;
}
#page .products .facts
{
	margin: 9px 0px 33px 0px;
}
#page .products .facts h1
{
	margin: 0;
}
#page .products .facts .fact
{
	margin: 0px 0px 2px 0px;
	font-size: 11px;
}
#page .products .facts .fact .label
{
	float: left;
}
#page .products .facts .fact .value
{
	float: right;
}

/**
* DOWNLOAD PAGE
*/
#page .download_page
{
	position: relative;
	width: 100%;
}
#page .download_page .elements
{
	position: relative;
	left: 11px;
	float: left;
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 26px 0px;
	width: 640px;
}
#page .download_page .elements .element
{
	position: relative;
	float: left;
	margin: 0px 6px 0px 0px;
	width: 305px;
	height: 103px;
	overflow: hidden;
}
#page .download_page .elements .element .image
{
	float: left;
	background: transparent url(image/bg.thumbnail.image.png) no-repeat;
	padding: 10px 0px 0px 10px;
	width: 122px;
	height: 93px;
	overflow: hidden;
}
#page .download_page .elements .element .content
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 8px 0px 0px 0px;
	height: 89px;
	width: 170px;
	overflow: hidden;
}
#page .download_page .elements .element .content .bodytext
{
	line-height: 14px;
	font-size: 10px;
}
#page .download_page .elements .element .content .link
{
	position: relative;
	left: 0px;
	bottom: 5px;
}
#page .download_page .elements .hr
{
	margin: 3px 0px 2px 9px;
	width: 604px;
}
#page .download_page .infoarea
{
	float: left;
	padding: 21px 10px 0px 16px;
	width: 270px;
}

/**
* MESSAGE BOARD
*/
#page .message_board
{
	position: relative;
	width: 100%;
}
#page .message_board .messages
{
	position: relative;
	left: 17px;
	float: left;
	margin: 28px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 640px;
}
#page .faq .messages /* FAQ Overwrite */
{
	margin: 23px 0px 0px 0px;
}
#page .message_board .messages .hr
{
	margin: 3px 0px 16px 0px;
	width: 604px;
	margin-right:35px;
}
#page .message_board .messages .message
{
	position: relative;
	padding: 27px 0px 23px 0px;
	width: 604px;
	margin-right:25px;
}
#page .faq .messages .message /* FAQ Overwrite */
{
	padding: 7px 0px 23px 0px;
}
#page .search .messages .message /* SEARCH Overwrite */
{
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}
#page .search .messages .preface /* SEARCH Overwrite */
{
	margin: 0;
	padding: 0px 0px 26px 0px;
}
#page .message_board .messages .message .author
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#page .message_board .messages .message .author .from
{
	font-size: 10px;
	font-weight: normal;
}
#page .message_board .messages .message .date
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
}
#page .message_board .messages .message .bodytext
{
	margin: -2px 0px 0px 0px;
	font-size: 11px;
}
#page .search .messages .message .bodytext /* SEARCH Overwrite */
{
	margin: 0px 0px 4px 0px;
	height: 35px;
	overflow: hidden;
}
#page .message_board .paging
{
	margin: -12px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#page .message_board .paging a
{
	color: #001c46;
}

/**
* RECIPE Styles
*/
#page .recipe
{
	position: relative;
	width: 100%;
}
#page .recipe a
{
	color: #001965;
}
#page .recipe .exhibition 
{
	float: left;
	margin: 0px 0px 11px 0px;
	width: 643px;
}
#page .recipe .exhibition .content
{
	margin: 21px 30px 0px 17px;
}
#page .recipe .exhibition .content .formarea
{
	margin: 28px 0px 0px 0px;
}
#page .recipe .exhibition .content .formarea .select
{
	float: left;
	margin: 12px 0px 18px 0px;
	width: 129px;
}
#page .recipe .exhibition .content .formarea .select .label
{
	margin: 0px 0px 6px 0px;
	font-size: 11px;
	font-weight: bold;
}
#page .recipe .exhibition .content .formarea .select select
{
	margin: 0;
	padding: 0;
	width: 117px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page .recipe .exhibition .content .formarea .submit input
{
	#margin: 0px 0px 0px -8px;
	color: #001965;
	font-weight: bold;
}
#page .recipe .exhibition .content .recipe_info
{
	float: left;
	width: 270px;
}
#page .recipe .exhibition .content .recipe_info .info
{
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#page .recipe .exhibition .content .recipe_info .info .label
{
	font-size: 10px;
	font-weight: normal;
}
#page .recipe .exhibition .content .recipe_info .bodytext
{
	padding: 7px 0px 0px 0px;
	font-size: 11px;
}
#page .recipe .exhibition .content .recipe_image
{
	position: relative;
	top: -5px;
	right: -22px;
	float: right;
	width: 321px;
}
#page .recipe .exhibition .content .recipe_image .top
{
	background: transparent url(image/bg.recipe.top.png) no-repeat;
	width: 100%;
	height: 10px;
	overflow: hidden;
}
#page .recipe .exhibition .content .recipe_image .middle
{
	background: transparent url(image/bg.recipe.middle.png) repeat-y;
	width: 100%;
	overflow: hidden;
}
#page .recipe .exhibition .content .recipe_image .middle .image
{
	margin: 0px 0px 0px 10px;
	width: 301px;
}
#page .recipe .exhibition .content .recipe_image .bottom
{
	background: transparent url(image/bg.recipe.bottom.png) no-repeat;
	width: 100%;
	height: 10px;
	overflow: hidden;
}
#page .recipe .recipes
{
	margin: 13px 0px 0px 0px;
}
#page .recipe .recipes ul
{
	margin: 0;
	padding: 0;
}
#page .recipe .recipes ul li
{
	margin: 0px 0px 2px 0px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

/**
* WORLDMAP
*/
#page .worldmap
{
	position: relative;
	width: 100%;
	height: 440px;
}

/**
* VIDEO GALLERY
*/
#page .videogallery
{
	position: relative;
	width: 100%;
}
#page .videogallery .videos
{
	position: relative;
	left: 9px;
	float: left;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 26px 0px;
}
#page .videogallery .videos .video
{
	position: relative;
	float: left;
	margin: 0px 6px 0px 0px;
	width: 305px;
	height: 103px;
	overflow: hidden;
}
#page .videogallery .videos .video .imagecontainer
{
	text-align:center;
	position: relative;
	float: left;
	background: transparent url(image/bg.thumbnail.image.png) no-repeat;
	padding: 10px 5px 0 5px;
	width: 122px;
	height: 93px;
	overflow: hidden;
	cursor: pointer;
}
#page .videogallery .videos .video .imagecontainer .playbtn
{
	position: absolute;
	top: 30px;
	left: 44px;
	background: transparent url(image/btn.play.png) no-repeat;
	width: 44px;
	height: 44px;
}
#page .videogallery .videos .video .content
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 8px 0px 0px 0px;
	height: 89px;
	width: 170px;
	overflow: hidden;
}
#page .videogallery .videos .video .content .year
{
	margin: -1px 0px 1px 0px;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
}
#page .videogallery .videos .video .content .bodytext
{
	line-height: 14px;
	font-size: 10px;
}
#page .videogallery .videos .video .content .link
{
	position: relative;
	left: 0px;
	bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#page .videogallery .videos .hr
{
	margin: 3px 0px 2px 9px;
	width: 926px;
}

/**
* BRAND PAGE
*/
#page .brandpage
{
	position: relative;
	width: 100%;
	height: 456px;
	overflow: hidden;
	direction:ltr;
}
#page .brandpage .overlay /*Overwrite*/
{
	background: transparent url(image/bg.overlay.brand.png) no-repeat;
	height: 580px;
	direction:rtl;
}
#page .brandpage .brands
{
	position: relative;
	top: 93px;
	left: 20px;
	width: 420px;
	overflow:hidden;
}
#page .brandpage .brands .brand
{
	width: 420px;
	height: 36px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#page .brandpage .brands .brand.active
{
	font-size: 20px;
}
#page .brandpage .brandinfo
{
	position: absolute;
	top: 302px;
	left: 20px;
	width: 270px;
	line-height: 20px;
	font-size: 11px;
}

/**
* TIMELINE
*/
#page .timeline
{
	position: relative;
	width: 100%;
}
#page .timeline .flash
{
	width: 960px;
	height: 120px;
}

/**
* ERROR
*/
#page .error404
{
	padding: 50px;
}

/**
* INFO AREA (COMMON)
*/
#page .infoarea
{
	float: left;
	padding: 21px 10px 20px 21px;
	width: 280px;
	height: 410px;
	overflow: hidden;
}
#page .infoarea table
{
	margin: -4px 0px 0px -3px;
}
#page .infoarea th
{
	padding: 6px 0px 1px 8px;
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
}
#page .infoarea th .note
{
	font-weight: normal;
	font-size: 10px;
}
#page .infoarea td h2
{
	margin: 8px 0px -3px 0px;
}
#page .infoarea .input1
{
	background: transparent url(image/bg.input1.png) no-repeat;
	width: 293px;
	height: 25px;
	overflow: hidden;
}
#page .infoarea .input1 input
{
	padding: 5px 7px 0px 7px;
	width: 279px;
	color: #001965;
}
#page .infoarea .input2
{
	background: transparent url(image/bg.input2.png) no-repeat;
	width: 141px;
	height: 25px;
	overflow: hidden;
}
#page .infoarea .input2 input
{
	padding: 5px 7px 0px 7px;
	width: 127px;
	color: #001965;
}
.firefox #page .infoarea .input1 input,
.firefox #page .infoarea .input2 input
{
	margin: 1px 0px 0px 0px;
}
.safari #page .infoarea .input1 input,
.safari #page .infoarea .input2 input
{
	margin: 4px 0px 0px 0px;
}
#page .infoarea .textarea
{
	position: relative;
	background: transparent url(image/bg.textarea.png) no-repeat;
	width: 293px;
	height: 139px;
	overflow: hidden;
}
#page .infoarea .textarea textarea
{
	background: none;
	padding: 10px;
	border: none;
	width: 273px;
	height: 119px;
	color: #001965;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page .infoarea .textarea2
{
	background: transparent url(image/bg.textarea2.png) no-repeat;
	height: 99px;
}
#page .infoarea .textarea2 textarea
{
	height: 79px;
}
#page .infoarea .submit
{
	position: relative;
	right: 6px;
	float: right;
	margin: 8px 0px 0px 0px;
	cursor: pointer;
}
#page .infoarea .submit input
{
	color: #001965;
	font-weight: bold;
}

/**
* DANCE 4 LIFE
*/
h1 .dance4lifeh1
{
	position: relative;
	top: 17px;
	left: 11px;
	margin: -32px 0px 0px 0px;
}
#page .dance4life
{
	position: relative;
	width: 100%;
}
#page .dance4life .left
{
	float: left;
	width: 640px;
	overflow: hidden;
}
#page .dance4life .left .image
{
	margin: 0px 0px 41px 0px;
}
#page .dance4life .left .video
{
	margin: 0;
}
#page .dance4life .left .preface
{
	padding: 29px 19px 19px 19px;
	color: #001965;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#page .dance4life .left .bodytext
{
	padding: 0px 19px 39px 19px;
	color: #001965;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page .dance4life .right
{
	float: left;
	padding: 0px 0px 100px 0px;
	width: 322px;
	overflow: hidden;
}
#page .dance4life .right .donate_text
{
	padding: 11px 15px 11px 15px;
	color: #da0312;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}
#page .dance4life .quote
{
	position: relative;
	background: transparent url(image/dance4life/quote.gif) no-repeat;
	width: 100%;
	height: 253px;
	color: #da0312;
	line-height: 16px;
	font-size: 11px;
}
#page .dance4life .quote .quote_text
{
	position: absolute;
	top: 65px;
	right: 65px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
#page .dance4life .quote .author
{
	position: absolute;
	top: 148px;
	left: 59px;
}

/**
* TEASERS
*/
#teasers
{
	position: relative;
	padding: 2px 0px 2px 0px;
	width: 100%;
	height: 113px;
	color: #001c46;
	overflow: hidden;
}
#teasers .body
{
	padding: 0px 0px 0px 3px;
}
#teasers .teaser
{
	float: left;
	background: transparent url(image/bg.teaser.png) no-repeat;
	width: 319px;
	height: 113px;
	overflow: hidden;
}
#teasers .teaser .image
{
	position: relative;
	float: left;
	width: 116px;
	height: 113px;
	overflow: hidden;
}
#teasers .teaser .content
{
	float: left;
	margin: 12px 0px 0px 16px;
	width: 175px;
	overflow: hidden;
}
#teasers .teaser .content .bodytext
{
	margin: 0px 0px 2px 0px;
	line-height: 14px;
	font-size: 10px;
}
#teasers .teaser .content .bodytext .username
{
	float: left;
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 5px 0 0;
}
	#teasers .teaser .content .bodytext .username a
	{
		font-weight: bold;
	}
#teasers .teaser .content .bodytext .date
{
	float: left;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
#teasers .teaser .content .bodytext .message
{
	width: 175px;
	height: 42px;
	overflow: hidden;
	margin: 3px 0 0;
}

/**
* FOOTER Styles
*/
#footer
{
	position: relative;
	display: none;
	padding: 20px 0px 0px 0px;
	width: 100%;
	height: 152px;
	background: #FFFFFF url(image/bg.bottom.jpg) repeat-x left bottom;
	color: #99a2bd;
	overflow: hidden;
	#min-width: 964px;
}
#footer a
{
	color: #99a2bd;
}
#footer .content
{
	position: relative;
	margin: auto;
	width: 964px;
	height: 161px;
}
#footer .content .copyrights
{
	position: absolute;
	_position: relative;
	#height: 60px;
	_height: auto;
	top: 99px;
	left: 22px;
	overflow: hidden;
}

#footer .content .dailyamount
{
	position: absolute;
	left: 337px;
	top: 99px;
	background: transparent url(image/bg.daily.amount.png) no-repeat;
	padding: 0px 0px 0px 29px;
}
#footer .content .dailyamount .link a
{
	color: #99a2bd;
	font-size: 10px;
	font-weight: normal;
}
#footer .content .bottle
{
	position: absolute;
	bottom: 13px;
	right: -2px;
}
/**
* LIGHTBOX
*/
#lightbox
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	color: #001965;
	font-size: 14px;
	font-weight: bold;
	z-index: 80000;
}
#lightbox .background
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}
#lightbox .container
{
	position: relative;
	top: 0px;
	#top: 32px;
	left: 0px;
	background-color: #FFFFFF;
	margin: 32px auto 0px auto;
	padding: 7px 7px 48px 7px;
}
#lightbox .container .close
{
	position: absolute;
	top: -13px;
	right: -14px;
	background: transparent url(image/btn.close.png) no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#lightbox .container .paging
{
	position: absolute;
	bottom: 17px;
	width: 100%;
	text-align: center;
}
#lightbox .container .paging .arrow
{
	position: relative;
	top: 1px;
	font-size: 25px;
}
#lightbox .container .paging .prev
{
	position: absolute;
	top: -4px;
	left: 1px;
	cursor: pointer;
}
#lightbox .container .paging .next
{
	position: absolute;
	top: -4px;
	right: 15px;
	cursor: pointer;
}

/*Newsletter section*/
		
#page .newsletters_overview
{
	padding:10px;
}
	#page .newsletters_overview ul
	{
		list-style-type:none;
	}
		#page .newsletters_overview ul li
		{
			list-style-type:none;
		}	

#user_tool_container
{
	line-height: 1em;
}		
