body {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.gif) top #efeff3 repeat-x;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: .8em;
	color: #232323;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: #0281a4;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	line-height: 150%;
	margin: 0;
}

a {
	color: #0281a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 850px;
	margin:  0 auto;
}

#header {
	position: relative;
	height: 155px;
}

#header_logo {
	height: 105px;
	width: 200px;
	margin: 0 auto;
}

#header_logo a {
	display: block;
	height: 100%;
	background: url(../images/header_logo.gif) no-repeat;
}

#header_logo a span {
	display: none;
}

#header_slogan {
	height: 50px;
	margin: 0;
}

#header_slogan {
	background: url(../images/header_slogan.gif) no-repeat;
}

#header_slogan span {
	display: block;
	padding: 12px 0 0 0;
	text-align: center;
	font-variant: small-caps;
}

#header_language {
	position: absolute;
	bottom: 30px;
	right: 25px;
	width: 75px;
	text-align: right;
	z-index: 99;
}

#header_language a {
	display: block;
	height: 20px;
	color: #ffffff;
}

#header_language a span {
	padding: 3px 0 0 0;
}

#content {
	background: url(../images/content_bg.gif) repeat-y;
}

#content_intro {
	height: 300px;
	background: url(../images/content_intro_bg.gif) bottom no-repeat;
}

#content_intro h2 {
	margin: 15px 0 10px 0;
}

#content_intro p {
	text-align: justify;
}

#content_intro_about {
	position: relative;
	display: inline;
	margin: 0 0 0 65px;
	width: 300px;
	height: 280px;
	float: left;
}

#content_intro_about .nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	margin: 0 0 0 160px;
}

#content_intro_about .nav a {
	display: block;
	height: 27px;
	background: url(../images/content_intro_contact_btn.gif) top right no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#content_intro_about .nav a:hover {
	background: url(../images/content_intro_contact_btn.gif) bottom right no-repeat;
}

#content_intro_about .nav a span {
	display: block;
	margin: 0 0 0 35px;
	padding: 2px 0 0 0;
}

#content_intro_process {
	position: relative;
	display: inline;
	margin: 0 0 0 65px;
	width: 355px;
	height: 280px;
	overflow: hidden;
	float: left;
}

#content_intro_process_wrapper {
	position: relative;
	width: 340px;
	height: 240px;
	overflow: hidden;
}

#content_intro_process_slider {
	position: relative;
	list-style: none;
	height: 100%;
	width: 2160px;
	margin: 0;
	padding: 0;
}

#content_intro_process_slider .step {
	height: 100%;
	width: 340px;
	margin: 0 20px 0 0;
	float: left;
}

#content_intro_process_slider .step ol {
	margin: 5px 50px;
	padding: 0;
}

#content_intro_process .nav {
	list-style: none;
	height: 27px;
	margin: 15px 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 0 0 160px;
}

#content_intro_process .nav li {
	float: left;
	margin: 0 2px 0 0;
}

#content_intro_process .nav li a {
	display: block;
	width: 24px;
	height: 27px;
	background: url(../images/intro_process_nav_bg.gif) top no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#content_intro_process .nav li a:hover {
	background: url(../images/intro_process_nav_bg.gif) bottom no-repeat;
}

#content_intro_process .nav li a.current {
	background: url(../images/intro_process_nav_bg.gif) bottom no-repeat;
}

#content_intro_process .nav li a span {
	padding: 4px 0 0 0;
	display: block;
	text-align: center;
}

#content_projects {
	margin: 0 40px;
	padding: 0 0 10px 0;
	background: #ffffff;
}

#content_projects h2 {
	margin: 10px 20px 0 20px;
}

#content_projects .preview {
	position: relative;
	width: 385px;
	height: 240px;
	margin: 0 0 20px 0;
	float: left;
	background: url(../images/content_preview_bg.gif) bottom no-repeat;
}

#content_projects .preview h3 {
	margin: 10px 16px 0 16px;
}

#content_projects .preview p {
	margin: 0 16px;
}

#content_projects .preview .screenshot {
	margin: 10px 16px 0 16px;
	display: block;
	border: 2px solid #0281a4;
	width: 347px;
	height: 157px;
}

#content_projects .preview .screenshot:hover {
	border: 2px solid #dddddd;
}

#content_projects .preview .screenshot img {
	border: none;
	margin: 1px;
	width: 345px;
	height: 155px;
	background: #999999;
}

#content_projects .preview .more {
	position: absolute;
	right: 18px;
	top: 185px;
	width: 77px;
	height: 27px;
	background: url(../images/content_preview_btn_more.gif) top no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#content_projects .preview .more:hover {
	background: url(../images/content_preview_btn_more.gif) bottom no-repeat;
}

#content_projects .preview .more span {
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}

#footer {
	background: url(../images/content_bg.gif) repeat-y;
}

#footer_contact {
	margin: 0 auto;
	padding: 0 20px;
	width: 740px;
	height: 360px;
	background: url(../images/footer_contact_bg.gif) bottom no-repeat;
	overflow: hidden;
}

#footer_contact h2 {
	margin: 15px 0;
}

#footer_contact dl {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#footer_contact dl dt {
	margin: 0 0 7px 0;
	padding: 0;
}

#footer_contact dl dd {
	margin: 0 0 15px 0;
	padding: 0;
}

#footer_contact dl dd input {
	width: 325px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}


#footer_contact dl dd select {
	width: 200px;
}

#footer_contact dl dd textarea {
	width: 330px;
	height: 135px;
}

#footer_contact dl dd #submit {
	width: auto;
}

#footer_contact_warning {
	color: #990000;
	font-style: italic;
}

#footer_logo {
	margin: 0;
}

#footer_logo a {
	display: block;
	height: 75px;
	background: url(../images/footer_logo.gif) no-repeat;
}

#footer_logo a span {
	display: none;
}

#footer_copyright {
	text-align: center;
	font-size: 10px;
	color: #96a1a6;
	background: #efeff3;
	margin: 0 0 30px 0;
}

#footer_copyright a {
	color: #96a1a6;
}

#footer_copyright a:hover {
	color: #454545;
}

.clearfix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}