.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/*
	body, wrapper, header
*/

body {
	background: url("../images/grey_bg.jpg") repeat left top;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

.wrapper2 {
	width: 545px;
	margin: 0 auto;
}

#header {
	padding: 20px 0 0 0;
}

/*
	logo
*/

#logo {
	display: block;
	width: 120px;
	height: 50px;
	text-align: center;
	border-left: 1px solid #919191;
	border-top: 1px solid #919191;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px;
	font: bold 30px/50px Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: 1px 1px 1px #fafafa;
	background: url("../images/grey_bg2.jpg") repeat left top;
}

/*
	Under construction title
*/
.under_construction_title {
	height: 46px;
	text-indent: -9999px;
	background: url("../images/title.png") no-repeat center top;
}


/*
	social bottom links
*/

.social_list {
	padding: 25px 0 30px 0;
	text-align: center;
}

.social_list li {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 5px;
	text-indent: -9999px;
	background: url("../images/grey_bg2.jpg") repeat left top;
}

.ie7 .social_list li {
	display: inline;
	zoom: 1;
}

.social_list li a {
	display: block;
	width: 26px;
	height: 27px;

}

.social_list .facebook a {
	background: url("../images/facebook_ico.jpg") no-repeat left bottom;
}

.social_list .twitter a {
	background: url("../images/twitter_ico.jpg") no-repeat left bottom;
}

.social_list .ff a {
	background: url("../images/ff_ico.jpg") no-repeat left bottom;
}

.social_list .rss a {
	background: url("../images/rss_ico.jpg") no-repeat left bottom;
}

/*
	examples
*/

.examples {
	padding-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

.documentation_title {
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 1px #333;
}

.example {
	padding: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 5px;
}

/*
	example 2
*/
.example2 {
	padding-top: 0;
}


/*
	example 3
*/
.example3 {

}


/*
	example 4
*/
.example4 {

}


/*
	example 5
*/
.example5 {

}

pre {
	font-size: 16px;
	font-weight: bold;
	font-family: Courier New, monospace;
	padding: 22px;
	line-height: 22px;
	background: #eee url(../images/code.gif) repeat left 0px;
	text-align: left;
	margin: 0;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #7C012A;
}

.code_descr {
	color: #000;
	font-weight: normal;
}





