body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background:#330505;
}
body, ul {
	margin:0;
	padding:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}

.pad10, .ads{
	padding:10px;
}
.pad-tb20{
	padding:20px 0;
}
.pad15{
	padding:25px;
}
.mar10 {
	margin:10px;
}
a img, img {
	border:0 none;
}
a {
	text-decoration:none;
	color:#fff;
}
.mar-b15 {
	margin-bottom:15px;
}
p, h2, .mar-b10, h5 {
	margin:0 0 10px;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right {
	float:right;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.rounded, #menu li:hover, #menu li.active, #banner{
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* KHTML */
	border-radius:10px; /* CSS3 */
}
/**** LAYOUT ****/
.page-size, #slider-outer{
	width:983px;
	margin:0 auto;
	padding:0 10px;
}
#wrapper{
	background: url(../images/body-bg.png) center top no-repeat;
}
#contents{
	background:url(../images/body-transpraent.png) repeat;
	padding:10px 25px;
}
#header-outer{
	background:url(../images/headerBg.jpg) repeat;
	border-bottom:#fff solid 3px;
}
#logo-outer{
	background:url(../images/logo-transprate-bg.png) repeat;
}
h2{
	font-size:28px;
	color:#fff;
	font-weight:normal;
	font-family: 'Quattrocento', cursive;
}
p{
	line-height:22px;
	text-align:justify;
}
/*** menu ***/
#menu ul {
	list-style-type:none;
	margin:10px 0;
}
#menu li {
	float:left;
	padding:0 24px;
}
#menu li.last{
	background:none;
}
#menu a {
	color:#dedede;
	display:block;
	height:43px;
	line-height:43px;
	text-decoration:none;
	font-family: 'Quattrocento', cursive;
	font-size:18px;
	text-transform:capitalize;
}
#menu li:hover, #menu li.active {
	background:#3e0109 url(../images/menu-hover.png) center bottom no-repeat;
	border:#000 solid 1px;
	padding:0 23px; 
}

/**** banner ****/
#banner{
	border:#000 solid 3px;
	height:346px;
	overflow:hidden;
}
.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-32px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:99999;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/***** banner ends here *****/


/******* content *******/

#games li{
	list-style:none;
	float:left;
	padding:11px;
}
#games li a img:hover{
	-webkit-box-shadow: 0px 0px 5px 0 rgba(#a70200);
	-moz-box-shadow: 0px 0px 5px 0 rgba(#a70200);
	box-shadow: 0px 0px 5px 0 rgba(#a70200); 
}
#second-part{
	background:url(../images/logo-transprate-bg.png) repeat;
}
#second-part h2{
	font-size:22px;
	color:#ff0000;
}
#second-part ul{
	padding-left:25px;
	list-style:url(../images/list-item.png);
}
#second-part li{
	font-size:13px;
	line-height:30px;
}
#second-part li a:hover{
	color:#ff0000;
}
#software, #top-games{
	width:220px;
}
#footer-outer{
	background:url(../images/logo-transprate-bg.png) repeat;
}
#footer{
	font-family: 'Quattrocento', cursive;
	font-size:14px;
	color:#a9a9a9;
	padding:10px;
}