/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;/*background-color: #F3F3F3; overall menu background color*/
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}




/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 140px;
	border: 0px solid black;
	text-decoration: none;
	color: navy;
	background-color: #EEEEEE;
	text-align: left;
	filter: Alpha(Opacity=90);
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	
	
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: -3em;  /*no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
	top: -2px;
	position: relative;
}

.suckertreemenu ul li a:hover{
background-color: #999999;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  url(media/arrow-down.gif) no-repeat left right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(media/arrow-right.gif) no-repeat left right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 0%; }
* html .suckertreemenu ul li a { float: left; height: 0%; }
/* End */



body {
	text-align: center;
	margin: 0px;
	background-color: #333333;
	background-image: url(images/back.jpg);
}
#main #leftside {
	width: 560px;
	z-index: 98;
	position: relative;
	top: -10px;
	margin-left: 3px;
	text-align: left;
	float: left;
	left: 4px;
}
#main #rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	width: 170px;
	float: right;
	position: absolute;
	right: 0%;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	z-index: 104;
}
#main #leftside .menuborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	border: 1px solid #C0C0C0;
	height: 120px;
	width: 210px;
	padding: 3px;
	font-size: 11px;
	background-image: url(images/backline.jpg);
	background-repeat: no-repeat;
}
#main #leftside #presale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	background-color: #f6f6f6;
	background-image: url(images/backline.jpg);
	background-repeat: no-repeat;
	padding-left: 6px;
}



#rightside #links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: underline;
	display: block;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #D6D6D6;
	border-left-color: #F0F0F0;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-image: url(images/tips.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	margin-right: 2px;
	margin-left: 2px;
}

#rightside #links a:hover {
	background-color: #E9E9E9;	
}


#top {
	width: 755px;
	position: absolute;
	top: 0px;
}
#top #lt {
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu {
	width: 755px;
	background-color: #CCCCCC;
	background-image: url(images/bar_03.jpg);
	text-align: left;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 95px;
}




#main  #catlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#main  #catlink a {
	color: #0066FF;
	text-decoration: underline;
}
#main  #catlink a:hover {
	color: #0066FF;
	text-decoration: none;
}


#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
}
#main {
	width: 740px;
	background-color: #FFFFFF;
	position: absolute;
	top: 133px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: .5in;
	margin-left: 5px;
	padding-top: -5px;
	vertical-align: top;
	z-index: 99;
}
#menu #left {
	background-image: url(images/bar_01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	height: 30px;
	width: 10px;
	top: 0px;
}

#menu #right {
	background-image: url(images/bar_05.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 30px;
	width: 10px;
	top: -30px;
	float: right;
}




#middle {
	top: 100px;
	text-align: center;
	width: 750px;
	z-index: 103;
	left: 20px;
	position: relative;
	overflow: visible;
	height: 175px;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#rightside .rightmenuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#main #leftside p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.border {
	border: 1px solid #C0C0C0;
}.features {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 4px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F3F3F3;
}
.features strong {
	color: #0066FF;
}
.rtb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
}
#rightside .rtb p{
	position: relative;
	margin-top: 3px;
	margin-bottom: -1px;
}
.morefeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F3F3F3;
	padding: 7px;
}
#gettingstarted img {
	
	border: 1px solid #999999;
}
#main #leftside #homeimg {
	position: absolute;
	left: 213px;
	top: 70px;
}
#main #leftside #home_pricing {
	position: absolute;
	left: 401px;
	top: 128px;
	width: 141px;
	height: 82px;
}
#main #leftside #home_pricing p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3333;
	text-align: left;
}
#main #leftside #homemain {
	top: -20px;
	position: relative;
}
#main #leftside #homemain a {
	background-image: url(images/dot.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 14px;
	color: #FF3333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main #leftside #homemain #home_pricing a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	background-image: none;
}
.rowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.text_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px solid #EBEBEB;
}
#main #leftside p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
}
.optiontable {
	background-color: #EFEFEF;
	border: 1px dashed #C0C0C0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #49A93F;
	background-color: #F6F6F6;
	border: 1px dashed #D5D5D5;
}
#main #leftside .options {
	background-color: #EDEDED;
	display: block;
	margin: 5px;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

