* {
	margin: 0;
	padding: 0;
	}
body {
	background: #0058a1 url(../_design/layout/bg-grad.jpg) repeat-x;
	font: 12px/170% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	margin: 0 auto;
	text-align: center;
	}
a {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
#design {
	text-align: left;
	margin: 0px auto;
	background: url(../_design/layout/maluvky.jpg) no-repeat center top;
	}
#wrap {
	padding: 0 40px;
	background: url(../_design/layout/bg-body.png) repeat-y;
	margin: 0px auto;
	width: 950px;
	}
#header {
	  height: 135px;  
	  padding: 15px 0 0px 0;
	}

#right {
	border-left: 1px solid #eee;
	float: right;
	padding-left: 10px;
	width: 310px;
	}
#right h2 {
	font: 22px/180% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	letter-spacing: -1px;
	font-weight: 200;
	padding: 0px 0 10px 0;
	}

#left {
	float: left;
	width: 600px;
	}
	
#left p {
	color: #666;	
	}

#left h2 {
	font: 22px/180% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	letter-spacing: -1px;
	font-weight: 200;
	padding: 0px 0 5px 0;
	border-bottom: 1px solid #eee;
	margin: 15px 0;
	}

#left h3 {
	color: #333;
	font: 18px/180% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	}


#left a {
	font: bold 14px/160% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	text-decoration: none;
	color: #10a0ff;
	border: none;
	}
#left a:hover {
	}

#left ul {
	color: #666;
	margin-left: 25px;
	list-style-type: square;
	}


#wrap h1 {
	font: 200 30px/170% Arial, Helvetica, Arial CE, Helvetica CE, sans-serif;
	color: #666;
	border-bottom: 1px solid #eee;
	margin: 0px 0 15px 0;
	letter-spacing: -1px;
	}

/* tabulka produktu */
#left td.prtab {
	border-bottom: 1px solid #eee;
	margin: 15px;
	padding: 15px 10px;
	width: 50%;
	
	}

#left .prtab h2 {
	font-size: 13px;
	margin: 4px 5px;
	}
/* tabulka produktu */

/* paticka */
#footer {
	width: 1006px;
	margin: 0 auto;
	background: url(../_design/layout/mailbox.jpg) no-repeat;
	height: 146px;
	}

#footer-content {
	padding: 15px 0 0 210px;
	}

#footer-content h3 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #888;
	margin: 20px 0;
	}


#footer-content li {
	display: block;
	width: 250px;
	float: left;
	}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg { background: none; }
.center { text-align: center; }

.imgleft {
	margin: 0 15px 0 0;
	}

.white {
	color: #fff;
	}

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	  clear:both; 
	height:0; 
	content: "."; 
	}
	
.true, .false {
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	}

.false {
	background-color: red;
	}
.true {
	background-color: green;
	}
	
	
/* Easy Slider */
#content{ position:relative; }			
#slider{ }

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#slider li { 
	width: 962px;
	height: 350px;
	overflow: hidden; 
	}	
#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: 56px;
	top: 155px;
	}	
#nextBtn{ 
	left: 900px;
	}														
#prevBtn a, #nextBtn a {  
	display: block;
	width: 30px;
	height: 77px;
	background: url(../_design/layout/arr-left.png) no-repeat 0 0;	
	}	
#nextBtn a { 
	background: url(../_design/layout/arr-right.png) no-repeat 0 0;	
	}												
/* // Easy Slider */

/* form contact */
form .input-text {
	padding: 2px;
	border: 1px solid #ccc;
	color: #666666;
	}
form label span {
	display: block;
	float: left;
	padding-right: 6px;
	width: 150px;
	text-align: right;
	font-weight: bold;
	}

form label span.help {
	text-align: left;
	color: #aaa;
	width: 150px;
	float: right;
	font-weight: normal;
	}


.green {
	padding: 4px 8px;
	border:1px solid green;
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	background-color: green;
	margin: 0 0 0 155px;
	cursor: pointer;
	}

/*table design*/
table.tabledesign {
	margin-top: 15px;
	width: 40%;
	border-collapse: collapse;
	background: #fff;
	}
table.tabledesign td {
	border: 1px solid #eee;
	vertical-align: middle;
	padding: 2px 6px;
	color: #10a0ff;
	}
