div,ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remove textarea resize at Safari */
textarea { 
	resize: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }


/*  ----------------------------------------

	1. Basic

 ---------------------------------------- */

/* Basic  ---------------------------------------- */



#wrapper {
	width: 794px;
	background: url(../img/header.png) no-repeat left top;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	height: 57px;
	padding: 16px 0 0 24px;
}

h1 span {
	font-size: 18px;
	font-weight: normal;
}

#content {
	background: url(../img/wrapper.png) no-repeat left 368px;
}

h2 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #267a8c;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #303234;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	width: 720px;
	margin: 0 0 0 24px;
	color: #267a8c;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#content p {
	width: 720px;
	margin: 0 0 15px 24px;
	color: #303234;
	font-size: 12px;
	line-height: 15px;
}

#content p a {
	color: #267a8c;
}

#content p a:hover { text-decoration: none; }

#content .codeblock {
	width: 700px;
	margin: 0 0 15px 24px;
	padding: 9px;
	border: 1px solid #d7d7d7;
	background: #f4f8f6;
}
#content .codeblock .details {
 	color: #000 !important;
}
#content .codeblock span {
	color: #c62828;
}
#content .codeblock code .details span {
	color: #c62828;
}

#content code {
	font-size: 11px;
	line-height: 16px;
}
#content code .details {
	font-size: 11px;
	line-height: 16px;
}

#content .codeblock p {
	margin: 15px 0 0 0;
	width: 700px;
}

.col {
	float: left;
	width: 350px;
	margin: 0 0 0 24px;
}

#content .col p {
	width: 350px;
	margin: 0 0 15px 0;
}

#content .col h2 { margin: 0; width: 350px; }

.col.alt {
	margin: 0 0 0 20px;
}

#content .col.alt p {
	margin: 0px 0 15px;
	line-height: 18px;
}

#content .col.alt p span { color: #6e6f71; }

#content .col ul {
	width: 350px;
	color: #303234;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 8px;
}

#content .col ul li {
	padding: 0 0 0 20px;
}

#footer {
	width: 794px;
	background: url(../img/footer.png) no-repeat left top;
}

#serie3 {
	width: 133px;
	height: 49px;
	display: block;
	float: right;
	margin: 5px 0;
	background: url(../img/serie3.png) no-repeat left top;
}

#serie3 span { display: none; }

#fback {
	width: 794px;
}


#commentsForm {
	width: 400px;
	margin: 10px 0 0 24px;
	padding: 0 0 15px;
}

#commentsForm label {
	font-size: 12px;
	color: #303234;
	float: left;
	width: 70px;
	padding: 0;
	line-height: 22px;
	margin: 0;
}

#commentsForm .contact_text {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	color: #6e6f71;
	padding: 2px 5px;
	margin: 0 0 5px;
	width: 168px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#commentsForm textarea {
	font-size: 11px;
	color: #6e6f71;
	padding: 2px 5px;
	margin: 0 0 5px;
	width: 268px;
	height: 80px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #d7d7d7;
}

.contact_submit { margin: 0 0 0 70px; }

#comments {
	width: 720px;
	margin: 0 0 0px 24px;
}

#comments h2 {
	margin: 10px 0 0 0px;
}

#content #comments p { 
	width: 700px;
	margin: 0;
	padding: 10px;
}

#content #comments p.alt { 
	background: #f8f8f8;
}

#content #comments p.yes {
	background: #e3eee8 !important;
	margin: 10px 0 10px !important;
}

#content #comments p.alt {
	margin: 0 !important;
}

.end {
	height: 30px;
	width: 794px;
	background: url(../img/end.png) no-repeat left top;
}

#nav {
	width: 30px;
	position: absolute;
	right: 0px;
	top: 81px;
	height: 300px;
}

#nav li { margin: 0 0 3px; }

#nav li a { display: block; }
#nav li a span { display: none; }

#nav_overview {
	width: 30px;
	height: 90px;
	background: url(../img/tab-overview.png) no-repeat left top;
}

#nav_overview.sel {
	background: url(../img/tab-overview.png) no-repeat center top !important;
}

#nav_demonstration {
	width: 30px;
	height: 125px;
	background: url(../img/tab-demonstration.png) no-repeat left top;	
}

#nav_demonstration.sel {
	background: url(../img/tab-demonstration.png) no-repeat center top !important;	
}

#nav_overview:hover {
	background: url(../img/tab-overview.png) no-repeat right top;
}

#nav_demonstration:hover {
	background: url(../img/tab-demonstration.png) no-repeat right top;	
}
#demonstration {
 margin: 0 0 0 24px;
 width: 720px;
 padding: 0 0 15px;
}

#demonstration h2 {
 margin: 0;
}

#demonstration p {
 margin: 0 0 15px;
}
.details {
	display: none;
}
.soc_net a { margin: 0 5px 0 0; }