@charset "utf-8";
/* CSS Document */
body, html {
	padding: 0;
	margin: 0;	
	height: 100%;
}
body {
	background: url("../images/bg-static3.jpg") 0% 0% repeat;		
}
html {
	font-family: arial, helvetica, sans-serif;	
}

#main {
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	
	/*height: auto;
	min-height: 100%;*/
	min-height: 647px;
	
	/* background image */
	background: url("../images/bg2.jpg") center -105px no-repeat;
	background-color: #eccfa5;
	
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: relative;
	/*width: 90%;
	height: 470px;*/
	
	margin-left: auto;
	margin-right: auto;
	
	border: 0px;
	
	background: url("../images/logo.png") center 20px no-repeat;	
}
#buy_shell {
	position: absolute;
	right: 21px;
	bottom: 8%;
	text-align: center;
}
#buy_shell img {
	position: absolute;	
	z-index: 999;
	left: 20px;
	bottom: 22px;
}
#buy_shell .hands {
	position: absolute;
	left: -67px;
	top: -72px;
}
#buy_ribbon {
	position: relative;
	padding: 12px;
	background: #668adc;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);	
	border-bottom: 2px #1c2e59 solid;
	border-top: 2px #90c8f7 solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	color: #fff;
	min-width: 143px;
	z-index: 998;
}
#buy_ribbon:before, #buy_ribbon:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	content:'';
	border-top: 6px solid #162029;
	border-left: 6px solid transparent;
}
#buy_ribbon:before {
	border-top: 6px solid #162029;
	border-right: 6px solid transparent;
	border-left: none;
	left: auto;
	right: 0;
	bottom: -6px;
}
#buy_ribbon:hover {
	background-color: #D47575;
	border-top: 2px #FFB0B0 solid;
}
.content {
	width: 100%;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	margin-left: auto;
	margin-right: auto;	
}
.content.main {
	/* background gradient */
	background: linear-gradient(rgba(236, 207, 165, 0) 25%, #c1755b 95%);	
	border-bottom: 2px #772c0e solid;
	min-height: 400px;
}
.text2 {
	color: #686868;
	font-size: 10px;	
}
.text2 a:link, .text2 a:visited, .text2 a:active {
	color: #87a7d0;
	border: 0px;
	text-decoration: none;
}
h1{
	color: #fff;
	position: relative;
	margin-left: -6px; /* 15px padding + 7px border ribbon shadow*/
	margin-right: -6px;
	background: #668adc;
	/*background: -moz-linear-gradient(#539edd 48%, #456abc 52%, #668adc 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#539edd), to(#456abc));
	background: -webkit-linear-gradient(#539edd 48%, #456abc 52%, #668adc 100%);
	background: -o-linear-gradient(#539edd 48%, #456abc 52%, #668adc 100%);
	background: -ms-linear-gradient(#539edd 48%, #456abc 52%, #668adc 100%);
	background: linear-gradient(#539edd 48%, #456abc 52%, #668adc 100%);*/
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);	
	border-bottom: 2px #1c2e59 solid;
	border-top: 2px #90c8f7 solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	padding-left: 12px;
	margin-bottom: 4px;
}
h1:before, h1:after{
	position: absolute;
	left: 0;
	bottom: -6px;
	content:'';
	border-top: 6px solid #162029;
	border-left: 6px solid transparent;
}
h1:before{
	border-top: 6px solid #162029;
	border-right: 6px solid transparent;
	border-left: none;
	left: auto;
	right: 0;
	bottom: -6px;
}

h2 {
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	color: #983d22;
	font-size: 18px;
	font-weight: bolder;
}
p {
	color: #1b1b1b;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 4px;
}
a, a:visited {
	color: #00448D;
	text-decoration: none;
}
.content a:hover, .content a:active {
	text-decoration: underline !important;
}
hr {
	height: 1px;
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-top: 2px #c07359 solid;
	border-bottom: 2px #fff2ce solid;
	border-radius: 100%;
}
hr:before {
	position: absolute;
	width: 24px;
	height: 24px;
	content: " ";
	background: url('../images/hr01.png') top center no-repeat;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
.rule1:before {
	background: url('../images/hr01.png') top center no-repeat;
}
.rule2:before {
	background: url('../images/hr02.png') top center no-repeat;
}
.rule3:before {
	background: url('../images/hr03.png') top center no-repeat;
}
.content ul {
	list-style-image: url('../images/bullet.png');
	text-align: left;
	margin: 0;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.content li {
	margin-top: 5px;
}
.content li:first-child {
	margin-top: 0px;
}
.content .col li {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;	
}
.content li.swrd {
	list-style-image: url('../images/bullet.png');
}
.content li.alch {
	list-style-image: url('../images/bullet2.png');
}
.content li.cleric {
	list-style-image: url('../images/bullet3.png');
}
.content li.ele {
	list-style-image: url('../images/bullet4.png');
}

.col {
	position: relative;
	width: 48%;
	display: inline-block;	
	zoom: 1;
    *display: inline;
	vertical-align: top;
}
.col p, .col h1, .col h2 {
	padding-left: 10px;
	padding-right: 10px;
}
a img{
	border: 0;
}
.download_bar {
	display: block;
	padding: 10px;
	background-color: #DEE4C6;
	border-radius: 6px;
	border: 1px solid #7A7A67;
	border-bottom: 2px solid #474747;
	width: 85%;
	margin: 10px;
	text-decoration: none;	
}
.download_bar:hover {
	background-color: #FEFFFC;
	text-decoration: none;
}

/* --------------------------------------------------------------------INPUTS */
input[type=text]{
	display: block;
	width: 35%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #ad552d;
	background-color: #faf2e8;
	color: #a63d3d;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
}
input[type=text]:active, input[type=text]:focus{
	border: 2px solid #000;
}
input[type=text]:hover{
	background-color: #FFFDFA;
}

input[type=submit]{
	background: #43a5e6;
	background-image: -webkit-linear-gradient(top, #43a5e6, #2980b9);
	background-image: -moz-linear-gradient(top, #43a5e6, #2980b9);
	background-image: -ms-linear-gradient(top, #43a5e6, #2980b9);
	background-image: -o-linear-gradient(top, #43a5e6, #2980b9);
	background-image: linear-gradient(to bottom, #43a5e6, #2980b9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #000000;
	-webkit-box-shadow: 0px 4px 0px #0f2357;
	-moz-box-shadow: 0px 4px 0px #0f2357;
	box-shadow: 0px 4px 0px #0f2357;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	border: solid #40718f 1px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 3px;
	cursor: pointer;
	cursor: hand;
}
input[type=submit]:hover,input[type=submit]:active{
	margin-top: 3px;
	margin-bottom: 0px;
	box-shadow: 0px 1px 0px #0f2357;
}
/* --------------------------------------------------------------------TRAY */
#tray {
	position: relative;
	height: 58px;
}

#tray ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
#tray li {
	float: left;
	height: 100%;
	
	border-left: 1px #000 solid;
	border-right: 1px #888 solid;
	
	text-shadow: 0px 2px 0px #000;
}
#tray li:hover {
	opacity: 0.8;
	background-color: #000;	
}
#tray li a:link, #tray li a:visited, #tray li a:active {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	padding: 21px;
	line-height: 3.5;
	border: 0px;
}
.social {
	position: absolute;
	right: 8px;
	top: 8px;	
}
.social img {
	border: 0px;
	border-radius: 8px;
	width: 40px;
	margin-left: 4px;
}
.social img:hover {
	opacity: 0.8;
}
#tray_arrow {
	position: absolute;
	width: 59px;
	background-color: #000;	
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	padding-bottom: 3px;
	bottom: -33px;
	right: 25px;
	
	border: 0px solid;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	cursor: pointer;
	cursor: hand;
}
#tray_arrow:hover {
	bottom: -37px;
}
/* ---------------------------------------------------------------END TRAY */

/* ---------------------------------------------------------------VIDEO */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------------END VIDEO */

/* ----------------------------------------------------------------BUBBLE */
.bubble_shell {
	position: relative;
	margin: 35px;
}
.bubble_shell img {
	display: inline-block;
}
.bubble_title {
	position: absolute;
	left: 16px;
	top: -51px;
	z-index:99;
	
	color: #1b1b1b;
	font-size: 24px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	font-weight: bold;
}
.bubble_title.right {
	left: auto;
	right: 16px;
}
.bubble_subtitle {
	position: absolute;
	top: -23px;
	left: 16px;
	
	color: #1b1b1b;
	font-size: 16px;
}
.bubble_subtitle.right {
	right: 16px;
	left: auto;	
}
.resources {
	position: absolute;
	right: 0px;	
	bottom: -23px;
}
.resources.right {
	left: 0px;	
	right: auto;
	bottom: -23px;
}
.resources a:link, .resources a:visited, .resources a:active {
	color: #34349c;
	font-size: 14px;
	text-decoration: none;
}
.bubble {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color:#fff;
	width: 400px;
	min-height: 50px;
	border-radius: 8px;
	border: 1px #000 solid;
	border-bottom: 3px #000 solid;
	padding: 14px;
	margin: 10px;
}
.bubble:before {
	position: absolute;
	content: '';
	width: 24px; 
	height: 24px;
	left: -16px;
	background: url('../images/bubble_arrow_left.gif') top center no-repeat;
}
.bubble.right:before {
	right: -16px;
	left: auto;
	background: url('../images/bubble_arrow_right.gif') top center no-repeat;
}
.bubble p {
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;	
}
.bubble a, .bubble a:visited {
	color: #00448D;
	text-decoration: none;
}
.bubble a:hover, .bullbe a:active {
	text-decoration: underline !important;
}
/* ------------------------------------------------------------END BUBBLE */

.thumbs {
	width: 200px;
	margin: 10px;	
}
.thumbs:hover {
	opacity: 0.8;
	margin-bottom: 8px;	
}
.logo:hover {
	opacity: 0.8;
}

/* ----------------------GENERAL STYLES */
.borders {
	/*border: 5px solid rgba(255, 255, 255, .5);*/
	border: 1px #000 solid;
	border-bottom: 5px #000 solid;
}
.shadow {
	-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.48);
	-moz-box-shadow:    0px 0px 18px rgba(0, 0, 0, 0.48);
	box-shadow:         0px 0px 18px rgba(0, 0, 0, 0.48);	
}
.bigshadow {
	/*
	-webkit-box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 85px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 85px rgba(0, 0, 0, 0.75);
	*/
	box-shadow:         10px 0px 2px rgba(0, 0, 0, 0.25), -10px 0px 2px rgba(0, 0, 0, 0.25);
}
.gray {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 45%, #000000 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#565656), color-stop(56%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #565656 45%, #666666 50%, #000000 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #565656 45%, #666666 50%, #000000 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #565656 45%, #666666 50%, #000000 56%); /* IE10+ */
	background: linear-gradient(to bottom, #565656 45%, #666666 50%, #000000 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
}
.gray2 {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#565656 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#565656',GradientType=0 ); /* IE6-9 */	
}
.green {
	background: #419431; /* Old browsers */
	background: -moz-linear-gradient(top,  #419431 45%, #24411D 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#419431), color-stop(56%,#24411D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #419431 45%, #5B9750 50%, #24411D 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #419431 45%, #5B9750 50%, #24411D 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #419431 45%, #5B9750 50%, #24411D 56%); /* IE10+ */
	background: linear-gradient(to bottom, #419431 45%, #5B9750 50%, #24411D 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419431', endColorstr='#24411D',GradientType=0 ); /* IE6-9 */
}
.black {
	background-color: #262626;	
}
.transition, .bubble a {
	transition-duration: .15s;
	-moz-transition-duration: .15s;
	-webkit-transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;	
}