@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	}
#body {
	background-color: #191919;
	}
#header {
	background-color: #191919;
	}
	
#header .line {
	background-color: #1BA3DD;
	height: 4px;
	width: 100%;
	}
	
#header .links {
	height: 54px;
	width: 850px;
	margin: auto;
	}
	
#header .logo {
	height: 46px;
	width: 72px;
	background: url('/images/rj_header.png') no-repeat 0px 8px;
	float: left;
	margin-right: 81px;
	padding: 8px 8px 0px 8px
	}

#header .games {
	background: url('/images/games_btn.png') no-repeat 0px 15px;
	width: 91px;
	height: 54px;
	margin-right: 91px;
	float: left;
}
#header .games:hover {
	background: url('/images/games_btn_over.png') no-repeat 0px 15px;
	}

#header .about {
	background: url('/images/about_btn.png') no-repeat 0px 15px;
	width: 91px;
	height: 54px;
	margin-right: 91px;
	float: left;
}
#header .about:hover {
	background: url('/images/about_btn_over.png') no-repeat 0px 15px;
	}

#header .support {
	background: url('/images/support_btn.png') no-repeat 0px 15px;
	width: 111px;
	height: 54px;
	margin-right: 91px;
	float: left;
}
#header .support:hover {
	background: url('/images/support_btn_over.png') no-repeat 0px 15px;
	}

#header .contact {
	background: url('/images/contact_btn.png') no-repeat 0px 15px;
	width: 114px;
	height: 54px;
	float: left;
}
#header .contact:hover {
	background: url('/images/contact_btn_over.png') no-repeat 0px 15px;
	}

#container {
	background: #333333;
	width: 100%; 
	}

#content {
	padding: 8px;
	width: 850px;
	margin: auto;
	}
	
#footer {
	background: #191919;
	width: 834px;
	margin: auto;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0px 8px 0px 8px;
	}

#footer .social {
	float: right;
	padding-top: 6px;
	}

#footer .social img {
	border: none;
	margin-left: 12px;
	}

#footer .copyright {
	float: left;
	padding-bottom: 16px;
	padding-top: 16px;
	}

#footer .footer_links {
	padding-top: 16px;
	float: right;
	}

#footer .footer_links a {
	color: #00a4e4;
	text-decoration: none;
	}
#footer .footer_links a:hover {
	text-decoration: underline;
	}
	
.info {
	width: 850px;
	height: 150px;
	padding-top: 24px;
	padding-bottom: 8px;
	}	
.box {
	width: 266px;
	float: left;
	margin-right: 26px;
	}

.box.last {
	margin-right: 0px;
	}

.box .label {
	background: url(/images/star.png) no-repeat;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 35px;
	padding-top: 1px;
	font-weight: bold;
	height: 22px;
	}
.box .label a {
	text-decoration: none;
	color: #FFFFFF;
	}
.box .label a:hover {
	text-decoration: underline;
	}

.box .description {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-top: 8px;
	}

.slogan {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	width: 850px;
	padding-bottom: 16px;
	}

/* Slider -- Start */

#slider {
    position:relative;
    width:850px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(/images/itapgreener_splash.png) no-repeat;
    margin-bottom: 60px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
	width: 850px;
	height: 54px;
	position:absolute;
	bottom:-55px;
	left: 340px;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	float: left;
	width: 32px;
	height: 32px;
}
#slider .nivo-control.active img {
	width: 44px;
	height: 44px;
	}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* Slider -- End */

.game {
	height: 175px;
	width: 834px;
	padding: 8px;
	}

.game img {
	width: 175px;
	height: 175px;
	float: left;
	border: none;
	}

.game .label {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #00a4e4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 16px;
	padding-top: 16px;
	float: left;
	}
	
.game .name {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	float: left;
	padding-left: 16px;
}

.game .description {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding-left: 16px;
	padding-top: 12px;
	padding-right: 40px;
	width: 603px;
	font-size: 14px;
	color: #CCCCCC;
	float: left;
	line-height: 20px;
	}

.game .link a {
	color: #00a4e4;
	text-decoration: none;
	float: right;
	font-size: 12px;
	padding-top: 10px;
	}
	
h1 {
	color: #FFFFFF;
	padding: 12px 8px 12px 8px;
	}
	
.contact,
.support {
	height: 350px;
	}
	
.contact .label,
.support .label {
	color: #FFFFFF;
	float: left;
	clear: left;
	width: 100px;
	line-height: 24px;
	padding-top: 8px;
	padding-left: 8px;
	font-weight: bold;
	}

.contact input,
.contact textarea,
.support input,
.support textarea {
	border: 1px #CCCCCC solid;
	background: #333333;
	color: #FFFFFF;
	float: left;
	margin-top: 8px;
	line-height: 24px;
}
.contact input.submit,
.support input.submit {
	width: 100px;
	cursor: pointer;
	}
.contact input.submit:hover,	
.support input.submit:hover {
	background: #CCCCCC;
	color: #000000;
	}	
	
p {
	padding: 0px 0px 12px 8px;
	color: #CCCCCC;
	}
	
.about h2 {
	color: #CCCCCC;
	padding: 8px;
	}
	
.about .pic {
	float: left;
	width: 116px;
	height: 116px;
	padding: 16px 18px 0px 4px;
	}
	
.about .name {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0px 0px 8px;
	}
	
.about p {
	padding: 8px 0px 12px 8px;
	color: #DDDDDD;
	}
	
.error_page p {
	padding-top: 8px;
	}

.error_page a {
	color: #00a4e4;
	text-decoration: none;
	}
	
.error_page a:hover {
	text-decoration: underline;
	}
	
.gplus {
	position: relative;
	top: 16px;
	left: 900px;
	width: 0px;
	height: 0px;
	}