body 
{
	color: #000000;
	font:13px verdana,arial,sans-seri
	float:left; 
	margin: 0;
	padding: 0;
	width: 100%; 
}

td 
{
	color: #000000;
	font:13px verdana,arial,sans-seri	
}
.hoverlink {
cursor: crosshair;
}
.whitheader {
height: 25px;
padding-left: 10px;
	color: #fff;
	}
.smallstory {
	font-size: 12px;
	}
a
{
	color: #193e81;
	font-size: 13px;
	text-decoration: none;
	font-weight: none;
}
.notesheader {
	color: #193e81;
	font-size: 15px;
	font-weight: bold;
}
input,textarea,select {
	border: solid 1px #a4a4a4;
}
.errorz {
	color: #9c7070;
}
.container{
	width:920px;
	_width:920px;
	padding:0 0px;
	margin:auto;
    background: url("../cont-bg.png") repeat-y;
	text-align:center;
}


/**************** menu coding *****************/
#menu {
width: 100%;
background: #eee;
text-align: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 11em;
float: left;
align: center;
text-align: center;
border-right:1px solid #193e81;
}

#menu a, #menu h2 {
font: bold 15px/20px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0px 0px;
border-right:1px solid #193e81;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;

border-left: 1px;
border-right: 1px;
border-style: solid;
border-color: #000;
}


#menu h2 {
color: #000;
background: #fedd43;
text-transform: uppercase;
}

#menu h2 a {
color: #000;
background: #fedd43;
text-transform: uppercase;
border: 0px; 
}

#menu a:hover {
color: #000;
background: #efefef;

}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
right: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		
		margin:0 auto;
		text-align:left;
			
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:0px solid #000;
		
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		
		border:0px solid #317082;
		/* background-color:#E2EBED; */
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:0px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #FFF;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: none;
		font-size:12px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:10px;
		padding-right:10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-right:1px solid #193e81;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:10px;
		padding-right:10px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color:#193e81;
		border:0px solid #000;
		border-right:1px solid #193e81;
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:none;
		
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#fff;
		font-weight:none;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-left:5px;
		padding-right:5px;
		padding-top: 3px;
		padding-bottom: 3px;
		color:#193e81;
		background-color:#ccdeff;
		border:0px solid #a4a4a4;
	}
	#dhtmlgoodies_menu .currentDepth2over{
	padding-left:5px;
		padding-right:5px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color:#255dc1;
		border:0px solid #000;
	}
	#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
			color:#193e81;
	}
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#fff;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:0px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#649a2a;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#649a2a;
		border:1px solid #000;
	}	
	
.white {
padding-left: 3px;
color:#ffffff;
}
h1,h2 {
margin: 0px;
}
.h1hide {
font-size: 12px;
}
.header {
font-size: 18px;
color:#18499c;
}
.grayinfo {
color: #757575; 
font-size: 14px; 
font-weight:bold;
}
.graysmall {
color: #757575; 
font-size: 11px; 
font-weight:bold;
}
.bluebar {
background: url('yellowbg.gif');
background-repeat:repeat-x;
}
.formfit {
border: solid 2px #5f5f5f;
font-size: 18px;
}
.formfittwo {
border: solid 2px #000000;
font-size: 16px;
font-weight: bold;
}

/* Blog Edit */

#leftmenu {
width: 220px;
border-right:solid 1px #000000;
}

.widgettitle {
color: #757575; 
font-size: 18px; 
font-weight:bold;
}

.storytitle {
        color: #757575;
	font-size: 20px; 
        font-weight:bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

.storytitle a:link, .storytitle a:active, .storytitle a:visited {
	font-weight: normal;
	color: #3333FF;
	font-size: 20px;
	text-decoration: none;
}

.storytitle a:hover {
	font-weight: normal;
	color: #3333FF;
        font-size: 20px; 
	text-decoration: underline;
}

.meta {
	font-size: 11px;
	margin-bottom: 2px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #000000;
	font-weight: normal;
}

.feedback {
	font-size: 11px;
}

.storycontent {
color: #000000; 
font-size: 12px;
}

.storycontent p {
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}
/* seo plans */
#package-header {
	background:url("../images/seo-packages-header.png") no-repeat;
	width:800px;
	height:93px;
}
#package-header2 {
	background:url("../images/seo-packages-header2.png") no-repeat;
	width:800px;
	height:62px;
	clear:both;
}
#seo-plans thead tr th.plan_gray {
	color:#fff;
	text-align: left;
}
#seo-plans thead tr th.plan_green {
	color:#fff;
	background: #3c6d23;
	border-bottom: 2px solid #3c6d23;
}
#seo-plans thead tr th.plan_blue {
	color:#fff;
	background: #0077b2;
	border-bottom: 2px solid #0077b2;
}
#seo-plans thead tr th.plan_red {
	color:#fff;
	background: #950a16;
	border-bottom: 2px solid #950a16;
}
#seo-plans {
	background: none;
	border-collapse: collapse;
	width:800px;
}
#seo-plans tbody tr td {
	font:13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}
#seo-plans .starter-cell {
	width: 100px;
}
#seo-plans .serious-cell {
	width: 100px;
}
#seo-plans .strategy-cell {
	width: 100px;
}
#seo-plans .desc {
	background: url("../images/desc-bg.png") repeat-y right #bdbdbd;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-left: 1px solid #fff;
	height:35px;
}
#seo-plans .desc span {
	/*background: url(/css/v2/img/ic-arrow-diag-dark.png) no-repeat 0 50%;*/
	padding-left: 18px;
}
#seo-plans .feature-cell {
	width: 180px;
	background: url("../images/feature-bg.png") repeat-y right #d3d3d3;
	border: 1px solid #fff;
	color: #191919;
	font-weight: bold;
	text-align: right;
	height:50px;
}
#seo-plans .feature-cell span {
	padding-right:15px;
}
#seo-plans .starter-cell {
	background: url("../images/bg-starter.png") repeat-y right #ccf2cb;
	color: #3c6d23;
	font-weight: bold;
	border-top: 1px solid #3c6d23;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #3c6d23;
}
#seo-plans .starter-cell2 {
	background: url("../images/bg-starter2.png") repeat-y right #b2ddb1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #3c6d23;
}
#seo-plans .serious-cell {
	background: #cbe7f2;
	color: #0077b2;
	font-weight: bold;
	border-top: 1px solid #0077b2;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #0077b2;
	border-right: 2px solid #0077b2;
}
#seo-plans .serious-cell2 {
	background: #a9cedd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #0077b2;
	border-right: 2px solid #0077b2;
}
#seo-plans .strategy-cell {
	background: url("../images/bg-strategy.png") repeat-y left #f2cbcb;
	color: #950a16;
	font-weight: bold;
	border-top: 1px solid #950a16;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #950a16;
	border-right: 2px solid #950a16;
}
#seo-plans .strategy-cell2 {
	background: url("../images/bg-strategy2.png") repeat-y left #daa2a2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #950a16;
	border-right: 2px solid #950a16;
}
#seo-plans .signup-bottom {
	color:#565656;
	font-size:15px;
	font-weight:bold;
}
#seo-plans .signup-bottom a {
	color:#fff;
	margin:0 6px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#seo-plans .signup-bottom #get-started {
	color:#999;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
}
#seo-plans #starter-signup a:hover {
	color: #3c6d23;
}
#seo-plans #serious-signup a:hover {
	color: #0077b2;
}
#seo-plans #strategy-signup a:hover {
	color: #950a16;
}
#seo-plans #starter-signup {
	/*background: #3c6d23;*/
    padding-top:20px;
}
#seo-plans #serious-signup {
	/*background: #0077b2;*/
    padding-top:20px;
}
#seo-plans #strategy-signup {
	/*background: #950a16;*/
    padding-top:20px;
}
#seo-plans .serious-cell a, #seo-plans .strategy-cell a, #seo-plans .starter-cell a {
	color: #555;
	text-decoration: underline;
}
#seo-plans .serious-cell a:hover, #seo-plans .strategy-cell a:hover, #seo-plans .starter-cell a:hover {
	color: #CCC;
}
#seo-plans .serious-cell strike, #seo-plans .strategy-cell strike #seo-plans .starter-cell strike {
	font-weight: normal;
	color: #DDD;
}
#seo-plans .serious-cell span, #seo-plans .strategy-cell span, #seo-plans .starter-cell span {
	font-size: 11px;
	color: #555;
	font-style: italic;
}
#seo-plans .signup a {
	color: #669900;
	font-weight: bold;
	background: transparent url("../images/ico-bullet.png") no-repeat 0 50%;
	padding-left: 20px;
}
#seo-plans s {
	font-weight:normal;
	font-style: italic;
}
#plans-wrap div.tabs > div {
	padding: 0 18px 18px;
}
#plans-wrap #highlights, #plans-wrap #details {
	background: #222;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#plans-wrap #highlights-box {
	background: #222;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}