/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #fff;
}

body {
	background: #fff url(../images/bg.png);
	color: #222;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.btn{
	cursor:pointer;
}
h1, h2, h3 {
	background: #000;
	color: #fff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 5px 0 50px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #4967ad;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readMore {
	background: url(../images/read-more.jpg) no-repeat;
	display: block;
	color: #606060;
	float: right;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 15px 0 0 190px;
	text-align: center;
	text-shadow: #fff 0px 1px 1px;
	width: 72px;
}

a.readMore:hover {
	text-decoration: none;
}


a.LinkSite:link {
    font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #333;
}
a.LinkSite:visited {
 font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #333;
}
a.LinkSite:hover {
	 font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #333;
}
a.LinkSite:active {
    font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #333;
}

a#bonus {
	background: url(../images/bonus.jpg) no-repeat;
	display: block;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 15px 5px 0 0;
	text-align: center;
	width: 118px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a#bonus:hover {
	text-decoration: none;
}

a#visiter {
	background: url(../images/bonus.jpg) no-repeat;
	display: block;
	color: #fff;
	float: right;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 15px 5px 0 0;
	text-align: center;
	width: 118px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a#visiter:hover {
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto -60px auto;
	width: 1023px;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 1023px;
}

#header {
	background: url(../images/header_bg.png) repeat 100%;
	height: 157px;
	width: 100%;
	position: relative;
}

#logo-position {
	margin:auto;
	width: 960px;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: 55px;
	left: 25px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.jpg) repeat-x;
	height: 43px;
	overflow: hidden;
}

#menu li {
	background: url(../images/menu-li.jpg) no-repeat top right;
	float: left;
}

#menu li.last {
	background: none;
	padding-right: 0;
}

#menu a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	padding: 0 27px;
}

#menu a:hover,
#menu li.active a {
	background: url(../images/menu-hover.png) repeat-x;
	color: #6b6b6b;
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background-color:#2a2a2a;
	min-height: 200px;
	padding-top: 25px;
}

#contentBottom {
	background: url(../images/content-bottom.png) no-repeat;
	height: 48px;
}

/* MAIN2 */
#main2 {
	float: left;
	width: 758px;
}

#main2 h1 {
	background: url(../images/h2-main2.png) no-repeat;
	padding-left: 100px;
}

#main2 h2 {
	background: url(../images/h2-main2.png) no-repeat;
	padding-left: 100px;
}

#main2 h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main2 .container {
	background: #f6f5f5;
	border-left: 1px solid #4e5b63;
	border-right: 1px solid #4e5b63;
	padding: 15px 10px;
	width: 736px;
}

#main2 .containerBottom {
	background: url(../images/main-box-bottom2.png) no-repeat;
	height: 3px;
	margin-bottom: 10px;
}
/* MAIN */
#main {
	float: left;
	margin-right: 20px;
	width: 461px;
}

#main h1 {
	background: url(../images/h2-main.png) no-repeat;
	padding-left: 100px;
}

#main h2 {
	background: url(../images/h2-main.png) no-repeat;
	padding-left: 100px;
}

#main h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .container {
	background: #f6f5f5;
	border-left: 1px solid #4e5b63;
	border-right: 1px solid #4e5b63;
	padding: 15px 10px;
	width: 439px;
}

#main .containerBottom {
	background: url(../images/main-box-bottom.png) no-repeat;
	height: 3px;
	margin-bottom: 10px;
}

/* BOXES */
#main .box {
	border-bottom: 1px dotted #8eaec1;
	margin-bottom: 10px;
	overflow: hidden; /* clearing the floats */
	padding: 20px 15px;
}

#main img.logo {
	border: 1px solid #eae8e7;
	padding: 1px;	
}
	
#main .stars li {
	display: inline;
}

/* rates box */
#main .rates {
	float: left;
	width: 125px;
}

/* info box */
#main .info {
	float: right;
	overflow: hidden;
	width: 270px;
}

#main .readMore {
	float: left;
}

#main .LinkSite {
	float: right;
}

/* PAGINATION */
.pagination {
	padding: 0 20px;
	text-align: right;
}

.pagination li {
	display: inline;
	padding: 0 1px;
}	

.pagination a {
	color: #111;
	padding: 0 3px;
}

.pagination li.active a {
	color: #8eaec1;
}

.pagination li.textNav a {
	color: #a6a6a6;
}
	
/* SIDEBAR LEFT */
#sidebarLeft {
	float: left;
	margin-right: 20px;
	width: 207px;
}

#sidebarLeft .zetoni {
	background: url(../images/h3-sidebar-left-zetoni.png) no-repeat;
}

#sidebarLeft .rulet {
	background: url(../images/h3-sidebar-left-rulet.png) no-repeat;
}

#sidebarLeft .box {	
	background: #f6f5f5;
	padding: 15px;
}

#sidebarLeft .box.dices {	
	background: #f6f5f5 url(../images/dice-bg.jpg) no-repeat bottom right;
}

#sidebarLeft .boxBottom {
	background: url(../images/sidebar-left-box-bottom.png) no-repeat;
	height: 3px;
	margin-bottom: 20px;
}

#sidebarLeft table {
	margin-bottom: 10px;
	width: 100%;
}

#sidebarLeft th {
	border-bottom: 3px solid #8eaec1;
	font-weight: bold;
	padding: 1px 1px;
}

#sidebarLeft td {
	border-bottom: 1px dotted #949494;
	padding: 4px 1px;
}

#sidebarLeft .last td {
	border: none;
}

#sidebarLeft .right {
	text-align: right;
}

#sidebarLeft .banner {
	margin: 0 auto;
	padding: 25px 0;
	width: 123px;
}

/* SIDEBAR RIGHT */
#sidebarRight {
	float: left;
	width: 277px;
}

#sidebarRight h4 {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 1px 0px 1px;
}

/* heading backgrounds */
#sidebarRight .zetoni {
	background: url(../images/h3-sidebar-right-zetoni.png) no-repeat;
}

#sidebarRight h3.news {
	background: url(../images/h3-sidebar-right-news.png) no-repeat;
	padding-left: 80px;
}

#sidebarRight .zetonikarte {
	background: url(../images/h3-sidebar-right-zetonikarte.png) no-repeat;
}

#sidebarRight .long {
	background: url(../images/h3-sidebar-right-long.png) no-repeat;
	padding-left: 100px;
}

/* box */
#sidebarRight .box {	
	background: #f6f5f5;
	padding: 15px;
}

#sidebarRight .boxBottom {
	margin-bottom: 20px;
}

#sidebarRight table {
	border-collapse: separate;
	border-spacing: 0 6px;
	margin-bottom: 10px;
	width: 100%;
}

#sidebarRight td {
	background: #ececec;
	padding: 0px 0;
	margin-bottom: 5px;
}

#sidebarRight img {
	vertical-align: middle;
}

#sidebarRight a.viewMore {
	color: #a6a6a6;
	font-size: 11px;
	float: right;
	text-align: right;
}

/* news */
#sidebarRight .news li {
	border-bottom: 1px dotted #949494;
	margin-bottom: 15px;
}

#sidebarRight .news li  span a{
	background: url(../images/news-span.jpg) no-repeat;
	color: #a6a6a6;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 23px;
}

#sidebarRight .news li p {
	margin-bottom: 10px;
}

#sidebarRight .cards {
	background: url(../images/news-cards.jpg) no-repeat;
	height: 97px;
	width: 205px;
	position: absolute;
	bottom: 0;
	right: 2px;
	z-index: -1;
}


/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.png) repeat-x;
	color: #4a4b4b;
	height: 165px;
	margin-top: -55px;
	padding-top: 120px;
	text-align: center;
}

#footer ul {
	padding: 15px 0;
}

#footer li {
	display: inline;
	padding: 0 14px;
}

#footer a {
	color: #4a4b4b;
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	padding: 10px 0;
}