@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border: none;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size: 0.9em;
	line-height: 16pt;
}

.overview {	font-size: 1em;
color: #666;
line-height:18pt;}

.overviewSmall {	font-size: 0.9em;
color: #0587a2;
line-height:16pt;}


.title1 {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;}
	
.title2 {	font-weight: bold;
	color: #000;
	font-size: 1em;}

.title3 {
	font-weight: bold;
	color: #0587a2;
	font-size: 1.2em;}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 155px;
	background: #FFF url(../images/header/bg.gif);
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerLogo {
	margin: 0 0 0 1em;
	float:left;
}

#headerNav {
	float:right;
	margin: 4px 2em 0 0;
}

#headerNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#headerNav li {
	float:left;
	margin:8px;
	padding:0;
}

#headerNav li a {
	float:left;
	font-weight:bold;
	font-size: 0.8em;
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
}

#headerNav li a:hover {
	color:#3ca7bb;
	text-decoration:none;
}


#headerLogin {
	float:right;
	margin: 0px 0 0 0;
}

#headerLogin ul {
	list-style:none;
	margin:0;
	padding:0;
}

#headerLogin li {
	float:left;
	margin:8px;
	padding:0;
}

#headerLogin li a {
	float:left;
	font-weight:bold;
	font-size: 0.7em;
	display:block;
	padding:5px 10px;
	height:100%;
	color:#fff;
	text-decoration:underline;
}

#headerLogin li a:hover {
	color:#CCC;
	text-decoration:underline;
}


.oneColFixCtrHdr #headerHomepage {
	height: 369px;
	background: #FFF url(../images/header/homepage/bg.gif);
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headerHomepage #scorg {
	background:url(../images/header/homepage/bg_scorg.jpg) no-repeat;
	margin: 0 0 0 1em;
	width:466px;
	height:302px;
	float:right;
}
.oneColFixCtrHdr #headerHomepage #scorg span img{
	display:block;
	border:none;
	margin: 31px 25px;
}

.oneColFixCtrHdr #headerHomepage #morg {
	float:right;
	width:500px;
	margin-top: 1em;
}

.oneColFixCtrHdr #header #scorg {
	margin: 1em 0 0 2em;
	float:left;
}

.oneColFixCtrHdr #header #morg {
	float:right;
	margin: 1em 1em 0 0;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContentInternal {
	padding: 2em 2em 2em 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:right;
	width: 600px;
}

.oneColFixCtrHdr #sidebar {
	float:left;
	width: 300px;
	height: 600px;
	background: url(../images/sidebar/bg.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul {
	list-style:none;
	margin:1em 0 0 1.2em;
	font-size: 1em;
}

.oneColFixCtrHdr #sidebar ul li.selectedOverview {
	color:#FFF;
	background: url(../images/sidebar/overviewSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.selectedMultimedia {
	color:#FFF;
	background: url(../images/sidebar/multimediaSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.selectedFunctions {
	color:#FFF;
	background: url(../images/sidebar/functionsSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.selectedTechnology {
	color:#FFF;
	background: url(../images/sidebar/technologySelected.gif) no-repeat;
}





.oneColFixCtrHdr #sidebar ul li.NOselectedOverview {
	color:#FFF;
	background: url(../images/sidebar/overviewNOSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.NOselectedMultimedia {
	color:#FFF;
	background: url(../images/sidebar/multimediaNOSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.NOselectedFunctions {
	color:#FFF;
	background: url(../images/sidebar/functionsNOSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li.NOselectedTechnology {
	color:#FFF;
	background: url(../images/sidebar/technologyNOSelected.gif) no-repeat;
}

.oneColFixCtrHdr #sidebar ul li {
	width: 236px;
	height: 30px;
	border-bottom: 2px #FFF solid;
	padding:6px 0 0 2.7em;
	font-weight:bold;
	margin:0;
	font-size:15px;
	color: #737373;
}

.oneColFixCtrHdr #sidebar ul li a {
	color:#737373;
}

.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 2em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2;
	color:#9a9a9a;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	font-weight:bold;
	color:#9a9a9a;
}

.clearBoth {
	clear: both;	
}

.h1Homepage {
	color: #FFF;
	font-size: 1.6em;
	margin:0;
}

.h2Homepage {
	color: #FFF;
	font-size: 1.1em;
}

.h2Homepage .dark {
	color: #063e55;
}


.quad_orange {
	list-style-image:url(../images/bullet/quad_orange.gif);
	margin: 0;
	padding-left: 1em;
	font-weight: bold;
	color: #2a2725;
	font-size: 0.9em;
}


.tired_of {
	list-style-image:url(../images/bullet/Cross_Red.gif);
	list-style-position:outside;
}

.pointsContainer {
	width:31%; 
	float:left; 
	margin:0.5em;
	margin-left: 1em;
	font-weight: bold;
	color: #2a2725;
	font-size: 0.9em;
}

.pointsContainer img {
	padding: 0 0.7em;
	float:left;
}

.pointsContainer p {
	margin: 0 0 0 4em;
}

.orange {
	color: #fc8713;	
}

.blue {
	color: #14b1c7;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

#label {
	width: 200px;
	float: left;
}



.advantages {
	float:left;
	width:50%;
}

.advantages p {
	color: #fa7f07;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-left:2em;
}


.advantages li {
	list-style-image:url(../images/bullet/quad_orange_small.gif);
}

.benefits {
	float:left;
	width:50%;
}

.benefits p {
	color: #21abbe;
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding-left:2em;
}

.benefits li {
	list-style-image:url(../images/bullet/pall_blue_small.gif);
}

table {
	border:medium none;
	border-collapse:collapse;
	margin-bottom:45px;
}

th.first {
background:transparent url(../images/table/header.png) repeat-x scroll 0 0;
text-shadow:1px 1px 0 #FFFFFF;
text-align: left;
}

th.last {
background:transparent url(../images/table/header-right.png) no-repeat scroll right top;
text-shadow:1px 1px 0 #FFFFFF;
text-align: left;
}

td, th {
border-bottom:1px solid #D7D7D7;
color:#3E434A;
padding:6px 12px;
}

#createAccount {
	background:transparent url(../images/table/bg_account.gif) no-repeat;
	height: 50px;
	width: 646px;
	margin: 0 2em 2em 0;
	float:right;
	padding: 20px;
}

.createBlack {
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}

.createGreen {
	color: #679d12;
	font-weight:bold;
	font-size:1.2em;
}