@charset "utf-8";
/* CSS Document */

/* Page Layout */
body {
	margin: 0px 0px;
	padding: 0px; 
	background-color:#cccccc;
	text-align:center;
}

#container {
	position:relative;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	background-color:#FFFFFF;
}

#innercontainer {
/*	position:relative;*/
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 980px;
	background-color:#ffffff;
}

#header {
	background-color:#cccc33;
	margin: 0px;
	background-color:#dbdbdb;
}
#header img {
	border:none;
}


/* NavBar */
#navbar {
	margin: 2px 0px 2px 0px;
	background-color:#dbdbdb;
	background: transparent url(images/bg.gif) repeat top;	
	height:40px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
}

#navbarinner {
	margin: 0px 5px 0px 5px;
}

#navbar ul {
	display: inline;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#navbar li {
	display:block;
	float:left;
	list-style-type:none;
	width:180px;
	text-align:left;
	height:25px;
	margin: 0px 7px 0px 7px;
	padding: 12px 0px 0px 0px;
	text-indent: 30px;
}

#navbar li.home {
	background: transparent url(images/navbuttonhome.gif) no-repeat center;
}

#navbar li.download {
	background: transparent url(images/navbuttondownload.gif) no-repeat center;	
}

#navbar li.bonus {
	background: transparent url(images/navbuttonbonus.gif) no-repeat center;	
}

#navbar li.freeroll {
	background: transparent url(images/navbuttonfreeroll.gif) no-repeat center;	
}

#navbar li.team {
	background: transparent url(images/navbuttonteam.gif) no-repeat center;	
}

#navbar a:link, #navbar a:visited, #navbar a:active {
	display:block;
	font:bold 12px "Arial";
	color: #313131;
	text-decoration:none;
}

#navbar a:hover {
	text-decoration: underline;
	color: #990000;
}






/* Content */
#content {
	margin: 0px;
	background-color:#dbdbdb;
}

#contentcontain {
	width:960px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

.contentad {
	text-align:left;
	margin: 0px 5px 0px 0px;
	float:left;
}

.contentad img {
	border:none;
}


.quickdownload {
	float:left;
	margin: 5px 5px 0px 20px;
	width: 380px;
}

.quickdownloadtop {
	margin: 0px 0px 0px 0px;
	background: transparent url(images/tbl-bg-top.gif) no-repeat;
	height: 40px;
	width: 375px;
}
.quickdownloadtop p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align:center;
	font: 18px "Arial";
	color: #313131;
}

.quickdownloadmiddle {
	margin: 0px 0px 0px 0px;
	background: transparent url(images/tbl-bg-middle.gif) repeat-y top;
	width: 375px;
}
.quickdownloadbase {
	margin: 0px 0px 0px 0px;
	background: transparent url(images/tbl-bg-base.gif) no-repeat;
	height: 10px;
	width: 375px;
}


.quickdownloadtbl {
	width: 365px;
	padding: 0;
	margin: 0px 5px 0px 5px;
	text-align:center;
}
.quickdownloadtbl td.norm {
	border-bottom: 1px dashed #C1DAD7;
	font: 14px "Arial";
	color: #336699;
	height: 40px;
	background: transparent url(images/tbl-bg-middle.gif) repeat-y top;
	
}

.quickdownloadtbl td.norm a:link, .quickdownloadtbl td.norm a:visited, .quickdownloadtbl td.norm a:active {
	text-decoration: underline;
	background: transparent url(images/download.jpg) no-repeat;
	padding-left: 25px;
	color: #336699;
}
.quickdownloadtbl td.norm a:hover {
	background-color: #FFFFCC;
	color:#333;
	text-decoration: underline;
}
.quickdownloadtbl td.alt a:link, .quickdownloadtbl td.alt a:visited, .quickdownloadtbl td.alt a:active {
	text-decoration: underline;
	background: transparent url(images/downloadred.jpg) no-repeat;
	padding-left: 25px;
	color: #990000;
}
.quickdownloadtbl td.alt a:hover {
	background-color: #FFFFCC;
	color:#333;
	text-decoration: underline;
}
.quickdownloadtbl td.alt {
	border-bottom: 1px dashed #C1DAD7;
	font: 14px "Arial";
	color: #990000;
	height: 40px;
	background: url(images/tbl-bg-middle.gif) repeat-y top;
}
.quickdownloadtbl td.base {
	height: 10px;
	background: url(images/tbl-bg-base.gif) no-repeat;
}




.contenttext {
	text-align:left;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	font: 15px "Arial";
	line-height:140%;
	color: #313131;
}

.red {
	text-align: left;
	font: 15px "Arial";
	color:#c51130;
	font-weight:bold;
}


h1 {
	margin: 20px 0px 0px 0px;
	text-align:left;
	font: 24px "Arial";
/*	line-height:140%;*/
/*	color: #313131;*/
	color: #336699;
	font-weight:bold;
/*	color: #990000;*/

}

h2, h3 {
	margin: 20px 0px 0px 0px;
	text-align:left;
	font: 22px "Arial";
/*	line-height:140%;*/
/*	color: #313131;*/
	color: #336699;
/*	color: #990000;*/
}


h1.red, h2.red, h3.red {
	text-align:left;
	font: 18px "Arial";
/*	line-height:140%;*/
	color: #990000;
}

.breadcrumb {
	text-align:left;
	margin: 5px 0px 15px 0px;
	background-color:#ffffff;
	font: 13px "Arial";
	line-height:140%;
	color: #313131;
}

.contenttext a:link, .contenttext a:visited, .contenttext a:active {
	text-decoration: underline;
/*	color: #336699;*/
	color: #990000;
/*	color: #c51130;*/
}
.contenttext a:hover {
	background-color: #FFFFCC;
	color:#333;
	text-decoration: underline;
}

.sitemap1 {
	margin: 5px 10px 10px 10px;
	padding:0px;
	float:left;
	text-align:left;
	width:300px;
/*	height:300px;*/
	background: transparent url(images/navbk.gif) repeat-y top;
}

.sitemap2 {
	margin: 5px 10px 10px 10px;
	padding:0px;
	float:left;
	text-align:left;
	width:275px;
/*	height:300px;*/
/*	background: transparent url(images/navbk.gif) repeat-y top;*/
}

.sitemap1 p, .sitemap2 p {
	margin:0px;
	padding:0px;
}
.sitemap1 h4, .sitemap2 h4 {
	margin: 15px 0px 0px 0px;
	padding:0px;
	font-family: Arial;
	font-size: 18px;
	font-weight:normal;
	color: #313131;
	text-align:left;
}
.sitemap1 a:link, .sitemap1 a:visited, .sitemap1 a:active, .sitemap2 a:link, .sitemap2 a:visited, .sitemap2 a:active {
	color: #990000;
	text-decoration:none;
}

.sitemap1 a:hover, .sitemap2 a:hover {
	background-color: #FFFFCC;
	color:#333;
	text-decoration: underline;
}
.sitemap1 ul, .sitemap2 ul {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 14px;
	color: #990000;
	text-align:left;
	line-height:120%;
	text-decoration:none;
	list-style-type:none;
}



/* navfooter */
#navfooter {
	margin: 0px;
	background-color:/*#505050*/#2A2A2A;
	color:#ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #505050;
}

#navfooter .inner {
	background-color:#2A2A2A;
	min-height:280px;
/*	height:400px;*/
	border:none;
	border-right:1px solid #505050; 
	width: 25%;
	padding: 10px 0px 10px 0px;
	float:left;

}

#navfooter .innerlast {
	background-color:#2A2A2A;
	min-height:200px;
	_height:200px;
	border:none;
/*	border-right:1px solid #505050; */
	width: 24%;
	padding: 10px 0px 10px 0px;
	float:left;

}

#navfooter h5 {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e6e6e6;
	text-align:left;
	text-transform:uppercase;
}

#navfooter .list-links {
	list-style:none;
	margin:0px; 
	padding: 0px 0px 0px 10px;
}

#navfooter .list-links li {
	margin: 0px;
	padding: 1px;
	font-family: Arial;
	font-size: 12px;
/*	font-weight: bold;*/
	color: #e6e6e6;
	text-align:left;
	
}

#navfooter .list-links a:link, .list-links a:visited, .list-links a:active {
	color: #e6e6e6;
	text-decoration:none;
}

#navfooter .list-links a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}





/* Footer */

#footer {
	margin: 0px;
	background-color:#2A2A2A;
	color:#e6e6e6;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	border-bottom:1px solid #505050;
}





#footer p {
	margin: 5px 0px 0px 25px;
	background-color:#2A2A2A;
	color:#e6e6e6;
	font-family: Arial;
	font-size: 12px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#e6e6e6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.footerleft {
	margin: 5px 10px 5px 10px;
	background-color:#2A2A2A;
	color:#e6e6e6;
	float:left;
	text-align:left;
	width:300px;
}

.footerright {
	margin: 15px 10px 5px 10px;
	background-color:#2A2A2A;
	color:#e6e6e6;
	float:left;
	text-align:left;
	width:200px;
}

.footerright ul{
	margin: 15px 5px 0px px;
	background-color:#2A2A2A;
	color:#e6e6e6;
	text-align:left;
/*	width: 150px;*/
	list-style:none;
	font-family: Arial;
	font-size: 12px;
}
.footerright li{
	padding: 2px 0px 2px 0px;
}


/* Old Site styles */

.avatarbox {
	width:210px;
	padding:8px 8px 8px 5px;
	float:right;
	text-align: center;
	font-family:Verdana, Arial;
	color:#c51130;
	font-size:10px;
	font-weight:bold;
	line-height:120%;
}

.usp {
	text-align:center;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	font: 15px "Arial";
	line-height:140%;
	color: #c51130;
/*	color: #990000;*/
	font-weight:bold;
}

.usp a:link, .usp a:visited {
	color:#c51130;
}

.usp a:hover {
	background-color: #FFFFCC;
	color:#333;
}


.tfp {
	float:left;
	padding: 25px 5px 10px 5px;
	font: 15px "Arial";
	color:#c51130;
	text-align:center;
	line-height:120%;
}

.tfp a:link, .tfp a:visited {
	color:#c51130;
}

.tfp a:hover {
	background-color: #FFFFCC;
	color:#333;
}


.tfpc {
	float:left;
	padding: 10px 5px 10px 5px;
	font: 15px "Arial";
	color:#c51130;
	text-align:center;
}

.navb {
/*	padding-left:32px; */
	background-color:#FFFFFF;
	font: 15px "Arial";
	color:#c51130;
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	width:720px;
}

.navb a:link, .navb a:visited {
	color:#c51130;
}

.navb a:hover {
	background-color: #FFFFCC;
	color:#333;
}

.thumbbox {
	width: 175px;
	margin: 10px 0px 10px 10px;
	float:left;
	display:block;
}

.catbox {
	display:block;
	margin-right: 10px;
	margin-left: 185px;

}

.dlleft {
	float:left;
	width:365px;
	margin: 15px 5px 5px 5px;
}

.picfloat {
	margin: 20px 0px 0px 5px;
	float:left;
}

.dltext {
	padding: 5px;
	float:right;
	width:275px;
}


/* Default Wordpress CSS */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:none;
	}


p a.img:link, p a.img:visited, p a.img:active, p a.img:hover {
	border:none;
	text-decoration:none;	
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:none;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:none;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.rightfloatbox {
	padding: 4px;
	float:right;
	width:200px;
	border:none;
	text-align:center;
	margin-top: 10px;
	}
	
/* End Images */


