/* ------------------------------------------------------

  *Filename:            global.css
  *Description:         Global CSS
  *Version:             1.0.0 (2009-10-26) YYYY-MM-DD
  *Website:             betscanner.com
  *Author:              Jaroslav Piela
  
  === STRUCTURE =========================================
  
  *Page width:          1002px
  *Number of columns:   2
  
  === SWATCH COLORS =====================================
  
  #3e3e3e    - dark grey
  #bac52a    - green

-------------------------------------------------------*/


/* === ELEMENTS STYLES =============================== */

body {
  background: url('/res/image/bgr-body.jpg') repeat top left;  
	font: 80%/1.4 Arial, sans-serif;
	color: #3e3e3e;
	text-align: center;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
}

h1 {
  margin: 0 0 15px 0;
	font-size: 150%;
  color: #bac52a;
}

h1 span {
	display: none;
}

h2 {
  font-size: 150%;
   margin: 20px 0 15px 0;
}

a {
	color: #bac52a;
	outline:none;
}

a:hover {
	color: #3e3e3e;
}

a img {
  border: none;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

th, td {
	text-align: left;
}

ul {
  margin: 0.5em 0;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0 0 0.4em 0;
  padding: 0;
}


/* === COMMON CLASSES ================================ */

.dspln {
  display: none;
}

.right {
  text-align: right;
}

.fright {
  float: right
}

.fleft {
  float: left;
}

.center {
  text-align: center;
}

div.cleaner, div.cleaner20px {
  clear: both;
  font-size: 1%;
  height: 0px;
}

div.cleaner20px {
	height: 20px;
}

.grp {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;  
}

.grp span {
  background: no-repeat top left;
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

a.grp {
  cursor: pointer;
}


/* === CLASSES ======================================== */

.hlight {
  background: url('/res/image/bgr-hl.gif') no-repeat bottom right #f3f5e8;
  color: #91a60c;
  padding: 20px 20px 80px 20px;
  margin: 20px 0;
}

.home-block {
  background: url('/res/image/bg-home.gif') repeat top left #ff0000 !important;
}

.home-block a {
	font-size: 14px;
	font-weight: bold;
}

.home-cleft {
  float: left; 
  width: 330px;
}

.home-cright {
  float: right;
  width: 330px;
}

.home-cleft, .home-cright {
	margin: 10px;
	height: 75px;
}

.cleft {
  float: left; 
  width: 47%;
}

.cright {
  float: right;
  width: 47%;
}


/* === LAYOUT ========================================= */

#bgr {
  background: url('/res/image/bgr.jpg') no-repeat top center;
}

#screen {
  background: url('/res/image/bgr-screen.jpg') repeat-y top left;  
	position: relative;
	width: 1002px;
	text-align: left;
	margin: 0 auto;
	padding-top: 200px;
}

body.homepage #screen {
  background-image: url('/res/image/bgr-screen-2.jpg');
}

#content {
  background: url('/res/image/bgr-content.jpg') no-repeat top left;
  padding: 0 11px;
}

body.homepage #content {
  background-image: url('/res/image/bgr-content-2.jpg');
}

#main {
  width: 750px;
  float: right;  
}

#txt {
  width: 545px;
  float: left;
  padding: 15px 0;
}

body.homepage #txt {
  width: 730px;
}

/* === LEFT =========================================== */

#left {
  background: #f4f4f4;
  width: 210px;
  float: left;
}


/* === RIGHT ========================================== */

#right {
  float: right;
  width: 175px;
  padding: 5px;
}

#right h2 {
  background: url('/res/image/bgr-blue.png') no-repeat top left;
  width: 173px; height: 29px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  padding: 0 0 0 10px;
  margin: 0; 
}

.links {
  width: 173px;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;  
}

.links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.links li a {
  background: url('/res/image/btn-menu-2.png') no-repeat 0 -29px;
  width: 100%; height: 29px;
  display: block;
  overflow: hidden;
  line-height: 29px;
  text-decoration: none;
  text-indent: 30px;
  color: #61615c;
  font-size: 85%;
}

.links li a:hover {
  background-position: 0 0;
}


/* === HEADER ========================================= */

#header {
  background: url('/res/image/bgr-header.jpg') no-repeat top left;    
	position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 200px;
}

#logo, #logo span {
	width: 290px; height: 55px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 38px; left: 26px;
}

#logo span {
  background: url('/res/image/logo.jpg') no-repeat top left;
}

#logo a span {
  cursor: pointer;
}


/* === MENU =========================================== */

#menu {
	margin: 6px 6px 20px 6px; 
  padding: 0;
  border: 1px solid #fff;
  border-width: 1px 0 1px 0; 
}

#menu li {
  width: 197px;
	list-style: none;
	margin: 0; padding: 0;
}

#menu li a,
#menu li strong {
  background: url('/res/image/btn-menu.png') no-repeat 0 -49px;
  width: 100%; height: 49px;
  display: block;
  overflow: hidden;
  line-height: 49px;
  text-decoration: none;
  text-indent: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}

#menu li a:hover,
#menu li strong,
#menu li a.set {
  background-position: 0 1px;
  color: #fff;
}

#menu ul {
  border: 0;
  margin: 0;
  padding: 0;
}

#menu ul li {
  width: 100%;
}

#menu ul li a {
  color: #545a09;
  height: 29px;
  line-height: 29px;
  font-size: 90%;
  text-transform: none;
  background-position: 0 -127px;
}

#menu ul li a:hover,
#menu ul li strong,
#menu ul li a.set {
  background-position: 0 -98px;
}
	
	
/* === FOOTER ========================================= */

#footer {
  background: url('/res/image/bgr-footer.jpg') no-repeat top left;
	text-align: center;
  height: 69px;
  clear: both;
  color: #fff;
  font-size: 90%;
}

#footer ul {
  padding: 15px 10px 0 10px;
  margin: 0;
}

#footer li {
	display: inline;
  background: url(/res/image/icon-point.gif) no-repeat 0 50%;
  padding: 0 25px 0 10px;
}

#footer a {
  color: #fff;
}

#footer li#copyright {
  float: left;
  background: none;
  padding: 0;
}

#footer li#copyright a,
#footer li#top a {
  text-decoration: none;
}

#footer li#copyright a:hover,
#footer li#top a:hover {
  text-decoration: underline;
}

#footer li#top {
  background: url(/res/image/icon-top.gif) no-repeat 0 50%;
  float: right;
  padding: 0 0 0 20px;
}


/* === PAGES ========================================== */


/* === OTHERS ========================================= */