/* @group Top */

#top {
	margin-top: 20px;
	margin-bottom: 0;
}
#top p {
	float: right;
	margin: 50px 0 0;
	font-size: 12px;
	color: #6382a1;
}

#top a {
	padding: 0;
	margin-left: 10px;
	margin-right: 5px;
	color: #6382a1;
}

#top a:hover {
	border-bottom-style: dotted;
	color: #6382a1;
	border-bottom-color: #83a3b9;
}

/* @end */

/* @group Header
 */

.header {
	background-color: #86a6bf;
	height: 125px;
}

.header h3 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 25px;
	margin-left: 12px;
}

.header .jumpmenu {
	width: 265px;
	margin: 0 0 5px 10px;
}

.header a:link, .header a:hover, .header a:visited {
	margin-bottom: 5px;
	margin-left: 10px;
	border-style: none;
}

/* @end */

/* @group Breadcrumbs */

.breadcrumbs {
	background-color: #f5f5f5;
	height: 30px;
	margin-bottom: 20px;
}

.breadcrumbs p {
	font-size: 12px;
	margin: 5px 0 0 15px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #83a2bb;
}

.breadcrumbs a:hover {
	border-bottom: 1px dotted #7894ab;
}

/* @end */

/* @group Footer */

.footer {
	text-align: left;
	font-size: 12px;
	background: #f5f5f5;
	border-bottom-color: #e6e6e6;
	height: 30px;
}

.footer p {
	padding: 5px 0 0 10px;
}

/* @end */

/* @group Boxes */

.odd {
	padding: 15px;
	border: 1px solid #e4ebf1;
	margin: 0 0 20px;
}

.even {
	padding: 15px;
	background-color: #ebf3f8;
	border: 1px solid #e4ebf1;
	margin: 0 0 20px;
}

.even ul, .odd ul {
	list-style-position: outside;
	color: #000059;
	margin: 0 0 10px 0px;
	padding: 0;
	text-align: left;
}

.even li, .odd li {
	list-style-position: inside;
	list-style-type: disc;
}

.even p, .odd p {
	color: #000059;
	margin-bottom: 5px;
}

.even a:link, .even a:hover, .even a:visited,.odd a:link, .odd a:hover, .odd a:visited  {
	color: #16700b;
}

img.white {
	float: right;
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #e4ebf1;
	background-color: #fff;
	margin-left: 10px;
	clear: both;
}

/* @end */

/* @group Star Plan Table */

.tabs {
	border: 0px solid #ebf3f8;
	width: 585px;
	padding: 5px;
	margin: 0 0 25px 5px;
}

.tabs h3 {
	color: #000059;
	font-weight: normal;
	font-style: normal;
}

caption {
	padding: 0 0 5px 0;
	text-align: right;
	margin: 0;
	color: #000059;
	font-size: 13px;
}

.starplan {
	margin: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #e4ebf1;
	float: left;
	padding: 0;
}

.rdevents {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #e4ebf1;
	padding: 0;
}

.tabNavigation {
	list-style: none;
	text-align: left;
	margin: 10px 0 5px 5px;
}

.tabNavigation li {
	display: inline;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

.tabNavigation li a {
	border-color: #ebf3f8;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #86a6bf;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	padding: 5px;

}

.tabNavigation li a.selected,.tabNavigation li a:hover {
	color: #000059;
	background-color: #ebf3f8;
}

.tabNavigation li a:focus {
	outline: 0;
}

.tableodd {
	background: #ebf3f8;
	color: #000059;
}

.rdevents th, .tabs th {
	color: #000059;
	font-weight: bold;
	padding: 10px;
	border-left: 1px solid #e4ebf1;
	border-right: 1px solid #e4ebf1;
}

.rdevents td, .tabs td {
	color: #000059;
	border-right: 1px solid #e4ebf1;
		padding: 10px;
	text-align: center;
}

.title {
	font-size: 12px;
	background-color: #ebf3f8;
}

.tabs h3 {
	font-size: 16px;
	padding: 0 0 0 10px;
	margin: 5px 0 0;
}

/* @end */

/* @group Order */

.orderfin {
	margin: 15px;
	padding: 10px;
	background-color: #ebf3f8;
	color: #000059;
	text-align: center;
}

.orderfin img {
	margin-top: 10px;
	clear: both;
}

/* @end */

/* @group Misc */

.maincontent {
	margin-bottom: 10px;
}

.zones {
	margin-bottom: 30px;
	float: left;
	display: inline;
}

div#countdown_wrapper {
	
}

div#countdown { 
	width: 280px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 0px;
}

.countdown_row {
	clear: both;
	text-align: center;
}

.countdown_show1 div {
	width: 100%;
}

.countdown_show2 div {
	width: 50%;
}

.countdown_show3 div {
	width: 33%;
}

.countdown_show4 div {
	width: 25%;
}

.countdown_show5 div {
	width: 20%;
}

.countdown_show6 div {
	width: 16%;
}

.countdown_show7 div {
	width: 14%;
}

.countdown_section {
	float: left;
	color: #88343c;
	text-transform: capitalize;
	font: 12px/12px Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 8px;
}

.countdown_amount {
	color: #700b15;
	font: normal 40px Helvetica, Arial, Geneva, sans-serif;
}
.eternale {
	font-size: 12px;
	padding: 20px;
	color: #700b15;
	background: #f7f2f2 no-repeat;
	margin: 0;
	width: 570px;
	display: inline;
	float: left;
}

.eternale p {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 50px;
	text-align: left;
	margin: 0px 0px 20px;
}

.eternalehead, .eternale h6 {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	color: #700b15;
	font-weight: bold;
	font-size: 20px;
}

.eternale img {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-right: 4px;
	background-color: #fff;
	margin-top: 0px;
	border: 1px solid #700b15;
}

.gallerypics {

	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	color: #666666;

	
}

.eternalehead {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 20px;
	color: #700b15;
	font-weight: bold;
	font-size: 20px;
}

.eternale a {
	font-weight: bold;
	color: #700b15;
	text-decoration: underline;
}

/* @end */

/* @group Fancy */

html ,body
{
height: 100%;
}


#flashcontent, #flashcontents {
	padding: 15px;
}

#flashjuri {
	border-color: #e3ebf1;

	padding-top: 15px;
}


#flashcontenteternale {
	padding: 0;
	margin: 25px 0 0;
}

.profilebox {
	width: 280px;
	float: right;
	padding: 5px;
	border: 1px solid #c8d7e2;
	text-align: center;
	margin: 5px 10px 5px 15px;
}

.demobox {
	width: 280px;
	float: left;
	padding: 5px;
	border: 1px solid #c8d7e2;
	text-align: center;
	margin: 5px 10px 5px 0;
}

.demoimage {
	float: left;
	margin-right: 5px;
	border-style: solid;
	background-image: none;
	text-decoration: none;
	border: 0;
}

.profileimage {
	float: right;
	margin-left: 5px;
	border-style: solid;
	background-image: none;
	text-decoration: none;
	border: 0;
}


.demobox p, .profilebox p {
	padding: 30px 0 0;
	color: #86a6bf;
	font-weight: bold;
	font-size: 13px;
}



div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #fff;
	font: normal 12px Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #fff;	
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.thequantumalliance.com/themes/cssimg/fancy_shadow_nw.png) no-repeat;
}

/* @end */

/* @group Moutain New Year */

.mountain {
	background: url(http://www.thequantumalliance.com/themes/img/mountain.jpg) no-repeat;

	padding-top: 125px;
}

.mountain h2 {
	font-size: 18px;
	border-style: none;
	padding-left: 15px;
}

.mountain p {
	padding-left: 15px;
	padding-right: 30px;
}


.left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e4ebf1;
	background-color: #fff;
	margin-left: 0px;
	clear: both;
}
/* @end */


#tab {
	position: absolute;
	width: 100px;
	height: 50px;
	text-indent: -9999px;
	z-index: 100;
	right: 0;
	background: url(http://www.thequantumalliance.com/themes/img/canada_flag.gif) no-repeat;
	padding-top: 20px;
}