body{
	font-family: helvetica, verdana, arial;
	color: #000;
	background: #dbdbd6;
	font-size: 12px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

a {
	color: #c31019;
	text-decoration: none;
}

a:hover{
	color: #8f0b12;
	text-decoration:none;
}

a img{
	border:none;
}

hr {
  clear: both;
  visibility: hidden;
}

h1, h2, h3, h4{
	font-weight:normal;
}

input {
	background: #f2f2ed;
	border: 1px solid #dbdbd6;
	padding: 2px;
}

textarea {
	background: #f2f2ed;
	border: 1px solid #dbdbd6;
	padding: 2px;	
}

#header {
	width: 856px;
	height: 80px;
	margin-bottom: 12px;
	background: #ccccc8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

}

#logo {
	padding-top: 12px;
	padding-left: 20px;
}


#main_container {
	width: 856px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #dbdbd6;
}

#left_container {
	float: left;
	width: 260px;
	background: #dbdbd6;	
}

#right_container {
	margin-left: 280px;
}

.video {
	width: 576px;
	height: 324px;
	margin-bottom: 0px;
}

.clear {
	clear:both;
}

.clictoplay {
	margin-left: 400px;
	font-size: 10px;
	color: #888888;
	padding-right: 8px;
}

#title {
	font-size: 20px;
	font-weight: bold;
	color: #c31019;
}

#client {
	float: right;
	font-size: 18px;
}

#date {
	margin-top: 3px;
	font-size: 12px;
	color: #555555;	
}

#length {
	margin-top: 1px;
	font-size: 12px;
	color: #555555;
}


#description {
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
	color: #555555;	
}


.video_container {
	width: 260px;
	height: 50px;
	background: #f0f0eb;
	color: #000;
	cursor: pointer;
	z-index: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.year_container {
	margin-top: 20px;
	width: 260px;
	height: 20px;
	background: #ccccc8;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
}

.video_thumbnail {
	float: left;
	width: 89px;
	height: 50px;

	-webkit-border-top-left-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.thumb_container {
	background: #dbdbd6;
}

.video_text {
	height: 50px;
	padding-left: 10px;	
	padding-right: 10px;
}

.video_title {
	font-size: 100%;
	font-weight: bold;
	color: #c31019;
}


.video_client {
	padding-top: 2px;
	font-size: 90%;
	color: #555555;
}

.video_content_container {
	background: #dbdbd6;
}

.video_content {
	width: 546px;
	padding: 15px;
	background: #fff;
	margin-top: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

}

.licarousel {
	background: #dbdbd6;
}

.imgpage {
	width: 576px;
	height: 210px;
	margin-bottom: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



.page_content {
	width: 546px;
	padding: 15px;
	background: #fff;
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
}

.page_content2 {
	width: 546px;
	padding: 15px;
	background: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
}

#facebook {
	float:  right;
	width: 350px;
	margin-top: 12px;	
}

#address {
	float:  right;
	width: 140px;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 9px;
	color: #555555;
	line-height: 12px;
}

.mailform_input_text {
	width: 90px;
	float: left;
	padding-top: 2px;
}

.mailform_input {
	margin-top: 10px;
}

.reference_item {
	display: inline;
}

