/*** DNV ::: monitors style ***/
/*	based on 960 grid */
/*	GENERAL: colors 
	
	cocoa#L: #E7E2D6;
	cocoa#D: #B5A17B;
	
	borders: #C6993E;
	
	cocoa#O: #E8E2D6;
	cocoa#E: #F0ECE4;

*/
/* grid 750 hack */
.container_10 {
	width: 940px;
}

#rip {
	position: relative;
	right: -12px;
	top: -10px;
	z-index: 5;
	margin-left: -120px;
	margin-right: -10px;
	margin-top: -10px;
}

/**/
.centered {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 230px;
}

.center {
	text-align: center;
}

.bgwhite {
	background-color: #FFF;
}

#logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
	left: 630px;
	top: -80px;
	margin-bottom: -60px;
}

br.clear {
	clear: both;
}

a,td a {
	color: #000;
	text-decoration: none;
}

a:hover,td a:hover,a.printbutt {
	color: #C6993E;
}

.float {
	float: left;
}

p,.serif {
	font-family: Times, serif;
	font-size: 12px;
}

.header {
	width: 960px;
}

.pad {
	padding: 0 30px 30px;
}

h2.pad {
	padding: 0 30px;
}

.header .pad {
	padding: 10px;
}

.lspan {
	padding-left: 18px;
}

.rspan {
	padding-right: 18px;
}
/* borders */
.lb {
	border-left: 1px dashed #E7E2D6;
}

.rb {
	border-right: 1px dashed #E7E2D6;
}

.bb {
	border-bottom: 1px dashed #E7E2D6;
}

.ub {
	border-top: 1px dashed #E7E2D6;
}

.tb {
	border-style: solid;
	border-color: #C6993E;
}

.grid_4.lb,.grid_3.lb,.grid_5.lb,.grid_7.lb,.grid_11.lb {
	margin-left: 9px;
}

.grid_4.rb,.grid_3.rb,.grid_5.rb,.grid_7.rb,.grid_11.rb {
	margin-right: 9px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #E7E2D6;
	background-image: url('../images/pattern.gif');
}

body,td,.sans,.sans p,p.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

.sizer {
	padding: 10px 19px;
	display: inline;
	float: left;
	background-image: url('../images/style/shadowB.gif');
	background-repeat: repeat-x;
	border: 1px solid #B5A17B;
	border-top: none;
}

.shadow {
	float: left;
	display: inline;
	width: 50px;
	background-image: url('../images/style/shadowP.gif');
	background-repeat: repeat-x;
}
/* */
h1,h2,h3,h4,h5 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #464646;
}

h1 {
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 11px;
}

h1.u {
	text-decoration: underline;
}

h1.bb {
	border-bottom: 1px solid #999999;
}

h2 {
	margin: 0 0 15px 0;
	padding-bottom: 4px;
	background-image: url('../images/h2back.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

h2.pad {
	background-position: bottom left;
}

h3 {
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
}

ul {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	margin-left: 15px;
}

ul.brownCont {
	float: left;
	width: 100%;
}

/* BrownBox */
.brownCont li {
	display: block;
	float: left;
	color: white;
	margin: 0 2px 0 0
}

.brownBox {
	display: inline;
	color: white;
}

.brownCont a,.brownCont span,.brownBox a {
	color: white;
	display: block;
	float: left;
	font-weight: bold;
	padding: 2px 8px;
	margin-right: 4px;
}

.brownCont a {
	background-color: #B8882D;
}

.brownCont a.s,.brownBox a.s {
	color: black;
	background-color: #F0ECE4;
}

.brownCont a:hover,.brownBox a:hover {
	background-color: #F0ECE4;
	color: black;
	/*color: #E8E2D6;*/
}

.brownCont li.comment {
	color: black;
	background-color: white;
	padding: 1px 4px 1px 0;
}

.brownCont span,.brownBox {
	background-color: #B5A17B;
	padding: 1px 4px;
}

/* COLORED TABLE */
.colored td,.colored th {
	border: 3px solid #FFF;
	border-top: none;
	border-left: none;
	padding: 5px;
	vertical-align: text-top;
}

.colored th {
	text-align: left;
	background-color: #B8882D;
	color: white;
}

.colored tr.o td {
	background-color: #E8E2D6;
}

.colored tr.e td {
	background-color: #F0ECE4;
}

.colored td big {
	font-size: 20px;
}

.colored strong,.colored em,.colored big {
	display: block;
}

.colored .lspan {
	padding-left: 20px;
}

/* MAIN MENU ( root level ) */
menu {
	margin: 0 0 15px -10px;
	padding: 10px 0;
	text-align: center;
}

menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

menu li a {
	padding: 0 15px;
	color: black;
	text-transform: uppercase;
	font-weight: normal;
}

menu li a:hover,menu li a.s {
	
}

menu li a.s {
	text-decoration: none;
	color: #C6993E;
}

menu li s {
	padding: 4px 0;
}

a.u {
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	margin-bottom: 4px;
}

/* THUMB */
.thumb {
	display: block;
	width: 124px;
	height: 124px;
	border: 3px solid #E8E2D6;
	background-color: #FEFEFD;
	overflow: hidden;
	margin-bottom: 10px;
}

.thumb:hover {
	border-color: #C6993E;
}

.bmarg .thumb {
	margin-bottom: 0;
}

.bmarg {
	margin-bottom: 10px;
	text-align: right;
}

.center {
	text-align: center;
}

.thumb.w {
	width: 144px;
}

.thumb.uw {
	width: 184px;
}

.thumb.h {
	height: 164px;
}

.thumb table {
	width: 184px;
	margin: 0 -30px;
}

.thumb.w table {
	margin: 0 -20px;
}

.thumb.uw table {
	margin: 0;
}

.thumb.up table {
	margin-top: -50px;
}

.thumb table td {
	height: 124px;
	text-align: center;
	vertical-align: middle;
	background-color: #F0ECE4;
}

.m10 {
	padding-right: 10px;
}
/* */
.box p {
	margin-bottom: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.bpad {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

td em.ins {
	color: #9B2B26;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	display: block;
}

.lcol p {
	margin: 5px 0;
}

.orange,h1.orange a {
	color: #C6993E;
}

.navigpath {
	text-transform: uppercase;
	font-size: 9px;
}

ul.orange li {
	list-style: none;
	display: inline;
}

ul.tb {
	padding-top: 20px;
	border-top: 1px dotted #C0C0C0;
}

ul li.lb {
	border-left: 1px solid #C6993E;
	padding-left: 15px
}

ul li.rb {
	border-right: 1px solid #C6993E;
	padding-right: 15px
}

ul.orange a {
	text-transform: uppercase;
	color: #C6993E;
}

ul.orange a:hover {
	text-decoration: underline;
}

.span {
	letter-spacing: 1px;
}

.foot h2 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
	background: none;
}

 
.foot a {
	margin-right: 70px;
}

.foot {
	margin-right: 2px;
	position: relative;
	left: 55px;
}

table.partners {
	width: 100%;
}

.lastfooter {
	text-align: right;
	padding: 10px 48px 20px 0px;
}

.rightcol .thumb {
	width: auto;
	height: auto;
	float: left;
}

.homecentertable {
	width: 100%;
}

.homecentertable td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.slideshow {
	overflow: hidden;
	border: 3px solid #E8E2D6;
}

.slideshow:hover {
	border-color: #C6993E;
}

.slide {
	display: block;
	height: 220px;
	width: 220px;
	text-align: center;
	vertical-align: middle;
}

.slide a {
	display: table-cell;
	width: 220px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-color: #E7E2D6;
}

.slide .noimg {
	width: 184px;
	height: 124px;
	margin-left: 18px;
	margin-top: 48px;
}

#slidebig,#slidebig .slide,#slidebig a {
	width: 588px;
	height: 210px;
}

#slidesmall,#slidesmall .slide,#slidesmall a {
	width: 340px;
	height: 210px;
}

#slidebig.slideshow,#slidesmall.slideshow {
	border: none;
	float: left;
}

#slidebig {
	margin-right: 10px;
}

.rightcol .slideshow {
	width: 138px;
	height: 178px;
}

.lcol .slideshow {
	width: 184px;
	height: 126px;
}

.rightcol .slideshow .slide {
	margin-left: -41px;
	margin-top: -21px;
}

.lcol .slideshow .slide {
	margin-left: -18px;
	margin-top: -46px;
}

.thumb .slide {
	margin-left: -48px;
	margin-top: -48px;
}

.thumb.w .slide {
	margin-left: -38px;
}

.thumb.uw .slide {
	margin-left: -18px;
}

.fblikebox {
	margin-left: -6px;
	border: none;
	overflow: hidden;
	width: 350px;
	height: 226px;
}

.prague {
	padding-left: 19px;
	text-align: left;
}

.prague small {
	font-size: 10px;
}
.cc img {
	vertical-align: sub;
	}

a.binary {
	font-size: 12px;
	vertical-align: sub;
	background-image: url('http://www.binary-bros.cz/logo/bFFFFFF.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

a.binary img {
	
}

a.binary:hover img {
	visibility: hidden;
}
