body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 76%;
	background: #CED9E1 url('../images/datix-bg.png') repeat-x;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}

em {
	color: #294664;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

label {
	font-size: 10px;
	color: #244360;
	font-weight: bold;
}

code {
	font-size: 1em;
	color: #390;
	font-weight: normal;
	font-family: Monaco, Fixed, monospace;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

img {
	border:0;
}

input, button { font-family: 'Lucida Sans', arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; margin: 2px 0; padding: 2px 0 0 0; }

select {font-family: 'Lucida Sans', arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; line-height: 16px; border: 1px solid #ccc; margin: 2px 0 0 0;}

textarea {font-family: 'Lucida Sans', arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; margin: 2px 0; padding: 2px 0 0 0;}

caption {
	font-weight: bold;
}

tr {
	vertical-align:top;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hid {
	display: none;
}

.light {
	color: #cdcdcd;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
}

.small_gray_box {
	float: left;
	width: 25px;
	height: 25px;
	margin: 3px 7px 7px 4px;
	background-color: #666666;
}

#container {
	position: relative;
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#container-btm {
	clear:both;
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
}

#logo {
	position: relative;
	top: 0;
	left: 13px;
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 60px;
	background: transparent url('../images/datix-logo.gif') no-repeat;
	text-indent: -9999px;
}

.elevator {
	color: #FFFFFF;
	font-size: 20px;
	right: 28px;
	top: 30px;
	position: absolute;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
}

#menuh-container {		/* this is the main container position as you want*/
	font-size: 1em;		/* do not remove or alter */
	z-index: 1;			/* do not remove or alter */
}
	
#main_navigation {
	width: 995px;
	margin: 0 auto;
	clear:both;
	height: 30px;
	float: none;
	background: transparent url('../images/nav-bg.png') 0 0 no-repeat;
}

#main_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 26px;
	font-size: 12px;
	line-height: 30px;
	float: left;
	width: 969px;
	
}

#main_navigation li {
	position: relative;			/* do not remove or alter */
    min-height: 1px;			/* do not remove or alter */ 
    vertical-align: bottom;		/* do not remove or alter */
	background: transparent url('../images/main-nav-separators.png') 100% 0 no-repeat;
	margin: 0;
	white-space: nowrap;
}

#main_navigation li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 16px 0 13px;
	height: 30px;
	margin: 0 3px 0 0;
}

#main_navigation #selected a, #main_navigation li a:hover {
	background: #FFF url('../images/top-nav-indent.gif') 0 49% no-repeat;
	color: #094367;
}

#main_navigation li li a, #main_navigation #selected ul a {
	color: #FFF;
	background: #094367;
	/*background: #094367 url('../images/nav-bg.png') 0 0 no-repeat;*/
	font-size: 11px;
	height: auto;
	width: 240px;
	padding: 0 13px;
	margin: 0;
}

#main_navigation li li a:hover, #main_navigation #selected ul a:hover {
	background: #FF6600 url('../images/top-nav-indent.gif') 0 49%  no-repeat;
	color: #000;
}

/* ############### Drop-down start ############### */

#main_navigation li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
	
#main_navigation li li
	{
	/*border-bottom: 1px #FFF solid;*/
	/*border-left: 1px #FFF solid;*/
	}

#main_navigation ul ul
	{
	position:absolute;
	top: auto;
	left: auto;
	display:none;
	padding: 0;
	margin: 0;
	z-index: 0;
	width: 240px;
	}

#main_navigation ul ul ul
	{
	top:0;
	left:100%;
	}
	
div#main_navigation li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
div#main_navigation li:hover ul ul,
div#main_navigation li li:hover ul ul,
div#main_navigation li li li:hover ul ul,
div#main_navigation li li li li:hover ul ul
{display:none;}

div#main_navigation li:hover ul,
div#main_navigation li li:hover ul,
div#main_navigation li li li:hover ul,
div#main_navigation li li li li:hover ul
{display:block;}

#main_navigation			/* IE stuff */
	{
	float:none;
	}
	
body						/* IE stuff */
	{
	behavior:url(/css/csshover.htc);
	}
	
#main_navigation ul li		/* IE stuff */
	{
	float:left;
	}
	
#main_navigation a			/* IE stuff */
	{
	height:1%;
	}

/* ############### Drop-down end ############### */

#main_content {
	position: relative;
	width: 100%;
}

#body {
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	background: #FFF url('../images/panel-main-shadow.gif') 100% 0 repeat-y;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 995px;
	text-align: left;
	background: #FFF url('../images/header-bg.gif') 0 0 repeat-y;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding-top: 26px;
	width: 995px;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	color: #094367;
	background: transparent url('../images/panel-main-btm.gif') 0 0 no-repeat;
}

#footer .footer_left {
	padding-top: 13px;
	float: left;
}

#footer .footer_right {
	padding-top: 13px;
	float: right;
	text-align:right;
}

#footer .linkblk {
	float: left;
	margin: 0 10px 0 0;
	width: 140px;
	overflow: hidden;
}

#footer h3 {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	padding: 20px 23px 10px 23px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}

#footer h3 a {
	font-weight: normal;
	text-decoration: none;
	color: #094367;
}

#footer h3 a:hover {
	text-decoration: none;
	color: #FF6600;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
	width: 995px;
	clear: both;
}

#footer ul ul {
	margin: 0;
	padding: 0;
	width: auto;
}

#footer li {
	color: #094367;
	width: 323px;
	height: 166px;
	display: block;
	margin: 0 0 0 13px;
	padding: 0;
	float: left;
	background: #E7EDF0 url('../images/footer-portlet-bg-2.gif') 0 0 no-repeat;
}

#footer li li {
	width: auto;
	height: auto;
	background-image: none;
	margin: 0;
}

#footer li:first-child {
	margin: 0;
}

#help_icons {
	padding: 0 0 0 20px;
}

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

#help_icons li {
	color: #FF6600;
	text-decoration: none;
	height: 52px;
}

#help_icons li a {
	color: #094367;
	padding: 0 5px 10px 0;
	margin: 0;
	width: 90px;
	height: 42px;
	font-size: 10px;
	line-height: 80px;
	display: block;
	float: left;
	text-align: right;
	text-align: center;
}

#help_icons li a:hover {
	color: #FF6600;
	text-decoration: none;
}

.help_demo { background: #E7EDF0 url('../images/icon-book-demo.png') 50% 0 no-repeat; }
.help_callback { background: #E7EDF0 url('../images/icon-contact-form.png') 50% 0 no-repeat; }
.help_support { background: #E7EDF0 url('../images/icon-support-help.png') 50% 0 no-repeat; }
.help_forum { background: #E7EDF0 url('../images/icon-visit-forum.png') 50% 0 no-repeat; }
.help_training { background: #E7EDF0 url('../images/icon-book-training.png') 50% 0 no-repeat; }
.help_meet { background: #E7EDF0 url('../images/icon-meet-customer.png') 50% 0 no-repeat; }

#nav_column, #panel-news {
	float: right;
	width: 212px;
	background: #E7EDF0 url('../images/panel-notch-news.gif') 0 0 no-repeat;
	clear:right;
}

#nav_column h3, #panel-news H3 {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	margin: 12px 13px;
	padding: 0;
	font-size: 18px;
}

#nav_column h3 a, #panel-news H3 a {
	color: #094367;
	text-decoration:none;
	font-weight: normal;
	}

#nav_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #094367;
	font-size: 12px;
}

#nav_column li {
	background: transparent url("../images/nav-right-bg.png") 0 100% no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	width: 212px;
}

#nav_column li a {
	/*background: transparent url("../images/nav-arrow-orange.gif") 0 11px no-repeat;*/
	font-weight: normal;
	color: #094367;
	margin: 0;
	display: block;
	width: 186px;
	padding: 8px 13px;
}

#nav_column ul ul {
	margin: 0;
	padding: 0 0 0 13px;
	list-style-type: none;
	font-size: 11px;
}

#nav_column li li {
	background: transparent url("../images/nav-arrow-orange.gif") 0 9px no-repeat;
	margin: 0;
	padding: 6px;
}

#nav_column li li a {
	background: none;
	/*display:list-item;*/
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	margin: 0 0 0 13px;
	width: 965px;
}

#content_bg {
	float: left;
	width: 965px;
}

#content #leftcol {
	float: left;
	width: 740px;
	padding: 0 13px 0 0;
}

#leftcol .leftcol_wide {
	width: 951px;
}

#content #leftcol H3 {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 13px 26px 20px 13px;;
	font-size: 1.7em;
	font-weight: normal;
	background: #FF6600 url("../images/h3-bg.gif") 0 100% no-repeat;
	width: 701px;
	overflow: hidden;
}

#content #leftcol ul, #content #leftcol ol {
	padding: 0 0 0 15px;
	margin: 1em 0 1em 0;
	color: #094367;
	line-height: 1.4em;
}

#content #leftcol ul {
	list-style: square;
}

#content #leftcol ol {
	padding: 0 0 0 22px;
}

#content #leftcol table ul {
	padding: 0 0 0 15px;
	margin: 1em 0 1em 0;
	color: #094367;
	line-height: 1.4em;
}

#content #leftcol table {
	/*width: 713px;*/
	border: 0;
	padding: 0;
	margin: 0;
}

#content #leftcol table p {
	padding: 0;
	margin: 0.5em 0;
	line-height: 1.3em;
}

#content #leftcol p, #content #leftcol hr, #content #leftcol table {
	margin: 1em 0 1em 0;
	color: #094367;
	line-height: 1.4em;
}

#content #leftcol .image_box .contents p {
	margin: 0;
	line-height: 1.2em;
}

#content #leftcol th {
	color: #FFF;
	background: #094367;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px;
	border: 0;
}

#content #leftcol td {
	border: 0;
	padding: 2px 8px;
	background-color: #CED9E1;
}

#content #leftcol tr {
	border: 0;
	padding: 0;
}

#content #leftcol h4, #content #leftcol h5 {
	font-size: 1.4em;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 1.4em;
	color: #FF6600;
	margin: 0.5em 0 0 0;
	font-weight:normal;
}

#content #leftcol h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #094367;
	margin: 13px 0 0 0;
	font-weight:normal;
}

#content #leftcol .input {
	width: 386px;
}

#content #leftcol .textarea {
	width: 386px;
	height: 150px;
}

#content #leftcol ol li {
	margin: 1em 0;
}

#content #leftcol .text-bg {
	padding: 13px;
	background: #E7EDF0 url(../images/main-text-indent.gif) no-repeat;
	margin: 4px 0 0 0;
}

#content #leftcol .main_text {
	float: left;
	width: 487px;
}

#content #leftcol .stats_facts {
	float: right;
	width: 200px;
	padding: 0 0 0 26px;
}

#content #leftcol .stats_facts blockquote {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	color: #FF6600;
	font-style:italic;
}

#content #leftcol .stats_facts blockquote p {
	color: #FF6600;
}

#content #leftcol .stats_facts cite {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-style:normal;
}

#content #leftcol .inputText {
	padding: 3px 5px;
	width: 216px;
	margin: 0;
	font-size: 13px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
}

#content #leftcol .areaText {
	padding: 3px 5px;
	width: 460px;
	height: 100px;
	margin: 0;
	font-size: 13px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
}

#content #leftcol .label3 {
	display: block;
	float: left;	/* float label to left - general align */
	width: 230px;
	padding: 3px 5px;
	margin: 0;
}

#s1 .details {
	width: 450px;
	height: 155px;
	margin: 123px 0 0 0;
	background: #041F33 url('../images/arrow-details.gif') no-repeat 0 20px;
	opacity:0.85;
	filter:alpha(opacity:85);
}

#s1 H1 {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	color: #FFF;
	padding: 17px 51px 0 17px;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
}

#leftcol #s1 p {
	padding: 10px 20px 17px 17px;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-weight: bold;
	color: #FF6600;
}

.breadcrumb { font-family: arial, tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #FFE1CD; margin: 0 0 10px 0; }
.breadcrumb a { color: #FFF; }

/* green buttons */
.green_button {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url('../images/button-datix-left.png') no-repeat left top;
	height:29px; 
	padding-left:12px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	margin: 5px 0 0 0;
	color: #094367;
	font-size: 11px;
}

.green_button span { 
	background:url('../images/button-datix.png') no-repeat right top; 
	height:29px;
	display:block;
	display:inline-block;
	padding-right:12px;
	line-height:27px;
	color: #094367;
}

a.green_button:hover {background-position:left -158px; text-decoration:none;}
a.green_button:hover span {background-position:right -158px; color: #FF6600; }

.green_button_tint {
	cursor:pointer; 
	cursor:hand; 
	line-height:24px;
	background:url('images/button-green-left.png') no-repeat left -340px;;
	height:25px; 
	padding-left:12px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	margin: 5px 0 0 0;
	color: #809980;
	font-size: 11px;
}

.green_button_tint span { 
	background:url('images/button-green.png') no-repeat right -340px; 
	height:25px;
	display:block;
	display:inline-block;
	padding-right:12px;
	line-height:24px;
	color: #809980;
	text-transform:uppercase;
}
/*button tag*/

button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand; font-weight: bold;}
	
/* end green buttons */

#twitter3 {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	height: 100px;
	width: 300px;
	padding: 0 10px;
}

#leftcol #case_studies h4, #leftcol #modules h4 {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 7px 13px;
	margin: 0;
	background: #E7EDF0 url('../images/panel-notch-case-studies.gif') 0 0 no-repeat;
}

#leftcol #modules h4 {
	font-size: 15px;
	line-height: 19px;
	background: none;
}

#leftcol #case_studies h4 a, #leftcol #modules h4 a {
	font-weight: normal;
	text-decoration: none;
	color: #094367;
}

#leftcol #case_studies h4 a:hover, #leftcol #modules h4 a:hover {
	text-decoration: none;
	color: #FF6600;
}

#leftcol #case_studies ul, #leftcol #modules ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
}

#leftcol #case_studies li, #leftcol #modules li {
	color: #094367;
	width: 238px;
	height: 218px;
	float: left;
	margin: 0;
	padding: 13px 13px 0 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#leftcol #modules li {
	height: 96px;
}

#leftcol #modules li a {
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	width: 188px;
	height: 60px;
	display: block;
	padding: 18px 30px 18px 20px;
	margin: 0;
	background: #FFF url('/images/bg-modules.png') 0 0 no-repeat;
}

#leftcol #case_studies li:nth-child(3n), #leftcol #modules li:nth-child(3n) {
	padding: 13px 0 0 0;
}

#faqRoot {width: 713px;margin: 0 auto;padding: 0;}
#faqindex {float: right;width: 190px;font-family: consolas,verdana,helvetica,sans-serif;}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul {list-style-type: square;list-style-image: none;list-style-position: outside;padding-left:25px;line-height: 18px;margin-top: 5px;font-size:80%;}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h4 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #ccc;color: #666666;}
#faq {float:left;width: 713px;margin: 0 auto;}
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 0 0 0 13px;font-size: 11px;}
#faq h5 {font-size: 13px; margin: 0; padding: 0;}
#faq h5.faqopened, #faq h5.faqclosed {cursor: pointer;padding: 0 0 4px 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;}
#faq h5.faqclosed:hover {color: black;}
#faq h5.faqclosed {color: #666666;background: transparent url("/images/collapsed.png") no-repeat scroll 0 3px;}
#faq h5.faqopened {color: black;background: transparent url("/images/expanded.png") no-repeat scroll 0 3px;}

.map {
	height: 300px;
	width: 714px;
}
