/* COLORS */
/*
main content: #1c1c1c
background: #000000
blue: #0000FF
light-blue: #6699FF*/

@charset "utf-8";
body  {
	background: #000;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	margin: 0px 0px 10px 0px; 
	padding: 0;
	text-align: center;
	font: 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #efefef;
}
/****************************************** GENERAL STYLES ************************************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
}
.small {
	font-size: 80%;
}
textarea, select, input {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p.hr {
	border-top: 1px solid #999;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
.divider {
	border-top: 1px dotted #999;
	margin: 40px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	clear: left;
}
.small {
font-size: 11px; }
.glow {
	color: #00FFFF;
}
a:link {
	color: #6699FF;
	text-decoration: underline;}

a:visited {
	color: #6699FF;
	text-decoration: underline;}
	
a:hover {
	color:  #FF9900;
	text-decoration: none;
	}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #e7e7e7;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 20px;
/*	padding: 4px 4px 4px 0px;*/
	}
h2{
	color: #FF9900;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 10px;
	}
h3{
	color: #6699FF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
	}
ul,ol {

}
li {
	list-style-position:;
	margin-bottom: 12px;
}
li strong {
	color: #6699ff;
}
.imageborder{
	border: 1px solid #ddd;
	padding: 2px;
	}
.imageborder a:link{
	border: 1px solid #000000;
	padding: 2px;
	text-decoration: underline;
	}
.imageborder a:hover{
	border: 2px solid red;
	padding: 2px;
	text-decoration: underline;
	}
img {
	border: 0;
	}
/************************************** LAYOUT STYLES**************************************/
#wrapper {
	position: relative;
	width: 950px;  	
	margin: 0px auto;
	border: 1px solid transparent;
	text-align: left;
}
#container { 
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left; 
} 
#header { 
	height: 210px;
	margin: 50px auto 0px auto; 
	background-image: url(../images/banner_logo.jpg);
	background-repeat:no-repeat;
} 
#breadcrumbs {
	width: 950px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;	
	text-align: left;
	font-size: 11px;
	color: #999;
}
#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 46px;
	margin: 6px auto 8px auto;
	padding: 0px 0px 0px 0px;
	background-color: /*#1c1c1c*/;
}
#navbar .content {
/*	position: relative;
	top: 16px;
	left: -15px;*/
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-transform:capitalize;
}
#navbar a {
	font-weight: bold;
	border-top: 3px solid transparent;
	margin: 0px 6px;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
}
#navbar a:hover {
		background-color: transparent;
		border-top: 3px solid orange;
		color: orange;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#navbar li {
	display: inline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em;
	border-color: orange !important;
	color: orange;
	text-decoration: none;
}
#mainContent { 
	margin: 20px 240px 0 0; 
	padding: 0px 0px; 
	line-height: 150%;
}
#sidebarleft {
	display: box;
	float: left; 
	width: 200px; 
	margin: 0px 30px 20px 0px;
	padding: 0px;
	border-right: 0px dotted #999;
	font-size: 11px;
	color: #ddd;
}
/*#sidebarleft p {
	padding: 5px;
	background-color:#333333;
	margin: 10px 10px 10px 0px;
}*/
#sidebarleft li {
	display: block;
	height: auto;
	background-color: #333;
	margin-bottom: 2px;
	padding: 5px;
}
#sidebarleft h1 {
	color: #FF9900;
	font-size: 18px;
	margin: 0 10px 2px 0px;
	padding: 0;
	text-transform:lowercase;
	display: block;
	background-color: #333333;
	padding: 5px;
}
#sidebarleft h2 {
	color: #FF9900;
	font-size: 12px;
	margin: 0 10px 12px 0px;
	padding: 5px;
	text-transform:lowercase;
	display: block;
	background-color: #333333;
}
#sidebarleft ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0px;
}
#sidebarleft li a {
	display: block;
	background-color: #333;
	margin-bottom: 2px;
	padding: 5px;

}
#sidebarleft a {
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	}
#sidebarleft li a:hover {
	background-color: #666;
}
#sidebar {
	display: inline;
	float: right; 
	width: 170px; 
	margin: 10px 0px 20px 20px;;
	padding: 5px 5px 5px 5px;
	border-left: 0px solid #000;
	font-size: 11px;
	color: #666;
	background-color: #333333;
}
html>body #sidebar {
	width: 200px;
}
#sidebar p {
	padding: 12px 5px 5px 0px;
	margin: 0;
}
.quote {
	padding: 12px 0px;
	text-align: right;
	color: #efefef;
	font-style:italic;
	font-size: 12px;	
}
#sidebar h1 {
	margin: 0;
	padding: 4px 10px 0px 10px;
	height: 25px;
	border-bottom: 1px solid #c3cad5;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #0000FF;
	text-transform:uppercase;
}
#sidebar h2 {
	font-size: 11px;
	text-transform:uppercase;
	padding: 5px 0px 12px 0px;
	margin: 0;
}
/******************************************** Footer ******************************************/
#footer { 
	height: 40px;
	margin: 0 auto;
	padding: 5px 0px;
	background-image: url(../images/bg_footer1.gif);
	background-position:top;
	background-repeat:repeat-x;
	color: #ddd;
	font-size: 11px;
	text-align: left; 
} 
#footer .content {
	width: 950px;
	height: auto;
	margin: 0 auto;
}
#footer .content .floatright {
	float: right;
	padding-top: 5px;
}
/******************************************* Boxes ********************************************/
.boxcontainer /* CONTAINAS THE 3 SIDE-BY-SIDE BOXES ON THE HOMEPAGE */{
	width: 100%;
	margin: 12px 0px 12px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 0px dotted #999;
	border-bottom: 0px dotted #999;
} 
.box1, .box2, .box3 {
	width: 210px;
	height: 320px;
	font-size: 11px;
	text-align: left;
}
.box1 p, .box2 p, .box3 p{
	text-align: left;
}
.box1 h2, .box2 h2, .box3 h2{
	padding-top: 5px;
	margin: 0px 0px 12px 0px;
	padding-bottom: 0px;
	font-size: 14px;
	}
.box3 {
	float: left;
	padding: 0px 0px 10px 15px;
	border-left: 1px dotted #999;
/*	background-color: #666;*/
}
.box2 {
	float: left;
	margin-right: 10px;
	padding: 0px 15px 10px 15px;
	border-left: 1px dotted #999;
}
.box1 {
	float: left;
	margin-right: 10px;
	padding: 0px 10px 10px 0px;
	border-left: 0px dotted #999;
}
.twoColumnContainer {
	margin: 20px 20px 20px 0px;
	padding-top: 20px;
	height: 180px;
	padding: 10px;
}
.twoColumnContainer .left{
	text-align: right;
	float: left;
	width: 150px;
	margin-right: 20px;
}
.twoColumnContainer .right  {
	margin-left: 0px;
}
.twoColumnContainer .textBreak {
	clear:left;
}
.sidebarrightfloat {
	float: right;
	width: 160px;
	height: auto;
	margin-left: 12px;
	margin-bottom: 5px;
	padding: 12px 0px 12px 12px;
	border-left: 1px dotted #efefef;
	text-align: center;
	font-size: 10px;
}
/************************************************ TABLES **********************************************/
#comparisontable {
	width: 100%;
	margin: 12px 0px 12px 0px;
	border: 0px solid #999;
}
#comparisontable th{
	background-color: #333;
	padding: 5px;	
	border-bottom: 1px solid #666;
}
#comparisontable td{
	padding: 5px;
	border-bottom: 1px solid #666;
}