/*
* 
* Theme Name: autoprevodavky.cz
* Version: 1.0
* Author: Vojta Tremcinsky @ inCUBE interactive s.r.o.
* Author URI: http://incube.cz/
*
* CONTENTS:
* 1) RESET
* 2) GENERAL
* 3) REGIONS
* 4) HEADER
* 5) NAVIGATION
* 6) CONTENT
* 7) FOOTER
* 8) MISC
* 
*/

/*************** RESET ***************/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
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;
}
INPUT, SELECT, TEXTAREA, LABEL {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
}
/*************** GENERAL ***************/

HTML,BODY {
	width:100%;
	min-height: 100%;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.51%;
	line-height: 1;
	color: #696969;
	text-align: center;
	display: block;
	background: url(../images/body-bg.jpg) #f4f4f4 center top no-repeat;
}

A {
	color: #666666;
	text-decoration: none;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}

/*************** REGIONS    ***************/
#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 279px;
}
#body { margin-top: 10px;}
#info {
	width: 260px;
	float: left;
	margin-right: 7px;		
	margin-top: 10px;
}
#content {
	width: 593px;
	float: left;
	margin-bottom: 20px;
}
#footer {}
/*************** HEADER     ***************/
#header H1 {}
#header H1 A {}
/*************** NAVIGATION ***************/
#navigation-main {
	background: url(../images/navigation-main-bg.png) top left no-repeat; 
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	top: 237px;
	width: 100%;
	height: 42px;
}
#navigation-main LI {
	display: block; 
	float: left;
	font-size: 1.4em;
	margin-left: 2.8em;
}
#navigation-main LI A {
	display: block;
	position: relative;
	text-decoration: none;
	height: 38px;
	margin-top: 4px;
}
#navigation-main LI A:hover SPAN.content, #navigation-main LI A.active SPAN.content {
	color: #000;
}
#navigation-main LI A SPAN.bg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: top left no-repeat;
	display: block;
}
#navigation-main LI A SPAN.bg SPAN {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	display: block;
	background-position: top right;
	background-repeat: no-repeat;
}
#navigation-main LI A SPAN.content {
	color: #fff;
	z-index: 2; 
	position: relative; 
	display: block; 
	padding: 0 12px 0 10px;
	line-height: 2.6em;
}

/*#navigation-main LI A SPAN.bg, #navigation-main A SPAN.bg SPAN, */
#navigation-main A.active SPAN.bg, 
#navigation-main A.active SPAN.bg SPAN { color: #000; text-decoration: none; background-image: url(../images/navigation-main-active.png); }

#navigation-main A.active SPAN.bg {
	display: block;
}

/*************** CONTENT    ***************/
#content { padding-bottom: 1em;}
#content P { font-size: 1.2em; line-height: 1.3em; }
#content H2 { font-size: 1.8em; color: #000; }
#content H2 STRONG { color: #c00007; }
#content H3 { font-size: 1.1em; color: #a8a8a8; }
#content H4 { background: url(../images/h4-bg.png) top left no-repeat; width: 280px; font-size: 1.2em; padding: 1em 1.8em 0.65em 1.8em; color: #000; position: relative;}
#content H4.short { background: #eaeaea; width: 13em; color: #696969; }
#content H4 SPAN { display: block; width: 100%; height: 4px; background: url(../images/h4-bg.png) bottom left no-repeat; position: absolute; bottom: -4px; left: 0; }
#content H4 EM.large { font-size: 1.2em; font-style: normal; color: #696969; }
#content H4 EM.small { font-size: 1em; font-style: normal; font-weight: normal; color: #696969; }
#content H5 {font-size: 1.5em; color: #696969; font-weight: bold; margin-left: 2.7em;}
#content DIV.emphasize { background: url(../images/emphasize-bg.png) top left no-repeat; }
#content DIV.box { 
	position: relative;
	margin-top: 10px;
	background: url(../images/box-inner-bg.png) bottom left no-repeat;
}
#content DIV.box .inner { 
	position: relative;
	top: -10px;
	background: url(../images/box-bg.png) top left no-repeat;
}
#content DIV.box .inner P {padding-bottom: 5px;}
#content P, #content H2, #content H3, #content UL, #content LI { padding: 15px 20px; }
#content OL {	font-size: 1.2em; margin-left: 3.4em; }
#content OL P, #content OL LI {	padding-left: 0; font-size: 1em; padding-top: 1em; padding-bottom: 0em; }

#content DIV.emphasize H2 { padding-bottom: 2px;}
#content DIV.emphasize H3 { padding-top: 0;}
#content STRONG, .block STRONG, #content A { color: #bf0107; }

#content DL {margin: 0 0 1em 0; text-align: center; font-size: 1.2em;}
#content DT {
	display: block;
	float: left;
	border: 1px solid #989898;
	background: #989898;
	color: #fff;
	padding: 0.5em 1.8em;
}
#content DD {
	display: block;
	float: left;
	border: 1px solid #c0c0c0;
	background: url(../images/cell-bg.png) top left repeat-x #e8e8e8;
	color: #c00007;
	padding: 0.5em 1.8em;	
}

#content UL.column_list LI {
	float: left;
	display: block;
	margin-left: 1.8em;
	font-size: 1.2em;
	width: 160px;
	padding: 0.5em 0;
	list-style: none;
}

/*************** BLOCK      ***************/
.block P { font-size: 1.2em; line-height: 1.2em; }
.block .head { cursor: pointer; }
#block-why .head {
	background: url(../images/block-why-bg.png) top left no-repeat;
	height: 124px;
	padding: 14px 107px 0 12px;
}
#block-info .head {
	background: url(../images/block-info-bg.png) top left no-repeat;
	height: 108px;
	padding: 30px 40px 0 75px;
}
.block .content {
	margin: 0 2em 2em 2em;
}
.block .phone_number {
	font-size: 1.8em;
	color: #4b4b4b;
	line-height: 1.1em;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
.block .phone_number EM { color: #8f8e8e; margin-left: -10px; font-style: normal; }
.block .folded {
	display: none;
}
#info .box {
	background: url(../images/block-box-bg.png) top left no-repeat;
	height: 45px;
	padding: 0.9em 1em;
}
#info .list LI {
	list-style: url(../images/bullet.png) inside;
	background: url(../images/block-separator.png) bottom center no-repeat;
	padding: 0.5em 1em;
	font-size: 1.2em;	
}
#info .bullet-list LI {
	list-style: url(../images/bullet-ticker.png) inside;
}
#info .list {
	margin-bottom: 2em;
}

/*************** FOOTER     ***************/
#footer { background: url(../images/footer-bg.png) top left no-repeat; padding: 15px; position: relative; height: 50px; color: #fff; }
#footer P { font-size: 1.2em; line-height: 1.2em; }
#footer P#incube { text-align: right; position: absolute; right: 15px; top: 15px; white-space: nowrap;  }
#footer A { color: #fff; font-weight: bold; }
#footer P#more-info { position: absolute; left: 320px; top: 15px; }
/*************** MISC ***************/

.fleft {
	float: left;
}
.fright {
	float: right;
}
.img-replaced {
	position: absolute;
	left: -9999px;
}

.clearafter:after, .form-item:after, #body:after,UL.country-list LI:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearafter, .form-item, #body, UL.country-list LI {display:inline-block;}
.clearafter, .form-item, #body,UL.country-list LI {display:block;}

.clear {
	clear: both;
}

