@import url('fonts.css');

a {
	color: #c31f1f;
	text-decoration: none
} 

.NormalColor {
	color: #5c5c5c;
	text-decoration: none
}
.TopToolbar {	
	text-decoration: none;
	box-shadow: 0px 3px 2px 3px #333;
	height: 60px;
	background-color: #383838;
	margin-top: 10px;
	background-image: url(../images/toolbar-bg.png);
}
.TopToolbar2 {
	height: 60px;
	background-color: #5c5c5c;
}
.MidToolbar {
	height: 16px;
	background-color: #5c5c5c;
}
.FooterBackground {
	height: auto;
	background-color: #383838;
}


	
body {
	/*font-family: 'AllerFont';*/
	font-family: Arial;
	background-color: #fff;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 21px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.Title {
	/*font-family: 'AllerFont';*/
	font-family: Arial;
	font-size: 37px;
	color: #5c5c5c;
}
.Title2 {
	/*font-family: 'AllerFont';*/
	font-family: Arial;
	font-size: 28px;
	color: #c31f1f;
}

.BannerTextSmall {
	/*font-family: 'AllerFont';*/
	font-family: Arial;
	font-size: 36px;
	color: #ffffff;
	line-height: 38px;
}
.BannerTextLarge {
	font-family: 'Conv_ChaletBook';
	font-size: 28px;
	color: #ffffff;
}

.BannerTextNormal {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.NavigationText {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
.NavigationSelectedText {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #c31f1f;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	/*border: 1px solid #A00;*/
	padding-right: 8px;
	padding-left: 8px;
}

.BackgroundFooter {
	background-color: #F0F0F0;
}
.BackgroundRedStats {
	background-color: #c31f1f;
}


.TextSmallFooter {
	font-family: Arial;
	font-size: 13px;
	color: #919191;
	line-height: 18px;
}
.TextSmallFooterCopyright {
	font-family: Arial;
	font-size: 11px;
	color: #B7B7B7;
	line-height: 18px;
}
.HeaderRed {
	font-family: 'Conv_ChaletBook';
	font-size: 31px;
	color: #c31f1f;
	line-height: 18px;
}
.HeaderGrey {
	font-family: 'Conv_ChaletBook';
	font-size: 31px;
	color: #5c5c5c;
	line-height: 18px;
	letter-spacing: -1px;
}

.TextGreyLarge {
	font-family: 'Conv_ChaletBook';
	font-size: 21px;
	color: #5c5c5c;
	line-height: 18px;
}
.TextRedLarge {
	font-family: 'Conv_ChaletBook';
	font-size: 21px;
	color: #c31f1f;
	line-height: 18px;
}


.TextBold {
	font-family: Arial;
	font-size: 14px;
	color: #5c5c5c;
	line-height: 21px;
	font-weight: bold;
}
.TextLarger {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
}
.TextLargerWhite {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}
.TextLargerBoldWhite {
	font-family: 'Conv_Chalet-ParisNineteenSixty';
	font-size: 48px;
	color: #FFFFFF;
}

.SlideBackground {
	background-repeat: no-repeat;
	min-width: 1000px;
	width: 100%;
	margin-top: 30px;
	/*max-width: 2000px;*/
	max-width: 100%;
	margin: auto;
	background-color: #383838;
}
.SlideBackgroundSmall {
	background-image: url(../images/background-sm.jpg);
	resize:both;
	width:100%;
}

.separator {
	background-color: #cecece;
	height: 1px;
}

.separator2 {
	background-color: #d8d8d8;
	height: 1px;
}
.SeparatorVertical {
	height: 1px;
	background-image: url(../images/vertical-line-separator.png);
}

.TextLabelColor {
	color: #d3d3d3;
}
.TextHighlightColor {
	color: #d83232;
}
.div-general {
	float: none;
	width: inherit;
	margin: auto;
	
}

.get-started-button{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 120px;
	box-shadow: 0px 1px 2px 0px #000;
	border: 1px solid #CC3300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	font-family: arial;
	/*padding: 10px 20px 10px 20px;*/
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	background-color: #c31f1f;
}
.get-started-button:hover{
	cursor: pointer;
	border: 1px solid #CC3300;
	background-color: #AA1C1C;
}



.ShadowEffects {
	box-shadow: 0px 0px 9px 5px #CCCCCC;
}

.hidden
{
	display:none;
}

/* style for casinos rotator*/

.bullet
{
	cursor:pointer;
}

.header
{
	margin-top: 20px;
}

.content
{
	width: 960px;
	height: auto;
	margin: auto;
}

.footer
{ 
	margin: auto; 
}

.footer-body
{
	width: 980px; 
	height: auto; 
	margin: auto; 
}

.content
{
	width:980px;
	margin:auto;
}
