html, body {
	background-color: #DBDCDC;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Arial, sans-serif;
	/* firefox _possible_ hack for scrollbars...  overflow: -moz-scrollbars-vertical; */
}

body {
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
}


a, a:visited {
	color: #868686;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




.global0 {
	width: 846px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: left bottom no-repeat url(content_shadow_bottom.gif);
}

.txtBox {
	font: 12px Arial, sans-serif, Verdana;
	}


.global1 {
	background: repeat-y url(content_shadow_middle.jpg) white;
}

.global2 {
	background: left top no-repeat url(content_shadow_left.jpg);
	margin: 0;
	padding: 0;
}

.global3 {
	background: right top no-repeat url(content_shadow_right.jpg);
	padding: 0 8px 0 8px;
	margin: 0;
	font-family: Arial, sans-serif;
	text-align: center;
}

.header {
	background-image:url(amazingwellness_banner.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 831px;
	height: 136px;
}

.container {
	border-bottom: 10px #e1f1aa solid;
	border-right: 10px #e1f1aa solid;
	height: 500px;
}
	

.leftside {
	float: left;
	width: 524px;
	height: 500px;
	border-left: 10px #e1f1aa solid;
	border-top: 10px #e1f1aa solid;
	border-right: 10px #e1f1aa solid;
	margin: 0;
	padding: 0;
	
}

.alignleft {
	float:left;
	margin: 10px;
}

.alignright {
	float:right;
	margin: 10px;
}


#welcome {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 10px;
	line-height: 160%;
	margin: 10px;
	text-align: left;
}

.rightside {
	float: right;
	width: 276px;
	
	border-top: 10px #e1f1aa solid;
	background-image:url(rightside_bg.gif);
	margin: 0;
	padding: 60px 0 0 0;
	font-family: Arial, sans-serif;
	text-align: center;
	background-repeat: no-repeat;
}
	

/* header {{{ */

.header {
	padding: 0 5px 0 24px;
}

.logo1 {
	display: block;
	float: left;
	margin-top: 20px;
}

.logo1 img {
	border: none;
	display: block;
}

.slogan1 {
	clear: left;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 18px;
	padding-left: 1px;
}

.slogan1 img {
	display: block;
}

.topBox {
	margin-top: 7px;
	float: right;
	font: 11px Verdana, sans-serif;
	background: right top no-repeat url(top_box_right.gif);
	height: 39px;
}

.topBox ul {
	padding: 8px 35px;
	margin: 0;
	background: left top no-repeat url(top_box_left.gif);
}

.topBox li {
	list-style: none;
	padding: 0;
	margin: 0 4px;
	display: inline;
}

.topBox a {
	color: #8D8D8D;
	text-decoration: none;
}

.topBox a:hover {
	text-decoration: underline;
}

.topBox img {
	padding: 5px 5px 5px 0;
	border: none;
	vertical-align: middle;
}

.slogan2 {
	padding-top: 10px;
	text-align: center;
	font: 12px Verdana, sans-serif;
	color: #CCCCCC;
}

/* }}} */
/* top navigation {{{ */

.topNav {
	clear: both;
	width: 786px;
	height: 27px;
	background: #E7E7E7 url(top_nav_bg.gif); /* E7E7E7 */
	margin: 0 auto;
	padding: 0 0 0 34px;
	font: 11px/25px Verdana, sans-serif;
}

.topNav li {
	list-style: none;
	float: left;
	padding: 1px 2px 1px 0;
	margin: 0;
	background: right center no-repeat url(top_nav_divider.gif);
}

.topNav a {
	padding: 0 13px;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	color: #404040;
}

.topNav .last {
	background: none;
}

.topNav a:hover, .topNav .current a {
	background: left center url(top_nav_current_bg.gif) #CACEBE; /* CACEBE */
	text-decoration:none;
}

/* added to fix IE bug of showing gray links in top nav */
.topNav a:visited {
	color: #404040;
}

/* }}} */
/* content {{{ */

.content {
}

.body {
	width: 576px;
	float: left;
}

.column {
	width: 251px;
	float: right;
}

.slogan3 {
	clear: both;
	width: 794px;
	height: 45px;
	background: url(slogan3_bg.jpg) #B8C787;
	margin: 6px 10px 16px 20px;
}

.slogan3 img {
	display: block;
}

/* }}} */
/* footer {{{ */

.footer {
    clear: both;
	font: 10px Arial, sans-serif;
	background: center bottom no-repeat url(footer_bg.jpg);
	padding: 0 10px 0 10px;
	height: 30px;
}

.footerInner {
	border-top: 1px solid #EBEBEB;
	padding: 26px 6px 0 16px;
}

.bottomNav {
	color: #868686;
}

.bottomNav a, .bottomNav a:visited {
	color: #868686;
	text-decoration: none;
}


.bottomNav a:hover {
	text-decoration: underline;
}

.copyright {
	margin-top: 3px;
	color: #949494;
}

.logo2 {
	display: block;
	float: right;
}

.logo2 img {
	display: block;
	border: none;
}

/* }}} */
/* categories block {{{ */

.column .categories {
	width: 237px;
	margin: 0 0 6px 0px;
}

.column .categories .title {
    padding: 11px 0 9px 8px;
}

.column .categories dl {
	font: 11px Arial, sans-serif;
	margin: 0 9px 0 11px;
}

.column .categories dt {
	margin: 1px 0 0 0;
	font-weight: bold;
}

.column .categories dt, .column .categories dt a {
	color: #829643;
}

.column .categories dt a {
	text-decoration: none;
}

.column .categories dt a:hover {
	text-decoration: underline;
}

.column .categories dd {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #EBEBEB;
}

.column .categories dd.last {
	border: none;
}

.column .categories dd, .column .categories dd a {
	color: #868686;
}

.column .categories dd a {
	text-decoration:underline;
}

.column .categories .link, .linkBase {
	display: block;
	margin: 12px 0 19px 15px;
	text-align: right;
	font: bold 11px Arial, sans-serif;
    padding-right: 1px;
}

.linkBase {
	text-align: left;
	
}

.column .categories .link img {
    vertical-align: middle;
}

.column .categories .link a, .linkBase a {
	color: #E48500;
	text-decoration: none;
	padding-right: 8px;
}

.column .categories .link a:hover, .linkBase a:hover {
	text-decoration: underline;
}

/* }}} */
/* help and search block {{{ */

.helpAndSearch {
    margin-left: 1px;
	border-collapse: collapse;
	width: 234px;
	height: 150px;
	background: url(help_and_search_bg.gif) #F3F3F3;
}

.helpAndSearch td {
	padding: 0 0 0 15px;
	font: 11px/18px Arial, sans-serif;
	color: #404040;
}

.helpAndSearch td.icon {
	padding: 0 12px 1px 0;
	text-align: right;
	vertical-align: bottom;
}

.helpAndSearch img {
	margin-left: auto;
	display: block;
	border: none;
}

/* }}} */
/* fancy block {{{ */

.fancyBlock {
	margin-left: 13px;
	width: 565px;
	background: url(fancy_block_middle.gif);
}

.fancyBlockInner1 {
	background: no-repeat url(fancy_block_top.gif);
}

.fancyBlockInner2 {
	background: left bottom no-repeat url(fancy_block_bottom3.gif) white;
	padding-bottom: 11px;
}

.fancyBlock .top {
	background: left bottom no-repeat url(fancy_block_bottom1.gif);
	padding: 0 8px 12px 9px;
}

.fancyBlock .bottom {
	background: left top no-repeat url(fancy_block_bottom2.gif) white;
	padding: 3px 6px 0 6px;
}

.fancyBlock .top h1 {
	font: 23px Arial, sans-serif;
	color: #93A45D;
	margin: 0;
	padding: 9px 0 0 14px;
}

.fancyBlock .top .title {
    padding: 13px 0 1px 15px;
}

.fancyBlock .top p {
	font: 13px Arial, sans-serif;
	color: #808080;
	margin: 0;
	padding: 3px 0 10px 16px;
}

/* }}} */
/* blue box in the fancy block {{{ */

.blueBox {
	width: 545px;
	background: url(blue_box_middle.gif);
    margin-left: 2px;
}

.blueBoxInner1 {
	background: left bottom no-repeat url(blue_box_bottom.gif);
}

.blueBoxInner2 {
	background: left top no-repeat url(blue_box_top.gif);
	padding: 9px 15px 13px 14px;
}

/* }}} */
/* search form {{{ */

.searchNote {
    padding-top: 6px;
	float: right;
	font: 12px/18px Arial, sans-serif;
	color: #868686;
}

.searchNote strong {
	font: bold 12px Verdana, sans-serif;
	color: #DA7700;
	display: block;
	margin-bottom: 9px;
}

.searchNote div {
    padding-left: 2px;
}

.searchNote em {
	font-weight: bold;
	background: center bottom no-repeat url(em.gif);
}

.search {
	margin: 0;
	width: 310px;
	font: 11px Verdana, sans-serif;
	color: #868686;
}

.search strong {
	text-decoration: underline;
    display: block;
    padding-bottom: 7px;
}

.search input {
	vertical-align: middle
}

.search .text {
	border: 1px solid #A5ACB2;
	width: 210px;
	font: 12px Arial, Helvetica, sans-serif
	/* font: 15px Verdana, sans-serif; */
}

.search .image {
	padding: 5px 5px 5px 6px;
}

.search .link {
	margin: 4px 0 0 103px;
}

.search .link a {
    padding-left: 7px;
	text-decoration: none;
	color: #3E3E3E;
}

.search .link a:hover {
	text-decoration: underline;
}

/* }}} */
/* nice table {{{ */

.nice {
    width: 548px;
    margin-left: 1px;
	border-collapse: collapse;
	font: 12px Arial, sans-serif;
	border-bottom: 2px solid #C1DAFD;
}

.nice th {
	height: 19px;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: white;
	background-color: #75ADFB;
}

.nice th.caption {
	height: 27px;
	background: top right url(nice_th_caption.gif) #F1F1F1;
	text-align: left;
	padding: 0 0 0 8px;
	color: #6E6E6E;
	font-size: 12px;
}

.nice th.subtotal {
    border-top: 8px solid #F1F1F1;
}

.nice td.note {
	height: 17px;
	padding: 0 8px;
	font-size: 11px;
	color: #9E9E9E;
	background-color: #E0E0E0;
	border: none;
}

.nice td {
	height: 21px;
	text-align: center;
	padding: 0 0 0 8px;
	background-color: #F5F9FF;
	border-bottom: 1px solid #C1DAFD;
	color: #868686;
}

.nice th.l, .nice td.l {
	text-align: left;
    padding-left: 8px;
}

.nice th.r, .nice td.r {
	text-align: right;
    padding-right: 8px;
}


.nice th a {
    color: white;
    text-decoration: none;
}

.nice td a {
	color: #868686;
	text-decoration: none;
}



.nice th a:visited {
    color: white;
    text-decoration: none;
}

/*
.nice td  a:visited {
	color: #868686;
	text-decoration: none;
}
*/

.nice a:hover {
	text-decoration: underline;
}

.nice img {
    border: none;
    vertical-align: middle;
}

/* }}} */

.columns {
    background: 179px 0 repeat-y url(left_column_bg.gif);
}

.columnsInner {
    width: 100%;
    overflow: auto;
    background: 179px 0 no-repeat url(left_column_bg_top.gif);
}

.leftColumn {
    float: left;
    width: 190px;
    padding-bottom: 118px;
}

.leftColumn .search {
    width: auto;
    padding: 14px 0 5px 13px;
}

.leftColumn .search strong {
    text-decoration: none;
    padding-bottom: 0;
}

.leftColumn .search div {
    padding-bottom: 6px;
}

.leftColumn .search .text {
    width: 153px;
}

.leftColumn .search .image {
    display: block;
    margin: 4px 0 0 76px;
}

.leftColumn .categories {
    margin: 0;
    padding: 27px 0 0 2px;
    background: left top no-repeat url(lc_cat_title.gif);
    width: 177px;
    font: 11px/19px Verdana, sans-serif;
}

.leftColumn .categories li {
    list-style: none;
    border-bottom: 1px solid #D5DEB8;
}

.leftColumn .categories li.current {
    background-color: #F4F8E6;
}

.leftColumn .categories li.last {
    border-bottom: 2px solid #D3D3D3;
    padding-bottom: 2px;
}

.leftColumn .categories a {
    display: block;
    color: #8D8D8D;
	text-decoration: none;
    width: 165px;
    padding-left: 12px;
}

.leftColumn .categories li.subLink a {
    color: #8D8D8D;
    width: 135px;
    padding-left: 42px;
}





.leftColumn .categories .current a {
    color: #899B50;
}

.rightColumn {
    float: left;
    width: 606px;
    padding-left: 12px;
    padding-bottom: 20px;
}

.rightColumn .title {
    padding-top: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #DBDBDB;
}

.rightColumn .title img {
    display: block;
}

.rightColumn .titleFloat {
    float: right;
    font: 12px Arial, sans-serif;
    color: #868686;
    padding-top: 18px;
}

.rightColumn .faqToc {
    font: 12px Arial, sans-serif;
    margin: 0;
    padding: 6px 0 8px 28px;
    border-bottom: 1px solid #DDDDDD;
}

.rightColumn .faqToc li {
    padding: 2px 0 3px 0;
}

.rightColumn .faqToc a {
    color: #4F99FF;
    text-decoration: none;
}

.rightColumn .faqToc a:hover {
    text-decoration: underline;
}

.rightColumn .contentItem {
    font: 11px Verdana, sans-serif;
    color: #868686;
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 8px 7px 8px;
}

.rightColumn .contentItem h4 {
    font-size: 11px;
    padding-bottom: 2px;
    margin: 0;
}

.rightColumn .contentItem p {
    margin: 0;
    line-height: 17px;
}

.rightColumn .odd {
    background-color: #FCFBFB;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #FAFAFA;
}

.rightColumn .contentItem .link {
    display: block;
    text-align: right;
    color: #87994D;
    text-decoration: none;
    margin-top: 9px;
    padding-right: 16px;
    font: 9px Arial, sans-serif;
}

.rightColumn .contentItem .link:hover {
    text-decoration: underline;
}

.blueAbout {
    border-bottom: 1px solid #DDDDDD;
    color: #5099FD;
    font: 14px/24px Arial, sans-serif;
    background: right center no-repeat url(laptop.jpg);
    padding: 4px 0 6px 0;
}

.blueAbout div {
    padding: 10px 0 15px 0;
}

.blueAbout big {
    font-size: 16px;
    font-weight: bold;
}

.advancedSearch {
    margin: 13px 0 0 0;
    font: 12px Arial, sans-serif;
    color: #868686;
}

.advancedSearch .text {
    width: 330px;
    vertical-align: middle;
}

.advancedSearch .textSmall {
    width: 150px;
    vertical-align: middle;
}

.advancedSearch .image {
    vertical-align: middle;
    padding-left: 16px;
}

.advancedSearch label {
    float: left;
    width: 129px;
    height: 20px;
    padding-top: 16px;
}

.advancedSearch br {
    clear: left;
}

.advancedSearch .checkboxes, .advancedSearch .radiobuttons {
    padding-top: 14px;
}

.advancedSearch .textContainer {
    padding-top: 5px;
}

.advancedSearch .comboContainer {
    padding-top: 8px;
}

.advancedSearch .container {
    padding-top: 10px;
}

.advancedSearch .checkboxes label, .advancedSearch .radiobuttons label {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    float: none;
}

.rightColumn .nice {
    border-top: 1px solid white;
    margin-left: 0;
    width: 100%;
    border-left: 5px solid #F1F1F1;
    border-bottom: 3px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
}

.rightColumn .nice .caption {
	background: #F1F1F1;
    padding-left: 0;
}

.rightColumn .nice .light {
    font-weight: normal;
}

.shoppingCart {
    margin: 0 0 17px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #D4D4D4;
}

.shoppingCart .buttons {
    overflow: auto;
    width: 100%;
    margin-top: 16px;
}

.shoppingCart .buttons .image {
    float: left;
    margin: 0 15px 0 0;
}

.shoppingCart .buttons .right {
    float: right;
    margin: 0 0 0 15px;
}

.footnote {
    color: #868686;
    font: 11px Arial, sans-serif;
    margin: 12px 0 0 0;
}

.domainProfilePage .columnsInner {
    background: 179px 0 no-repeat url(left_column_bg_top2.gif);
}

.domainProfile {
    /* height: 79px; */
	height:auto;
    padding: 0 0 9px 0;
}

.domainProfile h1 {
    margin: 0;
    padding: 14px 0;
    color: #6D6D6D;
    font: 18px Arial, sans-serif;
}

.domainProfile .price {
    font: bold 12px Arial, sans-serif;
    color: #6D6D6D;
}

.domainProfile .price em {
    font-weight: normal;
    font-style: normal;
    color: #589DE4;
}

.domainProfile .link {
    display: block;
    float: right;
    margin: 35px 37px 0 0;
}

.domainProfile img {
    display: block;
    border: none;
}

.domainProfile .meter {
    float: right;
    color: #6D6D6D;
    font: 11px Arial, sans-serif;
    padding: 15px 0 0 34px;
    height: 64px;
    background: left center no-repeat url(vert_div.gif);
}

.domainProfile .meter img {
    display: block;
    margin-top: 6px;
}

.properties {
    border-collapse: collapse;
    font: 12px Arial, sans-serif;
    color: #6D6D6D;
}

.properties th {
    height: 29px;
    width: 152px;
    text-align: left;
}

.properties th, .properties td {
    padding: 0;
    vertical-align: top;
}


/* all categories page /categories.cfm */
div.topCat {
	margin-bottom:5px;
	
	}

div.topCat span {
	font-size:10px;
}	
div.subCat span {
	font-size:10px;
}	
	
div.topCat a {

		color: #868686;
		font-size:12px;
		
		/*font-size:16px;
		color: #E48500;
		*/	
	}
div.topCat div.subCat a {
		color: #868686;
		font-size:12px;
	}	
	
div.topCat div.subCat {
		margin-left:20px;
		
		
	}

div.topCat div.subCat div {
	/*width:100px;*/
	display:block;
	float:left;
	}	
	
	/* 8888888888888888 */
div.subCat a {
		color: #868686;
		font-size:12px;
	}	
	
div.subCat {
		margin-left:20px;
		margin-bottom:0px;
		
	}

div.subCat div {
	/*width:100px;*/
	display:block;
	float:left;
	}
	
	
	
	
	
/* contact us form */

form.contact_us .textControl {
	padding-top:8px;	
	clear:left;
}

form.contact_us .textControl input {
    font-size: 14px;
    padding: 2px ;
	border:1px solid #A5ACB2;
	width:265px;
	float:left;
}

form.contact_us .textControl .smessage {
	width:350px;
}

form.contact_us .textControl .smessage_bot {
	width:222px;
	margin-right:5px;
}

form.contact_us .textControl label, form.contact_us  label.send_m {
    display: block;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
    float: left;
    width: 115px;
    padding: 5px 10px 0 0;
	text-align:right;
	color:#000000;

}

/*
label.send_m {
	padding-right:35px;
}
*/
form.contact_us .textControl textarea {
	width:418px;
	height:227px;
	border:1px solid #A5ACB2;
	overflow:y-scroll;

	/* needed to add these to make it left justified in IE */
	display:block;
	float:left;
		
}

/* added for captcha */
/* needed to add these to make it left justified in IE */
form.contact_us .textControl img {
	display:block;
	float:left;
		
}


form.contact_us .buttons {
    padding: 20px 0 0px 125px;
}

form.contact_us {
	padding:15px 10px 0px 0px; /* 15 10 0 55 */
}
	
	
	
	
	
