@font-face {
    font-family: 'oswaldbold';
    src: url('fontface/oswald-bold-webfont.eot');
    src: url('fontface/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/oswald-bold-webfont.woff') format('woff'),
         url('fontface/oswald-bold-webfont.ttf') format('truetype'),
         url('fontface/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('fontface/roboto-black-webfont.eot');
    src: url('fontface/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-black-webfont.woff') format('woff'),
         url('fontface/roboto-black-webfont.ttf') format('truetype'),
         url('fontface/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fontface/roboto-light-webfont.eot');
    src: url('fontface/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-light-webfont.woff') format('woff'),
         url('fontface/roboto-light-webfont.ttf') format('truetype'),
         url('fontface/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotocondensed';
    src: url('fontface/roboto-condensed-webfont.eot');
    src: url('fontface/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-condensed-webfont.woff') format('woff'),
         url('fontface/roboto-condensed-webfont.ttf') format('truetype'),
         url('fontface/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'swis721_blkcn_btblack';
    src: url('fontface/swz721kc-webfont.eot');
    src: url('fontface/swz721kc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/swz721kc-webfont.woff') format('woff'),
         url('fontface/swz721kc-webfont.ttf') format('truetype'),
         url('fontface/swz721kc-webfont.svg#swis721_blkcn_btblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #777777;
	background-color: #FFF;
	background-repeat:repeat-x;
}

body{
	margin: 0px auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	outline: none;
}


/* STYLES RELATED TO THE TOP NAV GO HERE*/
.nav {
	width: 960px;
	height: 79px;
	text-align: right;
	margin-right: auto;
	margin-left:auto; 
	margin-top:0px;
	padding-top:0px;
}

.navbutton {
	padding-right: 15px;
	padding-left: 15px;
}

.navbutton-selected {
	padding-right: 15px;
	padding-left: 15px;
	background-image:url(../_images/nav-button-background-active.jpg);
	background-repeat:repeat-x;
}

.nav a:link {
	font-family: 'oswaldbold';
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	letter-spacing: 1px;
}

.nav a:visited {
	font-family: 'oswaldbold';
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
}

.nav a:hover {
	font-family: 'oswaldbold';
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
	text-decoration: underline;
}

.nav a:active {
	font-family: 'oswaldbold';
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
}

.nav .navbutton-selected a {
	font-family: 'oswaldbold';
	color:#306087;
	text-decoration:none;
	font-size: 14px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}


/* STYLES RELATED TO THE BIG PHOTO FEATURE AREA GO HERE*/
.feature{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.featurebox {
	margin-top: 90px;
	width: 325px;
	height: 190px;
	float: right;
}

.featurebox2 {
	margin-top: 75px;
	width: 560px;
	height: 190px;
	float: right;
}

.featurebox3 {
	margin-top: 100px;
	width: 560px;
	height: 100px;
	float: right;
}

.featurebox-periodic {
	width: 440px;
	height: 190px;
	float: right;
	margin-right: 360px;
	z-index: 100;
}

.feature h1 {
	font-family: 'robotolight';
	color: #eeeeee;
	font-size: 40px;
	line-height: 30px;
	font-weight: normal;
}

.feature h2 {
	font-family: 'swis721_blkcn_btblack';
	color: #eeeeee;
	text-decoration: none;
	font-size: 22px;
	line-height: 5px;
	font-weight: normal;
}

.feature h3 {
	font-family: 'swis721_blkcn_btblack';
	color: #467AA5;
	text-decoration: none;
	font-size: 24px;
	line-height: 5px;
	font-weight: normal;
}

.feature h4 {
	font-family: 'robotolight';
	color: #aaaaaa;
	line-height: 0px;
	font-size: 24px;
	margin-top: -7px;
	font-weight: normal;
}

.feature p {
	color: #a9a9a9
}

.switchbuttons {
	float: right;
	width: 130px;
	margin-top: 120px;
	margin-right: 25px;
	clear: both;
}


/* STYLES RELATED TO PERIODIC TABLE AREA GO HERE*/
#periodictablerollover {
	height: 130px;
	width: 115px;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	position: absolute;
	z-index: 200;
}

#atomicnumber {
	width: 30px;
	height: 20px;
	float: left;
	font-size: 24px;
	color: #888888;
}

#atomicweight {
	width: 80px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #888888;
}

#atomicsymbol {
	font-family: 'robotoblack';
	color: #888888;
	font-size: 60px;
	text-align: center;
}

#elementname {
	font-family: robotocondensed;
	color: #888888;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #888888;
}


/* STYLES RELATED TO MAIN CONTENT AREA GO HERE*/
.content{
	width: 960px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.contentboxmain{
	float: right;
	width: 600px;
	margin-bottom: 40px;
}

.contentboxside{
	float: left;
	width: 315px;
}

.content h1 {
	font-family: 'swis721_blkcn_btblack';
	color: #000;
	font-size: 24px;
	font-weight: normal;
}

.content h2{
	color:#385e87;
	font-family: 'robotolight';
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
}

.content h3 {
	font-family: 'swis721_blkcn_btblack';
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

.content a {
	color: #477ea9;
	text-decoration: none;
}

.content .image_container
{
	float: right;
	margin-left: 20px;
	
	color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

.content table a {
	color: #477ea9;
	text-decoration: none;
	float: right;
}

.content a:hover {
	text-decoration: underline;
}

.content table a:hover {
	text-decoration: underline;
}

.h1-elementtype{
	font-family: 'robotocondensed';
}

.content .box{
}

.content .box h1 {
}

.application-notes {
	border: solid 1px #777;
	line-height: 28px;
}

.application-notes th {
	background-color: #777;
	color: #fff;
	width: 220px;
	text-align: left;
	text-indent: 10px;
}

.application-notes td {
	text-indent: left;
	text-indent: 10px;
}

.crystal {
	float: right;
}

.sidemenu-top {
	background-image: url(../_images/sidemenu-top.jpg);
	height: 52px;
	text-indent: 20px;
	background-repeat: no-repeat;
	line-height: 50px;
}

.sidemenu-button {
	background-image: url(../_images/sidemenu-button.jpg);
	height: 38px;
	color: #fff;
	text-indent: 20px;
	background-repeat: no-repeat;
	line-height: 34px;
}

.sidemenu-subbutton {
	background-image: url(../_images/sidemenu-subbutton.jpg);
	height: 38px;
	color: #fff;
	text-indent: 20px;
	background-repeat: no-repeat;
	line-height: 34px;
	padding-left: 20px;
}

.sidemenu-subbutton a {
	color: #467AA5;
}

.sidemenu-button-selected {
	background-image: url(../_images/sidemenu-button-selected.jpg);
	height: 38px;
	color: #467AA5;
	text-indent: 20px;
	background-repeat: no-repeat;
	line-height: 34px;
}

.sidemenu-subbutton-selected {
	background-image: url(../_images/sidemenu-subbutton-selected.jpg);
	height: 38px;
	color: #467AA5;
	text-indent: 40px;
	background-repeat: no-repeat;
	line-height: 34px;
}

.sidemenu-bottom {
	background-image: url(../_images/sidemenu-bottom.jpg);
	width: 301px;
	height: 10px;
}

.sidemenu-button-bottom {
	background-image: url(../_images/sidemenu-button-bottom.jpg);
	height: 38px;
	color: #fff;
	text-indent: 20px;
	background-repeat: no-repeat;
	line-height: 30px;
}

.sidemenu {
	width: 301px;
	margin-bottom: 30px;
}

.sidemenu h1 {
	font-family: 'swis721_blkcn_btblack';
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	/*filter: Shadow(Color=#777777 Direction=130, Strength=3); Text shadow for IE */
	letter-spacing: 1px;
}

.sidemenu-middle2 {
	background-image:url(../_images/sidemenu-button2.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}

.sidemenu-button a {
	color:#fff;
}

.sidemenu-button a:hover {
	text-decoration: underline;
}

.sidemenunumber {
	font-size: 11px;
	font-weight:bold;
	width:20px;
	height: 20px;
	padding-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sidemenunumber:hover{
	text-decoration: none;
}

.sidemenu-bottom2 {
	background-image:url(../_images/sidemenu-bottom2.jpg);
	height: 9px;
}

.content p {
	line-height: 24px;
}

.fullwidthbox {
	background-color:#eaeaea;
	height: 218px;
	width: 100%;
	clear: both;
}

.fullwidthbox img {
	float: left;
	margin-right: 55px;
}

.maincontentbox {
	background-image: url(../_images/maincontent-box-periodic.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 598px;
	margin-bottom: 40px;
}

.maincontentbox h1 {
	font-family: 'swis721_blkcn_btblack';
	color: #fff;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	letter-spacing: 1px;
	text-indent: 20px;
	line-height: 50px;
}

.maincontentbox p {
	margin-left: 20px;
	margin-top: 175px;
	clear:both;
	float: left;
	width: 558px;
}

.maincontent2col{
	width: 598px;
}

.maincontent2col-left{
	float: left;
	width: 279px;
}

.maincontent2col-right{
	float: right;
	width: 279px;
}
.content li {
	line-height: 24px;
}

.imagebox {
	width: 350px;
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

.imagebox p {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 10px;
	margin-left: 10px;
}

.maincontenttable {
	border: solid 1px #777;
	line-height: 28px;
}

.maincontenttable th {
	background-color: #777;
	color: #fff;
	width: 220px;
	text-align: left;
	text-indent: 10px;
}

.maincontenttable td {
	text-align: center;
	border: solid 1px #eee;
}

/* STYLES RELATED TO FOOTER AREA GO HERE*/
.footer {
	width: 100%;
	height: 50px;
	background-image: url(../_images/footer-background.jpg);
	background-repeat: repeat-x;
	margin-top: 80px;
	clear: both;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
}

.footer a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
}

.footer a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
	text-decoration: underline;
}

.footer a:active {
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
}

.footercontent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

.footer p {
	color: #fff;
	text-align: right;
}

/* BUTTON ROLLOVERS */
.btn_return_periodic {
	display: block;
	width: 247px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-return-periodic-table.png);
	border:0;
}

.btn_return_periodic:hover {
	background-position: 0 -35px;
}

.btn_launch {
	display: block;
	width: 114px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-launch.png);
	border: 0
}

.btn_launch:hover {
	background-position: 0 -35px;
}

.btn_applications {
	display: block;
	width: 214px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-applications-of-xps.png);
	border:0;
}

.btn_applications:hover {
	background-position: 0 -35px;
}

.btn_whatisxps {
	display: block;
	width: 157px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-what-is-xps.png);
	border:0;
}

.btn_whatisxps:hover {
	background-position: 0 -35px;
}

.btn_analytical {
	display: block;
	width: 207px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-analytical-features.png);
	border:0;
}

.btn_analytical:hover {
	background-position: 0 -35px;
}

.btn_instruments {
	display: block;
	width: 262px;
	height: 35px;
	text-decoration: none;
	background: url(../_images/btn-available-instrumentation.png);
	border:0;
}

.btn_instruments:hover {
	background-position: 0 -35px;
}