@charset "utf-8";
/* CSS Document */

body  {
	background: #f6f6f6;
	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: 12px;	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 #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: 15px;
}
.twoColFixLtHdr #container #header a:link {
}
.twoColFixLtHdr #container #header a:hover {
	color: #000000;	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	text-align: left;	margin-top: -3px;	*margin-top: -33px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 720px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 16px;	padding-top: 15px;
}
.twoColFixLtHdr #container #mainContent .subH1 {
	color: #CC0000;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 16px;
}

.twoColFixLtHdr #container #mainContent 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: 12px;	line-height: 1.40;
}
.twoColFixLtHdr #container #mainContent .testimonials {
	font-size: 11px;
}
.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  #subMainContent  #featuresHdr {
	margin-bottom: 10px;

}
.twoColFixLtHdr  #container  #subMainContent  #featuresPricing  a {
	color: #CC0000;	text-decoration: none;	font-size: 10px;
}
.twoColFixLtHdr  #container  #subMainContent  #featuresPricing  a:link {
}
.twoColFixLtHdr  #container  #subMainContent  #featuresPricing  a:hover {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent .subhead {
	color: #999999;
}
.twoColFixLtHdr  #container  #mainContent  .introPoints {
	margin-left: -15px;	*margin-left: 30px;	padding-right: 10px;	line-height: 1.5;
}
#mainContent .Mainimg {
	margin-bottom: 15px;
	float: right;
}
.twoColFixLtHdr #container #mainContent #copy {
}

.twoColFixLtHdr  #subMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #container #subMainContent h1 {
	font-size: 16px;	padding-top: 15px;
}
.twoColFixLtHdr #container #subMainContent .subH1 {
	color: #CC0000;
}
.twoColFixLtHdr #container #subMainContent .subhead {
	color: #999999;
}

.twoColFixLtHdr #container #subMainContent h2 {
	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 16px;
}

.twoColFixLtHdr #container #subMainContent h3 {
	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #CC0000;
}

.twoColFixLtHdr #subMainContent a {

}
.twoColFixLtHdr #subMainContent a:link {

}
.twoColFixLtHdr #subMainContent a:hover {

}
.twoColFixLtHdr #container #subMainContent p {
	font-size: 12px;	line-height: 1.40;
}
.twoColFixLtHdr #footer {
	margin-top: 25px;	padding-top: 0;	padding-right: 10px;	padding-bottom: 0;	padding-left: 10px;	border-top-width: 1px;
	border-top-style: solid;	border-top-color: #CCCCCC;	width: 900px;	margin-right: 15px;	margin-left: 15px;
} 
.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;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgTop {
	background-image: url(images/backend/bg_welLeftCol.jpg);	background-repeat: no-repeat;	height: 28px;
}
#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: #FFFFFF;	padding-top: 5px;
}
#featuresPricing  a     {
	color: #FFFFFF;	text-decoration: none;
}
#featuresPricing a:link {
	color: #FFFFFF;	text-decoration: none;
}
#featuresPricing a:hover {
	color: #000000;	text-decoration: none;
}
#tour {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	margin-bottom: -3px;	text-align: left;	border-top-width: 1px;
	border-top-style: solid;	border-top-color: #FFFFFF;	padding-top: 5px;
	}
#tour a {
	color: #FFFFFF;	text-decoration: none;
}
#tour a:link {
	color: #FFFFFF;	text-decoration: none;
}
#tour a:hover {
	color: #000000;	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgBtm {
	background-image: url(images/backend/bg_welLeftColBtm.jpg);	background-repeat: no-repeat;	height: 28px;
}
.twoColFixLtHdr #container #sidebar1 .sideBarBgCntr {
	background-image: url(images/backend/bg_welLeftColCenter.jpg);
}
.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;
}
#topNav  {
	width: 100%;
	float: right;
	margin-left: 0px;
	height: 33px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#nav, #nav ul {
	float: right;	list-style: none;	padding: 0;	margin-top: 0;	margin-right: 0;	margin-bottom: 0em;	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: 14px;	font-weight: regular;	line-height: 1.15;
}

#nav a {
	display: block;	color: #FFFFFF;	text-decoration: none;	width: 120px;	height: 23px;	padding-top: 10px;	padding-left: 6px;
	padding-right: 0px;	text-align: center;
}

#nav a:hover {
	text-decoration: none;	color: #FFCC00;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;	margin-right: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0;	padding-left: 0px;	width: 129px;
	text-align: left;
}

#nav li ul {
	position: absolute;	left: -999em;	height: auto;	width: 14.4em;	width: 50px;	font-weight: normal;	margin: 0;
}

#nav li li {
	padding-right: 0em;	width: 129px;	text-align: left;
	}

#nav li ul a {
	width: 150px;
}
#nav li ul a:hover {
	width: 150px;
	color: #FFFFFF;
}


#nav li ul ul {
	margin: 0;	background-color: #000000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	width: 129px;
}
.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;
}


.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: 11px;
	color: #333333;
	background-color: #F4F4F4;
	padding: 5px;
	border: 1px solid #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr   #container   #subMainContent   #Form   .formField {
	background-color: #EBEBEB;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
}
.twoColFixLtHdr #container #mainContent #copy #featuredTemplates img {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.twoColFixLtHdr #container #mainContent #copy #featuredTemplates h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #mainContent #copy #featuredTemplates td {
	font-size: 10px;
}
