/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#contentPanel .box
{
	width: 886px;
	margin: 0 0 26px 0;
	background: url(images/box-background.png) repeat left top;
	overflow: hidden;
}

#contentPanel .rightBox
{
	width: 535px;
	height: 236px;
	float: right;
	margin: 0 0 26px 0;
	background: url(images/box-background.png) repeat left top;
	overflow: hidden;
}

#contentPanel .rightBox .boxContent
{
	padding: 18px 40px 15px 40px;
}

#contentPanel .box .boxContent
{
	padding: 20px 40px 20px 40px;
}

#contentPanel .boxContent h1
{
	margin: 0 0 12px 0;
	color: #ff0000;
	font-size: 2.1em;
	font-weight: bold;
}

#contentPanel .box .boxContent h1
{
	width: 500px;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#contentPanel .boxContent p
{
	margin: 0 0 12px 0;
	line-height: 1.4em;
}

#contentPanel .boxContent .demand
{
	width: 147px;
	height: 17px;
	float: left;
	line-height: 17px;
	background: url(images/button-demand.png) no-repeat left top;
	text-align: center;
	text-indent: -9999px;
}

#contentPanel .boxContent .right
{
	float: right;
}

#contentPanel .leftBox
{
	width: 327px;
	height: 236px;
	margin: 0 0 26px 0;
	float: left;
	background: url(images/left-box-background.png) no-repeat left top;
	overflow: hidden;
}

#contentPanel .leftBox ol
{
	padding: 30px 0 0 30px;
}

#contentPanel .leftBox ol li
{
	margin: 0 0 3px 0;
	padding: 0 0 0 35px;
	position: relative;
	color: #eeeded;
	font-size: 2.1em;
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
}

#contentPanel .leftBox ol li a
{
	color: #eeeded;
	text-decoration: none;
}

#contentPanel .leftBox ol li a:hover
{
	text-decoration: underline;
}

#contentPanel .leftBox ol li span
{
	width: 15px;
	height: 13px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	overflow: hidden;
}

#contentPanel .leftBox ol li.item1 span
{
	background: url(images/ico-numbers.png) no-repeat left top;
}

#contentPanel .leftBox ol li.item2 span
{
	background: url(images/ico-numbers.png) no-repeat left -14px;
}

#contentPanel .leftBox ol li.item3 span
{
	background: url(images/ico-numbers.png) no-repeat left -28px;
}

#contentPanel .leftBox ol li.item4 span
{
	background: url(images/ico-numbers.png) no-repeat left -42px;
}

#contentPanel .leftBox ol li.item5 span
{
	background: url(images/ico-numbers.png) no-repeat left -56px;
}

#contentPanel .leftBox ol li.item6 span
{
	background: url(images/ico-numbers.png) no-repeat left -70px;
}

#contentPanel .currentBox
{
	clear: both;
}

#contentPanel .currentBox .currentPhoto
{
	width: 442px;
	float: left;
	overflow: hidden;
}

#contentPanel .currentBox .currentContent
{
	background: #6f0908;
}

#contentPanel .currentBox .currentPhoto .img
{
	padding: 0 0 15px 0;
}

#contentPanel .currentBox .currentPhoto .imagesList
{
	padding: 0 0 10px 10px;
}

#contentPanel .currentBox .currentVideo .videoList
{
	padding: 7px 0 10px 10px;
}

#contentPanel .currentBox .currentPhoto .imagesList ul,
#contentPanel .currentBox .currentVideo .videoList ul
{
	list-style-type: none;
}

#contentPanel .currentBox .currentPhoto .imagesList ul li,
#contentPanel .currentBox .currentVideo .videoList ul li
{
	margin: 0 14px 0 0;
	float: left;
}

#contentPanel .currentBox .currentPhoto .imagesList ul li.last
{
	margin: 0;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery,
#contentPanel .currentBox .currentVideo .videoList ul.gallery
{
	min-height: 325px;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li
{
	width: 425px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li .image,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li .image
{
	width: 73px;
	height: 73px;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li .info,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li .info
{
	width: 315px;
	float: left;
	overflow: hidden;
}

#contentPanel .currentBox .currentVideo .videoList ul.gallery li .info
{
	width: 295px;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li .info h3,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li .info h3
{
	margin: 0 0 5px 0;
	font-size: 13px;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li .info h3 a,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li .info h3 a
{
	text-decoration: none;
}

#contentPanel .currentBox .currentPhoto .imagesList ul.gallery li .info h3 a:hover,
#contentPanel .currentBox .currentVideo .videoList ul.gallery li .info h3 a:hover
{
	text-decoration: underline;
}

#contentPanel .currentBox .currentVideo
{
	width: 415px;
	float: right;
	overflow: hidden;
}

#contentPanel .currentBox h2
{
	width: 147px;
	height: 23px;
	line-height: 23px;
	background: url(images/current-box-header.png) no-repeat left top;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	text-transform: lowercase;
}

#contentPanel .currentBox .separator
{
	height: 20px;
	margin: 0;
	background: #6f0908 url(images/current-box-separator.png) repeat-x left top;
}

#contentPanel .separator
{
	width: 100%;
	height: 2px;
	margin: 0 0 12px 0;
	clear: both;
	background: url(images/separator-background.png) repeat-x left top;
	overflow: hidden;
	font-size: 0;
}

#contentPanel .separator hr
{
	display: none;
}

#contentPanel #teamList
{
	margin: 0 0 30px 0;
	float: left;
}

#contentPanel .teamItem
{
	width: 442px;
	height: 208px;
	margin: 0 25px 15px 0;

	overflow: hidden;
	background: #6f0908;
}

#contentPanel .last
{
	width: 419px;
	margin: 0;
}

#contentPanel .teamItem .left
{
	
	margin: 30px 20px 0 20px;
	float: left;
	display: inline;
}

#contentPanel .teamItem .right .info
{
	margin: 0 0 15px 0;
}

#contentPanel .teamItem .right .info h2
{
	width: 160px;
	float: left;
	overflow: hidden;
	font-size: 13px;
}

#contentPanel .teamItem .right .info p
{
	width: 60px;
	margin: 0;
	float: right;
	overflow: hidden;
	color: #d10100;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

#contentPanel .teamItem .right p
{
	margin: 0 0 15px 0;
}

#contentPanel .teamItem .right p strong
{
	color: #d10100;
	font-size: 12px;
}

#contentPanel .teamItem .right p a
{
	color: #d10100;
	text-decoration: none;
}

#contentPanel .teamItem .right p a:hover
{
	text-decoration: underline;
}

#contentPanel .teamItem .right
{
	width: 275px;
	margin: 30px 0 0 0;
	float: left;
	overflow: hidden;
}

#contentPanel .last .right
{
	width: 255px;
}

#contentPanel .teamItem .right .separator
{
	background-image: url(images/team-separator.png);
}

#contentPanel .form
{
	margin: 0 0 30px 0;
	float: right;
	width: 415px;
}

#contentPanel .form h2
{
	padding: 5px 20px;
	background: #6f0908;
	color: #ff0000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#contentPanel .form textarea
{
	width: 306px;
	height: 185px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: none;

	color: #e3e3e3;
	font-size: 11px;
}

table td {
  padding: 3px 5px 3px 0;
}

#contentPanel .form .button
{
	width: 148px;
	height: 17px;
	margin: 0 50px 0 0;
	float: right;
	display: inline;
	border: none;
	background: url(images/button-send.png) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}       

.image {
  float: left;
  margin: 7px;
}    
