@charset "UTF-8";
/* RESET Styles accross browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

.simplelist ul {float:left; margin-left:2em; margin-right:1em; margin-bottom:1em;}
.simplelist li { margin-bottom:1em; list-style-image:url(../images/bullet_small.png) }
.simplelist p {margin-top:-0.5em; font-size:.8em; color:#67847e;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	
}

.productTable {
	border: 0;
	vertical-align: text-top;
}
.productTable td{
	vertical-align: top;
}

.productTable h4 {
	font-size:1em; 
	margin:.5em 0 .4em 0; 
	color:#67847e;
}
.productTable h5 {
	font-size:.8em; 
	margin:.5em 0 .4em 0; 
	color:#67847e;
}
.productTable h3 {
	font-size:1.2em; 
	margin:1em 0 .4em 0;
	color:black;
}

.productTable #floatRightImg {
	border: 0;
	padding: 0px 0px 0px 20px;
	float:right;
}
.productTable #floatLeftImg {
	border: 0;
	padding: 20px 0px 0px 0px;
	float:left;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body  {
font-family:Arial, Helvetica, sans-serif;
	background: #b1c6c2  repeat-x left bottom;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #313131;
	line-height: 1.4;
	font-size:16px;
	/*border-bottom:4px solid #232323;*/
}
/* typography layout */
h1{ font-size:1.8em; margin-bottom:1em; color:#3b3b3b}
h2{ font-size:1.5em; margin:1.2em 0 .6em 0; color:#67847e;}
h3{ font-size:1.2em; margin:1em 0 .4em 0; color:#119cca;}
h4{ font-size:1.1em; margin:.8em 0 .2em 0 ;color:#67847e;}
h5{ font-size:1em; margin:.4em 0 .2em 0; color:#67847e;}
a, a:visited, a:active{ color:#1cb9ec; text-decoration:underline; cursor:pointer}
a:hover{ text-decoration:none; color:#3b3b3b }

a.sliding{height:43px; overflow:hidden; display:block;}
a.sliding:hover img{margin-top:-43px}
a:hover img.white-border{ border:1px solid #4eb249}
a.high{height:76px;}
a.high:hover img{margin-top:-76px}
a.highbuy{height:62px;}
a.highbuy:hover img{margin-top:-62px}

p{ margin:0 0 1em;}
/* page layout */
.twoColElsRtHdr #container { 
	width: 60em;  
	background: #FFFFFF;
	margin: 2em auto 1.5em auto;
	text-align: left;
	position:relative;
	z-index:2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.twoColElsRtHdr #lang-select { position:absolute; top:-24px; right:5px; font-size:.85em; } 
.twoColElsRtHdr #lang-select li { float:left; margin-right:1em; }
.twoColElsRtHdr #header { 
	padding: 0 2em;
	/*border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;*/
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
	overflow:auto;
	position:relative;
	height: 129px;
}
.twoColElsRtHdr #logo{ background:#fff url(../images/logo.png) no-repeat; width:270px; height:70px; text-indent:-1000em; margin:1.8em 0 0 0; }
.twoColElsRtHdr #header h2 { position:absolute; top:60px; right:50px; margin:0; color:#3b3b3b}
.twoColElsRtHdr #mainNav{ display:block; padding:.4em 1.1em; background:transparent url(../images/top-rpt.png) repeat-x left -154px; overflow:auto;border-bottom: 1px solid #cee0dd;  } 
.twoColElsRtHdr #mainNav li{
float:left;
border-right:2px solid #dfe9f6;
overflow:auto
}

.twoColElsRtHdr #mainNav li a{ display:block; text-decoration:none; padding:0 1.6em; color:#2c4363}
.twoColElsRtHdr #mainNav li a:hover, body#home .home a, body#about .about a, body#products .products a,body#services .services a, body#career .career a, body#blog .blog a, body#contact .contact a{ background-color:#3b3b3b; color:#fff;}
.twoColElsRtHdr #mainNav li:last-child{ border:none; }
.twoColElsRtHdr #sidebar {
float: right; 
}
.twoColElsRtHdr div#sidebar {
	border-top:1px solid #cee0dd;
	border-left:1px solid #cee0dd;
	border-bottom:1px solid #cee0dd;
	border-right:1px solid #cee0dd;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	width: 17em;
	padding: 0 0 1.5em;
	margin-top:1.95em;
}

.twoColElsRtHdr div#sidebar3 {
	border: none;
		padding: 0 1.5em 0;
	margin-top:1.95em;
}
.twoColElsRtHdr img#sidebar{

}

.twoColElsRtHdr #sidebar h3, .twoColElsRtHdr #sidebar p {
	margin-left:1em;
	margin-right: 2em;
}

.twoColElsRtHdr div#sidebar2 {
	border: none;
	width: 17em;
	padding: 0 0 1.5em;
	margin-top:1.95em;
	float: right;
}
.twoColElsRtHdr #mainContent {
  	margin: 2em 20em 0 2em;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
} 

#mediaLogos {
	width: 45em;
}

#mediaLogos img {
	border: 0;
	padding: 10px 40px 40px 3px;
	float:left;
}
.twoColElsRtHdr #footer { 
	border-top:1px solid #CEE0DD;
	font-size:0.85em;
	margin:0 2.4em 2em;
	text-align:right;
	padding:1em 0 2em;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColElsRtHdr #footer li { display:inline; }
.twoColElsRtHdr #footer li.seperator{ margin: 0 1em; }
#top-rpt{ width:100%; height:200px; position:absolute; top:0; left:0; z-index:1; background:transparent url(../images/top-rpt.png) repeat-x left 7px;}
/* common classes for re-use */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	display: none;
}

.fltlfthidden { 
	float: left;
	margin-right: 8px;
	display: none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.darkBG{ background: #3b3b3b url(../images/bg_rpt.png) repeat-x left bottom; }

#gallery ul { list-style: none; }
#gallery ul li { display: inline;}

 .displayNone {
  display: none;
 }
 .white-border{border:1px solid #fff}
.txtCntr{text-align:center}

.imgCntr{
	text-align:center;
	margin: 20px;
	}
	
.masterGameImage{
		float:right;
		border: none;
			padding-right:50px;
	 		padding-left:50px;
			padding-top:30px;
		}	
