* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #fff;
	background-image: url(images/bg.png);
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	
	-webkit-font-smoothing: antialiased;
}

a {
	color: #627480;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	
}

h4 {
	margin-top: 15px;
}

p {
	margin-bottom: 10px;	
}

.cleaner {
	clear: both;
}

.attention {
	background-color: #FCFCF5; 
    border: 1px solid #F3F3E3;
    font-size: 11px;
    margin: 20px auto;
    padding: 20px;
}

.attention ol {
	margin-left: 15px;
}

ul {
	margin-left: 20px;
}

#page {
	margin: 50px auto;
	width: 800px;
}

/* @group Menu */

ul#menu {
	color: #a5a5a5;
	font-size: 10px;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: right;
	text-shadow: #fff 0px 1px 0px;
}

ul#menu li {
	margin-right: 25px;
	display: inline;
}

ul#menu li a {
	color: #a5a5a5;
}

ul#menu li a img {
	position: relative;
	top: 3.5px;
}

/* @end */


/* @group Content */

#content {
	background-color: #fff;
	padding: 50px 0;
	position: relative;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px 0px;
}

.imageBlock {
	margin: 25px 0 60px 0;
	text-align: center;
}

.contentBlock {
	margin: 25px 55px 60px 55px;
}

div.columnLeft {
	float: left;
}

div.columnRight {
	margin-left: 350px;
}

.spacer {
	background: url(images/spacer.png) no-repeat;
	width: 800px;
	height: 25px;
}


/* @group Multilingual */

#multilingual {
	margin-top: 50px;
	margin-left: 0;
	text-align: center;
}

#multilingual li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#multilingual li {
	font-size: 10px;
	width: 100px;
}


/* @end */

/* @group featureGallery */

#featureGallery {
	
}

#featureGallery #galleryContent {
	background: url(images/loading.gif) no-repeat 330px 300px;
	margin-top: 50px;
	height: 624px;
}

#featureGallery #galleryContent .galleryContentElement {
	background-color: #fff;
}

#featureGallery #galleryContent .label {
	color: #666;
}

#featureGallery #galleryContent .label h3 {
	color: #333;
	margin-bottom: 10px;
}

#featureGallery #galleryMenu {
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	padding-top: 30px;
	text-align: center;
}

#featureGallery #galleryMenu li {
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

#featureGallery #galleryMenu li .menuImage {
	background: url(images/FeatureMenuBackground.png) no-repeat;
	height: 93px;
	margin: 0 auto;
	width: 57px;
}

#featureGallery #galleryMenu li .menuImage:hover {
	background-position: 0 -93px;
}

#featureGallery #galleryMenu li .menuImage.active {
	background-position: 0 -186px;
}

#featureGallery #galleryMenu li div.menuImage img {
	margin-top: 10px;
}

#featureGallery #galleryMenu li .caption {
	font-size: 10px;
	min-width: 85px;	
}

/* @end */

/* @group pressPanel */

#pressPanels {
	margin-top: 75px;
}

#pressPanels li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#pressPanels li.pressPanel {
	/*background-color: lightblue;*/
	font-size: 10px;
	width: 200px;
}

#pressPanels li.pressPanel div.caption {
	line-height: 15px;
	margin-top: 15px;
}

#pressPanels li.pressPanel a {
	color: #333;
}
	
#pressPanels li.pressPanel a:hover {
	text-decoration: none;
}

/* @end */

/* @group videoBox */

.videoBox {
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
	display: inline-block;
}

.videoBox a {
	display: block;
	font-size: 11px;
}

/* @end */

/* @end */

/* @group Footer */

ul#footer {
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
}

ul#footer li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}

ul#footer li a {
	color: #a5a5a5;
}

/* @end */

