body {
	margin: 0;
	background: #fff;
	font-family: trebuchet ms,trebuchet,arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #111;
}
a:active
{
  outline: none;
}

img,object { border: none !important; }

div#footerlinks {
	float: left;
	width: 760px;
	display: inline;
	margin: 8px 0 0 0;
}

div#fifo {
	float:left;
	width: 760px;
	display: inline;
	margin: 8px 10px 0 0;
	color: #666;
}

div#footerlinks a { color: #ff0000; font-size: 11px; font-weight: normal; }

div#fifo a { color: #666; font-size: 11px; font-weight: normal; }

div#container {
	width: 760px;
	margin: 20px auto;
}

div#header {
	width: 760px;
	height: 107px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/i/header.gif);
	background-repeat: no-repeat;
}

div#menu {
	width: 760px;
	height: 42px;
	float: left;
}

div#pagebg {
	width: 760px;
	float: left;
	background: url(/i/bg.gif);
	background-repeat: repeat-y;
}

div#bodyhome {
	width: 760px;
	float: left;
	background: url(/i/hbg.gif);
	background-repeat: repeat-y;
}

div#homeleft {
	width: 550px;
	float: left;
	margin: 5px 0 0 1px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 0 45px;
}

div#homeright {
	float: right;
	width: 200px;
	margin: 5px 0 0 0;
	text-align: left;
}

div#bodyhomebot {
	width: 760px;
	height: 16px;
	float: left;
	background: url(/i/hbgb.gif);
	background-repeat: no-repeat;
}

div#bodybot {
	width: 760px;
	height: 16px;
	float: left;
	background: url(/i/bgb.gif);
	background-repeat: no-repeat;
}

div#footer {
	width: 750px;
	height: 41px;
	float: left;
	margin: 20px 0 0 0;
	background: url(/i/footer-new.gif);
	background-repeat: no-repeat;
	color: #ddd;
	padding: 5px 0 0 10px;
}

div#left {
	width: 128px;
	float: left;
	margin-left: 1px;
	padding: 0 10px;
}

div#right {
	width: 129px;
	float: right;
	margin-right: 1px;
	padding: 0 10px;
	text-align: left;
}
* html body div#right { width: 132px; padding: 0 5px 0 8px; }

div#content {
	width: 419px;
	float: left;
	margin: 10px 1px 0 1px;
	padding: 0 20px;
}


/** Link styles start here **/
a { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }
a.hsr {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a.hsr:hover { text-decoration: underline; }

div#content a { color: #ff0000; }
div#footer a { color: #ddd; }

a.sm1 { color: #000 !important; }
a.sm2 { color: #666 !important; }
a.sm3 { color: #999 !important; }

/** Template paragraph styles start here **/
div#left p { line-height: 18px; }
div#content p { line-height: 18px; }

div#content p.cust {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

p.subtitle {
	margin-top: 0;
	font-size: 18px;
	color: #888;
	font-weight: normal;
}
span.trade { font-size: 14px; vertical-align: sup; }

/** Default list styles start here **/
ul { padding: 0 0 0 10px; margin: 0; }
* html body ul { padding: 0 0 0 15px; margin: 0; }






/** Image styles start here **/
img { border: none; }
img#hometitle { margin-right: 30px; }
* html body img#hometitle { margin: 0 40px 10px 0; }

img.flink { margin: 2px 5px 0 0; }




/** Home page styles start here **/
div#mission {
	float: right;
	text-align: left;
	width: 240px;
	margin-right: 8px;
	line-height: 18px;
	font-size: 13px;
}
* html body p#mission { margin-right: 7px; }

div#featured {
	float: right;
	width: 240px;
	margin-right: 8px;
	text-align: right;
}
* html body div#featured { margin: 10px 6px 0 0; }

div#featured table { float: right; text-align: left; font-weight: bold; line-height: 16px; vertical-align: top; }
div#featured table td { vertical-align: top; }
div#featured table td p { margin: 10px 0; }

div#solutions {
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #cc0000;
}
div#solutions p { margin: 10px 0; line-height: 20px; }

div#seeusat {
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #cc0000;
}

table#sua-table { display: block; margin: 10px 0; padding: 0; }
table#sua-table td { margin: 0; padding: 0; vertical-align: top; }
table#sua-table td p { margin: 0; line-height: 18px; font-weight: bold; }

div#jobs { padding: 15px 10px 5px 10px; }
div#jobs p { margin: 10px 0; line-height: 18px; }






/** Contact form styles start here **/

input.tfi, input.bfi {
	background: #fff;
	border: 1px solid #999;
	font-family: trebuchet ms,trebuchet,arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #111;
	padding: 1px 3px;
}

input.tfi { width: 170px; }
input.bfi { width: 302px; }
* html body input.bfi { width: 309px; }
input.check { width: auto !important; }

select.tfs, select.bfs {
	font-family: trebuchet ms,trebuchet,arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #111;
}

select.tfs { width: 178px; }

textarea.bft {
	background: #fff;
	border: 1px solid #999;
	padding: 1px 3px;
	width: 302px;
	font-family: trebuchet ms,trebuchet,arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #111;
	overflow: auto;
}
* html body textarea.bft { width: 309px; }




.hide { display: none !important; }

/* Sitemap */
#sitemap ul li {
	list-style: disc;
	margin-bottom: 12px;
}
#sitemap ul li a {
	color: black;
}
#sitemap li ul li {
	list-style: circle;
	margin-bottom: 0;
	color: #666666;
}
#sitemap li ul li a {
	color: #666666;
}
#sitemap li ul li ul li a {
	color: #999999;
}

/* Jackpot network page */
.mj-box {
	clear: left;
	background: url(/i/mj-background.png);
	width: 359px;
	height: 103px;
	padding: 13px;
	margin-bottom: 15px;
	font-size: 13px;
}
.mj-box div {
	margin-left: 117px;
}

h3 {
font-size: 13px;
font-weight: normal;
}

.GameBlock p, .MegaJackpotBlock p {
	margin: 0;
}

.pd {
margin-bottom: 0;
}

.bio-image {
	float: right;
	margin: 0 0 0 10px;
}
.bio-text {
	margin-right: 112px;
}
.bio-block p {
margin-top: 0;
}

.game-demo {
float: left;
width: 194px;
}

.game-demo-alt {
	margin-left: 31px;
}
.game-demo p {
	margin-top: 0;
}
.game-demo img {
	margin-bottom: 4px;
}