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


/* HEADER */

html {
background-color: #303030;
}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	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;
}

p, table, td, tr, ol, ul, li, form, option, input, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top:3px;
}

a {
	color:#212121;
}
a:hover {
	color:#FF9900;
}

.wp_h_space {

padding: 0 10px 0 10px;

}


.thrColFixHdr #container {
	width: 790px;
	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. */
	background-image: url(../images/backgrounds/bg_content.jpg);
	background-repeat: repeat-y;
} 

h1,h2,h3,h4,h5,h6 {
margin-bottom:-5px;
margin: 0px;
padding: 0px;
line-height: -3em;

}

.thrColFixHdr h1 {
	font: 20px 'Trebuchet MS',tahoma, Helvetica, Verdana, Arial,  sans-serif;
	color:#ff4d00;
}

.thrColFixHdr h2 {
	font: 16px 'Trebuchet MS',tahoma, Helvetica, Verdana, Arial,  sans-serif;
	color:#ff4d00;
	
}

/* HEADER END */



/* HEAD */

.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/backgrounds/bg_header.jpg);
	height: 83px;
	background-repeat: no-repeat;
}

.thrColFixHdr #logo {
	float:left;
	width: 200px;
	margin-top: 20px;
}

.thrColFixHdr #site_nav {
	float:right;
	width: 470px;
	margin-top: 30px;
}

.thrColFixHdr #site_nav a {
	color:#212121;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	border-right: 1px solid #d6d6d6;
	
}

.thrColFixHdr #site_nav a:hover {
	color:#FF9900;
	text-decoration:none;
	
}

/* HEAD END */



/* CONTENT */

/* feature */

.thrColFixHdr #feature {
	padding: 0px 10px 0px 0px;  /* 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. */
	background-image: url(../images/backgrounds/bg_feature.jpg);
	height: 208px;
	background-repeat: no-repeat;
	margin: 0px;
} 

.thrColFixHdr #feature a {
	font: 15px 'Trebuchet MS',tahoma, Helvetica, Verdana, Arial,  sans-serif;
	color:#212121;
	font-weight:bold;
	/*padding:0px 10px 0px 2px; !!!to be deleted!!!*/
	letter-spacing:.02px;
	text-decoration:none;
	
} 
.thrColFixHdr #feature a:hover {
	color:#FF9900;
	text-decoration:none;
	
}

.thrColFixHdr #featureText {
	float:right;
	text-align:left;
	margin: 25px 50px 0px 320px;
} 
.thrColFixHdr #featurePce {
	background-image: url(../images/backgrounds/bg_feature_pce.jpg);
	height: 214px;
	background-repeat: no-repeat;
	background-position:right;
	margin: 0px;
	border-bottom: 1px solid #d6d6d6;
}  

.thrColFixHdr #featuresPageCol1 {
	width:120px; 
	float:left;
	text-align:center;
}

.thrColFixHdr #featuresPageCol2 {
	width:450px; 
	float:right;
	padding:0 20px 30px 0;
}

.thrColFixHdr #featuresPageCol2 p {
	padding:0px 0px 20px 0px;
	margin-top:9px;
}

.thrColFixHdr #featuresPageCol2 strong {
	font: 15px 'Trebuchet MS',tahoma, Helvetica, Verdana, Arial,  sans-serif;
	color:#FB4D08; /*#212121;*/
	font-weight:bold;
	letter-spacing:.01px;
}  

/* feature end */

.thrColFixHdr #theContentHome {
	background-image:url(../images/backgrounds/bg_content.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #theContentHome p {
	padding:0px 0px 20px 0px;
	margin-top:9px;
}
.thrColFixHdr #theContent {
	background-image:url(../images/backgrounds/bg_content.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #d6d6d6;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #contentMain {
	margin: 10px 190px 50px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 
.thrColFixHdr #contentDiagram {
	/*margin:5px 0px 0px 0px;*/
	padding:10px 0 20px 0;
	background-image:url(../images/diagram.jpg);
	background-position:left;
	background-repeat: no-repeat;
	height:250px;
	width:588px;
	border-bottom: 1px solid #d6d6d6;
}
.thrColFixHdr #contentDiagramText {
	margin:0px 12px 0px 260px;
	padding-top:70px;
}
.thrColFixHdr #colLearn {
	float: right; /* since this element is floated, a width must be given */
	/*height:980px;*/
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*margin-top:20px;*/
	padding-left:10px;
	border-left: 1px solid #d6d6d6;
}
.thrColFixHdr #colLearn img {
	padding-bottom:8px;
}
.thrColFixHdr #colLearn a {
	color:#303030;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	/*padding:20px 0px 30px 0px;
	margin-bottom:10px;
	letter-spacing:0.02px;*/
	text-decoration:none;
	vertical-align:top;
}
.thrColFixHdr #colLearn a:hover {
	color:#FF9900;
	text-decoration:none;
	
}
.thrColFixHdr #colSide {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #d6d6d6;
}
.thrColFixHdr #colSide a {
	color:#303030;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	/*padding:20px 0px 30px 0px;
	margin-bottom:10px;
	letter-spacing:0.02px;*/
	text-decoration:none;
	vertical-align:top;
}
.thrColFixHdr #colSide a:hover {
	color:#FF9900;
	text-decoration:none;
	
}
.thrColFixHdr #colSideTop {
	border-bottom: 1px solid #d6d6d6;
	padding:0px;
	margin:0px;
	height:214px;
}
.thrColFixHdr #productNav {
	padding:50px 0 0 10px;
}
.thrColFixHdr #productNav img {
	padding-bottom:8px;
}
.thrColFixHdr #productNav a {
	color:#303030;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	/*padding:20px 0px 30px 0px;
	margin-bottom:10px;
	letter-spacing:0.02px;*/
	text-decoration:none;
	vertical-align:top;
}
.thrColFixHdr #productNav a:hover {
	color:#FF9900;
	text-decoration:none;
	
}

.thrColFixHdr #contentColumns a {
	font: 15px 'Trebuchet MS',tahoma, Helvetica, Verdana, Arial,  sans-serif;
	color:#212121;
	font-weight:bold;
	letter-spacing:.01px;
	text-decoration:none;
}
.thrColFixHdr #contentColumns a:hover {
	color:#FF9900;
	text-decoration:none;
	
}
.thrColFixHdr   #colOne {
	margin-top:10px;
	width: 170px;
	float: left;
}
.thrColFixHdr   #colOneImg {
	width: 105px;
	float: left;
	margin-top:50px;
}
.thrColFixHdr   #colTwo {
	margin-top:30px;
	width: 175px;
	float: left;
	margin-left:15px;
}
.thrColFixHdr   #colTwoImg {
	width: 110px;
	float: left;
	margin-top:55px;
	margin-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.myTable {
	display:table;
	table-layout:fixed;
	height:auto;
	border:1px solid #FFF7E7;
	border-collapse:collapse;
	border-spacing:0px; 
	margin: 0;
}

.myTable td{
	border-bottom:1px solid #FFF7E7;
	border-top:0px;
	border-left:1px solid #FFF7E7;
	border-right:0px;
	padding: 5px;
	vertical-align: top;
}

.myhdr {
	font-size:11px;
	color:#ff4d00;
	font-weight:bold;
}

.bdr_shade {
	border-bottom:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
}

/*centered hr styled for ie and firefox*/
.hr_center {
	margin:0px auto; 
	width:500px;
	padding:10px 0 20px 0;
}

.hr_line {
	border-top:1px solid #CFCFCF; 
	padding:0px;
	margin:0px;
}
div.hr_line hr {
	display:none;
}

/* transaction */
.error {

	color:#FF0000;
	padding:10px; 
	text-align:center;
	background-color:#FEF3F3;
}

.error_border {
	width:400px; 
	padding:5px; 
	border:1px solid ;
	color:#FFBFBF; 
	margin:0 auto;
	margin-bottom:20px;
}

.error strong {

	color:#FF0000;

}

.approved {
	color:#006600;
	padding:10px;  
	background-color:#F0FFF0;
	text-align:center;

}
.approved_border {
	width:400px; 
	padding:5px; 
	border:1px solid #BFFFBF; 
	margin:0 auto;
}
.approved strong {

	color:#00CC00;

}

/* transaction end */

.check_list li {
list-style-image: url(../images/icons_small/ico_check.gif);
}

/* site map */



/* CONTENT END */



/* FOOTER */

.thrColFixHdr #footer {
	padding: 10px 10px 0px 20px;
	background-image: url(../images/backgrounds/bg_footer.jpg);
	height: 81px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	text-align: center;
} 

.thrColFixHdr #footer a {
font-size:10px;
padding:0 5px 0 5px;
color: #212121;
text-decoration: underline;
}
.thrColFixHdr #footer a:hover{
color:#FF9900; 
}


.thrColFixHdr #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 */
}

/* FOOTER END */
