body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	line-height: 1.8em;
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #ffffff;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: disc;
}

caption,th {
	text-align: left;
}
td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

/* data table for samples */
table.dtTABLE
{
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.dtTABLE tbody tr th
{
	font:normal 100% Verdana;
	background-color:#EEEEEE;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}
table.dtTABLE tbody tr td
{
	font:normal 100% Verdana;
	border:1px solid #cccccc;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:13px;
	text-align:left;	
}
/* end data table for samples  */

/*grid*/

img {
	border: none;
}

hr {
	padding: 0;
	margin: 1em 0;
	border: 0;
	background-color: #ccc;
	color: #ccc;
}

h1,h2,h3,h4 {
	margin: 0 0 0.25em 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bolder;
}
h1 {
	font-size: 1.8em;
	letter-spacing: -1px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

blockquote {
	font: italic 1.1em Georgia, Times, serif;
	line-height: 2.2em;
}

pre, code {
	font: 1.05em Courier, monospace;
}

pre {
	line-height: 1.5em;
}

pre strong {
	font-size: 1em;
	font-weight: bold;
}

pre code {
	font-size: 1em;
	line-height: 1.5em;
}


a {
	text-decoration: underline;
	color: #006699;
	}
a:active {
	color:red;
	}
a:hover {
	color: #000;
}


/************************/

#topbox {
	background: #186ab3 url(../img/topbg.gif) 0 top;
	height: 83px;
	width: 100%;
}
#topbox h1 {
	margin: 0;
	padding: 0;
}
#toplogo {
	background: url(../img/toplogo.jpg) no-repeat left;
	height:83px;
	padding:0;
	margin:0;
}
#topsupportbox {
	padding: 2px 8px;
	text-align: right;
	line-height: 19px;
}
#topsupportbox, #topsupportbox * {
	color: #fff;
	font-size: 10px;
}

#menu {
	background-color: #f0f0f0;
	width: 14em;	
}
#menu a {
	display: block;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
	padding: 1px 8px 1px 24px;
	color: #000;
}
#menu a.submenu:HOVER {
	background-color: #d8e8f6;
}
#menu div.primary a {
	color: #2974b6;
	font-weight: bold;
}
#icon_anychart, #icon_anychart:HOVER { background: url(../img/icon_anychart.gif) no-repeat left center; }
#icon_anygantt, #icon_anygantt:HOVER { background: url(../img/icon_anygantt.gif) no-repeat left center; }
#icon_anymap, #icon_anymap:HOVER { background: url(../img/icon_anymap.gif) no-repeat left center; }

#menu div.primary a:HOVER {
	color: #000;
}
a#magicmenuselected {
	background-color: #ffffff !important;
}
#content {
	padding: 2em 2em 2em 3em;
}
#content_nomenu {
	padding: 1em 2em 3em 2em;
}
#footer {
	background: #186ab3 url(../img/topbg.gif) 0 top;
	padding: 6px 12px;
}
#footer, #footer *  {
	color: #fff;
}
/************************/
.visibleitem {
	display: block;
}
.hiddenitem {
	display: none;
}
/************************/


#navbox {
	width: 100%;
	height: 30px;
	background: #737373 url(../img/navbg.gif) repeat-x 0 bottom;
	overflow: hidden;
	border-top: 1px solid #9b9fa1;
}


#navbox a.navtop {
	float: left;
	display: block;
	padding: 6px 20px;
	background: url(../img/navsep.gif) no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
#navbox a.navtop:HOVER {
	background: url(../img/navbg_o.gif) no-repeat right bottom;	
}
a#navtopselected {
	background: url(../img/navbg_s.gif) no-repeat right bottom !important;	
}

/***********************/
.sep {
	background: url(../img/sep.gif) repeat-y center;
	width: 30px;
}
.partners {
	background-color: #f1f1f1;
	vertical-align: middle;
	color: #979898;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.nobr {
	white-space: nowrap;
}
.grey, .grey * {
	color: #898989 !important;
}
.topphone, .topphone * {
	color: #beddf7 !important;
}
.pad {
	padding: 10px;
	text-align: justify;
	max-width: 700px;
}

.galleryimages {
}
.galleryimages div {
	float: left;
}
.cl {
	clear: both;
}
