﻿/*
 * CSS Reset Reloaded by Eric Meyer
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 * 
 */

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,
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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: #333333; background: transparent; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/*
 * Compose To A Vertical Rhythm
 * http://24ways.org/2006/compose-to-a-vertical-rhythm
 *  
 */
 
body { font: 62.5%/1.5 sans-serif; }
ul, ol, dl, p { margin-bottom: 1.5em; }
li, dt, dd { margin-bottom: 0.3em; }
ul, ol, dl { margin-bottom: 1.8em; }
em { font-style: italic; }
strong { font-weight: bolder; }

a {	text-decoration:underline; }
a:hover { text-decoration:none; }

.clear {
	clear:both;
}

.left {
	float: left;
}
.right {
	float: right;
}

ul.inline li{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}

ol.inline li{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}

body {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;	
}

.wrap {
	position:relative;
	width:996px;
	margin:0 auto;
}

#menu-bar {
	width:100%;
	height:91px;
	background-image:url('img/bg-sprites-copy.png');
	background-position:0 -271px;
	background-repeat:repeat-x;
	border-bottom:1px solid #b9b9b9;
}

#menu-bar .wrap {
	height:85px;
	border-bottom:5px solid #010101;
	background-image:url('img/bg-menu-wrap.png');
	background-position:130px top;
	background-repeat:no-repeat;
}

#menu-bar #menu {
	position:relative;
	top:17px;
	float:right;	
	width:498px;
	height:58px;
	background-image:url('img/bg-sprites-menu.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}

#menu-bar #menu ul {
	position:relative;
	top:10px;
	left:7px;
}

#menu-bar #menu li {
	line-height:28px;
	text-align:center;
	margin:0 5px;
}

#menu-bar #menu .menu1 a {
	display:block;
	width:55px;
	height:28px;
}
#menu-bar #menu .menu2 a {
	display:block;
	width:96px;
	height:28px;
	margin-left:6px;
}

#menu-bar #menu .menu3 a {
	display:block;
	width:70px;
	height:28px;
	margin-left:1px;
}

#menu-bar #menu a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#menu-bar #menu a:hover,#menu-bar #menu a.act {
	background:url('img/bg-sprites-menu.jpg') 0 -58px no-repeat;
	color:#000;
}

#menu-bar #menu .menu1 a:hover,#menu-bar #menu .menu1 a.act {
	background-position:0 -58px;
}
#menu-bar #menu .menu2 a:hover,#menu-bar #menu .menu2 a.act {
	background-position:-55px -58px;
}

#menu-bar #menu .menu3 a:hover,#menu-bar #menu .menu3 a.act {
	background-position:-151px -58px;
}

#menu-bar #menu #fb {
	position:absolute;
	right:15px;
	top:13px;
	width:24px;
	height:23px;
	background-image:url('img/bg-sprites-menu.jpg');
	background-position: -225px -58px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	op
}



#menu-bar #logo {
	position:absolute;
	top:10px;	
}

#main-bar {
	width:100%;

	background-image:url('img/bg-main-bar.png');
	background-position: left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #b9b9b9;
	padding-bottom:1px;
}
#main-bar .wrap {
	border-bottom:7px solid #7f7f7f;	
}

#main-bar #main {
	min-height:450px;_height:500px;
	width:783px;
}

#main-bar #main p,#main-bar #main ul,#main-bar #main h1,#main-bar #main h3 {
	margin-left:15px;
}

#main-bar #main h1 {
	background-image:url('img/bg-h1.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:28px;
	color:#020202;		
	font-weight:bold;
	margin-bottom:15px;
}
#main-bar #main h1 strong {
	color:#fb8b03;
}

#main-bar #main h3 {
	color:#fb8b03;
	font-size:18px;
	margin-bottom:10px;
}
#main-bar #main a {
	color:#fa9113;
}


#main-bar #main p {
	color:#000000;
	font-size:12px;
	margin-right:50px;
}

#main-bar #main li {
	color:#fb8b03;
	font-size:12px;
	font-weight:bold;
	list-style:disc;
	margin-left:30px;
}

#main-bar #main li strong{
	color:#000;
}

#main-bar #main #illust-small {
	width:186px;
	height:120px;
	position:absolute;
	top:160px;
	left:550px;
	background:url('img/illust/illust-small.png') 0 0 no-repeat;
}



#main-bar #boxes {
	position:relative;
	width:100%;
	height:169px;
	background-image:url('img/bg-blackbox.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#main-bar #boxes h2 {
	margin:0;padding:0;
	font-size:20px;
	color:#000;
	position:relative;
	top:10px;
	left:15px;
}
#main-bar #boxes h2 strong {
	color:#ff900b;
}

#main-bar #boxes #illust {
	position:absolute;
	right:0;
	top:-430px;
	width:206px;
	height:472px;
	background-image:url('img/illust/illust-stojan.png');
	background-position:left top;
	background-repeat:no-repeat;
}

#main-bar #boxes .box {
	position:relative;
	top:20px;
	width:220px;
	height:100px;
	float:left;
}

#main-bar #boxes .box#col1 {
	position:relative;
	left:15px
}

#main-bar #boxes .box#col2 {
	position:relative;
	left:40px
}

#main-bar #boxes .box#col3 {
	position:relative;
	left:70px
}

#main-bar #boxes .box#col4 {
	position:relative;
	left:100px
}



#main-bar #boxes .box h3 {
	font-size:20px;
	color:#fa9113;
	font-weight:bold;
}

#main-bar #boxes .box p {
	margin:0;padding:0;
	padding-left:50px;
	min-height:50px;
	color:#fff;
	font-size:12px
}
#main-bar #boxes .box a {
	color:#fff;	
}

#main-bar #boxes .box#col1 p {
	background:url('img/p-box-1.jpg') 0 0 no-repeat;
}

#main-bar #boxes .box#col2 p {
	background:url('img/p-box-2.jpg') 0 0 no-repeat;
}

#main-bar #boxes .box#col3 p {
	background:url('img/p-box-3.jpg') 0 0 no-repeat;
}

#main-bar #boxes .box#col4 p {
	background:url('img/p-box-4.jpg') 0 0 no-repeat;
}

#main-bar #boxes .box a.more {
	display:block;
	position:absolute;
	right:0;
	bottom:5px;
	width:11px;
	height:15px;
	background:url('img/bg-box-a.png') 0 0 no-repeat;
	text-indent:-9999px;	
}




#main-bar #footer {
	
}


#footer ul {
	margin-left:60px;	
}
#footer a {
	text-transform:uppercase;
	color:#fb8b03;
	margin:0 10px;
}

#footer-bar {
	width:100%;
	min-height:271px;_height:271px;
	background-image:url('img/bg-sprites-copy.png');
	background-position:0 0;
	background-repeat:repeat-x;
}



#part {
	position:absolute;
	width:250px;
	right:230px;
	top:280px;
}
#part h4 {
	font-size:16px;
	color:#fb8b03;
}
#part .next {
	position:absolute;
	right:0;
	top:30px;
	width:21px;
	height:31px;
	background:url('img/carou-right.png') 0 0 no-repeat;
	border:0;	
	text-indent:-9999px;	
	cursor:pointer;	
}
#part .prev {
	position:absolute;
	left:0;
	top:30px;	
	width:21px;
	height:31px;
	background:url('img/carou-left.png') 0 0 no-repeat;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
}
.jC1 {
	position:relative;
	margin-left:30px;
}
.jC1 ul li {
	width:180px;
	height:70px;
	text-align:left;
}

#kontakt {
	width:496px;
	height:149px;
	background:url('img/bg-kontakt-form.png') 0 0 no-repeat;
}

#kontakt .left {
	width:240px;
}
#kontakt form {
	margin-left:15px;
}

#kontakt input.submit {
	width:212px;
	height:21px;
	background:url('img/bg-input-submit.png') 0 0 no-repeat;
	border:0;
	text-transform:uppercase;
	color:#fff3d7;
	text-align:center;
}

#kontakt input.text {
	width:98px;
	height:22px;
	line-height:22px;
	border:0;
	background:url('img/bg-input.png')0 0 no-repeat;
	color:#fff;
	margin-right:3px;
	font-size:11px;
	padding-left:5px;
}
#kontakt textarea {
	width:207px;
	height:49px;
	color:#fff;
	border:0;
	background:url('img/bg-text-area.png')0 0 no-repeat;	
	font-size:11px;
	padding-left:5px;	
}

#kontakt .right {
	width:240px;
}

#kontakt h4 {
	font-size:16px;
	color:#000;
	margin-left:15px;
	margin-top:5px;
}
#kontakt img {
	margin-left:15px;
}
#kontakt h4 strong{
	color:#fb8b03;
}






