@charset "utf-8";
/* CSS Document */
A {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
BR {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
DIV {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H1 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H2 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H3 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H4 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H5 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H6{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
INPUT{ADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
LABEL {	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
OBJECT {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
OL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
P {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
SELECT {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
SPAN {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TABLE {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TD {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TEXTAREA {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TR {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35;
}
.twoColFixLtHdr #container {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #mainContent  a {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #container #mainContent  a:link {

}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #333333;
}

.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;	color: #999999;	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	font-style: normal;
}
.twoColFixLtHdr #container #header a {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
.twoColFixLtHdr   #container   #mainContent   #buttonLink   a  {
	text-decoration: none;
}

.twoColFixLtHdr #container #header a:link {
}
.twoColFixLtHdr #container #header a:hover {
	color: #000000;	text-decoration: none;
}
#header #signUp {
	font-size: 12px;
	font-weight: normal;
	font-style: oblique;
	color: #CC100F;
}
#header #phoneContact {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-top: 8px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;








*margin-top: -33px;
}
.twoColFixLtHdr #container .sidebarBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C2C2;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 720px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	line-height: normal;
	padding: 0px;
	margin-bottom: 15px;
}

.twoColFixLtHdr #container #sidebar1 .sidebarBorder #simWebs h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 .sidebarBorder #simWebs h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.15;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.twoColFixLtHdr #container #mainContent .h1Larger {
	font-size: 36px;
}

.twoColFixLtHdr #container #mainContent .subH1 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.25;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.twoColFixLtHdr  #container  h3  {
	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #CC0000;
}


.twoColFixLtHdr #mainContent a {

}
.twoColFixLtHdr #mainContent a:link {

}
.twoColFixLtHdr #mainContent a:hover {

}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
}

.twoColFixLtHdr #container #sidebar1 .sidebarBorder .phoneContact {
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #copy #featuresList p {
	margin-bottom: 6px;
	line-height: 1;
	font-size: 13px;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 .sidebarBorder #featuresListh3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#featuresList {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	}
#featuresList  li    {
	margin-left: 0px;
	margin-bottom: 12px;
	line-height: 1.15;
	font-size: 13px;
	list-style-type: none;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 18px;
}

#featuresList a {
	color: #CC0000;
	text-decoration: none;
}

#featuresList a:link {
	text-decoration: none;
}
#featuresList a:hover {
	color: #000000;	text-decoration: none;
}


#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	}
.twoColFixLtHdr #container #sidebar1 .sidebarBorder #testimonials h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#testimonials a {
	color: #CC0000;
	text-decoration: none;
}
#testimonials a:link {
	text-decoration: none;
}
#testimonials a:hover {
	color: #000000;	text-decoration: none;
}
.twoColFixLtHdr  #container  #subMainContent  #featuresPricing {
	width: 435px;
	padding-right: 6px;
	padding-left: 6px;
}

.twoColFixLtHdr  #container  #subMainContent  #monthly {
	float: right;	margin-top: 0px;	margin-right: 20px;	margin-bottom: 0px;	margin-left: 0px;
}
.twoColFixLtHdr  #container  #mainContent  .introPoints {
	margin-left: 0px;

*margin-left: 30px;			padding-right: 0px;
	line-height: 1.5;
}
.twoColFixLtHdr #container #mainContent #copy .introPoints li {
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 0px;
	*margin-left: -25px;
	font-size: 16px;
}
.twoColFixLtHdr #container #sidebar1 .sidebarBorder #testimonials .quoteBy {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


#mainContent .Mainimg {
	margin-bottom: 15px;
	float: right;
}
.twoColFixLtHdr #container #mainContent #copy {
}

.twoColFixLtHdr  #subMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #subMainContent h1 {
	font-size: 22px;
	padding-top: 15px;
}
.twoColFixLtHdr #container #subMainContent li {
	margin-left: 10px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.twoColFixLtHdr #container #subMainContent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixLtHdr #container #subMainContent .subH1 {
	color: #CC0000;
}
.twoColFixLtHdr #container #subMainContent .subhead {
	color: #666666;
}

.twoColFixLtHdr #container #subMainContent h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.twoColFixLtHdr #container #subMainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #subMainContent #featuredTemplates .border01 {
	font-size: 14px;
	text-align: center;
}
.twoColFixLtHdr #container #subMainContent #featuredTemplates .border02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.twoColFixLtHdr #container #subMainContent #featuredTemplates .border01 img {
	margin-top: 8px;
}



.twoColFixLtHdr #subMainContent a {

}
.twoColFixLtHdr #subMainContent a:link {

}
.twoColFixLtHdr #container #mainContent .subhead {
	color: #666666;
	font-size: 16px;
}
.twoColFixLtHdr #subMainContent a:hover {

}
.twoColFixLtHdr #container #subMainContent p {
	font-size: 14px;
	line-height: 1.35;
	color: #333333;
	margin-bottom: 15px;
}
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 975px;
	padding: 0;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #featuredTemplates h4 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 25px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #featuredTemplates {
	font-size: 10px;
}


.line {
	background-image: url(images/backend/line_grey.jpg);	background-repeat: repeat-y;	background-position: left;
}

.twoColFixLtHdr #container #sidebar1 .sideBarBgCntr p {
	font-size: 12px;
	text-align: left;
	line-height: 1.45;
	margin-top: 5px;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgTop {
	background-image: url(images/backend/sidebar-top.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgBtm {
	background-image: url(images/backend/sidebar-btm.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgCntr {
	background-image: url(images/backend/sidebar-cntr.jpg);
}
#whatAre {
	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	margin-bottom: -3px;	text-align: left;
}
#simWebs {
	font-size: 20px;	font-family: Arial, Helvetica, sans-serif;	text-align: left;
}
#featuresPricing {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	padding-top: 5px;
}
#featuresPricing  a     {
	color: #CC0000;
	text-decoration: none;
}
#featuresPricing a:link {
	text-decoration: none;
}
#featuresPricing a:hover {
	color: #000000;	text-decoration: none;
}
#tour {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.twoColFixLtHdr #container #sidebar1 .sidebarBorder #tour h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#tour a {
	color: #CC0000;
	text-decoration: none;
}
#tour a:link {
	text-decoration: none;
}
#tour a:hover {
	color: #000000;	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #footer a {
	color: #CC0000;
}
.twoColFixLtHdr  #container  #footer  a:link {

}
.twoColFixLtHdr  #container  #footer  a:hover {
	color: #333333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;    height:0;    font-size: 1px;    line-height: 0px;
}
.twoColFixLtHdr #header #topNav  {
	margin-left: 0px;
	height: 33px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC100F;
}

.twoColFixLtHdr #header #topNav a  {
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.twoColFixLtHdr #header #topNav a:link  {
	color: #FFFFFF;
}

.twoColFixLtHdr #header #topNav a:hover  {
	color: #CCCCCC;
}

.twoColFixLtHdr #header #topNav a:visited  {

}

.twoColFixLtHdr #header #topNav a:active  {

}
.twoColFixLtHdr #header #freeTrialHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 25px;
}
.twoColFixLtHdr #header #freeTrialHead a {
	font-size: 24px;
	text-decoration: underline;
}



.blackTab         {
	background-image: url(images/backend/welNavOn.jpg);
}
.redTab {
	background-image: url(images/backend/welNavOff.jpg);
}
.redText {
	color: #CC0000;	font-weight: normal;	font-size: 15px;
}
.twoColFixLtHdr #container #subMainContent #form1 #Form #accountSetUp {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.redTextSm {
	color: #CC0000;	font-weight: normal;	font-size: 10px;
}
.redTextOnly {
	color: #CC0000;
}
.twoColFixLtHdr #container #mainContent #copy h1 {
	color: #CC0000;
	font-weight: normal;
	font-size: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.15;
}
.twoColFixLtHdr #container #mainContent #copy h2 {
	padding: 0px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 20px;
}




.blackText {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #subMainContent #form1 #accountSetUp .off {
	color: #999999;
}
.twoColFixLtHdr #container #subMainContent #form1 #accountSetUp .on {
	color: #CC0000;
}


.twoColFixLtHdr #container #subMainContent #Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F4F4F4;
	padding: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr   #container   #subMainContent   #Form   .formField {
	background-color: #E4E4E4;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #header .logo {
	padding-bottom: 25px;
}
.twoColFixLtHdr  #top  {
	margin-bottom: 5px;
	height: 20px;
	background-color: #CC100F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
	width: 100%;
}
/*-- rounded tables END --*/.twoColFixLtHdr #container #sidebar1 .roundedcornr_box .roundedcornr_content #roundedcrnr p {
	color: #333333;
}
.twoColFixLtHdr  #container  #subMainContent  #leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 25px;
}
.twoColFixLtHdr #container #mainContent #copy #banner {
	margin-top: 15px;
}
#webinarsList {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c2c2;
}
