@charset "utf-8";

/* CSS Reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* /CSS Reset */

body {
	background: #FFF;
	font: normal 14px Verdana, Helvetica, sans-serif;
	color: #444;
}

.mastheadbody {
	background: url(/newimages/body-bg.jpg) repeat-x #FFF;
}

.mastheadbody-new {
	background: #cccccc;
}

.thinhead {
	clear:both;
	/* _margin-top:-5px; /* works ONLY in IE6 */
	height:18px;
	background: url(/newimages/thin-hd.jpg) no-repeat #ACACAC;
}

.thinheadbody {
	background: url(/newimages/body-thinbg.jpg) repeat-x #FFF;
}

.feed {
	margin-left:24px;
	width:190px;
}

.feed li {
	padding-bottom:6px;
	list-style-position:outside !important;
	padding-left:0px !important;
}

.hiddiv {
    /*background:#f1f1f1;*/
    min-height:495px;
}

.hiddiv-new {
    background:#f1f1f1;
    min-height:600px;
    height:600px;
    width:880px;
    padding:5px;
    padding-bottom:0px;
    z-index:998;
}

.dhover:hover {
    background:#fff;
}

.anothera {
	color:#006699;
}

.anothera:hover {
	color:#0e3566;
}

a {
	color:#444;
}

a:active, a:focus, input[type="image"] { outline:  0; }

/*
a:visited:hover {
	color:#0e3566;
}
*/

a:hover {
	/*color:#0e3566;*/
        color:#000;
}

/*
a:visited {
	color:#444;
}
*/

.feed a {
	text-decoration:none;
	color:#444;
}

.feed a:hover {
	text-decoration:underline;
	color:#444;
}

h1 a {
	color: #0e3566;
	text-decoration:none;
}

h1 a:hover {
	text-decoration: underline;
}

h1 {
	color: #0e3566;
	font-size: 18px;
}

.h1 {
	color: #fff;
	margin-bottom: 1em;
	font: bold 18px Verdana, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 0;
	color:#006699;
        /*color:#006600;*/
	font: 18px Verdana, Helvetica, sans-serif;
}

h2 a {
	color: #006699;
	text-decoration:none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: bold 14px Verdana, Helvetica, sans-serif;
	color: #0e3566;
}

h3 a
{
	color:#0e3566;
}

h3 a:hover {
    color:#000;
}

#t_features a,#t_products a {
    color:#060;
}

#t_features a:hover,#t_products a:hover {
    color:#000;
}


h4 {
    font: bold 13px Verdana, Helvetica, sans-serif;
    color:#000;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 903px;
	margin: 0 auto;
	margin-top: 15px;
}

#site-new {
	width: 903px;
	margin: 0 auto;
	/*margin-top: 2px;*/
    padding-bottom:15px;
}


#header {
	width: 903px;
	vertical-align: bottom;
	float: left;
	height:136px;
}

#header-new {
    width: 892px;
    height:19px;
    margin:0 auto;
    margin-bottom:1px;
    color:#000;
    background:#fff;
    padding-top:4px;
    padding-left:4px;
    padding-right:4px;
}

#header-new a {
    color:#005ccc;
    font-weight:bold;
}

#header-new a:hover {
    color:#000;
    font-weight:bold;
}

#masthead {
	clear:both;
	height: 259px;
	/* _margin-top:-5px; /* WORKS ONLY IN IE6 */
	background: url(/newimages/header-main.jpg) no-repeat left;
	width: 903px;
}

#masthead-holder {
    /*background: #acacac;*/
    height: 259px;
    width: 100%;
}

#masthead-new {
    height: 259px;
    width: 903px;
    margin:0 auto;
}

#main-nav {
	margin-top:20px;
	height: 38px;
	float: right;
	color: #0e3566;
	margin-bottom:3px;
}

#main-nav-left {
	background: url(/newimages/nav-bar-left.png) no-repeat;
	height:38px;
	width:8px;
	float:left;
}

#main-nav-mid {
	background: url(/newimages/nav-bar-mid.png) repeat-x;
	height:38px;
	float:left;
	padding-top: 6px;
}

#main-nav-right {
	background: url(/newimages/nav-bar-right.png) no-repeat;
	height:38px;
	width:8px;
	float:left;
}

.menu {position:relative;z-index:999999;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and relative to control the dropdown menu positon */
.menu li {float:left;position:relative;padding:4px 4px;}
/* top level links */
.menu a, .menu a:visited {padding-left:4px;padding-right:4px;display:block;font:bold 14px sans-serif;text-decoration:none; color: #0e3566;}
/* second level bg */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ddd}
/* hide the sub levels and positon absolute so they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0;width:86px;}
/* style the table so that it takes no part in the layout - required for IE */
.menu table {position:absolute;top:0;left:0;border-collapse:collapse;}
/* second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ddd;color:#0e3566;height:auto;width:120px;padding-top:5px;padding-bottom:5px;}
/* link hover */
.menu a:hover {color:#ff6f04;}
.menu :hover > a {color:#ff6f04;}
.menu ul ul a:hover{color:#ff6f04;background:#fff;}
.menu ul ul :hover > a {color:#ff6f04;background:#fff;}
/* make second level visible when hover on first level list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* second level li */
.menu ul ul li {margin:0;padding:0;border-bottom:1px solid #ff6f04;border-left:2px solid #ccc;border-right:2px solid #ccc;}

#nav-bottom {
	width: 903px;
	float: left;
}

#page {
	width: 903px;
	margin: 0 auto;
	background: #FFF;
}

#content {
	width:680px;
	margin:0;
	margin-top:15px;
        float:left;
}

#content-new {
    width:900px;
    margin:0;
    margin-top:5px;
    float:left;
    background:#aaa;
}

#contactform input:focus, #contactform textarea:focus {
    background:#ffffcc;
}

#featureform input:focus {
    background:#ffffcc;
}

#sidebar {
	width: 220px;
	float: right;
	margin-top:15px;
}

#footer {
	width: 100%;
	height: 86px;
	background: #003366;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #FFF;
}

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

#footer-nav {
	padding: 15px 0 10px 0;
	text-align: center;
	width:800px;
	margin: 0 auto;
}

#footer-nav ul {
	padding: 0 0 10px 8px;
	border-bottom: 1px solid #E4E4E4;
}

#footer-nav li {
	display: inline;
	padding: 3px;
}

#footer-nav li a {
	color: #FFF;
}

#footer-nav li a:hover {
	text-decoration: none;
}

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal ul {

}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Verdana, Helvetica, sans-serif;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.clear {
    clear:both;
}

.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
	padding-bottom:15px;
}

.feature {
	padding: 3px;
}

.logo {
	width: 400px;
	height: 134px;
	float: left;
}

.logo-new {
    width:400px;
    height:67px;
    float:left;
}

.sign-in {
	width: 130px;
	height: 20px;
	float: right;
}

.sign-in a {
	color: #0e3566;
}

.sign-in a:hover {
	color: #999;
}

.sign-in-new {
    height: 20px;
    float: right;
    font-size:12px;
    margin-right:4px;
}

.sign-in-new a {
    color: #0e3566;
}

.sign-in-new a:hover {
    color: #999;
}

.home-new {
    height: 20px;
    float: left;
    font-size:12px;
}

.home-new a {
    color: #0e3566;
}

.home-new a:hover {
    color: #999;
}

.nav-buttons {
	background:url(/newimages/nav-btn.jpg) no-repeat;
	width: 136px;
	height: 50px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.nav-buttons a {
	color: #0E3566;
	padding: 14px 0;
	text-decoration: none;
	display: block;
}

.nav-buttons a:hover {
	background: url(/newimages/nav-over.jpg) no-repeat center;
	display: block;
	color: #FFF;
}

.demo-btn {
	background: url(/newimages/demo-btn.jpg) no-repeat;
	width: 217px;
	height: 33px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	margin-left: 3px;margin-top: 3px;
	float: left;
}

.demo-btn a {
	text-decoration: none;
	color: #FFF;
	display:block;
}

.demo-btn a:hover {
	color: #0E3566;
	display:block;
}

.header-text-left {
    float:left;
    width:517px;
}

.header-text-new {
    background-color: #6DAFE0;
	width:371px !important;
	height:257px;
	float:left;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
    position:relative;
}

.header-text-right {
    float:left;
    width:15px;
    height:257px;
}

.header-text-new2 {
    font: bold 16px Verdana, Helvetica, sans-serif;
    text-align:center;
    color:#006;
    padding-right:22px;
    padding-top:0px;
    text-align:right;
    line-height:22px;
    width:400px;
    position:absolute;
    left:-40px;
}

.header-text-new2 span {
    color:#fff;
    display:inline;
    font: bold 16px Verdana, Helvetica, sans-serif;
}

.header-text-new2 h1 {
    color:#fff;
    display:inline;
    font: bold 16px Verdana, Helvetica, sans-serif;
}

.header-text-new2 h2 {
    color:#fff;
    display:inline;
    font: bold 16px Verdana, Helvetica, sans-serif;
}

.header-text-new3 {
    position:absolute;
    bottom:6px;
    left:-60px;
    width:440px;
    overflow:hidden;
}

.white {
    color:#fff;
}

.large-box {
	background: url(/newimages/grey-box-large.png) no-repeat top center;
	width: 630px;
	min-height: 242px;
	padding:5px 15px 0px 15px;
	overflow: hidden;
}

.large-box-bottom {
	background: url(/newimages/grey-box-large-bottom.png) no-repeat bottom center;
	width: 630px;
	height: 10px;
	padding:0px 15px 0px 15px;
}

/*
.large-box {
	background: url(/newimages/grey-box-large.jpg) no-repeat;
	width: 630px;
	height: 242px;
	padding: 15px;padding-top: 8px;
}
*/

.large-box li {
	list-style-image: url(/newimages/bullet.jpg);
	list-style-position: outside;
	margin-left: 20px;
}

.melist li {
	list-style-image: url(/newimages/bullet.jpg);
	list-style-position: outside;
	margin-left: 20px;
}

.icons {
	width: 75px;
	float: left;
	margin-top: 10px;
}

.long-box {
	background: url(/newimages/grey-box-medium-top.jpg) no-repeat top center;
	width: 635px;
	min-height: 100px;
	float: left;
	padding:5px 15px 0px 15px;
	margin-top: 5px;
	overflow: hidden;
}

.long-box-bottom {
	background: url(/newimages/grey-box-medium-bottom.jpg) no-repeat bottom center;
	width: 635px;
	height: 10px;
	padding:0px 15px 0px 15px;
	float:left;
}

.long-box-333 {
	background: url(/newimages/grey-box-medium-top-333.jpg) no-repeat top center;
	width: 333px;
	min-height: 200px;
	padding:0;
	margin-top: 5px;
	overflow: hidden;
}

.long-box-bottom-333 {
	background: url(/newimages/grey-box-medium-bottom-333.jpg) no-repeat bottom center;
	width: 333px;
	height: 10px;
	padding:0;
}

.medium-box {
	background: url(/newimages/grey-box-top.jpg) no-repeat top center;
	width: 220px;
	min-height: 200px;
	padding:5px 0px 0px 0px;
	font-size:12px;
	overflow: hidden;
}

.medium-box-bottom {
	background: url(/newimages/grey-box-bottom.jpg) no-repeat bottom center;
	width: 220px;
	height: 10px;
	padding:0px;
}

.medium-box li {
	list-style-image: url(/newimages/icon-arrow.gif);
	padding-left: 10px;
	list-style-position: inside;
}

.pricing_matrix_table {
padding:0;
margin:0;
width:100%;
border:0;
border-spacing:0;
border-collapse: collapse;
border:1px solid #7BA7D5;
background:#fff;
}

.pricing_matrix_table:hover {
}

.pricing_matrix_table td {
padding:0;
margin:0;
border:1px solid #7BA7D5;
vertical-align:middle;
padding-top:2px;
padding-bottom:2px;
height:30px;
font-family:verdana,helvetica,sans-serif;
font-size:11px;
color:#000000;
}

.pricing_matrix_table:hover td {
background:#FFFFFF;
}

.threefifty {
width:250px;
}

.twohundred {
padding-left:5px;
width:250px;
color:#000000;
}

.center {
 text-align:center;
}

.c {
 text-align:center;
}

.b {
    font-weight:bold;
}

.fl {
    float:left;
}

.overview_callout_1 {
    float:left;
    width:290px;
    height:170px;
    margin:5px;
    margin-top:15px;
}

.overview_callout_2 {
    background:#a4d0ff;padding:2px;padding-bottom:4px;
}

.overview_callout_3 {
    background:#ddedfd url(/newimages/upright-blue.png) no-repeat 5px 5px;
    color:#1c3669;
    padding-left:40px;
    padding-top:10px;
    padding-bottom:12px;
    font-size:16px;
    font-weight:bold;
}

.overview_callout_4 {
    height:130px;
    padding-top:3px;
    background:#fff;
}

.products_1 {
    clear:both;border:1px dashed #ccc;height:100px;padding:5px;margin-bottom:15px;
}

.products_2 {
    float:left;height:100px;width:100px;border:1px solid #aaa;margin-right:5px;
}

.products_3 {
    float:left;width:760px;
}

.corner_box {
color:#FFFFFF;
text-align:center;
width:160px;
padding-left:5px;
padding-bottom:3px;
font-size:16px;
}

.spiffy_3blue{display:block}
.spiffy_3blue *{
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#00479E}
.spiffy1_3blue{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #91c4d7;
border-right:1px solid #91c4d7;
background:#3f98ba}
.spiffy2_3blue{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #e5f1f5;
border-right:1px solid #e5f1f5;
background:#3090b4}
.spiffy3_3blue{
margin-left:1px;
margin-right:1px;
border-left:1px solid #3090b4;
border-right:1px solid #3090b4;}
.spiffy4_3blue{
border-left:1px solid #91c4d7;
border-right:1px solid #91c4d7}
.spiffy5_3blue{
border-left:1px solid #3f98ba;
border-right:1px solid #3f98ba}
.spiffyfg_3blue{
background:#00479E}

.spiffy_2blue{display:block}
.spiffy_2blue *{
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#00306B}
.spiffy1_2blue{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #91a6bf;
border-right:1px solid #91a6bf;
background:#3f6590}
.spiffy2_2blue{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #e5eaf0;
border-right:1px solid #e5eaf0;
background:#305887}
.spiffy3_2blue{
margin-left:1px;
margin-right:1px;
border-left:1px solid #305887;
border-right:1px solid #305887;}
.spiffy4_2blue{
border-left:1px solid #91a6bf;
border-right:1px solid #91a6bf}
.spiffy5_2blue{
border-left:1px solid #3f6590;
border-right:1px solid #3f6590}
.spiffyfg_2blue{
background:#00306B}

.spiffy_4blue{display:block}
.spiffy_4blue *{
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#005ED1}
.spiffy1_4blue{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #91a6bf;
border-right:1px solid #91a6bf;
background:#3f6590}
.spiffy2_4blue{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #e5eaf0;
border-right:1px solid #e5eaf0;
background:#305887}
.spiffy3_4blue{
margin-left:1px;
margin-right:1px;
border-left:1px solid #305887;
border-right:1px solid #305887;}
.spiffy4_4blue{
border-left:1px solid #91a6bf;
border-right:1px solid #91a6bf}
.spiffy5_4blue{
border-left:1px solid #3f6590;
border-right:1px solid #3f6590}
.spiffyfg_4blue{
background:#005ED1}

.trialbutton {
	background: url(/images/start_free_trial_btn.gif);
	height:24px;
	width:120px;
	display:block;
	margin:0 auto;
}

.trialbutton:hover {
	background: url(/images/start_free_trial_btn_down.gif);
	height:24px;
	width:120px;
	cursor:pointer;
}

.price {
font-size:20px;
}

.pricesmall {
font-size:10px;
vertical-align:top;
}

.fourteen {
font-size:16px;
}

.strong {
font-weight:bold;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.benefitShortList {
	text-indent: -4px;
}

.benefitShortList li {
	list-style-image: url(/images/green-check.gif) !important;
	font-weight:bold;
	font-size:12px;
	padding:4px;
}

.benefitShortList2 {
	text-indent: -4px;
}

.benefitShortList2 li {
	list-style-image: url(/images/green-check.gif) !important;
	font-weight:bold;
	font-size:12px;
	padding:4px;
	margin-left:22px;
}

.col {
	width: 350px;
	float: left;
	margin-left: 18px;
}

.categoryTitle {
	padding: 8px 0;
	list-style: none;
	color: #333;
	border-bottom: 1px dashed #333;
	text-indent: 5px;
	font-weight: bold;
}

.highslide-header {
    font-size:10pt;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 0px;
    background-image:  url("/highslide/graphics/loader.white.gif");
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 760px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous,
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: left;
	height: 11px;
	width: 11px;
	background:  url("/highslide/graphics/resize.gif");
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.roundedcornr_box_315782 {
	background: url(roundedcornr_315782_tl.png) no-repeat top left;
}
.roundedcornr_top_315782 {
	background: url(roundedcornr_315782_tr.png) no-repeat top right;
}
.roundedcornr_bottom_315782 {
	background: url(roundedcornr_315782_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_315782 div {
	background: url(roundedcornr_315782_br.png) no-repeat bottom right;
}
.roundedcornr_content_315782 {
	background: url(roundedcornr_315782_r.png) top right repeat-y;
}

.roundedcornr_top_315782 div,.roundedcornr_top_315782,
.roundedcornr_bottom_315782 div, .roundedcornr_bottom_315782 {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_315782, .roundedcornr_bottom_315782 {
	margin-top: 0px;
}
.roundedcornr_content_315782 { padding: 0 30px; }

.nav-bottom-new {
    height:39px;
    margin-top:2px;
    font-size:14px;
    width:900px;
    overflow:hidden;
}

.nav-bottom-new ul {
    height:39px;
    margin-left:0px;
}

.nav-bottom-new ul li {
    float:left;
    background: url(/newimages/new-menu.png) repeat-x scroll 0px -79px transparent;
    margin-left:1px;
}

.nav-bottom-new .nav-left {
    width:5px;
    height:39px;
    background: url(/newimages/new-menu.png) no-repeat scroll 0 1px transparent;
    margin-left:0px;
}

.nav-bottom-new .nav-right {
    width:5px;
    height:39px;
    background: url(/newimages/new-menu.png) no-repeat scroll 0px -39px transparent;
    margin-left:0px;
}

.nav-bottom-new .nav-filler {
    height:39px;
    background: url(/newimages/new-menu.png) repeat-x scroll 0px -119px transparent;
    margin-left:0px;
}

.nav-bottom-new ul li a {
    line-height:39px;
    color:#0e3566;
    font-weight:bold;
    height:39px;
    display:block;
    float:left;
    padding:0px 10px 0px 10px;
    text-decoration:none;
}

.nav-new-current {
    color:#fff !important;
    background: url(/newimages/new-menu.png) repeat-x scroll 0px -119px transparent;
}

.nav-bottom-new ul li a:hover {
    text-decoration:none;
    color:#fff;
    background: url(/newimages/new-menu.png) repeat-x scroll 0px -119px transparent;
}

.myul {
    margin-left:25px;
    margin-top:12px;
}

.myul-lesspad li {
    padding-bottom:4px !important;
    margin-bottom:4px !important;
}

.myul li {
   list-style-image: url(/newimages/check.gif);
   border-bottom: 1px solid #ccc;
   margin-bottom:10px;
   font-weight: bold;
   color: #333;
   font-size:13px;
   padding:5px 5px 5px 0;
}

.myul li:hover {
   cursor: pointer;
   background-color: #ECF7BE;
   color: #000;
}

.twelve li {
    font-size:12px !important;
}

.myul2 {
    margin-left:20px;
}

.myul2 li {
   list-style-type:disc;
   border-bottom: 1px solid #ccc;
   /*padding: 0px 0px 2px 0px;*/
   padding:5px;
   font-weight: bold;
   color: #333;
   font-size:11px;
}

.myul2 li:hover {
   cursor: pointer;
   background-color: #ECF7BE;
   color: #000;
}

.noborder li {
    border:0 !important;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	width: 850px;
        padding:5px;
        background:#fff;
        margin:0 auto;
	overflow: auto;
}

ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */
	width: 1500px;
	padding: 15px 0 0 15px;
	/* removing default styling */
	margin: 0;
	background: #fff;
	list-style: none;
}

.sc_menu li {
	display: block;
	float: left;
	padding: 0 4px;
}

.sc_menu li:hover {

}

.sc_menu a {
	display: block;
	text-decoration: none;
}

.sc_menu span {
	display:none;
        position:absolute;top:2px;
	margin-top: 3px;

	text-align: center;
	font-size: 12px;
	color:#ff6600;
        width:200px;
        font-weight:bold;
}

.sc_menu a:hover span {
	display: block;
}
myul
.sc_menu img {
    border: 3px #fff solid;
    padding-left:4px;
    padding-right:4px;
}

.sc_menu a:hover img {
    filter:alpha(opacity=70);
    opacity: 0.7;
    border:3px #ff6600 solid;
}

.sc_menu_a_current img {
    border:3px #ff6600 solid;
}

.ohighlight img {
    border:3px solid #fff;
}

.ohighlight img:hover {
    border:3px solid #ff6600;
}

#content-new-inside {
    background:#f1f1f1;
    /*border:1px solid #aaa;*/
    border:0;
    float:left;
    padding:5px;
    width:890px;
    position:relative;
    /*height:600px;*/
    overflow:hidden;
}

.f14 {
    font-size:14px;
}

.f16 {
    font-size:16px;
}

.mmimg {
    display:none;
}

.lgreenbutton {
    line-height:40px;width:180px;height:40px;
}

.lgreenbutton a {
    background:url(/images/lgreen.png) no-repeat scroll 0px 0px transparent;
    color:#000;
    text-decoration:none;
    display:block;
    width:180px;
    font-size:16px;
    text-align:center;
}

.lgreenbutton a:hover {
    background:url(/images/lgreen.png) no-repeat scroll 0px -41px transparent;
}

.lbluebutton {
    line-height:40px;width:180px;height:40px;
}

.lbluebutton a {
    background:url(/images/lblue.png);
    color:#fff;
    text-decoration:none;
    display:block;
    width:180px;
    font-size:16px;
    text-align:center;
}

.lbluebutton a:hover {
    background:url(/images/lblue-dn.png);
}

.lorangebutton {
    line-height:40px;width:180px;height:40px;
}

.lorangebutton a {
    background:url(/images/lorange.png) no-repeat scroll 0px 0px transparent;
    color:#000;
    text-decoration:none;
    display:block;
    width:180px;
    font-size:16px;
    text-align:center;
}

.lorangebutton a:hover {
    background:url(/images/lorange.png) no-repeat scroll 0px -41px transparent;
}

/* gallerific */
div.content {
	display: block;
	float: right;
	width: 645px;
    background:#f1f1f1;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 625px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 650px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	/*
    width: 650px;
    height: 625px; 
    line-height: 625px;
    */
    text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 100px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 650px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
    background:#f1f1f1;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
    background:#f1f1f1;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
    background:#f1f1f1;
}
div.navigation {
    background:#f1f1f1;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.trialbtn {
}

.trialbtn a {
    background:url(/newimages/trial-updn.png) no-repeat scroll 0px 0px transparent;
    text-decoration:none;
    display:block;
}

.trialbtn a:hover {
    background:url(/newimages/trial-updn.png) no-repeat scroll 0px -121px transparent;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
