@charset "utf-8";
/* CSS Document */


body{
	background-color: #F7F7F7;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #686868;
}
a{
	color: #686868;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #686868;
	text-decoration: none;
}
a img {
	border: 0px solid;
}



/* Div ids */
#container {
	width: 850px;
	height: 800px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}
#topContainer {
	width: 850px;
	height: 80px;
	background-image:url(../img/topContainer_bg.gif);
	background-repeat:repeat-x;
}
#logo {
	width: 204px;
	height: 80px;
	background-image:url(../img/logo.jpg);
	float: left;
}
#topContainer_right {
	width: 10px;
	height: 80px;
	float: right;
	background-image:url(../img/topContainer_right.gif);
	background-repeat:no-repeat;
}
#topContainer_payoff {
	width: 190px;
	height: 15px;
	margin-top: 30px;
	float: right;
	background-image:url(../img/topContainer_payoff.gif);
	background-repeat:no-repeat;
}
#menuContainer{
	width: 850px;
}
#menu {
	height: 46px;
	background-image: url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
}
#menu a{
	display: block;
	background-image: url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 7px;
	float: left;
	color: #898989;
	font-size: 11px;
	letter-spacing: 0.5px;
}
#menu a:hover{
	background-image: url(../img/menu_bg_f2.gif);
	background-repeat:repeat-x;
	color: #0d9fce;
}
#activelink{
	display: block;
	background-image: url(../img/menu_bg_f2.gif);
	background-repeat:repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 7px;
	float: left;
	color: #0d9fce;
	font-size: 11px;
	letter-spacing: 0.5px;
}
#activesublink a{
	display: block;
	background-image: url(../img/menu_bg_f2.gif);
	background-repeat:repeat-x;
	float: left;
	color: #0d9fce;
	font-size: 11px;
	letter-spacing: 0.5px;
	cursor: hand;
}
.submenu_active{
	display: block;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: capitalize;
	color: #bbce4e;
	float: left;
	cursor: default;}
.submenu_link{
	display: block;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: capitalize;
	float: left;
}
.submenu_link a {
	color: #0ca0ce;
}
.submenu_link a:hover{
	color: #bbce4e;
}
#switchNed{
	width: 60px;
	height: 20px;
	padding-top: 2px;
	margin-right: 8px;
	float:right;
	text-align:right;
	font-size: 9px;
	text-transform:capitalize;
}
#switchNed a{
	color:#666666;
}
#switchEng{
	display:none;
	width: 60px;
	height: 20px;
	padding-top: 2px;
	margin-right: 8px;
	float:right;
	text-align:right;
	font-size: 9px;
	text-transform:capitalize;
}
#switchEng a{
	color:#666666;
}
#login{
	width: 60px;
	height: 20px;
	padding-top: 2px;
	margin-right: 8px;
	float:right;
	text-align:right;
	font-size: 9px;
	text-transform:capitalize;
}
#login a{
	color:#666666;
}
#contentContainer{
	width: 847px;
	height: 100%;
	margin-right: 3px;
	float:right;
}
#mainContainer{
	width: 585px;
	margin-top: 10px;
	margin-right: 42px;
	padding-left: 5px;
	line-height: 14px;
	text-align: left;
	float: right;
}
#flashContainer{
	width: 590px;
	height: 310px;
	margin-top: 10px;
	margin-right: 42px;
	float: right;
}
#movieContainer{
	width: 452px;
	height: 258px;
	margin-top: 10px;
	margin-right: 42px;
	float: right;
	
	padding-top: 42px;
	padding-left: 128px;
	
	background-image: url('/img/iphone4.png');
}
#imageContainer{
	width: 590px;
	height: 260px;
	margin-top: 10px;
	margin-right: 42px;
	float: right;
}
#googleContainer{
	width: 520px;
	height: 450px;
	padding-left: 40px;
	padding-top: 23px;
	padding-right: 30px;
	margin-top: 10px;
	margin-right: 42px;
	background: url(../img/kader_590x450.jpg) no-repeat;
	text-align: left;
	float: right;
}
#googleContainer a{
	color: #686868;
}
.partnerContainer{
	display:block;
	width: 102px;
	height: 102px;
	background: url(../img/partner_bg.gif) no-repeat;
	margin-right: 35px;
	margin-bottom: 35px;
	float: left;
	text-align:center;
}
#projectFlashContainer{
	margin-top: 10px;
	margin-left: 23px;
}
#projectsContainer{
	height: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.project{
	width: 350px;
	height: 90px;
	margin-top: 5px;
	line-height: 13px;
	margin-left: 23px;
	margin-right: 20px;
	text-align: left;
	float: left;
}
#middleContainer{
	width: 575px;
	margin-top: 30px;
	margin-right: 52px;
	line-height: 14px;
	text-align: left;
	float: right;
	overflow: hidden;
}
#rightContainer{
	width: 215px;
	margin-top: 10px;
	float: right;
	text-align: right;
}
#topRightContainer{
	width: 215px;
	height: 84px;
	text-align: left;
	color: #686868;
}
#bottomRightContainer{
	width: 215px;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
}
#loginContainer{
	display:none;
	width: 205px;
	height: 69px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	color:#666666;
	font-size: 10px;
}
#processContainer{
	display:none;
	width: 170px;
	height: 59px;
	padding-top: 25px;
	padding-left: 45px;
	text-align: left;
	color:#CECECE;
	font-size: 10px;
}
#error1Container{
	width: 188px;
	height: 76px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	line-height: 16px;
	color:#666666;
	font-size: 13px;
}
#error1Container a{
	font-size: 10px;
}
#error2Container{
	width: 188px;
	height: 76px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	line-height: 16px;
	color:#666666;
	font-size: 13px;
}
#error2Container a{
	font-size: 10px;
}
#emailContainer{
	width: 205px;
	height: 69px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	color:#666666;
	font-size: 10px;
}
#banner1{
	width: 215px;
	height: 84px;
	margin-top: 15px;
}
#banner2{
	width: 215px;
	height: 84px;
	margin-top: 15px;
	background: url(../img/mobile_marketing_association.jpg) repeat-x;
}
#rssHeader{
	width: 206px;
	height: 32px;
	padding-left: 9px;
	margin-bottom: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	text-transform:capitalize;
	background: url(../img/rssheader_bg.gif) no-repeat;
	color: #fefefe;
}
.rssDate{
	width: 205px;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	color:#999999;	
}
.rssTitle{
	width: 197px;
	text-align: left;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 10px;
	margin-bottom: 4px;
	color:#006699;	
}
.rssTitle a{
	color:#006699;
}
.rssTitle a:hover{
	color:#006699;
}
.rssDescription{
	width: 197px;
	height: 50px;
	text-align: left;
	font-size: 10px;
	margin-bottom: 15px;
	padding-left: 8px;
	padding-right: 10px;
	overflow: hidden;
}
.rssDescription a{
	color:#686868;
}
.rssDescription a:hover{
	color:#686868;
}
#rssFooter{
	width: 215px;
	height: 20px;
	background: url(../img/rssfooter_bg.gif) no-repeat;
}
#dashed1{
	clear: both;
	width: 207px;
	height: 3px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 15px;
	background-image: url(../img/dashed_bg.gif);
	background-repeat: repeat-x;
}
#dashed2{
	width: 847px;
	height: 3px;
	margin-top: 20px;
	background-image: url(../img/dashed_bg.gif);
	background-repeat: repeat-x;
	float:right;
}
#dashed3{
	clear: both;
	width: 847px;
	height: 3px;
	background-image: url(../img/dashed_bg.gif);
	background-repeat: repeat-x;
}
#productContainer{
	width: 847px;
	margin-top: 5px;	
	float:left;
	font-family:Tahoma,Arial;
	font-size: 11px;
}
#leftProduct{
	width: 205px;
	margin-right: 41px;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	float:left;
	background-image: url(../img/bullet_yellow.gif);
	background-repeat:no-repeat;
}
#leftProduct a{
	color: #686868;
}
#middleProduct{
	width: 205px;
	margin-right: 41px;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	float:left;
	background-image: url(../img/bullet_green.gif);
	background-repeat:no-repeat;
}
#middleProduct a{
	color: #686868;
}
#rightProduct{
	width: 205px;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	float:left;
	background-image: url(../img/bullet_orange.gif);
	background-repeat:no-repeat;
}
#rightProduct a{
	color: #686868;
}
#bottomContainer{
	height: 40px;
	padding-right: 30px;
	text-align: right;
	font-family:Tahoma,Arial;
	font-size: 9px;
	color:#CCCCCC;
	float: right;
}
#bottomContainer a{
	color:#CCCCCC;
}
#projectHeader{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top:2px;
	text-align: left;
	font-size: 11px;
	background: #006699;
	font-family: Tahoma;
}
#projectHeader a{
	color:#fefefe;
}

/* End Div ids */

/* Img styles ids */
.menuImg{
	width: 45px;
	height: 21px;
	border: 0px;
	float: left;
}
.menuSeparator{
	width: 2px;
	height: 46px;
	border: 0px;
	float: left;
}
.bullet_submenu{
	width: 4px;
	height: 10px;
	border: 0px;
	float: left;
}
.more{
	width: 50px;
	border: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.partner{
	margin-top: 4px;
}
.anchor{
	color:#686868;
}
a.anchor:link{
	color:#686868;
}
a.anchor:hover{
	color:#0d9fce;
}
a.readmore{
	color:#686868;
	text-decoration:underline;
}
a.readmore:link{
	color:#686868;
	text-decoration:underline;
}
a.readmore:hover{
	color:#0d9fce;
	text-decoration:underline;
}
.leftMenu{
	width: 20px;
	height: 46px;
	background-image:url(../img/menu_bg_left.gif);
	background-repeat:no-repeat;
	border: 0px;
	float: left;
}
.rightMenu{
	height: 46px;
	background-image:url(../img/menu_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 12px;
	border: 0px;
	float: right;
	text-align:right;
}

/* End Img styles ids */

/* H styles */
h1{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #0ca0ce;
	margin-bottom: 8px;
	text-transform:capitalize;
}
h2{
	font-size:11px;
	font-weight: bold;
	color: #686868;
	margin: 0px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin-top: 5px;
	margin-bottom: 13px;
}
h4{
	width: 106px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
/* End H styles */

/* Form styles */
.searchField{
	width: 120px;
	height: 14px;
	border: solid 1px #fbe8bd;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-size: 11px;
	background-color: #eeac10;
	margin-bottom: 4px;
}
.submitButton{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-color: transparent;
	margin: 0px;
	border: none;
}
/* End Form styles */

/* Form styles */
label{
	width: 160px;
	height: 20px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../img/doublepoint.gif);
	background-repeat: no-repeat;
	background-position: 138px 7px;
}
input{
	width: 100px;
	height: 16px;
	margin: 2px;
	padding: 0px;
	font-size: 11px;
	letter-spacing: 0.5px;
	color:#444444;
	border: solid 1px #dfdfdf;
	background-color: #ffffff;
	padding-left:3px;
}
/* End Form styles */

