body {
	background:url(images/BG_page.gif) repeat-x;
	margin:0;
	font-family:Tahoma;
}

div, td {
	font-family:Tahoma;
	font-size:11px; 
	line-height:16px;
	color:#58595b;
}


a {
	font-family:Tahoma;
	font-size:11px;
	color:#3e89b2;
	text-decoration:none;
}

h2 { /* Dark Blue - titles */
	font-size:12px;
	color:#5991ae;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:0;
}

h3 { /*Blue - subtitles*/
	font-size:14px;
	color:#5991ae;
	line-height:18px;
}

h4 { /* Dark Blue - homepage text */
	font-size:12px;
	color:#0c4b6d;
	font-weight:normal;
	line-height:18px;
}

li {
	background:url(images/Bullet_orange.gif) no-repeat 0px 3px;
	list-style-position:outside;
	list-style-type:none;
	padding-left:8px;
	line-height:16px;
	margin-top:5px;
}

a img { border:none; }

/* --------- MAIN CONTAINERS ---------*/

#Wrapper{
	width:918px;
	margin:35px auto 0 auto;
	position: relative;
	
}

*html #Wrapper{ width:919px; }

#Header {
	position:relative;
	text-align:left;
	margin-bottom:8px;
	width:100%;
}


#MenuWrapper {
	height:46px;
	width:100%;
	padding-bottom:1px;
}

#SMenuWrapper {
	width:165px;
	background:url(images/BG_SMenu_top.gif) no-repeat top;
	padding-top:9px;
	margin-left:1px;
	float:left;
	display:inline;
}

#MainWide {
	width:656px;
	background:url(images/BG_main_top_wide.gif) no-repeat top left;
	padding-top:9px;
	margin-left:1px;
	float:left;
}

#Main {
	width:486px;
	background:url(images/BG_main_top.gif) no-repeat top left;
	padding-top:8px;
	margin-left:4px;
	float:left;
	display:inline;
}

#RightSideWrapper {
	width:252px;
	margin-left:6px;
	height:400px;
	float:left;
	display:inline;
}

#Footer {
	clear:both;
	width:100%;
	margin-left:1px;
	color:white;
	font-size:10px;
	padding-top:14px;
	padding-bottom:10px;
}

/* --------- HEADER - LOGO ---------*/



#Header .logo { margin-left:18px; margin-right:28px; }


#HeaderMenu {
	position:absolute;
	bottom:3px;
	right:15px;
	width:245px;
	display:inline;
}

#HeaderMenu a {
	display:block;
	margin-left:9px;
	margin-right:9px;
	text-decoration:none;
	float:left;
}

#HeaderMenu .dots {
	background:url(images/Dots_v_blue.gif) repeat-y;
	width:1px;
	height:13px;
	float:left;
	display:block;
}



/* --------- MENU -TOP ---------*/

#Menu {
	background:url(images/BG_menu.gif) repeat-x;
	height:33px;
	width:900px;
	padding-top:13px;
	float:left;	
	margin:0;
}



#MenuWrapper img, #HeaderMenu img { border:none; float:left; }

#Menu a {
	display:block;
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;
	float:left;
}

#Menu .dots {
	background:url(images/Dots_v.gif) repeat-y;
	width:1px;
	height:18px;
	float:left;
	display:block;
}

/* --------- SUB MENU -left ---------*/


#SMenu {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:20px;
	width:135px;
	background:url(images/BG_SMenu.gif) repeat-y;
	position:relative;
}


#SMenu a {
	color:#496255;
	display:block;
	width:88px;
	padding-left:4px;
	padding-right:20px;
	line-height:16px;
	background:url(images/SMenu_blue.gif) right no-repeat;	
}

#SMenu a.ON {
	font-weight:bold ;
	background:url(images/SMenu_orange.gif) right no-repeat;	
}

#SMenu .dots {
	background:url(images/Dots_h.gif) repeat-x;
	width:108px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
}

.SMenuLeft {
	background:url(images/BG_SMenu_left.png) repeat-y;
	left:0;
}

.SMenuRight {
	background:url(images/BG_SMenu_right.png) repeat-y;
	right:0;
}

*html #AboutSubMenu .SMenuLeft, *html #AboutSubMenu .SMenuRight, *html #PCSubMenu .SMenuLeft, *html #PCSubMenu .SMenuRight { height:74px; }

*html #AdvSubMenu .SMenuLeft, *html #AdvSubMenu .SMenuRight { height:134px; }

*html #GameSolSubMenu .SMenuLeft, *html #GameSolSubMenu .SMenuRight { height:190px; }

*html .SMenuLeft {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BG_SMenu_left.png',sizingMethod='crop');
	left:0;
}

*html .SMenuRight {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BG_SMenu_right.png',sizingMethod='crop');
	right:-1px;;
}


.smenuShadow {
	width:3px;
	position:absolute;
	top:0;
	height:100%;
}

#SMenuBottom {
	background:url(images/BG_SMenu_bottom.png) no-repeat top;
	width:165px;
	height:8px;
	float:left;
}


*html #SMenuBottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BG_SMenu_bottom.png',sizingMethod='image');
	right:2px;
	
}

/* ------------- MAIN  -------------- */

#MainContent {
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	width:426px;
	background:url(images/BG_main.gif) repeat-y left;
	position:relative;
	float:left;
	min-height:350px;
	_height:350px;
}

#MainWideHome {
	padding-left:11px;
	padding-top:3px;
	width:645px;
	background:url(images/BG_main_wide.gif) repeat-y left;
	position:relative;
}

#MainWideContent {
	padding-left:30px;
	padding-top:20px;
	width:626px;
	background:url(images/BG_main_wide.gif) repeat-y left;
	position:relative;
	float:left;	
}

#MainWideContent br, #MainContent br { line-height:12px; }


#MainLeft {
	background:url(images/BG_main_left.png) repeat-y;
	left:0;
}

#MainRight {
	background:url(images/BG_main_right.png) repeat-y;
	right:0;
}

*html #MainLeft {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BG_main_left.png',sizingMethod='image');
	left:0;
}


*html #MainRight {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BG_main_right.png',sizingMethod='image');
	right:0;
}

.mainShadow {
	width:7px;
	position:absolute;
	top:0;
	height:100%;
}

#MainBottom {
	background:url(images/BG_main_bottom.gif) no-repeat;
	width:100%;
	float:left;
}

#MainWideBottom {
	background:url(images/BG_main_bottom_wide.gif) no-repeat;
	width:100%;
	float:left;
}

.pageTitle {
	background:url(images/Dots_h.gif) repeat-x bottom;
	width:100%;
	padding-bottom:3px;
	margin-bottom:15px;
}

#MainWideContent .pageTitle {
	width:600px !important;
}

#Main p { text-align:center; }

#Main .bullet {
	float:left;
	margin-right:5px;
	width:50px;
	height:65px;
	clear:left;
}

.graydots {
	background:url(images/Dots_h_gray.gif) repeat-x bottom;
	height:1px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	line-height:1px;
	font-size:1px;
}

/* ------------- RIGHT SIDE BOXES -------------- */

.structure {
	float:left;
	margin-left:1px;
	display:inline;
}

.structureQ, .floatLeft {
	float:left;
}

.title { margin-top:10px; }

.whiteBox {
	position:relative;
	left:1px;
	top:0;
	width:222px;
	padding: 8px 14px 8px 14px;
	background:#FFFFFF; /*url(images/BG_round_white.gif) repeat-y;*/
	float:left;
}

.whiteBox li, .pr .date{ color:#a3a2a2; }

.whiteBox .dots {
	background:url(images/Dots_h_gray.gif) repeat-x bottom;
	height:1px;
	width:96%;
	margin-top:5px;
	display:block;
	line-height:1px;
	font-size:1px;
}

*html .whiteBox .dots {
	margin-left:-10px;
}

.whiteBox a { font-weight:bold; }

.whiteBox a:hover { text-decoration:underline; }

.button { cursor:pointer; margin-top:12px; }
.centered { text-align:center; }

.cremeBox {
	position:relative;
	left:1px;
	top:0;
	width:234px;
	padding: 8px;
	background:#f9fded; /*url(images/BG_round_white.gif) repeat-y;*/
	float:left;
	text-align:center;
}

.cremeBox img { margin-right:3px; border:none; }


/* ------------- homepage -------------- */

.homepageMain {
	padding:25px;
}

.homepageMain img {
	margin-right:8px;
}

#FlashPlayer {
	border:1px #BEDCE7 solid;
	width:632px;
	height:267px;
}

/* ------------- About page -------------- */
#aboutTable {
	width:406px;
	background-color:#5991ae;
	border-left:1px #d5e4e1 solid;
	border-right:1px #d5e4e1 solid;
	padding-left:6px;
	padding-right:6px;
	float:left
}

#aboutTable .aboutBox {
	float:left;
	display:block;
	width:132px;
	height:235px;
	margin-top:8px;
	margin-right:5px;
	background-color:#FFFFFF;
}

.aboutBox li {
	font-weight:bold;
	margin-left:11px;
	color:#929395;
}


/* --------- Partners ------------ */
 


#MainWideContent .partnersList {
	float:left;
	width:160px;
}

#MainWideContent .partnersIcons {
	float:left;
	width:390px;
	color:#a3a2a2;
	font-size:10px;
	padding-left:20px;
	background:url(images/Dots_v_black.gif) repeat-y left;
}

.partnersList li {
	line-height:20px;
	margin-top:20px;
}
.partnersIcons p {
	width:130px;
	height:75px;
	text-align:center;
	float:left;
	margin:0;
	
}

.partnersIcons span {
	width:300px;
	float:left;	
	padding-left:18px;
	padding-top:20px;
}

#MainWideContent .note {	
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:40px;
}


/* --------- contact page ---------- */

.star { color:#faa742; }

#MainWideContent input, #MainWideContent select,  #MainWideContent textarea{
	width:158px;
	height:18px;
	border: #93a27b 1px solid;
	background-color:#f9fcf4;
	font-size:11px;
	margin-bottom:18px;
	float:left;
	
}

#MainWideContent select { width: 162px; }

#MainWideContent textarea { 
	width:235px;
	height:155px;
	margin-bottom:1px;
}

#MainWideContent .label {
	height:35px;
	width:95px;
	clear:left;
	float:left;
}

#MainWideContent .comment {
	color:#a3a2a2;
	font-size:10px;
	clear:left;
	position:relative;
	float:left;
	
}

#MainWideContent .submit { width:60px; height:23px;border:none;margin-top:20px;margin-bottom:2px;}

.errmsg {
	width:350px;
	display:block;
	color:#FF0000;
	float:left;
	display:none;
	padding-left:10px;
}


/* ----------- sitemap ---------- */
#MainWideContent ul { margin:0; padding-left:0}

.sitemapCol {
	float:left;
	background:url(images/Dots_v_gray.gif) right repeat-y;
	width:195px;
	height:240px;
	margin-right:10px;
	margin-bottom:100px;
}

.nobg { background:none !important; }


/* ---------- careers ------------ */

.careers { margin-top:10px; padding-bottom:20px; float:left; }

.careers li {
	width:410px;
	background:url(images/Dots_h_gray.gif) bottom repeat-x;
	float:left;
	padding-bottom:2px;
}

.careers a { 
	display:block; 
	float:left; 
	width:280px;
	padding-left:8px;
	background:url(images/Bullet_orange.gif) no-repeat 0 3px;
	cursor:pointer;
}

.careers .loc {
	width:120px;
	float:right;
	display:block;
	height:16px;
}

.news  { float:left; margin-bottom:50px;}

.news li { margin-bottom:10px; }

.news .date { 
	color:#a3a2a2; 
	clear:both;
	display:block;
	height:18px;
}

.pr { 
	overflow:auto;
	height:750px;
	margin-top:15px;
	padding-right:10px;
}

.offices li { margin-top:10px; }

.paddingBottomTen {
	padding-bottom:10px;
}

.textSmall { font-size:10px; }

#Footer a {
	font-size:10px;
	color:white;
	font-weight:bold;
	margin-left:4px;
	margin-right:4px;
}

#Footer a:hover {
	text-decoration:underline;
}
