/* -- defaults -- */
html, body {
	padding: 0px;
	margin: 0px;	
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	background-image: url(/images/bg.gif);
	padding: 10px 0px;
	margin: 0px;
}
td,table,tr {
	font: 12px arial;
	vertical-align: top;
	text-align: justify;
	color: #393939;
}
ul
{
    padding: 0px;	
	margin: 10px 0px 0px 20px;	
	text-align: justify;
}
li
{
	list-style-image: url(/images/bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}



/* -- header -- */
#header {
	/*width: 799px;*/
	height: 91px;
	background: #FFF;
	padding: 0px 18px;
}
#header div {
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#logo {
	width: 112px;
	height: 70px;
}
#logo img {
	width: 112px;
	height: 70px;
	border: none;
	padding: 10px 0px 0px 0px; /* edit for correct positioning */
}
#slogan {
	width: 388px;
	height: 90px;
}
#slogan h1 {
	font: italic bold 20px arial;
	padding: 0px;
	margin: 25px 40px 0px 0px; /* edit for correct positioning */
	float: right;
	color: #565656;
}
#login {
	width: 226px;
	height: 17px;
	background-image: url(/images/header-menu-background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font: 10px arial;
	color: #FFF;
	text-align: center;
}
#login a {
	color: #FFF;
}
#search {
	width: 260px;
	text-align: right;
}
#search-form {
	padding: 0px;
	margin: 40px 0px 0px 0px; /* edit for correct positioning */
}
#search-form .keyword {
	width: 150px;
	border: solid 1px gray;
}
#search-form .btn {
	height: 20px;
	background: #E8e8e8;
	border: solid 1px gray;
	font: 11px arial;
}




/* -- mainmenu -- */
#mainmenu {
	height: 32px;
	background: #FFF;
	padding: 0px 18px;
}
#mainmenu .menu-left {
	width: 8px;
	height: 31px;
	background-image: url(/images/menu-left.gif);
	float: left;
}
#mainmenu .menu-links {
	width: 745px;
	height: 31px;
	background-image: url(/images/menu-middle.gif);
	background-repeat: repeat-x;
	float: left;
}
#mainmenu .menu-right {
	width: 10px;
	height: 31px;
	background-image: url(/images/menu-right.gif);
	float: right;
}
#mainmenu .menu-links a {
	width: 80px;
	height: 31px;
	background-image: url(/images/menu-seperator.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font: bold 12px arial;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	float: left;
	display: inline;
}
#mainmenu .menu-links a:first-child {
	background: none;
}


/* -- ad -- */
#ad {
	width: 760px;
	height: 230px;
	background: #FFF;
	text-align: center;
	padding: 0px 18px;
}
#noad {
	width: 760px;
	height: 20px;
	background: #FFF;
	text-align: center;
	padding: 0px 18px;
}
#featured-product {
	width: 760px;
	height: 260px;
	background-image: url(/images/featured-product.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px; /* customize vertical spacing */
}
#featured-product .text {
	height: 70px;
	line-height: 22px;
	font: 17px arial;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 0px 20px; /* customize spacing */
	float: left;
	display: block;
	clear: both;
	color: #fff;
		/*border: solid 1px #000;*/
}
#featured-product .text .arrow
{
	color: #CCFA70;
	margin-left: 15px;
	margin-right: 5px;
}
#featured-product .text h1 {
	font: 20px arial;
	font-weight: none;
	padding: 0px;
	color: #CCFA70;
	margin: 0px 0px 10px 0px;
}
#featured-product .text h2 {
	font: 17px arial;
	font-weight:bold;
}
#featured-product .buttons {
	width: 100%;
	margin: 105px 0px 10px 35px;
	float: left;
	display: block;
		/*border: solid 1px #000;*/
}
#featured-product .download-btn, #featured-product .download-btn a {
	width: 140px;
	height: 51px;
	background-image: url(/images/download.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	display: block;
}
#featured-product .download-btn a:hover {
	background-image: url(/images/downloadh.gif);
}
#featured-product .demo-btn {
	margin: 0px 0px 0px 10px; /* customize horizontal spacing between buttons */
}
#featured-product .demo-btn, #featured-product .demo-btn a {
	width: 140px;
	height: 51px;
	background-image: url(/images/viewdemo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	display: block;
}
#featured-product .demo-btn a:hover {
	background-image: url(/images/viewdemoh.gif);
}


/* -- content-left / content-right -- DEFAULTS FOR BOTH COLUMNS */
#content-left h1, #content-right h1 {
	height: 25px;
	background: #E8E8E8;
	background-image: url(/images/heading-left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font: bold 15px arial;
	line-height: 25px;
	color: #727272;
	padding: 0px 0px 0px 12px;
	margin: 0px;

}
#content-left h1 p, #content-right h1 p {
	width: 10px;
	height: 25px;
	background-image: url(/images/heading-right.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}
#content-left h2, #content-right h2 {
	font: bold 13px arial;
	color: #393939;
	padding: 0px;
	margin: 10px 0px; /* customize vertical spacing */
}
#content-left h2:first-child, #content-right h2:first-child {
	margin: 0px 0px 10px 0px;
}
#content-left .padding, #content-right .padding {
	padding: 12px 0px;
	margin: 0px 12px;
	float: left;
	display: block;
	clear: both;
}
#content-left a, #content-right a{
	color: #0548A1;
}
#content-left a:hover, #content-right a:hover {
	
}

/* linebreak - used anywhere */
#lbr {
	width: 100%;
	height: 15px;
	padding: 0px;
	margin: 0px;
	clear: both;
}




/* -- content-left -- */
#content-left {
	/*width: auto;*/
	background: #FFF;
	padding: 0px 18px 30px 18px;
}
#content-left h1 {
	font: bold 12px arial; /* customize h1 */
	line-height: 25px;
}
#content-left .padding {
	
}




/* -- quicklinks -- */
#quicklinks {
	padding: 0px;
	margin: 0px 12px;
		/*border: solid 1px #000;*/
}
#quicklinks a {
	width: 100%;
	background-image: url(/images/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: 12px arial;
	color: ##0548A1;
	text-decoration: none;
	padding: 3px 0px; /* customize line height */
	margin: 5px 0px 0px 0px; /* customize vertical space between links */
	float: left;
	display: block;
}




/* --  blog intro  -- */
#blog-intro {
	padding: 0px;
	margin: 0px 12px;
	float: left;
	display: block;
}
#blog-intro .entry {
	background-image: url(/images/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: 11px arial;
}
#blog-intro .entry h3 {
	font: bold 11px arial;
	padding: 0px;
	margin: 10px 0px;
}
#blog-intro .entry .readmore {
	width: 56px;
	height: 5px;
	border: none;
	padding: 10px 0px 5px 0px; /* customize image vertical spacing */
}
#blog-intro .entry a {

}




/* -- content-right -- */
#content-right {
	width: 520px;
	background: #FFF;
	font: 12px arial;
	padding: 0px 18px 30px 8px; /* customize spacing */
}
#content-right h1 {
	 /* customize h1 */
}
#content-right h2 {
	font: bold 16px arial;
	color: #797979;
	padding: 0px;
	margin: 10px 0px; /* customize vertical spacing */
	border-bottom:1px solid #c7c7c7;
}
#content-right .padding {
	width: 520px;
	text-align: justify;
}

/* -- content-main -- */
#content-main {
	width: 770px;
	background: #FFF;
	font: 12px arial;
	padding: 0px 18px 30px 8px; /* customize spacing */
}
#content-main h1 {
	 /* customize h1 */
}
#content-main h2 {
	font: bold 16px arial;
	color: #797979;
	padding: 0px;
	margin: 10px 0px; /* customize vertical spacing */
	border-bottom:1px solid #c7c7c7;
}
#content-main .padding {
	width: 750px;
	text-align: justify;
	padding: 0px 0px 20px 15px; /* customize spacing */
}
#content-main a
{	
	color: #0548A1;
}

.nextsteps a
{
	font: 16px arial;
}


/* -- footer -- */
#footer {
	height: 35px;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 5px 0px 0px 0px; /* edit for correct positioning */
}
#footer a {
	font: bold 11px arial;
	color: #FFF;
}


/* -- frame -- */
#frame {
	width: 818px;
}
#frame .shadow-top {
	background-image: url(/images/shadow-top.png);
	height: 21px;
}
#frame .shadow-left {
	background-image: url(/images/shadow-middle-left.png);	
	width: 9px;
}
#frame .shadow-right {
	background-image: url(/images/shadow-middle-right.png);
	width: 10px;
}
#frame .shadow-bottom {
	background-image: url(/images/shadow-bottom.png);
	height: 22px;
}

/* --  testimonial  -- */
#testimonial {
	width: 163px;
	padding: 0px;
	margin: 10px 6px;
	float: left;
	display: block;
}

#news {
	width: 163px;
	padding: 0px;
	margin: 10px 6px;
	float: left;
	display: block;
	font: 11px arial;
	padding-left:5px;
	padding-right:5px;
}
