@charset "utf-8";

/* CSS Document */



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0px;

	padding: 0px;

	background: url(images/pagebckg.jpg) top repeat-x;

	color: #66778A;

	font-size: 11px;

	background-color: #48623F;

}

.shadow{

	font:10pt arial;

	position:relative;

	display:inline;

	z-index:100;

	background-color: #1B1E25;

}

 

.shadow_inner{

        overflow:hidden;

        position:absolute;

        top: -1000px; 

        filter:alpha(Opacity=5); /*modify to change the shade solidity/opacity, same as below*/

        opacity:0.05; /*firefox 1.5 opacity*/

        -moz-opacity:0.05; /*mozilla opacity*/

        -khtml-opacity:0.05; /*opacity*/

        z-index:10

}

a:link, a:active, a:visited {

	color:#8691A8;

}

a:hover {

	color:#98A6B6

}

ul {

	margin: 0;

	padding: 0;

}

li {

	margin: 0;

	padding: 0px;

}



p {

	margin: 0px;

	padding: 0px;

}

h1 {

	font-size: 24px;

	color: #609638;

	font-weight: bold;

	border-bottom: 1px dotted;

	text-align: center;

	border-bottom-color: #3B4252;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: italic;

	padding: 5px 0;

	margin: 0;

}

h2 {

	margin: 0px;

	font-size: 18px;

	color: #F02217;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	padding: 4px 5px;

	text-align: center;

	font-style: italic;

}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #113952;

	margin: 5px 0px;

	padding-top: 3px;

	height: 16px;

	padding: 3px 0 0 10px;

	text-transform: capitalize;

}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #666666;

	margin: 10px 0px;

	font-size: 12px;

	background-repeat: no-repeat;

	background-position: left top;

}



/* menu */



#freeslot {

	padding:0 0 0 10px;

	margin:0 auto;

	list-style:none;

	height:25px;

	position:relative;

	z-index:500;

	width: 980px;

}

#freeslot li.top {display:block; float:left; position:relative}

#freeslot li a.top_link {

	background: url(images/button.jpg) no-repeat;

	display:block;

	float:left;

	height:31px;

	color: #7A859E;

	text-decoration:none;

	font-size:13px;

	padding:0 0 2px 12px;

	cursor:pointer;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	line-height: 21px;

}

#freeslot li a.top_link span {

	background:url(images/button.jpg) no-repeat right top;

	float:left;

	display:block;

	padding:5px 21px 0 12px;

	height:28px;

}

#freeslot li a.top_link span.down {

	background:url(images/button.jpg) no-repeat right top;

	float:left;

	display:block;

	padding:5px 21px 0 12px;

	height:28px;

}

#freeslot li a.top_link:hover {

	background: url(images/buttonon.jpg) no-repeat;

	color: #7A859E;

}

#freeslot li a.top_link:hover span {

	background:url(images/buttonon.jpg) no-repeat right top;

	color: #7A859E;

}

#freeslot li a.top_link:hover span.down {

	background:url(images/buttonon.jpg) no-repeat right top;

	color: #7A859E;

}



#freeslot li:hover > a.top_link {

	color: #7A859E;

	background: url(images/buttonon.jpg) no-repeat;

}

#freeslot li:hover > a.top_link span {

	background:url(images/buttonon.jpg) no-repeat right top;

}

#freeslot li:hover > a.top_link span.down {

	background:url(images/buttonon.jpg) no-repeat right top;

	color: #7A859E;

}





#freeslot table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



#freeslot a:hover {visibility:visible;}

#freeslot li:hover {position:relative; z-index:200;}



/* keep the 'next' level invisible by placing it off screen. */

#freeslot ul, 

#freeslot :hover ul ul, 

#freeslot :hover ul :hover ul ul,

#freeslot :hover ul :hover ul :hover ul ul,

#freeslot :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}



#freeslot :hover ul.sub {

	left:2px;

	top:33px;

	padding:0;

	white-space:nowrap;

	width:140px;

	height:auto;

	background-color: #21242E;

	margin-left: -2px;

	border: 1px solid;

	border-width: 0 1px 1px 1px;

	border-color: #2F3442;

}

#freeslot :hover ul.sub li {

	display:block;

	height:24px;

	position:relative;

	float:left;

	width:140px

}

#freeslot :hover ul.sub li a {

	display:block;

	font-size:11px;

	height:24px;

	width:140px;

	text-indent:5px;

	line-height:20px;

	color:#5E9935;

	text-decoration:underline;

	border-width:0 0 0 3px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-transform:capitalize

}



#freeslot :hover ul.sub li a:hover {

	color:#5E9935;

	background:url(images/down.jpg) top repeat-x;

	text-decoration: underline;

	background-color: #15171E;

	border-bottom: 1px solid;

	border-bottom-color: #0D0E13;

	height: 23px;

}

#freeslot :hover ul.sub li a.fly:hover {

	color:#5E9935;

	background:url(images/down.jpg) top repeat-x;

	background-color: #15171E;

}

#freeslot :hover ul li:hover > a.fly {

	color:#D1A10F;



	background-color: #454C5E;

} 



#freeslot :hover ul :hover ul,

#freeslot :hover ul :hover ul :hover ul,

#freeslot :hover ul :hover ul :hover ul :hover ul,

#freeslot :hover ul :hover ul :hover ul :hover ul :hover ul

{

	left:110px;

	top:-3px;

	background-color: #454C5E;

	border:2px solid;

	white-space:nowrap;

	width:140px;

	z-index:200;

	height:auto;

	border-color: #273743;

	padding:0;

	border-bottom: 4px solid #000;

}

img {

	border-width: 0px;

}

.head {

	font-size: 18px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #9FA7B9;

	font-style: italic;

}

a.bm:link, a.bm:active, a.bm:visited {

	height:19px;

	width:211px;

	color: #616C85;

	font-weight: bold;

	float: left;

	font-size: 10px;

	padding: 4px 0 0 16px;

	background-color: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	text-decoration: none;

	border-bottom: 1px dotted;

	border-top: 1px dotted;

	border-top-color: #242D39;

	border-right: 1px solid;

	border-right-color: #28303D;

	font-style: italic;

	border-bottom-color: #121923;

}	



 a.bm:hover {

	color: #F1C643;

}

a.br:link, a.br:active, a.br:visited {

	height:19px;

	width:211px;

	color: #636D87;

	font-weight: bold;

	float: left;

	font-size: 10px;

	padding: 4px 0 0 16px;

	background-color: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	text-decoration: none;

	border-bottom: 1px dotted;

	border-top: 1px dotted;

	border-top-color: #242D39;

	border-right: 1px solid;

	border-right-color: #28303D;

	font-style: italic;

	border-bottom-color: #121923;

}	



 a.br:hover {

	color: #F1C643;

}

.box1{

	background: left top repeat-x;

	background-image: url(images/top.jpg);

	float: left;

	width: 745px;

	border-right: 7px solid #1B1E25;

	background-color: #21242E;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;

	border-left: 7px solid #1B1E25;

	color: #8691A8;

}

.box2 {

	background: left bottom repeat-x;

	background-image: url(images/bottom.jpg);

}

.box3 {

	background: left top repeat-y;

	background-image: url(images/left.jpg);

}

.box4 {

	background: right top repeat-y;

	background-image: url(images/right.jpg);

}

.box5 {

	background: left top no-repeat;

	background-image: url(images/lefttop.gif);

}

.box6 {

	background: right top no-repeat;

	background-image: url(images/righttop.gif);

}

.box7 {

	background: left bottom no-repeat;

	background-image: url(images/leftbottom.gif);

}

.box8 {

	background: right bottom no-repeat;

	background-image: url(images/rightbottom.gif);

	padding-left: 26px;

	padding-bottom: 20px;

	padding-right: 21px;

	padding-top: 15px;

}

#breadcrumb {

	padding: 7px 0 0 20px;}

#breadcrumb, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {

	font-size: 10px;

	color: #58637A;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-style: italic;

}

#breadcrumb a:hover {

	color:#98A6B6

}

.footer {

	width:990px;

	height:70px;

	text-align:center;

	clear:both;

	border-top:10px solid #1B1E25;

	background:#14171E url(images/footerbckg.jpg) top repeat-x;

	padding:20px 0;

	color: #5A7381;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

}

.terms {

	font-size: 12px;

	color: #F5CC3D;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-style: italic;

}

.fsouter {

	width:690px;

	height:auto;

	clear: both;

}

.fs {

	width:230px;

	height:auto;

	float: left;

	text-align: center;

	padding: 5px 0;

}

.fs2, a.fs2:link, a.fs2:active, a.fs2:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #FF9900;

	font-style: italic;

	text-decoration: none;

}

a.fs2:hover {

	color:#FF9900;

	text-decoration: underline;

}



.fs3 {

	padding: 0 17px;

	text-align: justify;

	font-size: 10px;



}

.play, a.play:link, a.play:active, a.play:visited {

	font-style: italic;

	font-size: 11px;

	color: #8AB74D;

	font-weight: bold;

	line-height: 22px;

}

a.play:hover {

	color:#8AB74D

}

.next, a.next:link, a.next:active, a.next:visited {

	font-size: 17px;

	color: #7D89A2;

	cursor: hand;

	text-decoration: none;

	font-weight: bold;

	font-style: italic;

	width: 216px;



}

a.next:hover {

	color:#98A6B6

}

.internal, a.internal:link, a.internal:active, a.internal:visited, a.internal:hover {

	color: #FF990B;

	text-decoration: underline;

	text-decoration: underline;

}

iframe {

	border-bottom: 3px solid #040B15;

	border-top: 3px solid #040B15;

}

#inslot {

	color:#7DB73E;

	clear: both;

	margin:0;

	padding:0;

	font-size: 10px;

	font-weight: bold;

	line-height: 17px;

	font-style: italic;

}

#inslot a:link, #inslot a:active, #inslot a:visited {

	color:#8691A8;

	font-weight: normal;

}

#inslot a:hover {

	color:#98A6B6

}

#inslot ul {

	margin:0;

	padding:0;

	float: left;

}

#inslot li {

	list-style-type: decimal;

	margin:0 0 0 27px;

	padding:0;

}

.green {

	font-size: 16px;

	font-style: italic;

	font-weight: bold;

	color: #1C330D;

	width:300px;

	background: url(images/greenbar.gif) top no-repeat;

	height:29px;

	text-align:center;

	padding-top:8px;

	clear:both;

	float: left;

	color:#21242E

}

.green2 {

	font-size: 16px;

	font-style: italic;

	font-weight: bold;

	color: #1C330D;

	width:330px;

	background: url(images/greentabbig.jpg) top no-repeat;

	height:29px;

	text-align:center;

	padding-top:8px;

	clear:both;

	float: left;

	color:#21242E

}

.fullscreen {

	background:url(images/shape_square_go.png) top left no-repeat;

	float: right;

	text-align: right;

	padding: 0 10px 0 20px;

}



#leftslots {

width:229px; height:auto; border-right:1px solid #060A13; border-bottom:1px solid #060A13; background:#090D16 url(images/tabbckg.jpg) bottom repeat-x; float:left }

#leftslots p {

	float: left;

	text-transform: uppercase;

	font-size: 8px;

	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: italic;

	color: #FF9900;

	padding: 4px 0 0 16px;

	border: 1px solid;

	border-color: #FF9900;

	width: 211px;

	color: #FF9900;

	padding: 4px 0 0 15px;

	height: 14px;

	background: url(images/blackline.jpg) top left repeat-x;

}

#leftslots a:link, #leftslots a:active, #leftslots a:visited {

	height:14px;

	width:211px;

	color: #616C85;

	font-weight: bold;

	float: left;

	font-size: 8px;

	padding: 4px 0 0 16px;

	background-color: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	text-decoration: none;

	border-bottom: 1px dotted;

	border-top: 1px dotted;

	border-top-color: #242D39;

	border-right: 1px solid;

	border-right-color: #28303D;

	border-bottom-color: #121923;

	font-style: italic;

}

#leftslots a:hover {

	background: url(images/blackline.jpg) top left repeat-x;

	border: 1px solid;

	border-color: #000000;

	width: 211px;

	color: #FF9900;

	padding: 4px 0 0 15px;

	height: 14px;

	border-right-color: #FF9900;

	border-top: 1px dotted #242D39;

}

#category {

	clear: both;

	width: 700px;

	float: left;

	margin-bottom: 20px;

}

#categoryleft {

	width:330px;

	height:230px;

	float:left

}

#categoryleft ul {

	background:#1C1E26;

	padding-bottom:10px;

	border:solid #040B15;

	border-width: 0 1px 1px 1px;

	height:65px

}

#categoryright {

	width:330px;

	height:230px;

	float:left;

	margin-left:30px

}

#categoryright ul {

	background:#1C1E26;

	padding-bottom:10px;

	border:solid #040B15;

	border-width: 0 1px 1px 1px;

	height:189px

}

#overview {

	float:left;

	padding: 20px 0;

	width: 690px;

}

#overview .overviewtab{

	background:url(images/overviewtab2.jpg) top left no-repeat;

	float:left;

	height:26px;

	width:186px;

	text-align: center;

	color: #66CC00;

	font-size: 20px;

	font-weight: bold;

	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;

	clear: both;

	padding-top: 5px;

	margin-left: 260px;

}

#overviewbox {

	background:url(images/overviewbckg2.jpg) top left repeat-x;

	float: left;

	width:668px;

	height:auto;

	background-color: #151821;

	padding: 10px;

	font-size: 13px;

	border: 1px solid #060A13;

}

#obright {

	width: 500px;

	float: right;

	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;

}





#obright div {

	float: left;

	height: 18px;

	width: 148px;

	padding: 3px 0 3px 10px;

	font-weight: bold;

	color: #0066FF;

	border: dotted;

	border-color: #22304F;

	border-width: 1px 0;

	font-size: 12px;

}

#obright div span {

	text-align: right;

	float: right;

	margin-top: -18px;

}



#obright p {

	float: left;

	height: 18px;

	width: 326px;

	padding: 3px 0 3px 10px;

	font-style: italic;

	font-size: 12px;

	border: dotted;

	margin: 0 0 2px 2px;

	border-color: #2F3342;

	border-width: 1px 0;

}

#rate {

	background:url(images/ratebckg.jpg) top left no-repeat;

	float:left;

	width:160px;

	height:130px;

	background-color: #060A13;

	text-align: center;

	padding: 10px 0;

}

#rate p {

	/*font-size: 13px;

	font-weight: normal;

	color: #0066FF;
*/
	padding: 4px 0 8px 0;

}



#rate span {

	/*font-size: 10px;*/

	color: #8691A8;

}

#overviewmisc {

	width:658px;

	float:left;

	padding: 5px;

	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;

	font-size: 12px;

	font-weight: normal;

	text-align: center;

	background-color: #0E1321;

	margin-top: 5px;

	font-style: italic;

}

#overviewmisc span {

	color: #66CC00;

	font-weight: bold;

}

.viewall {

	background:url(images/shape_square_go.png) top left no-repeat;

	float: right;

	height: 18px;

	width: auto;

	margin-top: -30px;

	text-align: left;

	padding: 0 10px 0 25px;

	font-style: italic;

}


