html {
	margin: 0;
	padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	width: 940px;
	margin: 0 auto;
	font-size: 10pt/1.5em;
}

/*HTML 5 specific*/
header,section,article,aside,footer,logos, viewport{
	display: block;
}

viewport {
	/*Round corners*/
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	background: #eee9df;
	padding: 0px 1px;
}

h1 {
	font-size: 32pt;
	text-align: center;
	color: #707070;
	padding-top: 15px ;
	text-shadow: 1px 1px 2px #fff; 
}

aside{
    font-size: 10pt;
	float: left;
	width: 350px;
	min-height: 480px;
	background: url(../images/workflow.png) center top no-repeat;
	margin: 0 0 20px 0;
}

aside div {
    padding-top: 250px;
}

aside li {
    list-style-position: center no-repeat;
    margin-bottom: 10px;
}
aside li:nth-child(1) {
    list-style-image: url(../images/one.png);
}

aside li:nth-child(2) {
    list-style-image: url(../images/two.png);
}

aside li:nth-child(3) {
    list-style-image: url(../images/three.png);
}

aside li:nth-child(4) {
    list-style-image: url(../images/four.png);
}

aside li:nth-child(5) {
    list-style-image: url(../images/five.png);
}

section{
	float: right;
	width: 548px;
	padding-left: 20px;
	margin: 0 0 20px 0px;
	border-left: 2px dotted #b2a497;
}

#accordion div {
    padding-top: 0;
    font-size: 80%;
}

#accordion div img {
    opacity: 0.7;
}


#accordion h3 {
	font-size: 14pt;
	font-weight: lighter;
	color: #493831;
	padding-bottom: 10px;
	margin-top: 0;
}

section ul {
    padding-left: 15px;
}

div p,li {
    text-align:justify;
    text-justify:inter-word;
}

div li span {
    font-size: 11pt;
}

a:link {
    text-decoration: none;
    color: #707070;
}

a:visited {
    text-decoration: none;
    color: #707070;
}

a:hover {
    text-decoration: underline;
    color: #707070;
}
a:active {
    text-decoration: underline;
    color: #707070;
}

logos{
    margin: 10px;
    text-align: center;
}

logos a {
    display: inline-block;
}

footer{
    text-align: right;
	clear:both !important;
	width:920px;
	height: 30px;
	padding: 10px;
	color:#200f08 ;
	background: #707070/*#ddd3bf*/;
	/*Opacity*/
	filter:alpha(opacity=50); /* msie */  
	-moz-opacity: 0.50; /* firefox 1.0 */  
	-khtml-opacity: 0.50; /* webkit */  
	opacity: 0.80; /* css 3 */

	/*Gradient*/
	background-image: -moz-linear-gradient(top, #ddd3bf, #707070); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd3bf),color-stop(1, #707070)); /* Saf4+, Chrome *
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#707070'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#707070')"; /* IE8 */

	/*Round corners*/
	-moz-border-radius: 14px; /* FF1+ */
	-webkit-border-radius: 14px; /* Saf3+, Chrome */
	border-radius: 14px; /* Opera 10.5, IE 9 */
}
footer img {
    margin-top: -30px;
}
footer a {
	text-shadow: 1px 1px 5px #fff; 
    vertical-align: top;
    margin-top: -3px;
    display: inline-block;
    font-weight: lighter;
    font-size: 20pt;
}

footer a:hover {
    text-decoration: none;
}