/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
margin: 0;
padding: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
border-left:0;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
/*line-height: 1;*/
line-height:20px;
color: black;
background: #212121;
font-family: Arial,Verdana,Helvetica,sans-serif;
}
ol, ul {list-style: none;}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

/*no dotted line around links in ff*/
:-moz-any-link:focus {
  outline: none;
}

/*show vertical scrollbar in ff*/
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

/*show vertical scrollbar for other browsers*/
html { overflow-y: scroll; }


/* ------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

.dotline {
display:block;
}

h1,h2,h3,h4,h5,h6{
font-family: Arial, Verdana, Tahoma, sans-serif;
}
/* http://developer.yahoo.com/yui/fonts/   OR   http://developer.yahoo.com/yui/3/cssfonts/ */
/*h1{font-size:230%}/* ~30px */
/*h2{font-size:182%}/* 24px */
/*h3{font-size:167%}/* 22px */
/*h4{font-size:152%}/* 20px */
/*h5{font-size:136%}/* 18px */

h1{font-size:17px; color:#000000; font-weight:bold;}
h2{font-size:12px; font-weight:bold; color:#4183b5; margin-bottom:5px;}
h3{font-size:22px}
h4{font-size:20px}
h5{font-size:18px}
h6 {font-family:Arial, sans-serif;	font-size:11px;	font-weight:bold;}

body{
font-size: 11px;
text-align:center; /* for ie5.+*/
}

a {
	text-decoration:none;
	color:#DB0066;
}
a:active { 
    border:none;
    outline:none;
}
a:hover {
 	text-decoration:underline;
	color:#DB0066;
}


#wrapper{
width:702px;
margin:auto;/* center the page*/
text-align:left;/* reset text back to left due to ie5.x fix */
}

#header{
width:702px;
background: url(images/topimage.jpg) no-repeat;
height:378px;
/*margin-top: 50px;*/
/*margin-bottom:59px;*/
}

#swfholder {
	margin-left:17px;
}

#container {
	width:702px;
	background: url(images/bgcont.jpg) no-repeat bottom #141414;
}


.imgColHeader {
	padding-left:10px;
	padding-right:8px;
	width:1px;
}
.imgColHeader, .textColHeader {
	display:table-cell;
	vertical-align:middle;
}
.imgColHeader img {
	border-width:0;
	vertical-align:bottom;
}


.blueText {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4183b5;
}

.authorName {
	text-align: right;
	color:#4183b5;
	margin-top:10px;
	margin-right:10px;
}

/*********************/
/*edited by me. BEGIN*/
/*********************/

/*content with html data.*/
#content_data {
	margin:0px 17px;
	border-bottom:#fff solid 1px;
	background:#fff;
	display:none;
}
#content_data td {
	width:33.3%;
}
#tableHeader {
	background: url(images/bgcntop.jpg) repeat-x;
}
#tableHeader td {
	border-right:#fff solid 1px; 
	vertical-align:middle;
	height:63px;
}
#tableText td {
	border-right:#d7d7d7 solid 1px;
}

.Column {
	/*float:left;
	width:222px;
	border-right:#d7d7d7 solid 1px;
	display:none;*/
}
.ColumnHeader {
	/*display: table;*/
	width:100%;
	/*height:63px;*/
	text-align:left;
	/*background: url(images/bgcntop.jpg) repeat-x;*/
	margin:0;
	padding:0;
}
.ColumnText {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#828282;
	background:#fff;
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	/*line-height:16px;*/
}

/*list for solution.php, contact.php*/
/*list clickable*/
ul.ClickList {
  list-style: none;
	margin: 0;
	margin-left:5px;
	margin-top:7px;
	padding: 0;
	/*line-height:28px;*/
}
ul.ClickList li {
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 13px;
	margin-bottom: 8px;
}
ul.ClickList li a {
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4183b5;
	margin-left:13px;
	display:block;
	line-height:20px;
	outline:none;
}

/*list with many elements*/
/*list for show data selected by ClickList*/
ul.SelectedList {
  list-style: none;
	margin: 0;
	padding: 0;
}
ul.SelectedList li {
	display:none;
}
ul.SelectedList img {
	float:left;
	margin-right:16px;
}
ul.SelectedList span {
	font-weight:bold;
	color:#4183b5;
	line-height:normal;
}

/*class column right for solution.php*/
.ColumnRightSolution {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#828282;
	padding:18px 20px;
	
}

.Spacer5{
	height:5px;
}
.ColumnLast {
	border:none;
	width:445px;
}
.ColumnHeaderLast {
	border:none;
	margin-right:0;
}

/*******************/
/*edited by me. END*/
/*******************/


















#footer {
	width:702px;
	height:78px;
	background: url(images/bgfooter.jpg) no-repeat;
}






#nav-menu {
/*width:87px;*/
float:right;
margin-right:17px;
margin-top:43px;
} 
#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li {
float: left;
margin-left: 1px;
}

#nav-menu li a {
background: url(images/btnmenu.png) 0px 0px no-repeat;
height: 34px;
width: 87px;
line-height:300%;
/*float: left;*/
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #a5a5a5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
text-align: center;
/*cursor:default;*/
}
#nav-menu li a:hover
{
background-position: 0px -34px;
color: #ffffff;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */






