@import url('jqueryslidemenu.css');
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background:#000 url('/images/back.gif');/*	background: #000000 url(/images/body_bg.jpg) repeat-x 0 5px;
*/
}
/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FF8000;
	background-color: inherit;
}
a.ulink {
	text-decoration:underline;
}
#main a.aout, #main ul.aout li a {
	background: url('/images/externalLink.gif') no-repeat right top;
	padding-right:10px;
	font-weight:bold;
}
/* headers */
h1, h2, h3 {
	font-weight:normal;
	color: #7AA108;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
}
h3 {
	font-size: 115%;
	color: #000000;
}
h4 {
    margin-top:10px;
    margin-left:0;
    font-weight: bold;
    font-size: 1.5em;
    font-variant:small-caps;
}
/* images */
img {
	margin:0;
	border: none;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
img, div {
	behavior: url(/js/iepngfix.htc)
}
img.centrd {
	display:block;
	margin:4px auto;
}
h1, h2, h3, p {
	padding: 0;
	margin: 10px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
code {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FFEBA6;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #93C303;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 10px;
	padding: 0 0 0 32px;
	background: #FAFAFA url('/images/quote.gif') no-repeat 8px 10px !important;
	border-left: 4px solid #93C303;
	font-weight: bold;
}
/* form elements */
form#two {
	padding: 0 5px;
	border:1px solid #999999;
	width:600px;
	height: 480px;
	padding:20px 5px;
	float:left;
	margin-left:10px;
	display:inline;
	background: #fffde8 url('/images/form_bg.jpg') repeat-x;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
form#two fieldset {
	width:560px;
	display:block;
	border:1px dotted #555;
	padding:5px;
	margin-bottom:0.5em;
	margin-left: 13px;
	line-height:1.4em;
}
form#two legend {
	font-size:1.1em;
	font-weight:bold;
	color: #006600;
	margin: 0 0 5px 10px;
	height: 24px;
	line-height: 24px;
	width:330px;
	border: 1px solid #137C41;
	padding: 0 5px;
	background:#FFFCDB;/*	background: url(/images/h2fade.jpg) repeat-y;
*/
}
form#two label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	color: #006600;
	margin-bottom:0.5em;
}
form#two input {
	border:1px solid #666666;
	padding:0 2px;
	margin-bottom:0.3em;
	color:#444;
	display:block;
	margin-right:30px;
}
form#two select {
	margin-left:0.5em;
}
form#two textarea {
	width:510px;
	height:auto;
	border:1px solid #666;
	padding:0.5em;
	overflow:auto;
}
form#two #button1 {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	color:#F0F0F0;
	font-weight: bold;
	background:url('/images/btn_bg.jpg');
	display: inline;
	width:87px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin:10px 35px;
}
form#two #button1:hover, form#two #button2:hover {
	color:#006600;
}
form#two p {
	margin: 4px 2px;
}

/* ********************************
  Dave's Version of Form Styles
  *********************************/
/* form elements */
div.fieldset_form {
	padding: 0 5px;
	border:1px solid #999999;
	width:600px;
/*	height: 480px; */
	padding:20px 5px;
	float:left;
	margin-left:10px;
	display:inline;
	background: #fffde8 url('/images/form_bg.jpg') repeat-x;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.fieldset_form fieldset {
	width:560px;
	display:block;
	border:1px dotted #555;
	padding:5px;
	margin-bottom:0.5em;
	margin-left: 13px;
	line-height:1.4em;
}
div.fieldset_form legend {
	font-size:1.1em;
	font-weight:bold;
	color: #006600;
	margin: 0 0 5px 10px;
	height: 24px;
	line-height: 24px;
	width:330px;
	border: 1px solid #137C41;
	padding: 0 5px;
	background:#FFFCDB;/*	background: url(/images/h2fade.jpg) repeat-y;
*/
}
div.fieldset_form div
{
	margin: 3px 0 0 0;
	list-style-type: none;
	line-height: 14px !important;
}
div.read_only div
{
	margin: 3px 0 0 0;
	list-style-type: none;
	line-height: 10px !important;
}
div.fieldset_form div span
{
	margin: 0 0 0 -7;
	width: 5px !important;
	
}
div.fieldset_form label {
	clear:left;
	display:block;
	float:left;
	width:180px;
	text-align:right;
	padding-right:10px;
	color: #006600;
	margin-bottom:0.5em;
}
div.fieldset_form label.required {
	padding-right:0px !important;
}
div.fieldset_form input {
	border:1px solid #666666;
	padding:0 2px;
	margin-bottom:0.3em;
	width: 330px;
    color:#606060;
	display:inline-block;
	margin-right:30px;
}
div.fieldset_form input.short-text
{
	width: 144px;
	display: inline !important;
}
div.fieldset_form input.very-short-text
{
	width: 75px;
	display: inline !important;
}
div.fieldset_form input.left
{
	margin-right:22px !important;
}
div.fieldset_form select {
    width:145px;
    color:#606060;
	margin-left:0.5em;
}
div.fieldset_form select.left
{
	margin-right:22px !important;
}
div.fieldset_form select.required {
	margin-left:0;
}
div.fieldset_form label.textarea-label {
/*	clear:left;
	display:block;
	float:left; */
	width:500px !important;
	text-align: left !important;
	margin-left: 17px !important;
/*	padding-right:10px;
	color: #006600;
	margin-bottom:0.5em; */
}
div.fieldset_form textarea {
	width:493px;
	height:auto;
	border:1px solid #666;
	padding:0.5em;
	overflow:auto;
	margin-left: 17px;
}
div.fieldset_form a.footnote-link {
    font-size: .8em;
    font-weight: normal;
    vertical-align: middle;
    
}
.no-right-margin {
    margin-right: 0 !important;
}
input.form_submit {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	color:#F0F0F0;
	font-weight: bold;
	background:url('/images/btn_bg.jpg');
	display: inline;
	width:87px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin:10px 35px;
}
div.fieldset_form #button1:hover, div.fieldset_form #button2:hover {
	color:#006600;
}
div.fieldset_form p {
	margin: 4px 2px;
}
div.fieldset_form .chars-left {
    margin-left: 17px;
    color: #606060;
    font-size: .9em;
}
td.download-heading {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

/**********************************
  LAYOUT 
***********************************/

#wrap {
	width: 960px;
	position:relative;
	background: #fff url('/images/wrap_bg.jpg') repeat-x 0px 133px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#w-no-sidebar {
	width: 700px;
	position:relative;
	background: #fff url('/images/wrap_bg.jpg') repeat-x 0px 3px !important;
	margin-bottom:0;
	margin-right: 0;
	margin-top: 5px;
}
/* header */
#header {
	position: relative;
	padding: 0;
	height: 132px;
	background: #000000 url('/images/body_bg.jpg') repeat-x;
	border-bottom: 1px solid #000000;
	margin-bottom:10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 373px;
	bottom: 71px;
	font: italic small-caps 20px Verdana, Arial, Tahoma, Sans-serif;
	color: #999999;
}
#header span#slogan-no-sidebar {
	z-index: 3;
	position: absolute;
	left: 3px;
	bottom: 71px;
	font: italic small-caps 20px Verdana, Arial, Tahoma, Sans-serif;
	color: #999999;
}
#header-logo {
	position: relative;
	clear: both;
	height: 74px;
	width:328px;
	top:10px;
	left:20px;
	margin: 0;
	padding: 0;
	background: url('/images/itdevworks-logo-png32.png') no-repeat;
}
#header-logo #logo {
	position: absolute;
	top: 3px;
	left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000;
}
h1.seo {
	position:absolute;
	left:-5000px;
}
/* main column */
#main {
	float: left;
	padding: 5px;
	width: 690px;
	background: #fff;
	margin:10px 5px;
	display:block;
}
#main h1 {
	margin:0;
	padding: 0px 5px 5px 8px;
	font-size: 1.5em;
}
img.badge {
	position:absolute;
	top:198px;
	right:-15px;
	z-index:90;
}
/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 10px;
	padding: 0;
	background: #fff;
	padding:5px;
	display:block;
}
#sidebar h1, #main h2 {
	margin:0;
	padding: 4px 4px 4px 8px;
	color:#FFFFFF;
	background: #81AA06 url('/images/green_grad.gif') repeat-x 3px top;
}
#sidebar h1 span, #main h2 span {
	height:24px;
	float:left;
	width:24px;
	display:block;
	margin-right:6px;
	background: url('/images/Hgears-dual.gif') no-repeat 0 bottom;
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;
	background: #FFF;
}
#sidebar ul.sidemenu, #main ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0;
	padding: 0;
	text-decoration: none;
	background: #D8FA70;
}
#sidebar ul.sidemenu li, #main ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	background: url('/images/go.gif') no-repeat 5px 8px;
	padding: 3px 5px 3px 25px;
	margin: 0;
}
#sidebar ul.sidemenu a, #main ul.sidemenu a {
	font-weight: bold;
	padding: 3px;
	background: none;
}
#sidebar ul.sidemenu a:hover, #main ul.sidemenu a:hover {
	background-color:#FFCC00;
	color:#003366;
}
/* footer */
.footer {
	clear: both;
	background:#000 url('/images/back.gif');
	padding: 0 0 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 95%;
	color:#999999;
}
.footer a {
	text-decoration: none;
	color:#2F97FF;
}
.footer a:hover {
	color: #FF8000;
}
a.sitedesign {
	color:#435089;
	margin-left:650px;
	width:250px;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
/* display and additional classes  */
.clear {
	clear: both;
}
.foottop {
	background:#fff url('/images/footer-top.png') no-repeat 50% top;
	width:960px;
	height:10px;
	margin:0 auto;
}
.red {
	color: #CC0000;
}
.comments {
	margin: 20px 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
}
img.authorize {
	margin:15px auto;
	display:block;
}
#main p.price {
	font-weight:bold;
	float:right;
	display:inline;
}
a.download {
	display:block;
	height:142px;
	width:141px;
	background-image:url('/images/download_trial_version.png');
	background-position:0px 0px;
}
a:hover.download {
	background-position:0px -143px;
}
a.download_cim {
    display:block;
	height:53px;
	width: 200px;
	background-image:url('/images/link-btn_download.png');
	background-position:0px 0px;
}
a:hover.download_cim {
	background-position:0px -53px;
}
a:hover.popup-link {
    cursor:pointer;
}
#sidebar .download {
	margin:0 auto;
}
#main .mainlinks {
	width:300px;
	display:block;
	float:right;
	background: #D8FA70;
	margin:10px;
	padding:5px;
}
#main ul.gear {
	list-style:url('/images/gear_li.gif');
	padding:5px 5px;
}
#main .callout {
	width:600px;
	margin:20px auto;
	background: #FEE674;
	color:#333;
	padding:5px;
}
#main .callout h3 {
	border-bottom:1px solid #999;
}
table, td {
	border: 1px solid #84785e;
	border-collapse: collapse;
	font: 100% "Verdana", Arial, Helvetica, sans-serif;
	padding: 4px;
}

thead th {
	background-color: #a24116;
	border: 0;
	color: #ffffff;
	padding: .75em;
}
tbody th {
	background-color: #a24116;
	border: 0;
	color: #ffffff;
	padding: .75em;
}
tbody tr td {
	padding: .75em;
	text-align:center;
}
caption {
	text-align: left;
	font-size: 100%;
	padding: 5px 0;
	color: #006600;
}
table.buy {
	margin: 5px auto;
}
table.buy tr td a {
	background:url('/images/buy.png') no-repeat;
	width:65px;
	height:22px;
	display:block;
	font-size: 100%;
	margin:0 auto;
}
table.buy a:hover {
	background:url('/images/buy_down.png') no-repeat;
}

#hotspot {
	width:680px;
	height:320px;
	position:relative;
	background: url(/images/home-products.jpg);
}
table.compare tr td a {
	background:url('/images/buy.png') no-repeat;
	width:64px;
	height:22px;
	display:block;
	font-size: 50%;
	margin:0 auto;
}
#hotspot a {
	position:absolute;
	width:278px;
	height:100px;
	text-indent:-1000px;
}
#hotspot ul {
	list-style:none;
}
#hotspot .aim a {
	top:66px;
	left:19px;
}
#hotspot .cim a {
	top:197px;
	left:19px;
}
#hotspot a:hover {
	border:1px dotted #fff;
}

#pgnum_tbl {
	border-top: none 0px;
	border-bottom: none 0px;
	border-left: none 0px;
}
.IBillIt {
    font-weight: bold;
}
ul.selling-points {
}
ul.selling-points li {
    font-size:1.2em;
    margin-top: 5px;
}
ul.selling-points strong
{
    font-size:1.3em;
}
/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */
.rss_box {
	/* width: 300px; */
    background-color: #ffffff;
}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
	font-size: 1.1em;
}
.rss_items {
    list-style:none;
    margin:0;
    padding:0;
}
.rss_item  {
    text-align: left;
    font-size: x-small;
    margin-bottom: 1em;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
}
.rss_item a:hover { 
}
.rss_date {
    font-size: xx-small;
}
.forum_posts
{
    border: 0px !important;
}
.forum_post_item
{
    border: 0px !important;
    text-align: left;
}
