/* ---------------------------------------------------------*/
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */
/* ---------------------------------------------------------*/

a {
	text-decoration:none;
	cursor:pointer;
}

input, textarea, select {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	color:#000000;
	background:url(../images/inputBg.png) no-repeat top left;
	border:1px solid #DEDEDE;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f1ee url("../images/bodyBg.jpg") repeat-x;
}

/* wrapper------------------------------------------- */

div#wrapper {
	position: relative;
	width: 960px;
	margin: auto;
	text-align: left;
}

/* header-------------------------------------------- */

div#header {
	height: 131px;
	width: 960px;
	z-index:1000;
}

a#home_link {
	height: 131px;
	width: 220px;
	display: inline-block;
	background: url("../images/homeNavBTN.jpg") no-repeat bottom left;
}

a#improvement_link {
	height: 131px;
	width: 173px;
	display: inline-block;
	background: url("../images/selfImprovNavBTN.jpg") no-repeat bottom left;
}

a#improvement_link:hover, a#improvement_link.hover {
	background: url("../images/selfImprovNavBTN.jpg") no-repeat top left;
}

a#about_link {
	height: 131px;
	width: 176px;
	display: inline-block;
	background: url("../images/aboutNavBTN.jpg") no-repeat bottom left;
}

a#about_link:hover {
	background: url("../images/aboutNavBTN.jpg") no-repeat top left;
}

a#products_link {
	height: 131px;
	width: 175px;
	display: inline-block;
	background: url("../images/productsNavBTN.jpg") no-repeat bottom left;
}

a#products_link:hover {
	background: url("../images/productsNavBTN.jpg") no-repeat top left;
}

a#blogs_link {
	height: 131px;
	width: 175px;
	display: inline-block;
	background: url("../images/blogNavBTN.jpg") no-repeat bottom left;
}

a#blogs_link:hover {
	background: url("../images/blogNavBTN.jpg") no-repeat top left;
}

a#contact_link {
	display: inline-block;
	height: 131px;
	width: 210px;
	background: url("../images/contactNavBTN.jpg") no-repeat bottom left;
}

a#contact_link:hover  {
	background: url("../images/contactNavBTN.jpg") no-repeat top left;
}

/* new nav------------------------------------------- */
a#home_link1 {
	height: 131px;
	width: 220px;
	display: inline-block;
	background: url("../images/Nav/homeNavBTN.jpg") no-repeat bottom left;
}

a#improvement_link1 {
	height: 131px;
	width: 173px;
	display: inline-block;
	background: url("../images/Nav/selfImprovNavBTN.jpg") no-repeat bottom left;
}

a#improvement_link1:hover, a#improvement_link1.hover {
	background: url("../images/Nav/selfImprovNavBTN.jpg") no-repeat top left;
}

a#about_link1 {
	height: 131px; 
	width: 127px;
	display: inline-block;
	background: url("../images/Nav/aboutNavBTN.jpg") no-repeat bottom left;
}

a#about_link1:hover {
	background: url("../images/Nav/aboutNavBTN.jpg") no-repeat top left;
}

a#products_link1 {
	height: 131px;
	width: 136px;
	display: inline-block;
	background: url("../images/Nav/productsNavBTN.jpg") no-repeat bottom left;
}

a#products_link1:hover {
	background: url("../images/Nav/productsNavBTN.jpg") no-repeat top left;
}

a#blogs_link1 {
	height: 131px;
	width: 108px;
	display: inline-block;
	background: url("../images/blogNavBTN.jpg") no-repeat bottom left;
}

a#blogs_link1:hover {
	background: url("../images/blogNavBTN.jpg") no-repeat top left;
}

a#contact_link1 {
	display: inline-block;
	height: 131px;
	width: 143px;
	background: url("../images/Nav/contactNavBTN.jpg") no-repeat bottom left;
}

a#contact_link1:hover  {
	background: url("../images/Nav/contactNavBTN.jpg") no-repeat top left;
}



/* content------------------------------------------- */
div#content {
	width: 960px;
	background: url("../images/wrapperBg.jpg") no-repeat; 
}

div#content img#big_image {
	height: 305px;
	width: 954px;
}

div#content a#networking_link {
	display: inline-block;
	height: 153px;
	width: 324px;
	background: url("../images/HomeImproveNetworkBTN.jpg") no-repeat bottom left;
}

div#content a#networking_link:hover {
	background: url("../images/HomeImproveNetworkBTN.jpg") no-repeat top left;
}

div#content a#health_link {
	display: inline-block;
	height: 153px;
	width: 300px;
	background: url("../images/HomeHealthTipBTN.jpg") no-repeat bottom left;
}

div#content a#health_link:hover {
	background: url("../images/HomeHealthTipBTN.jpg") no-repeat top left;
}

div#content a#potential_link {
	display: inline-block;
	height: 153px;
	width: 332px;
	background: url("../images/HomePotentialBTN.jpg") no-repeat bottom left;
}

div#content a#potential_link:hover {
	background: url("../images/HomePotentialBTN.jpg") no-repeat top left;
}

div#content div#main {
	width: 900px;
	margin-left: 37px; 
	padding: 20px 5px 50px 5px;
	text-align: justify;
	font-size: .875em;
	line-height: 1.4em;
	color: #545253;
}

div#content div#main h3.main {
	height: 17px;
	padding: 10px 20px 20px 20px;
	text-transform: uppercase;
	font-size: 1.214em;
	color: #378589;
	background: url("../images/H1Bg.jpg") no-repeat;
}

div#content div#main h2.main {
	margin-bottom: 18px;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1em;
	font-style: italic;
	text-align: left;
	color: #4e9494;
}

div#content div#main img#main_image {
	width: 359px;
	margin-right: 20px;
	float: left;
}

div#content div#main p {
	margin-bottom: 10px;
}

div#content div#main a {
	color: #629417;
}

div#content div#main a:hover {
	color: #629417;
	text-decoration: underline;
}

div#content div#main div#left {
	width: 360px;
	float: left;
}

div#content div#main div#right {
	width: 473px;
	margin-left: 400px;
	margin-bottom: 100px;
}

form#contact_form {
	width: 458px;
}

input.contact_form_text {
	width: 252px;
}

textarea.contact_form_textarea {
	width: 446px;
	height: 135px;
}

div#contact_form_buttons button#contact_form_submit img {
	vertical-align: bottom;
}


.italic{
font-style:italic;
color:#009933;
font-size:16px;
}
/* blogs--------------------------------------------------- */

div#blogArchives {
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:-40px;
	width:169px;
	height:321px;
	float:right;
	background:url(../images/blogArchiveBg.png) repeat-y;

}

div#blogArchives .links {
	padding-top:45px;
	padding-left:10px;
}

div#blogArchives .links a {
	font-weight:normal;
}

div#archiveTitle {
	font-style:italic;
	color:#378589;
	font-size:20px;
}

div#blogItem {
	padding-top:20px;
	width:730px;
	border-bottom: 1px solid #cecece;
}

div#blogItem .blogItemThumb {
	float:left;
	width:100px;
	height:100px;
	padding-right:20px;
}
div#blogItem .blogTitle {
	color: #629417;
	font-size:20px;
	padding:0px;
	text-transform:uppercase;
	
}
div#blogItem .blogDate{
	color: #378589;
	padding:0px;
	text-transform:uppercase;
}
div#blogItem p {
	font-size:13px;
	padding-right:50px;
}

div#blogDetail {
	padding: 20px 0 20px 0;
	width:650px;
	border-bottom: 1px solid #BDBDBF;
}

div#blogDetail .blogImage {
	float:left;
	width:150px;
	height:150px;
	padding-right:20px;
} 
div#blogDetail .blogTitle {
	color: #629417;
	font-size:20px;
	padding:0px;
	text-transform:uppercase; 
	
}
div#blogDetail .blogDate{
	color: #378589;
	padding:0px;
	text-transform:uppercase;
}
div#blogDetail p {
	font-size:13px;
}

div#blogComments {
	padding: 20px 0 20px 0;
	width:650px;
	border-bottom: 1px solid #BDBDBF;
}

div#blogComments .commentHead p{
	color:#378589;	
}
div#blogComments p {
	font-size:13px;
}


div#blogPost {
	padding: 20px 0 20px 0;
	width:650px;
}

div#blogPost .postLeft {
	
	float:left;
	width:200px;
	
}

div#blogPost .postLeft p {
	font-size:11px;
}
div#blogPost .postLeft label {
	padding-top:5px;
	display:block;
}

div#blogPost .postRight label {
	padding-top:5px;
	display:block;
}
div#blogPost .postRight textarea {
	width:430px;
	height:150px;
}
div#blogPost .postRight .postSubmit {
	float:right;
}

div#blogFooter {
	padding-top:10px;
	padding-right:30px;
	line-height:10px;
	font-size:10px;
	margin-bottom:-45px;
}

div#prodFooter {
	padding-top:10px;
	padding-right:30px;
	line-height:10px;
	font-size:10px;
	margin-bottom:-45px;
}


/* product list-------------------------------------------- */
ul#product_list {}

ul#product_list li.product {
	position: relative;
	margin: 15px 0px;
	padding: 0px;
}

ul#product_list li.product div.product_top {
	width: 888px;
	height: 14px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	background: url("../images/productsBackgroundTopBG.png") no-repeat;
}

ul#product_list li.product div.product_middle {
	position: relative;
	display: block;
	width: 888px;
	background: url("../images/productsBackgroundMiddleBG.png") repeat;
	margin: 0px;
	padding: 0px;
}

ul#product_list li.product div.product_middle img.product_image {
	position: relative;
	margin: 0px 10px;
	padding: 0px;
	width: 170px;
	float: left;
	border-right: 1px solid #cecece;
}

ul#product_list li.product div.product_middle div.product_desc {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-right: 35px;
	padding-bottom: 40px;
	width: 655px;
	float: right;
}

ul#product_list li.product div.product_middle div.product_desc h3 {
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.214em;
	color: #378589;
}

ul#product_list li.product div.product_middle p.product {
	margin: 0px;
}


ul#product_list li.product div.product_bottom {
	position: relative;
	clear: both;
	width: 888px;
	height: 19px;
	background: url("../images/productsBackgroundBottomBG.png") no-repeat;
}

a.product_link {
	position: absolute;
	width:  160px;
	height: 37px;
	top: -24px;
	left: 695px;
	background: url("../images/learnMoreBTN.png") bottom;
}

a.product_link:hover {
	background: url("../images/learnMoreBTN.png") top;
}

/* footer-------------------------------------------- */
div#footer {
	clear: both;
	width: 883px;
	margin-left: 37px; 
	padding-top: 10px;
	padding-bottom:20px;
	font-size: .875em;
	line-height: 1.5em;
	color: #545253;
	border-top: 1px solid #bdbdbf;
}

div#LiveEditPopup div#footer {
	margin:0px;
	padding:0px;
}

div#footer a {
	color: #545253;
}

div#footer p#props {
	color: #aeb2a1;
}

div#footer p#props a {
	color: #aeb2a1;
}

div#footer div#icons {
	float:right;
	width:200px;
}

div#footer div#icons a.rss {
	display:block;
	float:left;
	height:53px;
	width:51px;
	background:url(../images/rssIcon.jpg) bottom center no-repeat;
}

div#footer div#icons a.rss:hover {
	background-position:top;
}
div#footer div#icons a.facebook {
	padding-left:20px;
	display:block;
	float:left;
	height:53px;
	width:51px;
	background:url(../images/facebookIcon.jpg) bottom center no-repeat;
}

div#footer div#icons a.facebook:hover {
	background-position:top;
}
div#footer div#icons a.twitter {
	display:block;
	float:left;
	height:53px;
	width:51px;
	background:url(../images/twitterIcon.jpg) bottom center no-repeat;
}

div#footer div#icons a.twitter:hover {
	background-position:top;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------- Standard Button Styles -------------------------------*/

div.buttons {
	float:right;
}

div.buttons button {
	background:url(../images/buttonBg.jpg) repeat-x bottom #f5f5f5;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 10px 5px 10px;
	*padding:3px 0px 2px 0px;
	margin:10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/* hack for safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.buttons button { 
		padding:4px 10px 4px 10px;
	}
}

div.buttons a {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:4px 10px 4px 10px;
	margin:10px 10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

div.buttons a:hover, div.buttons button:hover {
	background:#F2F0F1;
	-moz-box-shadow:0px 0px 5px #989495;
	-webkit-box-shadow: 0px 0px 5px #989495;
	box-shadow: 0px 0px 5px #989495;
}

/* -------------------------- Positive Button Styles -------------------------------*/

div.buttons .positive {
	color:#60a020;
	border:1px solid #60a020;
}

div.buttons .positive:hover {
	color:#60a020;
	border:1px solid #60a020;
	-moz-box-shadow:0px 0px 5px #60a020;
	-webkit-box-shadow: 0px 0px 5px #60a020;
	box-shadow: 0px 0px 5px #60a020;
}

div.buttons .positive:active {
	background:#D7FFD7;
}

/* -------------------------- Negative Button Styles -------------------------------*/

div.buttons .negative {
	color:#d12f19;
	border:1px solid #d12f19;
}

div.buttons .negative:hover {
	-moz-box-shadow:0px 0px 5px #d12f19;
	-webkit-box-shadow: 0px 0px 5px #d12f19;
	box-shadow: 0px 0px 5px #d12f19;
}

div.buttons .negative:active {
	background:#FFD7D7;
}