body {
	background-color: #f9f9f9;
	margin: 0 auto;
	padding: 0;
	
	background-image: url(../images/background.png);
	background-repeat: repeat;
	
	font-family: pragmatica-web,sans-serif;
	color: #333333;
}

a, img, embed, object {
	text-decoration: none;
	border: 0;
	outline: 0;
}

#Wrapper {
	width: 950px;
	height: auto;
	
	margin: 0 auto;
	margin-top: 25px;
}

header {
	width: 950px;
	height: 100px;
	
	float: left;
	clear: left;
	
	margin-bottom: 20px;
}

header .Logo {
	width: 164px;
	height: 100px;
	
	float: left;
	clear: none;
}

header .Navigation {
	width: auto;
	height: 20px;
	
	margin-top: 5px;
	
	float: right;
	clear: right;
	font-family: pragmatica-web,sans-serif;
	font-weight: 500;
}

header .Navigation a {
	float: left;
	clear: none;
	
	margin-right: 20px;
	
	color: #333333;
	text-decoration: none;
	font-size: 18px;
	text-transform: lowercase;
	
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
}

header .Navigation a:hover {
	/*border-bottom: 3px solid #0060af;*/
	background-color: rgba(0,0,0,0.05);
	/*
	background-color: #333333;
	color: #FFFFFF;
	*/
}

header .Navigation a.active {
	/*border-bottom: 3px solid #0060af;*/
	background-color: rgba(0,0,0,0.05);
	/*
	background-color: #333333;
	color: #FFFFFF;
	*/
}

header .Navigation .SecondLevelNav {
	float: left;
	clear: left;
	
	width: auto;
	margin-top: 5px;
	height: 20px;
}

header .Navigation .SecondLevelNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .Navigation .SecondLevelNav ul li {
	float: left;
	clear: none;
	
	margin-right: 5px;
	list-style: none;
}

header .Navigation .SecondLevelNav ul li a {
	height: 14px;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	
	font-size: 16px;
}

header .Navigation .SecondLevelNav ul li a.active {
	background-color: rgba(0,0,0,0.05);
}

footer {
	width: 950px;
	height: auto;
	
	float: left;
	clear: left;
	
	color: #979797;
	font-size: 14px;
	
	margin-bottom: 30px;
}

footer a {
	color: #979797;
	text-decoration: none;
}

footer a:hover {
	color: #0060af;
}

footer .Right {
	width: auto;
	height: auto;
	
	float: right;
	clear: none;
}	

footer .Right img {
	margin-left: 5px;
}

.Language {
	float: right;
	clear: none;
	
	width: auto;
	height: auto;
}

.Language a {
	float: left;
	clear: none;
	margin-right: 20px;
	border: 0;
	outline: 0;
}

.Header {
	width: 950px;
	height: 475px;
	
	float: left;
	clear: left;
	
	margin-bottom: 10px;
	
	background-image: url(../images/950x64_top_shadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.Header .Top {
	width: 950px;
	height: 475px;
	
	position: relative;
	left: 0;
	top: 0;
		
	overflow: hidden;
}

.SingleImage {
	height: auto;
	background-image: none;
	margin-bottom: 0;
}

.Header .Top .Item {
	width: 950px;
	height: 415px;
	
	position: absolute;
	left: 0;
	top: 0;
	
	display: none;
}

.Header .Top .Item:first-child {
	display: block;
}

.Header .Top .Item .Left {
	width: 650px;
	height: 415px;
	
	float: left;
	clear: none;
}

.Header .Top .Item .Right {
	width: 300px;
	height: 415px;
	
	float: left;
	clear: none;
	
	background-color: #333333;
}

.Header .Top .Item .Right .Text {
	width: 280px;
	height: 200px;
	
	float: left;
	clear: left;
	
	margin-left: 10px;
	margin-top:  160px;
}

.Header .Top .Item .Right .Text h1 {
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
	
	width: 100%;
	text-align: center;
	
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: pragmatica-web,sans-serif;
}

.Header .Top .Item .Right .Text h1 a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.Header .Top .Item .Right .Text p {
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
	
	margin-top: 5px;
	
	width: 100%;
	text-align: center;
	
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 300;
	font-family: pragmatica-web,sans-serif;
}

.Header .Top .Item .Right .Text p a {
	font-size: 14px;
	color: #aaaaaa;
	text-decoration: none;
}

.Header .Nav {
	position: absolute;
	
	width: 50px;
	text-align: center;
	
	right: 125px;
	bottom: 75px;
}

.Header .Nav a {
	width: 13px;
	height: 13px;
	
	float: left;
	clear: none;
	margin-right: 3px;
	
	display: block;
	background-image: url(../images/13x13_button_white.png);
	background-repeat: no-repeat;
}

.Header .Nav a.Active {
	background-image: url(../images/13x13_button_green.png);
}

.Content {
	width: 950px;
	height: auto;
	
	float: left;
	clear: left;
	
	margin-top: 50px;
	
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	
	border-bottom: 1px dashed #7a7a7a;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.Content .Fullsize {
	width: 950px;
	height: auto;
	
	border-bottom: 1px dashed #7a7a7a;
	padding-bottom: 30px;
	margin-bottom: 20px;
	
	float: left;
	clear: left;
}

.Content .Fullsize:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.Content .Fullsize .Left {
	width: 625px;
	height: auto;
	
	float: left;
	clear: left;
}

.Content .Fullsize .Right {
	width: 300px;
	height: auto;
	
	float: left;
	clear: none;
	
	margin-left: 25px;
}

.Whitebox {
	width: 300px;
	height: auto;
	
	background-color: #FFFFFF;
	
	float: left;
	clear: left;
	
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
}

.Whitebox .Inner {
	width: 290px;
	height: auto;
	
	float: left;
	clear: left;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border-top: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
}

.Whitebox .Inner h1 {
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
	
	font-size: 30px;
	line-height: 30px;
	color: #1c1c1c;
	
	margin-bottom: 10px;
	text-transform: uppercase;
}	

.Whitebox .Inner p {
	width: 290px;
	height: auto;
	
	float: left;
	clear: left;
	
	font-size: 14px;
	line-height: 16px;
	
	color: #555555;
}

h1 {
	margin: 0;
	padding: 0;
	
	font-size: 36px;
	line-height: 36px;
	color: #1c1c1c;
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	
	font-size: 20px;
	line-height:  24px;
	color: #555555;
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	
	margin-bottom: 10px;
}

p {
	margin: 0;
	padding:  0;
	
	font-size: 16px;
	line-height: 18px;
	color: #1c1c1c;
}

form {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

form input {
	width: 280px;
	height: 20px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #1c1c1c;
	float:  left;
	clear: left;
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
}

form textarea {
	width: 280px;
	height: 75px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #1c1c1c;
	float:  left;
	clear: left;
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	margin-top: 3px;
}

form input[type=submit] {
	background-color: #535353;
	color: #FFFFFF;
	padding: 5px;
	height: 35px;
	width: auto;
	float: right;
	clear: both;
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	margin-top: 5px;
	font-size: 14px;
}

.Threeboxes .Box {
	width: 300px;
	height: 270px;
	
	float: left;
	clear: none;
	
	margin-right: 25px;
	margin-top: 10px;
}

.Threeboxes .Box a {
	dsiplay: block;
}

.Threeboxes .Box {
	width/*\**/: 291px\9
}

.Twoboxes .Box {
	width: 462px;
	height: 270px;
	
	float: left;
	clear: none;
	
	margin-right: 26px;
	margin-top: 10px;
}

.Twoboxes .Box {
	width/*\**/: 449px\9
}

.Autoheight .Box {
	height: auto;
}

.Box a {
	border: 0;
	text-decoration: none;
	outline: 0;
}

.Box:last-child {
	margin-right: 0;
}

.Box .Coverimage {	
	float: left;
	clear: left;
	
	margin-bottom: 10px;
}

.Threeboxes .Box .Coverimage {
	width: 300px;
	height: 150px;
}

.Twoboxes .Box .Coverimage {
	width: 462px;
	height: 150px;
}

.Box h1 {
	text-transform: uppercase;
}

.Box h2 {
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
	
	margin-bottom: 10px;
	
	font-size: 20px;
	font-family: pragmatica-web,sans-serif;
}

.Box p {
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
	
	font-size: 16px;
	font-family: pragmatica-web,sans-serif;
}

.Left h1 a {
	display: block;
	color: #1c1c1c;
	font-size: 36px;
	text-decoration: none;
}

.Left p a {
	display: block;
	font-size: 16px;
	color: #1c1c1c;
	text-decoration: none;
}

.Left h2 a {
	display: block;
	color: #555555;
	text-decoration: none;
}

.Box h2 a {
	color: #555555;
}

.Box p a {
	color: #1c1c1c;
}

a.Sociallink {
	width: 240px;
	height: 28px;
	margin-left: 20px;
	
	display: block;
	
	float: left;
	clear: left;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	text-indent: 50px;
	text-transform: uppercase;
	font-size: 18px;
	color: #373737;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 6px;
}

a.Facebook {
	background-image: url(../images/34x34_fb_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.Facebook:hover {
	background-image: url(../images/34x34_fb_on.png);
	color: #1f5091;
}

a.Twitter {
	background-image: url(../images/34x34_tw_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.Twitter:hover {
	background-image: url(../images/34x34_tw_on.png);
	color: #3abbdb;
}

a.GooglePlus {
	background-image: url(../images/34x34_gp_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.GooglePlus:hover {
	background-image: url(../images/34x34_gp_on.png);
	color: #c43b2c;
}

.Twoboxes .ContactBig {
	height: auto;
	float: left;
	clear: none;
}

.ContactBig form {
	float: left;
	clear: left;
	height: auto;
}

.ContactBig form input[type="submit"] {
	margin-right: 20px;
}

.ContactBig .row {
	width: 462px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}

.ContactBig .single input, .ContactBig .single textarea {
	width: 435px;
}

.ContactBig .double {
	width: 462px;
	overflow: hdden;
}

.ContactBig .double input, .ContactBig .double textarea {
	width: 211px;
	float: left;
	clear: none;
	margin-right: 5px;
}
