@charset "utf-8";
@import "reset.css";

/* =============== COLOR KEY ===============
        ### BACKGROUND  #CCCCCC ### 
        ### HEADER 		#E6E6E6 ### 
        ### RED		 	#ED3024 ### 
        ### TEXT   		#666666 ###  
   ======================================= */

/* --- transparent PNG support for IE6 --- 
   --- uses twinhelix iepngfix -----------
   --- add any new elements with ---------
   --- transparent PNGs to this list ----- */
#top img, 
a#download-arrow, 
a:hover#download-arrow,
#daily-backup img,
#newsbox img { behavior: url(/scripts/iepngfix.htc) }

/*----------------------------------------  
  ============ GLOBAL STYLES =============
  ---------------------------------------- */
html { /*fixes page jump by adding vertical scroll bar to all pages*/
	overflow-y: scroll; }

body {
	background: #CCC url("/i/common/bg-dark-strip-blue.png") 0 84px repeat-x;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.clear  { clear: both; }
.left   { float: left; }
.left-m { float: left; margin-right: 2em; }
.right  { float: right; }
#nav h1 { /* nav-header DOMICO logo */
	left: 50%;
	margin: 15px auto 0 -437px;
	position: absolute;
}
#nav h1 a { 
	background: none;
	border: 0;
	color: #e5e5e5;
	display: block; 
	font-size: 0;
	height: 100%; 
	margin: 0;
	width: 100%; 
}
#nav h1 a:hover { border: 0; color: #e5e5e5;}
#top img  { float: right; margin: 0 60px 0 0; } /* image in sub-header */
h2	{ 
	color: #fff; 
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.125em;
}
h3	{ 
	clear: left;
	color: #ED3024; 
	font-size: 1.125em; 
	font-weight: bold; 
	margin-bottom: .5em; 
}
h4 	{ 
	color: #fff; font-size: .875em; 
	font-weight: bold;
	line-height: 1.375em; 
	margin-top: .75em;
}
h4 strong { color: #ED3024; }
h5 		  { font-size: .875em;	font-weight: bold; }
p		  { font-size: .875em; margin-bottom: 1em; }
p.sm	  { font-size: .75em; }
em 		  { font-style: italic; }
strong	  { font-weight: bold; }
strong em { font-style: italic; font-weight: bold; }
a 		  { color: #ED3024; }
a:hover   { color: #F66026; }
.brand	  { color: #ED3024; font-weight: bold; }
a[rel="external"] { background: url("/i/common/external.png") right bottom no-repeat;	padding-right: 12px; }

ul.list   { font-size: .875em; margin: 0 0 2em 2em; }
ul.list li { 
	background: url("/i/common/bullet-plus.png") 0 0 no-repeat;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25em;
	margin: .875em 0;
	padding-left: 18px;
}
ol.list { margin-left: 1.5em; }
ol.list li { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	font-weight: normal;
	line-height: 1.25em;
	list-style: decimal;
	margin: 1em 0;
	padding-left: 18px;
}
.user-info {
	font-size: .75em;
	margin-bottom: 5px;
	text-align: right;
	width: 100%;
}
.user-info span {
	color: #ED3024;
	font-weight: bold;
}
a.logout {
	background: url("/i/common/logout-button.png") 0 0 no-repeat;
	color: #ddd;
	display: block;
	font-size: .75em;
	font-weight: bold;
	float: right;
	height: 17px;
	line-height: 1.375em;
	text-align: center;
	text-decoration: none;
	width: 75px;
}
a.logout:hover { background-position: 0 -17px; color: #fff; }

/* ------ FLASH Headers ----- */
#flashheader {
	display: inline;
	margin: 0 0 0 -30px;
	overflow: visible;
	position: relative;
	z-index: 200;
}
#products #flashheader { margin-left: -45px; }
#home #flashheader object {
	display: inline;
	margin: 1px 0 0 0;
	position: relative;
	width: 930px;
	z-index: 200;
}
#products #flashheader object {	height: 180px;	width: 960px; }


/*----------------------------------------  
  =========== GLOBAL STRUCTURE =========== 
  ---------------------------------------- */
#container {
	background: #fff url("/i/common/bg-lt-strip-shadow.png") 0 0 repeat-y;
	border-bottom: solid 1px #666;
	display: inline;
	float: left;
	left: 50%;
	margin-left: -480px;
	overflow-x: hidden; /* IE6 adds width if not this */
	overflow: visible;
	position: absolute;
	top: 84px;
	width: 960px;
}
#content { 
	background: url("/i/common/bg-dk-strip-shadow-blue.png") 0 0 no-repeat; 
	display: inline;
	float: left;
	overflow: visible; 
}
#top {
	float: left;
	height: 180px;
	padding: 0 45px;
	width: 100%;
}
#bottom { 
	border-bottom: 1px #666 solid;
	display: inline;
	float: left; 
	margin: 20px 45px 0; 
	position: relative;
	z-index: 500;
}
.main-column {
	display: inline;
	clear: left;
	float: left;
	margin:0 40px 0 0;
	width: 480px;
}
.full-width { 
	clear: left;
	display: block;
	float: left;
	margin: 0;
	position: relative;
	width: 870px; 
}
#top .main-column { margin: 15px 0 0; width: 440px; }			

#side-column {	
	border-top: 1px #666 solid;
	clear: none;
	display: inline;
	float: right;
	margin: 0;
	padding: 1em 0;
	width: 350px;
}
#bottom .main-column { border-top: 1px #666 solid; padding: 1em 0; }
#foot 				 { float: left; padding: 60px 0 20px; width: 100%; }
    
/*----------------------------------------  
  ============ MAIN NAVIGATION =========== 
  ---------------------------------------- */
#nav {
	background-color: #E6E6E6;
	border-bottom: 1px solid #fff;
	border-top: 8px solid #24435A;
	float: left;
	height: 75px;
	overflow: visible;
	width: 100%;
}

/* ----- FIRST LEVEL ----- */
#nav ul {
	display: block;
	left: 50%;
	margin-left: -160px;
	margin-top: 10px;
	position: absolute;
	width: 635px;
	z-index: 400;
}
#nav li {
	display: inline;
	float: left;
	height: 45px;
	padding: 0 .5em;
	margin: 0 10px;
}
#nav a {
	background: url(/i/common/nav-bg.png) 0 -30px no-repeat;
	color: #4D4D4D;
	display: block;
	font-size: .875em;
	font-weight: bold;
	margin-top: 22px;
	padding: 0 0 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover { background-position: right bottom; color: #333; }

#home li.home a, 
#company li.company a, 
#products li.products a, 
#news li.news a, 
#tech li.tech a  
	{ background-position: left bottom; color: #333; cursor: default;}

/* ----- SECOND LEVEL ----- */
#nav #dropdown ul {
	background: url(/i/common/dropdown-bg.png) 0 0 repeat;
	border: 1px solid #666;
	border-top: 5px solid #ED3024;
	height: auto;
	left: auto;
	margin: -7px 0  0;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#nav #dropdown ul li {
	display: block;
	float: none;
	height: auto;
	padding: 0;
	margin: 0;
}
#nav #dropdown ul a {
	background: none;
	border-bottom: 1px solid #666;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin: 0 5px;
	padding: 4px 4px 6px;
	text-decoration: none;
	text-transform: none;
}
#nav #dropdown ul a:hover { color: #fff; }


/*** DROPDOWN SUCKERFISH MENUS REQUIRED ***/
#dropdown, #dropdown * { margin: 0; padding:0; list-style: none; }
#dropdown {	line-height: 1.125; }
#dropdown ul {
	position: absolute; 
	top: -999em; 
	width: 10em; /* left offset of submenus need to match (see below) */
}
#dropdown ul li { width: 100%; }
#dropdown li:hover { visibility: inherit; /*fixes IE7 'sticky bug' */ }
#dropdown li { float: left; position: relative; }
#dropdown a { display: block; position: relative; }
#dropdown li:hover ul,
#dropdown li.sfHover ul { left: 0; top: 45px; /* match top ul list item height */ z-index: 99; }
ul#dropdown li:hover li ul, ul#dropdown li.sfHover li ul { top: -999em; }
ul#dropdown li li:hover ul, ul#dropdown li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }
ul#dropdown li li:hover li ul, ul#dropdown li li.sfHover li ul { top: -999em; }
ul#dropdown li li li:hover ul, ul#dropdown li li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }


/*----------------------------------------  
  ============ SUB-NAVIGATION ============ 
  ---------------------------------------- */
#sub-nav {	
	display: block;
	float: left; 		/* IE6 chucks without this */
	position: relative; /* IE6 chucks without this */
	margin-bottom: -81px; 
	top: -81px;
	z-index: 500; 
	width: 850px;
}
#sub-nav li {
	background: url("/i/products/nav-product.png") no-repeat;
	display: inline;
	float: left;
	height: 60px;
	margin: 0 2px;
}
#sub-nav li a { 
	display: block; 
	font-weight: bold;
	font-size: 1.125em;
	margin: 22px 28px 0;
	text-decoration: none; 
}
#tech #sub-nav li a { margin: 22px 18px 0; }
/* inactive far-left tabs */
#sub-nav li.domico, 
#sub-nav li.about,
#sub-nav li.updates 		 	 { background-position: 0 -60px; padding-left: 30px; }
/* inactive middle tabs */
#sub-nav li.edomico,
#sub-nav li.management,
#sub-nav li.demo,
#sub-nav li.links,
#sub-nav li.manuals	 			 { background-position: center -60px; }
/* inactive far-right tabs */
#sub-nav li.tech,
#sub-nav li.contact,
#sub-nav li.support				 { background-position: right -60px; }
/* active far-left tabs */
body.domico #sub-nav li.domico,
body.about #sub-nav li.about,
body.updates #sub-nav li.updates { background-position: 0 0; border-bottom: 1px solid #fff; }
/* active middle tabs */
body.edomico #sub-nav li.edomico,
body.management #sub-nav li.management,
body.demo #sub-nav li.demo,
body.links #sub-nav li.links,
body.manuals #sub-nav li.manuals { background-position: center top; border-bottom: 1px solid #fff; }
/* active far-right tabs */
body.tech #sub-nav li.tech,
body.contact #sub-nav li.contact,
body.support #sub-nav li.support { background-position: right top; border-bottom: 1px solid #fff; }


/*----------------------------------------  
  ================ FOOTER ================ 
  ---------------------------------------- */
#foot p { color: #666; font-size: .625em; margin: 0 45px; }
#foot a, #foot a:link { color: #666; text-decoration: none; }
#foot a:hover { color: #333; }
#foot a.teamviewer:link { color: red ; text-decoration: none; }


/*----------------------------------------  
  ============ COMMON ELEMENTS =========== 
  ---------------------------------------- */

/* ----- NEWSLETTER SIGNUP MINI FORM ----- */
#signup-form form {
	background: url("/i/common/signup-bg.png") 0 0 no-repeat;
	border: 0;
	display: inline;
	height: 107px;
	float: left;
	font-size: .875em;
	margin: 3em 0 0 5px;
	width: 333px;
}
#signup-form fieldset { 
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%; 
}
#signup-form legend { 
	color: #ED3024; 
	font-size: .875em;
	padding: 10px 0 0 90px; 
	text-align: center;
	text-transform: uppercase; 
}
#signup-form fieldset div { 
	display: inline;
	margin-left: 90px;
	float: left; 
	width: 205px; 
}
#side-column #signup-form label {
	color: #666;
	float: left;
	font-size: .75em;
	line-height: 1.25em;
	margin: 12px 4px 0 0;
	padding: 0;
	width: 60px;
}
#signup-form input {
	background: none;
	border: 1px solid #ccc;
	display: inline;
	color: #666;
	float: left;
	font-size: .875em;
	margin: 8px 0 0;
	padding: 2px .5em;
	width: 120px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
#signup-form input.submit {
	background: url("/i/common/signup-button.png") 0 0 no-repeat;
	border: 0;
	display: inline;
	float: left;
	font-size: 0;
	height: 47px;
	width: 32px;
}
#signup-form input:focus { border-color: #999; }
#signup-form input:hover.submit { background-position: 0 -47px; }
#signup-form fieldset.hidden, #signup-form form  input.hidden { display: none; }
#signup-form p { 
	clear: left; 
	font-size: .625em;
	line-height: 1.875em;
	text-align: center; 
}
#signup-form a { color: #ED3024; }

/* ------------- EXPANDING LISTS ------------ */
.faqShow, .faqHide, .faqToTop {display: none; }
dl.faq	{ float: left; margin: 0 0 1em; width: 100%; }
dl.faq dt { 
    background: transparent url("/i/common/arrows-green.png") no-repeat scroll 0 0;
	color: #ED3024;
	font-size: .75em;
	padding-left: 20px;
	width: auto;
}
dl.faq dt:hover 				 { text-decoration: underline; }
dl.collapse dt span 			 { display: none; }
dl.faq.faq dt span 				 { display: inline; }
dl.faq.faq dt.faqClosed span.opened { display: none; }
dl.faq dt.faqOpen span.closed 	 { display: none; }
dl.faq dt.faqClosed span 		 { background-position: 0 -18px; }
dl.faq dt.faqOpen 				 { background-position: 0 -18px; }
dl.faq dd 						 { margin: 20px; font-size: .875em; }

/* ------------- MODAL WINDOWS ------------ */
.wrapper h1	 { background: none; text-indent: inherit; }
div#nyroModalLoading { background: #FFFFFF url("/i/common/loading.gif") center center no-repeat; }
a#closeBut { 
	background: url("/i/products/close.png") 0 0 no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: -7px;
	text-indent: -999em;
	top: -7px;
	width: 30px;
}
#nyroModalFull   { z-index: 9999 !important; } /* displays over the subnav */
#nyroModalWrapper {z-index: 9998 !important; }
#nyroModalTitle  { color: #fff; font-size: 1.125em; text-transform: uppercase; }
.wrapper 		 { background-color: #fff; }

/* ------------ SIDE-COLUMNS ------------ */
.testimonials	 { 	
	border: #666 solid;
	border-width: 1px 0;
 	margin-top: 170px; 
 	padding-top: 1em;
 }
.testimonials h3 { font-size: 1em; }
blockquote { 
	border-top: dashed 1px #ccc;
	font-size: .875em; 
	font-style: italic; 
	line-height: 1.625em;
	margin: 1em 0;
	padding: 1em 0;
}
blockquote p.attr { 
	background: url("/i/common/quote-bubble.png") 0 .5em no-repeat;
	font-size:.875em; 
	font-style: normal; 
	margin: 0;
	padding: .75em 0 0 28px;
}
div#newsbox { 
	background: #ddd;
	border: 1px solid #999;
	display: inline;
	float: left;
	margin: 30px 0 0 30px;
	padding-bottom: .5em;
	width: 310px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div#newsbox p, div#newsbox h4 { margin: .25em 1em; }
div#newsbox p { font-size: .75em; }
div#newsbox img {
	float: left;
	left: -40px;
	margin: 0 -30px -5px 0;
	position: relative;
	top: -12px;
}


/*----------------------------------------  
  =============== HOME PAGE ============== 
  ---------------------------------------- */
#home #top { height: 200px; }
#home #top .main-column { margin-right: 40px; width: 480px; }
#home #top img {
	float: left;
	margin: 0 0 0 90px;
	position: relative;
	z-index: 200;
}
#home #bottom { margin-top: 0; }
#home a.more-button { 
	background: url("/i/common/more-button-2.png") 0 0 no-repeat;
	display: inline-block; /* applies HasLayout for text-indent for IE */
	height: 17px;
	line-height: 17px;
	text-indent: -999em;
	width: 106px;
}
#home a:hover.more-button { background-position: 0 -17px; }
#home #bottom .main-column, 
#home .main-column p { font-weight: bold; line-height: 1.375em; }
#scrollable { 
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 120px;
	width: 160px;		/* required for scrollable script */
	position: relative;	/* required for scrollable script */
	overflow: hidden;	/* required for scrollable script */
}
#scrollable .items {
	height: 999em;		/* required for scrollable script */
	position: absolute;	/* required for scrollable script */
	overflow: hidden;
}
#scrollable .items div { height: 120px; margin: 10px 5px; }
#scrollable p  		   { color: #666; font-size: .75em;  line-height: 1.25em; }
#scrollable a		   { text-decoration: none; }
#home #side-column 	   { padding-top: 50px; }

a#download-arrow {
	background: url("/i/home/download-arrow.png") 0 -2px no-repeat;
	color: #fff;
	display: block;
	font-style: italic;
	font-weight: bold;
	height: 95px;
	line-height: 1.125em;
	padding: 155px 30px 0;
	position: absolute;
	right: -9px;
	text-align: center;
	text-decoration: none;
	top: -7px;
	width: 119px;
	z-index: 199;
}
a:hover#download-arrow { background-position: 0 0; }
.seal { float: left; margin-right: .5em; }

/*----------------------------------------  
  =============== PRODUCTS ============== 
  ---------------------------------------- */

/* ----------- PRODUCT CONTENT ----------- */
body.domico #bottom 		{ margin-right: 43px; }
#products #top .main-column { width: 400px; }
#products #top h2 			{ margin-top: 1em; }
#product-features 			{ float: left; overflow: visible; }
#product-features li 		{ clear: left; width: 480px; }
#product-features h5 		{ color: #ED3024; }
#product-features p 		{ font-size: .875em; color: #666; }
#product-features a			{ 
	cursor: url(/i/products/zoom-in.png), pointer; 
	color: #ED3024; font-size: .875em;	
	font-weight: bold;
	text-decoration: none;
}
#product-features a:hover	{ text-decoration: underline; }
#product-features img 		{ margin-bottom: .5em; }
#product-features li div {
	display: inline;
	float: left;
	margin: 20px 35px 20px 0;
	width: 205px;
}
#product-features img {
	background-color: #ccc;
	border: solid 1px #999;
	display: inline;
	float: left;
}
#product-features img:hover { border-color: #ED3024; }
#products a#download-arrow  { margin-left: 170px; top: -26px; }
#products.domico a#download-arrow {
	background-position: 0 -56px;
	float: right;
	height: 80px;
	left: 0;	
	margin: 0;
	padding-bottom: 6px;
	padding-top: 100px;
	position: relative;
	top: -21px;
}
#products.tech a#download-arrow { left:auto; right: 30px; }
#products.domico a#download-arrow:hover { background-position:  0 -55px; padding-top: 101px; }
#products .testimonials { margin-top: 0; border-top: 0; padding-top: 0; } 


/* ----------- TECHNOLOGY PAGE ----------- */
body.tech .main-column h3.xtra  { float: left; margin-top: 1em; }
#products.tech #side-column 	{ border-top: 0; position: relative; }
#products.tech .testimonials 	{ margin-top: 220px; border-top: solid 1px #999; } 
#products.tech .testimonials h3 { line-height: 3em; } 
dl.collapse ul.list				{ margin: 0; }
dl.collapse ul.list li  		{ float:left; margin: .25em 0; width: 45%; }

/*----------------------------------------  
  ================ COMPANY =============== 
  ---------------------------------------- */
#company #top .main-column  		{ margin: 0; width: 480px; }
#company.contact #top .main-column 	{ width: 440px; }					
#company #top h2 	  				{ margin-top: 1em; margin-left: 2em; }
#company .testimonials 				{ margin-top: 1em; }
#company.about .main-column p 		{ margin-bottom: 2em; }
#company.management .main-column	{ overflow: hidden; }
p.caption 							{ font-size: .625em; }
#company img.photo { 
	background-color: #fff;
	border: solid 1px #ccc;
	display: block;
	float: left;
	margin: 0 1em 1em 20px;
	padding: 5px;
	position: relative;
}
blockquote.intro { border: 0; margin: 0; padding: 0; }
blockquote.intro p {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.255em;
	line-height: 1.375em;
	margin-right: 20px;
}
.letter 	{ background: url("/i/company/letter-bg.jpg") 0 0 no-repeat; padding-top: 2em; }
.letter div { background: url("/i/company/letter-bg-bottom.jpg") left bottom no-repeat; padding-bottom: 1em; }
.letter h3,
.letter p  	{ margin-left: 20px; margin-right: 20px; }
body.contact .one { 
	border-right: solid 1px #999; 
	display: inline;
	margin-right: 10px; 
	width: 190px; 
}
body.contact .two { 
	display: inline;
	margin-left: 10px; 
	width: 265px; 
}
body.contact ul.list { margin-left: 0; }
a#map-link 	{ 
	border: solid 1px #999; 
	height:60px; 
	margin-right: 1em;
	margin-top: -.5em; 
}
a:hover#map-link 	   { border-color: #ccc; }
ul.association { 
	border-bottom: solid 1px #666;
	float: left;
	font-size: .875em;  
	margin-bottom: 1em;
	width: 100%;
}
ul.association li { 
	display: inline;
	float: left;
	font-size: .875em;
	margin: 1.25em 0;
	text-align: center;
	width: 50%; 
}
ul.association li img { display: block; margin: 0 auto .75em;} 
ul.association a[rel="external"]      { background:none; }
ul.association a[rel="external"] span { background: url("/i/common/external.png") right .375em no-repeat;	padding-right: 14px; }
ul.association a[rel="external"] span { background-position: right -1.125em; }
div.industry ul { 
	border-bottom: solid 1px #ccc;
	float: left;
	font-size: .875em;
	margin-bottom: 1em;
	padding-bottom: 1em;  
	width: 100%;
}
div.industry li { 
	display: inline;
	float: left;
	font-size: .875em;  
	margin: .25em 1.5em .25em 0;
	width: 45%; 
}
body.links h4 { 
	clear: left;
	color: #666; 
	margin: 0;
	width: 100%;
}

/*----------------------------------------  
  ================= NEWS ================= 
  ---------------------------------------- */
#news #top .main-column { margin: 0; width: 440px; }
#news #top h2			{ margin-top: 2em; }			
#news .wrapper 			{ border: solid 3px #999; }
#news #nyroModalContent { padding: 10px; }
#news dl {
	background-color: #eee;
	border: solid 1px #ddd;
	margin: .5em 0;
	width: 435px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#news #newsletters dt { margin: .25em 0; font-size: .875em; color: #666; font-weight: bold; }
#news #newsletters dd { margin: 0 1em 1em; }
#news #newsletters li { 
	margin: .5em 0 .5em .5em;
	padding-right: .625em
}
#news #newsletters .old-format li   {
	border-right: solid 1px #999;
	display: inline; 	
}
#news .main-column #recent  {
	background: #eee url("/i/common/zoom-glass.png") 4px 2px no-repeat;
	border: solid 1px #ddd;
	display: block;
	margin-bottom: 1em;
	padding: 5px 0 5px 36px;
	width: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#news .main-column #recent p { margin-bottom: 0; }
#news #side-column h3  { 
	border-top: 1px solid #666; 
	clear: left; 
	padding-top: 1em;
}
#news #side-column h4  { color: #666; }
#news #signup-form form { margin-top: .375em; margin-bottom: 2em; }
#news #newsbox { margin-top: .25em; }
#news #newsbox h4 	{ color: #ED3024; }

/*----------------------------------------  
  =============== SUPPORT ================ 
  ---------------------------------------- */
#tech #top .main-column { width: 480px; }
#tech #top h2 { margin-top: 1.5em; }
/* --------------- FORMS ---------------- */  
form {
	background: #666;
	border: 1px solid #555;
	color: #eee;
	display: inline;
	float:left;
	font-family: Arial, Helvetica, Trebuchet, sans-serif;
	font-size: .75em;
	overflow: hidden;
	width: 385px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
		
}
form  h4 { font-size: 1.25em; padding-left: .75em; text-transform: uppercase; }
form  p  { font-size: 1em; padding: 0 1em; }
form p.required-exp { font-style: italic; font-weight: bold; }
form em  { color: #ED3024; font-weight: bold; }
fieldset {
	background: #858585;
	border: 1px solid #999;
	margin: 1em .5em;
	padding: .5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
fieldset fieldset {
	clear: left;
	background: none;
	border: 0;
	margin: .375em 0 .25em;
	padding: 0;
}
legend { 
	color: #ddd;
	font-size: 1.25em;
	font-weight: bold;
} 
fieldset fieldset legend {  
  	color: #EEE;
	font-size: 1em;
	font-weight: inherit;
}
label { 
	clear: left;
	display: inline;
	float: left;
	margin: .375em 1em .375em 0;
	padding: .125em 0;
	text-align: right;
	width: 130px;
}
input, select, textarea { 
	background-color: #bbb;
	border: 1px solid #aaa;
	margin: .375em 0;
	padding: .125em;
	width: 200px;
}
textarea { font-size: 1.25em;}
select		  { width: 205px; }
option		  { background-color: #eee; }
option.selected { color: #999; }
input:focus,
select:focus  { border-color: #ddd; }
form .radio	  { 
	background: transparent; 
	border: 0; 
	display:inline; 
	float: none; 
	width: auto; 
}
input.radio	  { vertical-align: middle; }
label.radio	  { padding: 0 15px 5px 5px; }
input.demo-submit { 
	background-color: #ED3024;
	border-style: solid;
	border-width: 1px;
	border-color: #999 #333 #333 #999;
	color: #fff;
	display: block;
	margin: 1em auto; 
	padding: .25em;
	text-align: center;
	width: auto;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.demo-submit:hover { border-color: #333 #999 #999 #333; } 
form a { color: #ddd; }
form a:hover { color: #fff; }

/* ------------ validation errors ---------- */
label.error { 
	background-color: #ED3024;
	border: solid 2px #ae1005;
	color: #fff;
	display: block;
	float: none;
	font-style: italic;
	line-height: 1em;
	margin: 0 10px .5em 140px;
	text-align: left;
	padding: .25em .625em .125em;
	width: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#side-column label.error { margin-left: 90px; width: auto;}
input.error, select.error { border-color: red; }
.radioerror { clear: left; margin:0; padding: 0; text-align: left; }

/* -------------- login errors ------------ */
.login-error { /*jQuery errors */
	font-size: 2em;
	position: absolute;
	background-color: #fff;
	color: red;
	margin: auto;
	text-align: center;
}
.errormessage { /* PHP errors */
	background-color: #fff;
	border: 1px solid red;
	color: red; 
	font-style: italic; 
	font-weight: bold;
	padding: .25em;
	margin: 0 20px; 
}


/* -------------- PHP validation error messages ------------ */
ul.alert { margin: 0 20px; }
ul.alert li {
	background-color: #ED3024;
	border: solid 2px #ae1005;
	color: #fff;
	margin: 4px 0;
	padding: 4px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ----------------- tabs ---------------- */ 
#tabbed li {
	background: url("/i/support/tabs.png") no-repeat;
	color: #ED3024;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 1em;
	font-weight: normal;
	height: 43px;
	line-height: 2.5em;
	margin: 0 2px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none; 
}
#tabbed li.active					{ font-weight: bold; }
#tabbed li#simpleTabs-nav-1			{ background-position: 0 -43px; padding-left: 40px; }
#tabbed li#simpleTabs-nav-1.active	{ background-position: 0 0; padding-left: 40px; }
#tabbed li#simpleTabs-nav-2			{ background-position: right bottom; }
#tabbed li#simpleTabs-nav-2.active	{ background-position: right top; }

/* ----------------- MANUALS ---------------- */ 
body#tech.manuals #top .main-column { margin: 0; }
body#tech.manuals ul.list { float: left; margin: 0 0 .5em; width: 100%; }
body#tech.manuals ul.list li { 
	float: left; 
	margin: .125em 0;
	width: 200px; 
}
body#tech.manuals form { width: 340px; }
body#tech.manuals label { width: 80px; }

/* ---------------- MANUALS ----------------- */ 
#side-column form  { width: 340px; }
#side-column label { width: 80px;  }

.articles {
	border: solid 1px #ccc;
	float: left;
	margin-top: 1em;
	padding-bottom: .25em;
	width: 340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.articles h3 { margin: .5em 0 .25em .5em; }
.articles li { 
	background-color: #eee;
	border: solid #fff;
	border-width: 3px 0;
	clear: left;
	float: left;
	padding: .125em 0;
	width: 100%;
}
.articles li h4  { margin-top: .125em; }
.articles li img { float: left;	margin: .375em .5em .5em; }
.articles li p   { font-size: .75em; margin: .25em .5em; }

/* ---------------- SUPPORT ----------------- */ 
body#tech.support dl {
	float: left;
	font-size: .875em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	width: 22em;
}
body#tech.support dt {
	float: left;
	font-weight: bold;
	width: 6em;
}
body#tech.support dd {
	float: left;
	width: 16em; 
}
.edomico-support form	{ margin-left: 250px; }
.edomico-support form input#user_zip1 { width: 90px; }
.edomico-support form input#user_zip2 { width: 40px; }

/*----------------------------------------  
  ============== DOWNLOADS =============== 
  ---------------------------------------- */
body.demo #login-form 	 { display: inline; margin-left: 60px;  }

body.downloads #container {
	background: #fff url("/i/support/bg-downloads.png") 0 0 repeat-x;
	border: solid 1px #333;
	border-top: 0;
}
body.downloads #content { background: none; padding-top: 1em; }
body.downloads #tabbed { float: left; }
body.downloads .simpleTabs-content { clear: both; }
body.downloads object, body.downloads embed { float: none; height: 500px; width: 860px; }  
a.download-button, a.download-button-sm {
	color: #ddd;
	display: block;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.download-button {
	background: url("/i/support/download-button.png") 0 0 no-repeat;
	font-size: 1.25em;
	height: 68px;
	line-height: 3.5em;
	text-shadow: 0 -1px 1px #26587a;
	text-transform: uppercase;	
	padding-left: 22px;
	width: 305px;
}
a.download-button-sm {
	background: url("/i/support/download-button-sm.png") 0 0 no-repeat;
	float: left;
	font-size: .75em;
	height: 34px;
	line-height: 2.75em;
	margin-right: 20px;
	padding-left: 10px;
	width: 229px;
}
a:hover.download-button, a:hover.download-button-sm { color: #fff; }
 
input#supportNo, input#support_no { text-align: left !important; }
  
/*----------------------------------------  
  ================= MISC ================= 
  ---------------------------------------- */
#terms li { font-size: .875em; }
#terms li em { color: #ED3024; font-style: normal; text-transform: uppercase; }





  

