/* ------------------------------------------------------

  *Filename:            global.css
  *Description:         Global CSS
  *Version:             1.0.0 (2010-06-08) YYYY-MM-DD
  *Website:             lasting.eu
  *Author:              Jaroslav Piela
  
  === STRUCTURE =========================================
  
  *Page width:          490px
  *Number of columns:   1
  
  === SWATCH COLORS =====================================
  
  #fff    - white
  #666    - gray

-------------------------------------------------------*/

/* === RESETS ======================================== */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a img {
  border: 0;
}

address {
  font-style: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* === TYPOGRAPHY ==================================== */

/* The font-size percentage is of 16px. (i.e.: 0.85 * 16px = 14px) */ 

html { 
  font-size: 100.01%; 
}

body { 
  font-family: Arial, sans-serif;
  font-size: 85%; /* sensible type sizes: 75% (12px), 80% (13px), 85% (14px) */ 
  line-height: 1.5;
 	color: #555; 
}

h1 {
	font-size: 1.5em;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input, textarea { 
  font-family: Arial, sans-serif; 
}


/* === COMMON STYLES ================================ */

body {
  background: url('/intro/img/bgr-body.jpg') no-repeat 50% 80px #000;
	text-align: center;
}


/* === COMMON CLASSES ================================ */

.dspln {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.fright {
  float: right
}

.fleft {
  float: left;
}

div.cleaner {
  clear: both;
  font-size: 1%;
  height: 0px;
}

.grp {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;  
}

.grp span {
  background: no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  text-indent: -9999px;
}

a.grp {
  cursor: pointer;
}


/* === CLASSES ======================================== */


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

#screen {
	position: relative;
	width: 490px;
	text-align: left;
	margin: 0 auto;
	padding-top: 400px;
}

#content {
  
}


/* === HEADER ========================================= */

#header {
	position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 60px;
}

#logo, #logo span {
	width: 490px; height: 80px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 0; left: 0;
}

#logo span {
  background: url('/intro/img/logo.jpg') no-repeat 0 0;
}

#logo a span {
  cursor: pointer;
}

#headline {
  width: 490px; height: 89px;
  top: 98px; left: 0;
  position: absolute;
}

#headline span {
  background-image: url('/intro/img/h1.jpg');
}
	
	
/* === FOOTER ========================================= */

#footer {
	text-align: center;
  margin: 0 0 30px 0;
}

#footer li {
	list-style: none;
	display: inline;
}


/* === PAGES ========================================== */

  /* ROOT */
  
  #btn-catalog, #btn-eshop { width: 245px; height: 301px; }
  #btn-catalog span, #btn-eshop span { background-image: url('/intro/img/btn-large.jpg'); }
  
  a#btn-catalog:hover span { background-position: 0 -301px; }
  
  a#btn-eshop span { background-position: -245px 0; }
  a#btn-eshop:hover span { background-position: -245px -301px; }
  
  #h2-contact-us, #h2-new-web {
    margin: 15px auto;     
  }
  
  #h2-contact-us { 
    width: 154px; height: 40px; 
  }
  
  #h2-contact-us span { background-image: url('/intro/img/h2-contact-us.jpg'); }

  #h2-new-web { 
    width: 490px; height: 40px; 
  }
  
  #h2-new-web span { background-image: url('/intro/img/h2-new-web.jpg'); }  
  

/* === OTHERS ========================================= */

