/*
FLEXmicro.com
07/2009
style_2.css
*/


/* Global Styles */

body {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #333;
	font-family: Verdana, arial, sans-serif;
	line-height: 14px;   
}

p {
	margin-bottom: 11px
}


.bodywhite {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #fff;
	font-family: Verdana, arial, sans-serif;
	
}

.mediumText {

	font-size: 10px;
	color: #333;
	line-height:14px;
}


.smallText {
	font-size: 8px;
	color: #000;
	line-height:12px;
}

a {
	color: #096;
	text-decoration: none;
}

ul {
	list-style:square;
		
}

ul ul {
	list-style: circle;	
}

ul ul ul {
	list-style: disc;	
}


ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}


/* =Typography */


h1 { /* Page Title */
	font-size:21px;
	font-weight:normal;
/*	font-family:"Palatino Linotype";  */
	font-family:"Arial";
	color:#000;
	margin-bottom: 16px;
	line-height:22px;
}

h2.group /* Hub page group sub headings */
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 0px 0px;
	margin-bottom: 0px;
}

h2 /* Intro Heading */
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;
}

h3 /* Body text heading */
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/*
div h3  {
	margin-bottom: -14px;
}

#secpromo h3
 {
	margin-bottom: -14px;
}
*/

h1.white { /* White Page Title */
	font-size:18px;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	margin-bottom: 16px;
	line-height:22px;
}

h2.white { /* White Page Subtitle Level 1*/
	font-size:13px;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	line-height:18px;
}

h3.white { /* White Page Subtitle Level 2*/
	font-size:11px;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	line-height:18px;
}


/* Hub Page Features */


#HubFeatureImage {
	position:absolute;
	width:286px;
	left: 465px;
	top: -22px;
	float: right;
	
}


#HubFeatureImageNoOffset {
	position:absolute;
	width:286px;
	left: 465px;
	top: 22px;
	float: right;
	
}


#HubFeatureText {
	width: 440px;
}

#HubFeatureImage375x {
	position:absolute;
	width:375px;
	left: 395px;
	top: -22px;
	float: right;
	
}

#HubFeatureText375xImage {
	width: 367px;
	float: left;
}

#PlayHubFeature375x {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px 0 22px 22px;
	width: 748px;
	margin-bottom: 11px;
}



#PlayHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px;
	width: 726px;
	margin-bottom: 11px;
}


#WorkHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #008254;
	padding:  22px ;
	width: 726px;
	margin-bottom: 11px;
}

#HomeHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #FA9B20;
	padding:  22px;
	width: 726px;
	margin-bottom: 11px;
}


#ProductsHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #494f55;
	padding:  20px;
	width: 726px;
	margin-bottom: 11px;
}

html>body #ProductsHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #494f55;
	padding:  20px 20px 30px 20px;
	width: 726px;
	margin-bottom: 11px;
}


