@CHARSET "UTF-8";

html { height:100%; }
.l-wrapper { 
	position: relative; 
	width: 500px;
	min-height: 100%;
	margin: 0 auto;
}

a { color: white; }

.clear { clear: both; }

p.intro {
	margin-top: 20px;
	font-family: georgia, serif;
	font-size: .9em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}

.content h3 {
	float: left;
	width: 100%;
	
	font-family: arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.75em;
	text-transform: uppercase;
	
	padding-top: 0.75em;
}

.content h4 {
	float: left;
	width: 100%;
	
	font-family: georgia, 'times new roman', serif;
	font-size: 1em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
	
	padding-top: 0.1em;
}

.content p {
	float: left;
	font-family: georgia, 'times new roman', serif;
	font-size: 0.85em;
	line-height: 1.65em;
	margin-bottom: 1.25em;
}
.content p.b-code {
	font-size: 0.75em;
	font-family: Courier, Monospace;	
	padding: 15px;
	width: 770px;
	border: solid 1px #d3d3d3;
	margin-bottom: 35px;
}
.content p.b-code span.tab { margin-right: 2em; }
.content p.b-code span.tab2 { margin-right: 4em; }
.content p.b-code span.tab3 { margin-right: 6em; }
.content p.b-code span.tab4 { margin-right: 8em; }

.l-header { margin: 0px auto 10px auto; width: 800px; padding-top: 25px; }
.b-logotype { float: left; margin-bottom: 10px; }
.l-content { margin: 0 auto; width: 800px; display: block; position: relative; }
.l-content.top { margin-top: 35px; }
.l-content.bottom { padding-bottom: 35px; }

.l-content.delim { 
	height: 6px;
	margin-bottom: 20px;
	background: url('../images/diagonals.png') left top; 
	clear: both;
}

.l-content.delim-thin { 
	height: 1px;
	background: url('../images/diagonals.png') left top; 
}


.b-nav {
	float: right;
	margin: -3px 0 0 0;
	padding: 0px;
	list-style: none;
	
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: .7em;
}
.b-nav li { 
	float: left; 
	margin-left: 15px; 
	padding-top: 10px;
}
.b-nav li a {
	text-decoration: none;
	color: #ddd;
}
.b-nav li a:hover { color: white; }
.b-nav li.active {
	background: url('../images/accent.png') no-repeat top center;
}
.b-nav li.active a {
	color: white;
}



.b-nb {
	float: left;
	width: 100%;
	
	border-top: dotted 1px #d3d3d3;
	border-bottom: dotted 1px #d3d3d3;
	padding: 13px 0;
	margin: 35px 0 30px 0;
	
	font-size: 1.25em;
	font-style: italic;
	color: grey;
}
.b-featers {
	margin-left: 0.5em;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.65em;
	font-family: georgia, times, serif;
	margin-bottom: 1.25em;
}

.l-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 100;

	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #ddd;
	margin-top: -56px;
	height: 55px;
	
	overflow: hidden;
}
.l-footer-boofer { height: 105px; }
.l-footer .inner { width: 800px; margin: 15px auto 0;  }
.l-footer a { color: white; }
.l-footer span { float: right; }


.l-content ul { 
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 25px; 
	float: left; 
	font-size: 0.8em;
	color: #dddddd;
}


.b-parameters {
	float: left;
	width: 100%;	
	margin-bottom: 35px;
	font-size: .8em;
	font-family: georgia, serif;
}
.b-parameters thead tr td { font-weight: bold; }
.b-parameters tr td {
	border-bottom: solid 1px #d3d3d3;
	padding: 4px 0;
}



#example {
	position: relative;
	float: left;
	width: 500px;
	height: 200px;
	margin-bottom: 45px;
}

#example_1 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
}

#example_2 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
	margin-bottom: 60px;
}

#example_3 {
	position: relative;
	float: left;
	width: 300px;
	height: 500px;
	
	border: solid 5px #ccc;
	background: #fafafa;
}
#example_3 .i-slider-section { 
	background: url('../images/vertical_bg.gif'); 
	text-align: center; 
	color: #333; 
}
#example_3 .i-slider-section h3 { 
	margin: 20px 0 15px;
}
#example_3 .i-slider-section p { 
	margin: 25px 15px 15px;
	font-family: georgia, serif;
	font-size: .75em;
}

