html{font-size:100.01%;}
body {
	margin:0;
	color:#333;
	font-size:64%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/background.gif) repeat;
}
form {
	margin:0;
	padding:0;
}

div { /* fix difference between IE and mozilla, make it all like IE*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
}

.linkicon {
	height: 11px;
	width: 11px;
	border: 0px;
}

#main {
	margin:0px auto 0;
	width:760px;
	clear:both;
	overflow:hidden;
	position:relative;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
/*	border:1px solid #fff;*/
}
#main p {
	font-size: 13px;
}
#main td {
	font-size: 13px;
}

.first {background:none !important;}

/*-----header-----*/
#header {
	clear:both;
	width:760px;
	overflow:hidden;
	/*background:#b1adb5;*/
	border-left: 2px solid #333;
   border-right: 2px solid #333;
}

/*--top-bar--*/
.top-bar {
	clear:both;
	overflow:hidden;
	width:760px;
	height:57px;
	background: #fff;
/*	border-bottom:1px solid #fff;*/
}
.topleft-bar {
	float:left;
	margin:0;
	padding: 10px 30px 0 10px;
}

.topcenter-bar {
	text-align: center;
   padding:10px 0 0 0px;
/*   margin-left: 30px;*/
}

.tagline {
	padding-left: 100px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
	
.topright-bar {
   float:right;
   margin:4px 10px 0 10px;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
}

.topright-bar a {
   color:#666;
   text-decoration:none;
   font-weight: bold;   
   padding: 0px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 2px 3px;
}
.topright-bar a:visited { background:url(/images/arrowright.gif) no-repeat 0px 3px;}
.topright-bar a:hover {color: #cc6600;}


/*--top-nav--*/
.top-nav {
	clear:both;
	overflow:hidden;
	width:760px;
   height: 24px;
	background:url(../images/navbar.gif) repeat-x;
   /*background: #666;*/      
	border-top:1px solid #999;
   border-bottom:2px solid #666;
}

.top-nav ul {
   float:left;
   margin:0;
   padding:0;
   width:770px;
   text-align:center;
}
.top-nav ul li {
   display:inline;
   padding:0 45px;
   list-style:none;
   font-size:13px;
   font-weight: bold;
   line-height: 22px;
   border-right: 1px #888 solid;
}
.top-nav ul li a {
   color:#fff;
   text-decoration:none;
   background:none;
}
.top-nav ul li a .current {
   color:#c50b18;
   text-decoration:none;
}

.top-nav ul li a:hover,
.top-nav ul li a.active {color:#f08d00;}	

/*-----content-----*/
#content {
	clear:both;
	width:760px;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	background:#ffffff;
   border-left: 2px solid #333;
   border-right: 2px solid #333;
}

#content a {
	color:#333;
	text-decoration:none;
	font-weight: bold;	
/*	padding: 1px 0 0 12px;
	background:url(/images/arrowright.gif) no-repeat 0px 3px;*/
}
#content a:visited {/*	background:url(../images/arrow_visited.gif) no-repeat 0px 3px;*/}
#content a:hover {color: #cc6600;}

#content .arrowlink a {
   color:#333;
   text-decoration:none;
   font-weight: bold;   
   padding: 1px 0 0 14px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;
}
#content .arrowlink a:visited {  background:url(../images/arrowright.gif) no-repeat 0px 3px;}
#content .arrowlink a:hover {color: #cc6600;}

#content h3 {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   font-style: italic;
   font-size: 12px;
}

#content h2 {
   padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   font-style: italic;
   font-size: 14px;
}

#content h1 {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
}


.linkarrow {
   padding: 1px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;      
}

.linkquestion {
   padding: 1px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;      
}

.screenshot img{
	background-image: none;
	display:block;
	margin:0;
	border:0px solid #fff;
}

#content .screenshot{
	background-image: none;
}

#content .screenshot:visited{
	background-image: none;
}

.main-area {
	float: left;
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #000;
	background: #fff;
}

.nav-area {
	float:right;
	width: 220px;
}

/*-----footer-----*/
#footer {
	clear:both;
	width:760px;
	padding:6px 0 8px;
	overflow:hidden;
   /*background: #666;*/
	background: #fff; /*url(../images/footer.gif) repeat-x;*/
	height: 80px;
   border-left: 2px solid #333;
   border-right: 2px solid #333;
   border-bottom:2px solid #333;
}

#footer-nav {
   clear:both;
   overflow:hidden;
   width:760px;
   height: 24px;
   background:url(../images/navbar.gif) repeat-x;
   /*background: #666;*/      
   border-top:1px solid #999;
   border-bottom:2px solid #666;	
   border-left: 2px solid #333;
   border-right: 2px solid #333;
   padding-top: 3px;
}
#footer strong {
	display:block;
	width:100%;
	color:#000;
	font:bold 100%/120%;
	text-align:center;
    font-weight: bold;
}
#footer strong a {
	margin:0 0 0 10px;
	padding:0 0 0 14px;
	color:#ccc;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 0 60%;
}
#footer strong a:visited{
	background:url(../images/arrow_visited.gif) no-repeat 0 60%;
}
#footer strong a:hover {text-decoration:underline;}

#footer p {
	margin:0;
	width:100%;
	color:#000;
	font:100%/120% bold Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
    
}

.indent{
	margin-left: 10px;
}

/* header for various boxes */
#boxheader {
   /*background: #cc6600;*/
/*   background:url(../images/boxheader.gif) repeat-x;*/
	/*background: #ccc;*/
   background:url(../images/navbar.gif) repeat-x;
	   color: #fff;
   padding: 3px 0 3px 3px;
   font-weight: bold;
   font-size: 13px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   height: 24px;
   overflow: hidden;
}

#boxheader .title {
   float: left;
   width: 45%;
}

#boxheader .rightlinks {
   float: right;
   width: 54%;
   font-size: 12px;
}

#boxheader .rightlinks ul {
   float:right;
   margin:0;
   padding:0;
   text-align:center;
}
#boxheader .rightlinks ul li {
   display:inline;
   padding:0 15px;
   list-style:none;
   font-weight: normal;
}
#boxheader .rightlinks ul li a {
   color:#fff;
   text-decoration:none;
   background:none;
   font-weight: normal;
   padding: 1px 0 0 12px;
   background:url(/images/arrowrightclear.gif) no-repeat 0px 3px;
}

#boxheader .rightlinks ul li a:hover,
#boxheader .rightlinks ul li a.active {color:#000000;}  

/* login box */
#box-form {
	clear: both;
	overflow: hidden;
	width: 200px;	
	height: auto;
	background: #eee; 
	border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
	border-right: 1px solid #666;
   border-bottom: 1px solid #666;
	font-weight:bold;
	margin: 15px auto 15px auto;

}

#box-form .form {
   padding: 5px 5px 5px 5px;
	line-height:25px;
}

#box-form p {
	font-weight: normal;
}

#box-form .form input {
   width:180px;
   color:#000;
   font-size:12px;
   background:#fff;
   border: 1px solid #000;
}

#box-form .form .dropdown {
   color:#000;
   font-size:12px;
   background:#fff;
   border: 1px solid #000;
}

#box-form .form .rememberme {
	font-weight:normal;
	font-size: 12px;
}

#box-form .form .checkbox{
	width: 15px;
	border:none;
	background: none;
}

#box-form .form .radio {
   width: 20px;
   border: none;
   background: none;	
}

#box-form .form .submitButton{
   width: 80px;
   margin-left: 50px;
   cursor: pointer;
   background:#cc6600; /*url(../images/buttonbk.gif) repeat-x;*/
   color: #fff;
   font-weight: bold;
   height: 22px;   
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
}

#box-form a {
   font-size: 12px;
}

#box-form .noaccount {
   padding: 5px 5px 5px 5px;
   font-weight: bold;
   font-size: 13px;
   color: #333;		
   text-align: center;
   border-top: 1px solid #fff;
}

.button {
   padding: 0 3px 0 3px;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px;
}

#button a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#button a:hover {color: #333;}

.

#box-form .errors {
	color: #c00;
	font-size:12px;
}

.errors {
  color: #c00;
  font-size: 12px;
}

#myaccount {
   clear: both;   
}
	
#myaccount .objects {
   width: 440px;
}

#myaccount .objects .objectlist {
/*	height: 125px;*/	
   background: #DFEBFF; /*#FFEFBC; /*#FCF6B3;*/
	padding: 5px 5px 5px 5px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
}

#myaccount .objects .objectlist .singleobject {
   width:105px;
   display:block;
   float: left;
   overflow: hidden;
}

#myaccount .objects .objectlist .singleobject a {
	background: none;
   color:#333;
}

#myaccount .objects .objectlist .singleobject a:hover {color: #cc6600;}


#myaccount .objects .summary {
}

#myaccount .objects .thumbs {
	width:90px;
	height:90px;
   border-bottom: 1px solid #333;
   border-right: 1px solid #333;
   border-left: 1px solid #999;
   border-top: 1px solid #999;
   padding:3px 3px 3px 3px;
}

#myaccount .objects .pageitem {
	height: 22px; 
}

#myaccount .objects .whitebreak {
   height: 8px;
   background: #fff;
}

#myaccount .rightarea {	
	float: right;
   width: 285px;
}

#myaccount .summary-box {
   padding: 5px 5px 5px 5px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   background: #DFE8D6; /*#FCF6B3;*/
}

#myaccount .link-box {
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   padding: 5px 5px 5px 5px;
   line-height: 22px;
   background: #DFE8D6; /*#FCF6B3;*/
}

.indented_id {
  padding: 0px 0px 0px 20px;
}

.ui-datepicker {
  z-index: 1500;
}

#box-form .featureTitle {
	border-bottom: 1px solid #333;
	font-size: 13px;
	
}

#box-form .planRadio input{
	width: 20px;
	border: none;
	background: none;
}

.plan-summary-box {
   float: right;
   width: 320px;
   background: #eee; /*#FAE9B1;*/
   border: 1px solid #ccc;
   padding-bottom: 10px;
   margin-top: 50px;
}

.plan-cost-label {
	width: 245px;
	line-height: 20px;
	padding-left: 5px;
}

.plan-cost-amount {
	float: right;
	text-align: right;
	padding-right: 5px;
   line-height: 20px;
}

.plan-cost-permonth {
	font-size: 11px;
}

#totalPrice {
	font-weight: bold;
	font-size: 15px;
}

#planPrice {
   font-weight: bold;
   font-size: 15px;
}

.newsdate {
   font-style: italic;
   font-weight: bold;
} 

.graphsample {
   background: url(/images/graphsample.jpg) no-repeat;
   width: 156px;
   height: 146px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;         
}

.subparagraph {
  font-size: 12px;
  margin-left: 20px;
}

.learnmore a {
   color:#333;
   text-decoration:none;
   font-weight: bold;
   font-style: italic;   
   padding: 0px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 2px 3px;
}
.learnmore a:visited { background:url(/images/arrowright.gif) no-repeat 0px 3px;}
.learnmore a:hover {color: #cc6600;}

#login-form {
   position: absolute;
   z-index: 1000;
   left: -1000px;
   top: -1000px;
   display: none;
   width: 150px;
   padding: 3px 3px 3px 3px;
}

.discount_price {
  text-decoration: line-through;
  color: red;
}

.pad-text {
   padding: 7px 7px 7px 7px;
}