/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

/* print elements */

.print {
	display: none;
}


/* custom fonts */

@font-face {font-family: 'PT Sans'; 
	src: url('../font/pts55f_w.eot'); 
	src: local('PT Sans'), url('../font/PTS55F_W.woff') format('woff'),url('../font/PTS55F_W.ttf') format('truetype'), url('../font/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {font-family: 'PT Sans'; 
	font-style: italic;
	src: url('../font/pts56f_w.eot'); 
	src: local('PT Sans Italic'), url('../font/PTS56F_W.woff') format('woff'),url('../font/PTS56F_W.ttf') format('truetype'), url('../font/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans';
	src: url('../font/pts75f_w.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('../font/PTS75F_W.woff') format('woff'),url('../font/PTS75F_W.ttf') format('truetype'), url('../font/PTS75F_W.svg#PTSans-Bold') format('svg');}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('../font/pts76f_w.eot'); 
	src: local('PT Sans Bold Italic'), url('../font/PTS76F_W.woff') format('woff'),url('../font/PTS76F_W.ttf') format('truetype'), url('../font/PTS76F_W.svg#PTSans-BoldItalic') format('svg');}

/* general elements */

html 
{ 
	font-size:100.01%; 
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
} 

body 
{
	/* browser standard is 100% = 16px */
	font-size: 87.5%;
	/* 1,5em from 14px is 14x1,5 = 21px line height */
	line-height: 1.5em; 
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	position: relative;
	color: #000000;
	background: url('../img/body-bck-2013.png?update=19062013') 50% top no-repeat #8d8d8d; 
}

	
html>body 
{
	font-size: 14px; 
}

/* for ie 5.5 and ie 6 */
table tr td {_font: 1em/1,5em "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif;}

a  {
	color: #1a1a1a;
}

a:hover {
	color: #303030;
}

img, a img, a:active img, a:visited img, a:hover img, a, a:active, a:visited, a:hover {
	border: none; 
	outline: none;
}

p, ul, ol {
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
}

p img.left {
	margin: 1em 1em 1em 0;
}

p img.right {
	margin: 1em 0 1em 1em;
}

ul, ol {
	margin-left: 3em; 
}

ul li, ol li {
	margin: 0; 
}

h1 {
	font-size: 2.97em;
	line-height: 1em;
	margin: 0.5em 0;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 2em;
	line-height: 0.75em;
	margin: 0.75em 0;
}

h1, h2 { 
	font-size: 1.5em; 
	line-height: 1em; 
	margin: 1em 0; 
	text-shadow: 0px 1px 0px rgba(255,255,255,.2);
}

.subheader-01 {
	font-size: 0.675em; 
	font-weight: normal;
}

h3 {
	font-size: 1.3333em; 
	line-height: 1.125em; 
	margin: 1.125em 0; 
}

h4 { 
	font-size: 1.3333em; 
	line-height: 1.125em;
	margin: 1.125em 0; 
}

h5 {  
	font-size: 1em; 
	line-height: 1.5em;
	margin: 1.5em 0;
}

h6 { 
	font-size: 1em; 
	line-height: 1.5em; 
	margin: 1.5em 0;
}

pre, code {
	margin: 1.5em 0 1.5em 0;
	padding: 0 1.5em 0 1.5em;
	background: #f0f0f0;
	 -khtml-opacity:.50; -moz-opacity:.50; -ms-filter:"alpha(opacity=50)"; filter:alpha(opacity=50); opacity:.50; 
	border-left: 1px solid #cccccc;
	overflow-x: auto; /* use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* mozilla since 1999 */
	white-space: -pre-wrap; /* opera 4-6 */
	white-space: -o-pre-wrap; /* opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* ie 5.5+ */

}

fieldset {
	display: inline-block;
	border: none;
	margin: 0.5em 0; 
	padding: 0;
}

legend {
	font-size: 1.3333em; 
	line-height: 1.125em;
	margin: 0.5em 0; 
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255,255,255,.2); 
}



/* table  */

table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;    
	margin: 1,5em 0 1,5em 0;
	table-layout: fixed;
}

td, th {
	padding: 0.7083em;
	text-align: left; 
	background: url('../img/table-td-bck-2013.png') left bottom repeat-x transparent; 
}

tr:last-child td {
	background: none;
}

th {
	font-size: 1.3333em; 
	line-height: 1.125em; 
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,.2); 
}		

		
hr { 
	height: 1px;
	width: 100%;
	margin-top: -1px;
	color: #000000;
	background-color: #f00000;
	border-color: #000000 -moz-use-text-color #000000;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
}

blockquote 
{
	padding: 1.5em;
}

.clear {
	clear: both;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

.hide {display: none}
.show {display: block}

form em {
	display: block;
	margin: 0 15px;
	color: #303030;
	font-size: 12px;
}

label {
	display: inline-block;
	width: 175px;
	margin: 5px;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.2); 
}

input, select {
	display: inline-block;
	width: 175px;
	padding: 7px;
	margin: 5px;
	background: #d8d8d8;
	vertical-align: middle;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

input[type="text"] {
	border: 1px solid #b3b3b3;
	background-color: #d8d8d8;
	text-align: right;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	line-height: 1.4; 
	font-size: 14px;
	-webkit-appearance: none;
	outline: 0;
} 

textarea {
	width: 360px;
	height: 245px;
	padding: 7px;
	margin: 5px;
	overflow-y: scroll;
	background: #d8d8d8;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.35);
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.radio {
	display: inline;
	width: auto;
	cursor: pointer;
	background: transparent;
}

.button, .button:visited, .button:active {
	display: inline-block;
	text-align: center;
	margin: 0.5em 5px;
	padding: 9px;
	min-width: 40px;
	text-decoration: none !important;
	color: #444444;
	cursor: pointer;
	white-space: nowrap;
	border: 1px solid #cccccc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 1px #f6f6f6 ;
	background: #eee ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); 
	background-image: -webkit-linear-gradient(#fdfdfd,#eee); 
	background-image: -moz-linear-gradient(#fdfdfd,#eee); 
	background-image: -ms-linear-gradient(#fdfdfd,#eee); 
	background-image: -o-linear-gradient(#fdfdfd,#eee); 
	background-image: linear-gradient(#fdfdfd,#eee);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	text-overflow: clip;
}

.button:hover {
	border: 1px solid #bbbbbb;
	background: #dadada;
	color: #101010;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada)); 
	background-image: -webkit-linear-gradient(#ededed, #dadada); 
	background-image: -moz-linear-gradient(#ededed, #dadada);
	background-image: -ms-linear-gradient(#ededed, #dadada);
	background-image: -o-linear-gradient(#ededed, #dadada); 
	background-image: linear-gradient(#ededed, #dadada);
}

.button-dark, .button-dark:visited, .button-dark:active {
	border: 1px solid #222222;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	background: #333333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
	background-image: -webkit-linear-gradient(#555,#333); 
	background-image: -moz-linear-gradient(#555,#333 ); 
	background-image: -ms-linear-gradient(#555,#333); 
	background-image: -o-linear-gradient(#555,#333); 
	background-image: linear-gradient(#555,#333);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3),0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3),0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.3),0px 1px 4px rgba(0,0,0,0.3);
}

.button-dark:hover {
	border: 1px solid #000;
	color: #fff;
	background: #444444;
	text-shadow: 0 -1px 1px #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); 
	background-image: -webkit-linear-gradient(#666,#444); 
	background-image: -moz-linear-gradient(#666,#444); 
	background-image: -ms-linear-gradient(#666,#444); 
	background-image: -o-linear-gradient(#666,#444); 
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
}

.alert {
	color: #ff0000;
	font-weight: bold;
}

select { 
	-webkit-appearance: none;
	width: 190px;
	padding: 7px;
	margin: 5px;
	font-size: 14px;
	text-align: left !important;
	border: 1px solid #cccccc;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
	color: #444444;
	text-shadow: 0 1px 1px #ffffff;
	background: #d8d8d8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#d8d8d8));
	background-image: -webkit-linear-gradient(#fdfdfd,#d8d8d8); 
	background-image: -moz-linear-gradient(#fdfdfd,#d8d8d8); 
	background-image: -ms-linear-gradient(#fdfdfd,#d8d8d8); 
	background-image: -o-linear-gradient(#fdfdfd,#d8d8d8); 
	background-image: linear-gradient(#fdfdfd,#d8d8d8);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	cursor: pointer;
}

select:hover { 
	border: 1px solid #bbbbbb ;
	color: #101010;
	background: #d8d8d8;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d8d8d8)); 
	background-image: -webkit-linear-gradient(#ededed,#d8d8d8); 
	background-image: -moz-linear-gradient(#ededed,#d8d8d8); 
	background-image: -ms-linear-gradient(#ededed,#d8d8d8); 
	background-image: -o-linear-gradient(#ededed,#d8d8d8); 
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.3), 0px 0px 8px rgba(100,100,100,0.3);
}

@media all and (-webkit-min-device-pixel-ratio:0) { 

    select
    {
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAACzklEQVR42qxWS0sbURQ+M5N3bKYx0VYNtXYSF12UblJaKaYopRbrrj8hZFWKXXbRB4WCv0AoFHTlQqVbaami4mMllYlQXCgpJuDGmIJSJpqZfnc6sRNNIHfaA1/uuXfuyTfncc8dYXx8nBrIQ+A2ELfmm8ACsG3flE6nz3S3203NiksQhPNrGVEU3+u6Hq1ngGcqnj2HukT/IPgfkSy0eL3eeYwfsB61rdcAcgvjosfjeWXNnRFnMhkSBUHy+3yfK6enA9CpGeiVyruA3//WMTH7kWV57OTkpK+Rl40Am9ezMzNJJ8SuyYkJ2eVyjToMm+Dz+aYwJrg97orF3uiG4RIliRjCra10rbubqvPzSPT21syPjo/jqqoq3B5LojgiWd4i5PRoaMjU9/f3aXnpb+Gi8Gh4eJjcHg8lk0mamZ4+e1bWtBcYnnF5bOh6jBEzdHR0mLlj55HpqVTKXEcR0ZOREfIHAoS0mGstwSBV7bD/DrfHJAheFjImOzs7ZpgjkYhJcBXk9/v7KRqNEnJp7kFBUS6XI61cpqqdJEmXuXMcDAaN6pszrCwvU7FYJDQJk5x5bif9AVJ1c5PsNoFAQOMmRjGV7MWCCNDqygqVDg9NcsnyipHm9/Yom81eKLi2trbv3MSdnZ0L6EI1HrAmura6Sj9LJZOckRbyecqqas0+hivt7XQpFPrKTczOoaIo9Vojra+t0SHCXigUaIt5WqeJ4HixMM9yNwDDMEjTtPVvGxt3WW55RInH6YaijEF9yXs7mcQI5U1gfUtVQ8WDg6YMr/f0kJJIsKuyD/jliNgqngHon5BLObe7a+a1nuAUUBzdqzUSyWL6GCg4uY/PiC1ydul/REGlWG5LKC7cWH86F45UOBymkCxXMJ0ERkF0ZH9BLuIvc3MXFh8MDqYwPAXuAV3AEeui1hfI1OL8/LZtrzPiMjrQ/xIe4t8CDABbgPb7ufcnuwAAAABJRU5ErkJggg=='), -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eeeeee));
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAACzklEQVR42qxWS0sbURQ+M5N3bKYx0VYNtXYSF12UblJaKaYopRbrrj8hZFWKXXbRB4WCv0AoFHTlQqVbaami4mMllYlQXCgpJuDGmIJSJpqZfnc6sRNNIHfaA1/uuXfuyTfncc8dYXx8nBrIQ+A2ELfmm8ACsG3flE6nz3S3203NiksQhPNrGVEU3+u6Hq1ngGcqnj2HukT/IPgfkSy0eL3eeYwfsB61rdcAcgvjosfjeWXNnRFnMhkSBUHy+3yfK6enA9CpGeiVyruA3//WMTH7kWV57OTkpK+Rl40Am9ezMzNJJ8SuyYkJ2eVyjToMm+Dz+aYwJrg97orF3uiG4RIliRjCra10rbubqvPzSPT21syPjo/jqqoq3B5LojgiWd4i5PRoaMjU9/f3aXnpb+Gi8Gh4eJjcHg8lk0mamZ4+e1bWtBcYnnF5bOh6jBEzdHR0mLlj55HpqVTKXEcR0ZOREfIHAoS0mGstwSBV7bD/DrfHJAheFjImOzs7ZpgjkYhJcBXk9/v7KRqNEnJp7kFBUS6XI61cpqqdJEmXuXMcDAaN6pszrCwvU7FYJDQJk5x5bif9AVJ1c5PsNoFAQOMmRjGV7MWCCNDqygqVDg9NcsnyipHm9/Yom81eKLi2trbv3MSdnZ0L6EI1HrAmura6Sj9LJZOckRbyecqqas0+hivt7XQpFPrKTczOoaIo9Vojra+t0SHCXigUaIt5WqeJ4HixMM9yNwDDMEjTtPVvGxt3WW55RInH6YaijEF9yXs7mcQI5U1gfUtVQ8WDg6YMr/f0kJJIsKuyD/jliNgqngHon5BLObe7a+a1nuAUUBzdqzUSyWL6GCg4uY/PiC1ydul/REGlWG5LKC7cWH86F45UOBymkCxXMJ0ERkF0ZH9BLuIvc3MXFh8MDqYwPAXuAV3AEeui1hfI1OL8/LZtrzPiMjrQ/xIe4t8CDABbgPb7ufcnuwAAAABJRU5ErkJggg=='), -webkit-linear-gradient(#fdfdfd,#eeeeee);    
    }
	
	select:hover
    {
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAACzklEQVR42qxWS0sbURQ+M5N3bKYx0VYNtXYSF12UblJaKaYopRbrrj8hZFWKXXbRB4WCv0AoFHTlQqVbaami4mMllYlQXCgpJuDGmIJSJpqZfnc6sRNNIHfaA1/uuXfuyTfncc8dYXx8nBrIQ+A2ELfmm8ACsG3flE6nz3S3203NiksQhPNrGVEU3+u6Hq1ngGcqnj2HukT/IPgfkSy0eL3eeYwfsB61rdcAcgvjosfjeWXNnRFnMhkSBUHy+3yfK6enA9CpGeiVyruA3//WMTH7kWV57OTkpK+Rl40Am9ezMzNJJ8SuyYkJ2eVyjToMm+Dz+aYwJrg97orF3uiG4RIliRjCra10rbubqvPzSPT21syPjo/jqqoq3B5LojgiWd4i5PRoaMjU9/f3aXnpb+Gi8Gh4eJjcHg8lk0mamZ4+e1bWtBcYnnF5bOh6jBEzdHR0mLlj55HpqVTKXEcR0ZOREfIHAoS0mGstwSBV7bD/DrfHJAheFjImOzs7ZpgjkYhJcBXk9/v7KRqNEnJp7kFBUS6XI61cpqqdJEmXuXMcDAaN6pszrCwvU7FYJDQJk5x5bif9AVJ1c5PsNoFAQOMmRjGV7MWCCNDqygqVDg9NcsnyipHm9/Yom81eKLi2trbv3MSdnZ0L6EI1HrAmura6Sj9LJZOckRbyecqqas0+hivt7XQpFPrKTczOoaIo9Vojra+t0SHCXigUaIt5WqeJ4HixMM9yNwDDMEjTtPVvGxt3WW55RInH6YaijEF9yXs7mcQI5U1gfUtVQ8WDg6YMr/f0kJJIsKuyD/jliNgqngHon5BLObe7a+a1nuAUUBzdqzUSyWL6GCg4uY/PiC1ydul/REGlWG5LKC7cWH86F45UOBymkCxXMJ0ERkF0ZH9BLuIvc3MXFh8MDqYwPAXuAV3AEeui1hfI1OL8/LZtrzPiMjrQ/xIe4t8CDABbgPb7ufcnuwAAAABJRU5ErkJggg=='), -webkit-gradient(linear,left top,left bottom, from(#ededed), to(#dadada)); 
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAACzklEQVR42qxWS0sbURQ+M5N3bKYx0VYNtXYSF12UblJaKaYopRbrrj8hZFWKXXbRB4WCv0AoFHTlQqVbaami4mMllYlQXCgpJuDGmIJSJpqZfnc6sRNNIHfaA1/uuXfuyTfncc8dYXx8nBrIQ+A2ELfmm8ACsG3flE6nz3S3203NiksQhPNrGVEU3+u6Hq1ngGcqnj2HukT/IPgfkSy0eL3eeYwfsB61rdcAcgvjosfjeWXNnRFnMhkSBUHy+3yfK6enA9CpGeiVyruA3//WMTH7kWV57OTkpK+Rl40Am9ezMzNJJ8SuyYkJ2eVyjToMm+Dz+aYwJrg97orF3uiG4RIliRjCra10rbubqvPzSPT21syPjo/jqqoq3B5LojgiWd4i5PRoaMjU9/f3aXnpb+Gi8Gh4eJjcHg8lk0mamZ4+e1bWtBcYnnF5bOh6jBEzdHR0mLlj55HpqVTKXEcR0ZOREfIHAoS0mGstwSBV7bD/DrfHJAheFjImOzs7ZpgjkYhJcBXk9/v7KRqNEnJp7kFBUS6XI61cpqqdJEmXuXMcDAaN6pszrCwvU7FYJDQJk5x5bif9AVJ1c5PsNoFAQOMmRjGV7MWCCNDqygqVDg9NcsnyipHm9/Yom81eKLi2trbv3MSdnZ0L6EI1HrAmura6Sj9LJZOckRbyecqqas0+hivt7XQpFPrKTczOoaIo9Vojra+t0SHCXigUaIt5WqeJ4HixMM9yNwDDMEjTtPVvGxt3WW55RInH6YaijEF9yXs7mcQI5U1gfUtVQ8WDg6YMr/f0kJJIsKuyD/jliNgqngHon5BLObe7a+a1nuAUUBzdqzUSyWL6GCg4uY/PiC1ydul/REGlWG5LKC7cWH86F45UOBymkCxXMJ0ERkF0ZH9BLuIvc3MXFh8MDqYwPAXuAV3AEeui1hfI1OL8/LZtrzPiMjrQ/xIe4t8CDABbgPb7ufcnuwAAAABJRU5ErkJggg=='), -webkit-linear-gradient(#ededed,#dadada);    
	}
}	


/* layout */

#wrapper {
	display: block;
	width: 100%; 
	min-width: 930px;
	min-height: 600px;
	clear: both;
	text-align: center; 
	margin: 0px; 
	padding: 0px;
	background: url('../img/motive-high-gear-fsps-2013.png') 50% top no-repeat transparent; 
}

/* topbar */

#topbar  {
	display: block; 
	position: relative;
 	margin: 0px auto 0px auto;
	clear: both;
	width: 980px;
	padding-left: 50px; 
	height: 329px;
	text-align: left;
	overflow: hidden; 
}

#topbar h2 {
	font-family: "PT Sans", "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	font-size: 33px;
	line-height: 36px;
	margin: 16px 0 0 55px;
	padding: 0;
	text-shadow:  0px 1px 0px  rgba(0,0,0,0.7); 
}

#topbar h2 em {
	color: #d8d8d8;
	font-weight: normal;
	font-family: "PT Sans", "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	margin-left: -10px;
	text-shadow:  none;
}

#topbar ul {
	margin: 22px 0 0 10px;
	padding: 0;
}

#topbar ul li {
	list-style: none;
	display: block;
	float: left;
	%margin-left: -3px;
	font-size: 14px;
	font-family: "PT Sans", "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}

#topbar ul li a {
	color: #ffffff;
	padding: 5px 15px 5px 5px;
	line-height: 32px;
	text-decoration: none;
	background: url('../img/tab-delimiter-bck-2013.png')  right 50% no-repeat transparent; 
}

#topbar ul li:last-child a {
	background-image: none;
}

#topbar ul li a:hover {
	color: #ffffff; 
}

#topbar ul li.active {
	color: #1a1a1a;
	text-shadow:  0px 1px 0px  rgba(255,255,255,0.3); 
	background: url('../img/tab-left-bck-2013.png')  left bottom no-repeat #8d8d8d; 
	font-weight: bold;
	margin-left: -10px;
}

#topbar ul li.active a {
	color: #1a1a1a;
	text-shadow:  0px 1px 0px  rgba(255,255,255,0.3); 
	padding-left: 10px;
	background: url('../img/tab-right-bck-2013.png')  right top no-repeat transparent; 
}

#topbar ul li.active a:hover {
	color: #000000;
	text-shadow:  0px 1px 0px  rgba(255,255,255,0.3); 
}

#topbar .partner-logo {
	display: block;
	position: absolute;
	left: 230px;
	top: 3px;
	height: 100px;
	width: 200px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
}

#topbar .partner-logo-jmk {
	display: block;
	position: absolute;
	left: 770px;
	top: 40px;
	height: 50px;
	width: 260px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
}

/* content */

#content  {
	display: block; 
 	margin: 0px auto 0px auto;
	clear: both;
	width: 875px; 
	text-align: left;
}

#content  p, #content  ul li {
	text-shadow: 0px 1px 0px rgba(255,255,255,.15); 
}

#content  p a, #content  ul li a {
	text-shadow: none; 
}

#content ul {
	list-style-type: none;
	margin-left: 1em;
}

#content ul li {
	background: url('../img/li-bck-2013.png') left 0.5em no-repeat transparent; 
	padding-left: 15px;
}

@media screen and (min-width: 1170px) {

	.team {
	min-width: 1050px;
	}	

	

} 

.box-01, .box-02 {
	float: left;
	width: 175px;
	height: 225px;
	overflow: hidden;
}

.box-03 {
	float: left;
	width: 175px;
	height: 165px;
	overflow: hidden;

}

.box-01-expanded {
	clear: both;
	min-height: 155px;
}


.box-01-expanded ul {
	float: left;
	margin: -15px 0 15px 0 !important;
}

.box-01-expanded p {
	font-weight: bold;
}

.box-01-expanded p.profile {
	font-weight: normal;
}

.box-01-expanded p em {
	font-weight: normal;
}

.box-01 img, .box-01-expanded img, .box-02 img, .box-03 img {
	border: 10px solid #d8d8d8;
}

ul.profile, p.profile {
	display: none;
}

.box-01 p, .box-01-expanded p {
	padding: 0 20px 0 0;
	margin-top: 0;
}

.box-02 p {
	padding: 0 10px 0 0;
	margin-top: 0;
}

.thm-01 {
	padding-bottom: 5px;
	background: url('../img/thm-shadow-bck-2013.png')  left bottom no-repeat transparent;
}

.thm-01 a img {
	border: 10px solid #d8d8d8;
}

.box-01-expanded .thm-01 {
	float: left;
	margin-right: 20px;
}

.external {
	padding-right: 18px; 
	background: url('../img/ico-external.png') right 50% no-repeat transparent;
}


.perex-image {
	padding-bottom: 5px;
	background: url('../img/thm-shadow-bck-2013.png')  left bottom no-repeat transparent;
	float: left;
}

.perex-image img {
	border: 10px solid #d8d8d8;
}

.perex-article {
	margin-left: 150px;
}

.perex-article h3 {
	font-size: 1em; 
	line-height: 1.5em; 
	margin: 1.5em 0;
}

/* grids */
.ui-grid-a { overflow: hidden; }
.ui-block-a, .ui-block-b, .ui-block-c {margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
.ui-block-a p, .ui-block-b p, .ui-block-c p {margin: 10px 10px 10px 0; }

/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b {width: 50%;}
.ui-grid-a .ui-block-a {clear: left;}

/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c {width: 33.3%;}
.ui-grid-b .ui-block-a {clear: left;}


.grid {
	overflow: hidden;
}

.grid-1-2 {
	float: left;
	width: 50%;
	text-align: center;
}


.text-align-left {
	text-align: left;
}


/* footer */

#footer-outer  {
	display: block;
	width: 100%; 
	clear: both;
	text-align: center; 
	margin: 0px; 
	padding: 0px;
	background: url('../img/footer-bck-2013.png')  50% top no-repeat transparent; 
}

#footer-inner  {
	display: block; 
 	margin: 0px auto 0px auto;
	clear: both;
	width: 875px; 
	text-align: left;
	overflow-x: hidden;
}

#footer-inner  p {
	text-shadow: 0px 1px 0px rgba(255,255,255,.2); 
}

/* subnav menu */

	.subnav-item {
	    display: inline-block;
	    text-decoration:none;
	    padding:4px 10px;
	    transform: skewX(-10deg);
	    -o-transform: skewX(-10deg);
	    -moz-transform: skewX(-10deg);
	    -webkit-transform: skewX(-10deg);
	    position: relative;
	    
	}

	.subnav-item.nonactive {
	    border-top: 1px solid #000000;
	    border-left: 1px solid #000000;
	    border-right: 1px solid #000000;
	    margin-left: -1px;
	}

	a.subnav-item {
		color: #444444;
	    text-decoration: none;

	    border-bottom: 1px solid #000000;
	    font-weight: normal;
	    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAMAAAASwVXLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFBAQEAAAARBTKTgAAAA5JREFUeNpiYMAHAAIMAAAeAAHMILKLAAAAAElFTkSuQmCC') right 50% no-repeat transparent;
	}

	a.subnav-item:hover {
		color: #000000;
	}

	.subnav-item:first-child:after {
		content: "";
		z-index: 1000;
		display: block;
		position: absolute;
		width: 50px;
		height: 1px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBJREFUeNpiZGJi4mJgYGAFYhYoDcNsWDA7AcxBhBp2HGYj2w1zCzOUDaLxAoAAAwB8nwEHUcmH4QAAAABJRU5ErkJggg==') left top no-repeat transparent;
		bottom: -1px;
		left: -51px;
	}


	a.subnav-item:last-child {
		background: none;
	}

	.subnav-item:last-child:before {
		content: "";
		z-index: 1000;
		display: block;
		position: absolute;
		width: 50px;
		height: 1px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpiZGJi+s9AGPwF4j9Q+jeU/RsJ/8KCfxKBfxChBpvZyHaD3QIQYAB5QSkSlKp7BgAAAABJRU5ErkJggg==') left top no-repeat transparent;
		bottom: -1px;
		right: -50px;
	}