@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
a{
	color:#990000;
	font-weight:bold;
}	

body {
	background: #d05051 url(../images/background.jpg) top repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}
div {
	position:relative;
	clear:both;
}	
h1 {
	color:#990000;
	font-size:22px;
	margin-bottom:15px;
}	
h2 {
	color:#990000;
	font-size:20px;
	margin-bottom:10px;
}
#content {
	width:920px;
	clear:both;
	margin:auto;
}
#header {
	width:920px;
}
#header img.logo {
	float:left;
	margin-top:11px;
	clear:none;
}
#header div.twitter {
	float:right;
	width:105px;
	margin-top:15px;
	background:url(../images/twitter.jpg) right no-repeat;
	clear:right;
}
#header div.twitter:hover {
	background:url(../images/twitter-h.jpg) right no-repeat;
}	
#header div.iphone {
	float:right;
	width:105px;
	background:url(../images/iphone.jpg) right no-repeat;
	clear:right;	
}	
#header div.iphone:hover {
	background:url(../images/iphone-h.jpg) right no-repeat;
}
#header div.heading{
	float:left;
	width:920px;
	font-weight:bold;
	font-size:13px;
	color:#999999;
}
#header div.heading p{
	float:left;
	text-align:left;
	margin-left:270px;
}	
#header div.heading a{
	float:right;
	text-align:right;
	color:#c00505;
}	
#header div.heading a:hover{
	color:#000000;
}	
#menu {
	float:left;
	width:920px;
	height:45px;
	margin-top:9px;
}
#menu a{
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#menu a:hover{
	color:#990000;
}	
#menu div.menu_active{
	background:url(../images/menu-mid.jpg) repeat-x;
	float:left;
	clear:none;
	margin-left:5px;
}
#menu div.menu_active a{
	color:#990000;
}
#menu div.menu_active a:hover{
	color:#000;
}
#menu div.menu_normal{
	line-height:34px;
	float:left;
	clear:none;
	margin-left:5px;
	padding-left:21px;
	padding-right:21px;
}
#choices{
	width:895px;
	height:208px;
	background:#333333 url(../images/headimg01.jpg) no-repeat right;
	margin:auto;
}
#selectlanguages{
	float:left;
	height:47px;
	width:895px;
}
#selectphone{
	float:left;
	width:320px;
	clear:none;
}	
#selectphone h3{
	color:#bfbfbf;
	font-size:16px;
	margin-left:70px;
	padding-top:13px;
}
#language{
	float:left;
	width:575px;
	clear:none;
	text-align:right;
	vertical-align:text-top;
}
#language img {
	height:15px;
	width:19px;
	padding:0px;
}	
#language ul{
	margin-top:15px;
	font-size:10px;
	margin-right:10px;
}	
#language li.text{
	list-style:none;
	list-style-type:none;
	display:inline;
}
#language li.flag{
	list-style:none;
	list-style-type:none;
	display:inline;
}
#language a{
	color:#333333;
}	
#language a:hover{
	color:#CCCCCC;
	}
#language li a.active{
	color:#990000;
}
#chosenphone{
	margin-top:14px;
	float:left;
	width:311px;
	height:161px;
	background:url(../images/phone-nokia.jpg);
}
#chosenphone.windows{
	background:url(../images/phone-win.jpg);
}
#chosenphone.bb{
	background:url(../images/phone-bb.jpg);
}
#chosenphone.iphone{
	background:url(../images/phone-iphone.jpg);
}
#chosenphone.other{
	background:url(../images/phone-other.jpg);
}
#chosenphone ul{
	margin-top:35px;
	margin-left:25px;
}	
#chosenphone li{
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
	line-height:19px;
}
#chosenphone li a{
	color:#666666;
}
#chosenphone li a:hover{
	color:#000;
}
#chosenphone li.active a{
	color:#990000;
}
#main{
	float:left;
	width:895px;
	background: url(../images/main-back.jpg) repeat-y #FFFFFF;
	clear:both;
	min-height:450px;
}
#main li{
	padding-top:5px;
	padding-bottom:5px;
}	
#left, #right{
	float:left;
	width:180px;
	background:url(../images/col.jpg) repeat-y;
	clear:none;
	font-size:12px;
	text-align:center;
	color:#666666;
	overflow:hidden;
}
#left {
	min-height:700px;
}	
#left p, #right p{
	margin:15px;
	}
#left ul a, #right ul a{
	font-weight:normal;

}
#left ul a:hover, #right ul a:hover{
	color:#666666;
}
#left ul, #right ul{
	padding-left:25px;
	margin:10px;
	margin-right:15px;
	text-align:left;
	overflow:hidden;
}
#left li, #right li{
	list-style-image:url(../images/bullet.gif);
	padding-bottom:10px;
}
#left li:hover, #right li:hover{
	list-style-image:url(../images/bullet-h.gif);
}	
#main h3{
	font-size:17px;
	text-align:center;
	line-height:40px;
	color:#000000;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#main h4{
	font-size:14px;
	line-height:40px;
	color:#990000;
}

#left h3{
	background:url(../images/left-head.jpg) repeat-y;
}
#right h3{	
	background:url(../images/right-head.jpg) repeat-y;
}

#center {
	font-size:12px;
	float:left;
	width:515px;
	clear:none;
	padding:10px;
}
#center ul{
	margin-left:10px;
	font-size:12px;
	margin-bottom:10px;
}
#center img.screen2{
	margin-bottom:10px;
}	
#center img.screen{
	margin-bottom:10px;
	margin-left:15%;	
}
#center p{
	padding-bottom:10px;
	font-size:12px;
}
#centerNews {
	float:left;
	width:515px;
	clear:none;
	padding:10px;
}
#centerNews li{
	padding-bottom:10px;
	font-size:12px;
	list-style-type:none;
	margin-left:10px;
}
#centerNews a{
	color:#CC0000;
	text-decoration:none;
}	
#centerNews a:hover{
	color:#000;
}	
.button{
	width:136px;
	height:21px;
	padding-top:5px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/button.gif) no-repeat;
}
.button a{
	color:#FFFFFF;
	padding-right:25px;
}	
.button:hover{
	background:url(../images/button-h.gif) no-repeat;
}	
.buttong, .buttonr{
	width:107px;
	height:19px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
}
.buttong a, .buttonr a{
	font-weight:bold;
	color:#FFFFFF;
	line-height:11px;
}
.buttong{
	background:url(../images/buttong.jpg);
}
.buttong:hover{
	background:url(../images/buttong-h.jpg);
}
.buttonr{
	background:url(../images/buttonr.jpg);
}
.buttonr:hover{
	background:url(../images/buttonr-h.jpg);
}
a.black {
	color:#000000
}


#footer{
	width:895px;
	height:206px;
	background:url(../images/footer.jpg);
	clear:both;
}	

.italics{
	padding:0px;
	text-align:center;
	color:#999999;
	margin-bottom:10px;
}

#boxleft img, #boxright img{
	margin:0px;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}	
#boxleft{
	float:left;
	width:250px;
	clear:none;
}
#boxright{
	float:right;
	width:250px;
	clear:right;
}	
#boxright h3, #boxleft h3{
	color:#f59938;
}	
#faq a{
	color:#000000;
}
#faq h4{
	line-height:15px;
	margin-bottom:10px;
	margin-top:10px;
}	
#faq a:hover{
	color:#666666;
}
#faq ol{
	margin-left:20px;
	margin-bottom:10px;
}	

#faq a.top{
	float:right;
	margin-right:20px;
}

.preLoadImg {
	display:none;
}	
	
#transparentstuff{
    filter:alpha(opacity=35);
	background-color:#000000;
	-moz-opacity:.35;
	opacity:.35;
}
.video{
	width:400px;
	height 300px; 
	background-color:#000; 
	padding:0px; 
	padding:1px; 
	margin-left:50px;
	padding-bottom:0px;
	text-align:center;
}
