/*
                                                                 
*/
body, div, img, p { padding:0; margin:0; }
body {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.networks .icons a:hover {
	border-bottom: none;
}
.networks .icons a img {
	border: 1px solid #eff5e8;
}
.networks .icons a:hover img {
	border: 1px solid #ccc;
}
.networks .icons a:active img {
	border: 1px solid #eff5e8;
}
#header {
	background-image:url(../images/bureauvers.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 35px;
	padding-top: 55px;
	height: 80px;
}
#container {
	background-color:#FFF;
	padding: 200px;
}
.contact {
	position: absolute;
	margin-left: 116px;
	width: 440px;
	background-color: #eff5e8;
	border: 1px solid #eee;
}
.mail .leftdata {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	width: 100px;
	float: left;
}
.mail .leftdata p {
	font-size: 10px;
	margin-left: 35px;
	margin-bottom: 10px;

}
.mail .rightdata p {
	font-size: 10px;
	margin-left: 35px;
	margin-bottom: 10px;

}
.rightdata {
	padding-top: 16px;
	padding-bottom: 6px;
}
.networks .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 14px;
}
.networks .icons {
	margin-left: 35px;
	margin-top: 14px;
	margin-bottom: 16px;
}
.networks .icons img{
	margin-right: 9px;
}
.introduction {
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 6px;
	margin-top: 0px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.dragdiv {
	position: absolute;
	border: 1px solid #CCC;
	background-color:#FFF;
	background-image: url(../images/bg_div.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	z-index: 3;
	width: 600px;
}
.dragdiv .promo {
	position: absolute;
	border: 1px solid #CCC;
	background-color:#F99;
	background-image: url(../images/bg_div.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	z-index: 3;
	width: 600px;
}
.head {
	padding-top: 16px;
	cursor: move;
}
.head .date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	margin-left: 30px;
	margin-right: 16px;
	margin-top: 11px;
}
.head .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 20px;
	cursor: pointer;
}
.icon_up {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}
.icon_down {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}
.icon_up img {
	margin: 0;
}
.icon_down img {
	margin: 0;
}
.client, h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	margin-bottom: 4px;
	font-weight: bold;
}
.excerpt {
	border-bottom: 1px solid #eee;
	text-align: left;
	padding-left: 30px;
	padding-right: 160px;
	background-image: url(../images/bg_work.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 20px;
	cursor: move;
	width: 410px;
}
.promo .content_open {
	padding-left: 30px;
	padding-right: 30px;
}
.content {
	border-top: 1px solid #eee;
	padding: 0;
	cursor: move;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}
.content_open {
	border-top: 1px solid #eee;
	padding: 0;
	cursor: move;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}
.content img { border-bottom: 1px solid #eee; 
	display: block;
	}
.dragdiv p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#2E2E2E;
}
object {
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.tags {
	padding-right: 22px;
	padding-left: 33px;
	padding-bottom: 30px;
	padding-top: 4px;
}
.tags .item a{
	float: right;
	height: 13px;
	background-color: #eee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	padding: 3px 6px;
	margin: 2px;
}

.tags .item a:hover {
	color: #FFF;
	border: none;
	background-color: #000;
}
/* .tags .item a:visited {
	color: #FFF;
	border: none;
	background-color: #666;
}
*/