@charset "UTF-8";

body {
  color: #5a5a5a;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
       font-weight: 300;
     font-size: 16px;
	 line-height: 1.35;
  margin:0;
  padding:0;
background-color: rgb(180, 180, 180);
}

#bg {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  display: block;
	  clear: both;
	  
background-color: rgb(180, 180, 180);



background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 230)), to(rgb(180, 180, 180)));
background-image: -webkit-linear-gradient(top, rgb(230, 230, 230), rgb(180, 180, 180));
background-image: -moz-linear-gradient(top, rgb(230, 230, 230), rgb(180, 180, 180));
background-image: -o-linear-gradient(top, rgb(230, 230, 230), rgb(180, 180, 180));
background-image: -ms-linear-gradient(top, rgb(230, 230, 230), rgb(180, 180, 180));
background-image: linear-gradient(top, rgb(230, 230, 230), rgb(180, 180, 180));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e6e6', EndColorStr='#b4b4b4');




text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
	
}

h1 {
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
     font-weight: 700;
     font-size: 39px;
	 line-height: 1;
	 letter-spacing: 0px;
	 margin-bottom: 0px;
	  margin-top: 40pxpx;
	 
}
h2 {
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
     font-weight: 300;
     font-size: 30px;
	 line-height: 1.1;
	 letter-spacing: 0px;
	 margin-bottom: 0px;
	  margin-top: 5px;
	 
}

h3 {
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
     font-weight: 400;
     font-size: 22px;
	 line-height: 1.25; 
	 letter-spacing: 0px;
	 margin-top: 7px;
	 margin-bottom: 30px;
	 
}

::-moz-selection, ::selection {
	background:#677269;
	color:#ffffff;
	text-shadow:none;
}

embed:active, object:active, div:active, a:active, embed:focus, object:focus, div:focus, a:focus {
	outline:none;
	-moz-outline-style: none;
}

.muted {
	color: rgb(125, 125, 125);
	
}

a, a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#ffffff;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

.page {
	margin-top:30px;
	margin-bottom:50px;
	padding:20px;
}
.content {
	text-align: center;
}

.spaceTop {
	margin-top:30px;
}
.spaceBottom {
	margin-bottom:15px;
}

/* TABLE
-------------------------------------------------- */

.carousel {
	height:250px;
}

.tablebg {
	position: absolute;
	height:100%;
	width:100%;
	text-align: center;
}

.carousel .tableimage {
	text-align: center;
}


/* BUTTONS
-------------------------------------------------- */

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8a9a8e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 154, 142)),to(rgb(102, 114, 105)));
	background-image: -webkit-linear-gradient(top, rgb(138, 154, 142), rgb(102, 114, 105));
	background-image: -moz-linear-gradient(top, rgb(138, 154, 142), rgb(102, 114, 105));
	background-image: -o-linear-gradient(top, rgb(138, 154, 142), rgb(102, 114, 105));
	background-image: -ms-linear-gradient(top, rgb(138, 154, 142), rgb(102, 114, 105));
	background-image: linear-gradient(top, rgb(138, 154, 142), rgb(102, 114, 105));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#8a9a8e', EndColorStr='#667269');
	border-color: #667269;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #667269;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	
	
background-color: #b12e2b;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(177, 46, 43)), to(rgb(131, 37, 27)));
background-image: -webkit-linear-gradient(top, rgb(177, 46, 43), rgb(131, 37, 27));
background-image: -moz-linear-gradient(top, rgb(177, 46, 43), rgb(131, 37, 27));
background-image: -o-linear-gradient(top, rgb(177, 46, 43), rgb(131, 37, 27));
background-image: -ms-linear-gradient(top, rgb(177, 46, 43), rgb(131, 37, 27));
background-image: linear-gradient(top, rgb(177, 46, 43), rgb(131, 37, 27));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b12e2b', EndColorStr='#83251b');





}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #6e1815;
  *background-color: #6e1815;
}
.btn-info:active,
.btn-info.active {
  background-color: #6e1815 \9;
}


@media (min-width: 1200px) { 

	
	
}

@media (max-width: 1199px) {}

@media (min-width: 980px) and (max-width: 1199px) { 

	
	.tablebg {
		top: 20px;
	}

}

@media (max-width: 979px) {}
 
@media (min-width: 768px) and (max-width: 979px) { 

	.tablebg {
		top: 40px;
	}
	
}

@media (max-width: 767px) { 
	.tablebg {
		top: 60px;
	}
		
}

@media (max-width: 480px) {
.page {
	margin-top:10px;
}
	.tablebg {
		top: -75px;
	}
	.carousel .tableimage {
width:140px;
height:140px;}
	.carousel {
		height:100px;
	}
}
