/* Basic global HTML styles ------------------------------------------- */
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-image: url("../img/background.gif"); 
	background-repeat: repeat-x; 
	background-color:#ffffff;
	color:#333333;
	margin:0px;
	padding:0px;
	text-align:left;
	overflow:-moz-scrollbars-vertical;
	}

html { height: 100%; margin-bottom: 1px; }	
	
#license { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#333333;
	text-align:left;
	border:1px solid; 
	width:500px; 
	height:100px; 
	overflow:auto;
	}
	
.white {
	background-color:#ffffff;
	color:#ffffff;
	border:0;
	}
	
.line {
	border-top:1px solid #e4e4e4;  
	margin-bottom:0px;
	}
	
#logo {
	height:70px;
	margin:0px;
	padding-bottom:12px;
	position:relative;
	background-image:url("../img/logo.gif");
	background-repeat:no-repeat;
	}
	
a:link {color: #00AEEF; text-decoration:none;}
a:visited {color: #00AEEF; text-decoration:none;}
a:hover {color: #00AEEF; text-decoration:underline;}
a:active {color: #00AEEF; text-decoration:none;}

#nav ul {
	font-size:1.15em;
	position:relative;
	list-style:none; 
	margin:0;
	}

#nav li {
	float:left;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:70px 18px 0px 18px;
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	display:block;
	float:left;
	margin:0px;
	padding:12px 14px 0px 14px;
	text-decoration:none;
	}

#nav a:hover {
	text-decoration:underline;
	}
	
.header {
    font-size:110%;
	font-weight: bold;
	text-align:right;
	}
	
.links {
    font-size:110%;
	font-weight: bold;
	}
	
.links a:link {color: #000000; text-decoration:none;}
.links a:visited {color: #000000; text-decoration:none;}
.links a:hover {color: #000000; text-decoration:underline;}
.links a:active {color: #000000; text-decoration:none;}

.links2 {
    font-size:110%;
	font-weight: bold;
	}
	
.links2 a:link {color: #00AEEF; text-decoration:none;}
.links2 a:visited {color: #00AEEF; text-decoration:none;}
.links2 a:hover {color: #00AEEF; text-decoration:underline;}
.links2 a:active {color: #00AEEF; text-decoration:none;}

	
.heading {
    font-size:190%;
	font-weight: bolder;
	text-align:left;
	}
	
.heading2 {
    font-size:120%;
	font-family:arial-narrow, sans-serif;
	font-weight: bolder;
	text-align:left;
	}
	
.title {
    font-size:110%;
	font-weight: bold;
	text-align:left;
	}
	
.consumers {
    font-size:120%;
	font-weight: bold;
	text-align:left;
	color:#00AEEF;
	}
	
.developers {
    font-size:120%;
	font-weight: bold;
	text-align:left;
	color:#74B74A;
	}
	
.devices {
    font-size:120%;
	font-weight: bold;
	text-align:left;
	color:#46166B;
	}
	
.trademark {
    font-size:120%;
	font-weight: bold;
	text-align:left;
	color:#64BDFE;
	}	
	
#consumer_heading {
    font-size:180%;
	padding-left:180px;
	padding-top:60px;
	padding-bottom:20px;
	font-weight: bold;
	text-align:left;
	color:#00AEEF;
	}
	
#trademark_heading {
    font-size:180%;
	padding-left:180px;
	padding-top:60px;
	padding-bottom:20px;
	font-weight: bold;
	text-align:left;
	color:#64BDFE;
	}
	
#developer_heading {
    font-size:180%;
	padding-left:180px;
	padding-top:60px;
	padding-bottom:20px;
	font-weight: bold;
	text-align:left;
	color:#74B74A;
	}
	
#devices_heading {
    font-size:180%;
	padding-left:180px;
	padding-top:60px;
	padding-bottom:20px;
	font-weight: bold;
	text-align:left;
	color:#46166B;
	}
	
#licensees {
    padding-left:24px;
	text-align:left;
	line-height:26px;
	}
	
#printPage {
	width:70px;
	float:right;
	text-align:center;
	font-size:80%;
	font-style:italic;
	padding:0px 0px 6px 0px;
	}
	
#copyright {
     font-family: sans-serif;
	 float:left;
	 font-size: .7em;
	 font-weight:bold;
	 padding-top:8px;
	 padding-bottom:8px;
	 padding-left:24px;
	 text-align:left;
	 }
	 
#pageContainer {
	width:910px;
    margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-top:12px;
	background-color:#ffffff;
	}

#MainContent {
	float:left;
	width:910px;
	text-align:left;
	background-color:#ffffff;
	} 
	
#MainContent2 {
	float:left;
	width:910px;
	text-align:left;
	background-color:#ffffff;
	border-bottom:1px solid #e4e4e4;
	} 
	
#header {
    height:70px;
	z-index:10;
	margin:0px;
	padding:0px;
	position:relative;
	background-image:url("../img/logo.gif");
	background-repeat:no-repeat;
	}
	
#header2 {
	height:384px;
	margin:0px;
	padding:0px;
	position:relative;
	background-image:url("../img/home.jpg");
	background-repeat:no-repeat;
	}
	
#FirstColumn {
	float:left;
	width:620px;	
	text-align:left;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:24px;
	}
	
#SecondColumn {
	float:left;
	border-left:1px solid #e4e4e4;
	width:230px;	
	text-align:left;
	padding-bottom:24px;
	}
	
#FirstColumn2 {
	float:left;
	width:325px;	
	text-align:left;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:24px;
	}
	
#SecondColumn2 {
	float:left;
	width:490px;
	padding-left:12px;
	padding-right:12px;
	border-left:1px solid #e4e4e4;
	text-align:left;
	padding-bottom:24px;
	}
		
