/* @override 
	http://tbplan.dev/css/tbplan.css
	http://tbplan.com/css/tbplan.css
	http://www.tbplan.com/css/tbplan.css
*/

body, html {
	background: silver url(../images/bg-litegray.png) repeat;
	height: 100%;
	margin: 0px 0px 0px;
	padding: 0;
	color: #393939;
	font: 13px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table#pagemain {
	border-collapse:collapse;
	height: 100%;
	background: url(../images/bg-top.png) repeat-x;
}

td {
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td#sidetopleft {
	background: url(../images/bg-topleft.png) no-repeat right top;
	width: 50%;
}

td#sidetopright {
	background: url(../images/bg-topright.png) no-repeat left top;
	width: 50%;
}

td#sidebottomleft {
	background: url(../images/bg-bottomleft.png) repeat-y right top;
	width: 50%;
}

td#sidebottomright {
	background: url(../images/bg-bottomright.png) repeat-y left top;
	width: 50%;
}

#themessage {
	color: #ae0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
}

#menu {
	background-image: url(/images/bg-menu.png);
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6e6a5a;
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
	height: 58px;
}

#menu a {
	display: inline-block;
	background-image: url(/images/bg-menu-item.png);
	color: white;
	text-decoration: none;
	height: 40px;
	padding-top: 18px;
	border-right: 1px solid #676d53;
	border-left: 1px solid #9ca188;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #555b46 -1px -1px 0;
	padding-right: 25px;
	padding-left: 25px;
}

#menu a:hover  {
	background-image: url(/images/bg-menu-item-on.png);
	border-left: 1px solid #91957d;
	border-right: 1px solid #60644d;
}

#menu a.selected  {
	background-image: url(/images/bg-menu-item-on.png);
	border-left: 1px solid #91957d;
	border-right: 1px solid #60644d;
}

td#content {
	height: 100%;
	background: white url(/off/images/bg-content.png) repeat-x;
	border: 1px solid #aca99b;
	border-bottom-style: none;
	border-top-style: none;
	vertical-align: top;
}

td#header {
	text-align: center;
	background: #333428 url(../images/header-bg.png) repeat-x;
}

div#content {
	padding: 40px;
}

div#tbfooter {
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dotted #a5af8c;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* @group Blog */

table#wordpress {
	border-collapse:collapse;
	height: 100%;
	width: 100%;
}

/* @group Post */

td#blogposts {
	vertical-align: top;
}

#blogposts h3.posttitle a {
	text-decoration: none;
	font-weight: bold;
	color: #474747;
	font-size: 18px;
	display: block;
}

.meta {
	font-size: 11px;
}

.meta a {
	text-decoration: none;
}

#blogposts .postbody {
	border: 1px solid silver;
	border-left-style: none;
	border-right-style: none;
}

.postrecord {
	margin-bottom: 70px;
}

#postcomments {
}

#postcomments form {
	margin-left: 20px;
	margin-top: 20px;
}

#postcomments ol li.commentrecord {
	padding-bottom: 20px;
	border-bottom: 1px dotted silver;
	margin-bottom: 20px;
	margin-right: -70px;
}

h2#comments, h2#postcomment {
	background-color: #eaebde;
	padding: 5px 10px;
	border: 1px dotted gray;
	border-right-style: none;
	border-left-style: none;
}

#postcomments #commentbox {
	width: 90%;
	height: 200px;
}

#postcomments .commentrecord .authorname {
	font-size: 14px;
	font-weight: bold;
	color: maroon;
}



/* @end */

/* @group SideBar */

td#sidebar {
	vertical-align: top;
	width: 260px;
	padding-bottom: 30px;
	border-left: 1px solid silver;
	margin: 0;
	padding-right: 0;
}

#sidebar h1 {
	background: url(../images/bg-menu-item-on.png) repeat-x;
	margin: 0;
	padding: 6px;
	color: white;
	font-size: 18px;
	text-shadow: #444 -1px -1px 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

#sidebar h2 {
	padding: 2px 10px 3px;
	margin: 0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	background: gray url(/images/bg-menu.png) repeat-x;
}

#sidebar h3 {
	margin: 0;
	padding: 3px 0 3px 16px;
	background-color: #e8e8e8;
	border-bottom: 1px solid silver;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(/images/bg-content.png);
}

#blogposts {
	padding: 30px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	border-bottom: 1px dotted silver;
}

#sidebar a {
	padding-left: 16px;
	padding-right: 10px;
	text-decoration: none;
	color: #474747;
	font-size: 12px;
	display: block;
	background-color: white;
}

#sidebar a:hover {
	background-color: #eaebde;
	color: black;
}

#sidebar #searchform {
	margin-top: 8px;
	margin-bottom: 8px;
}

#sidebar #searchbox {
	width: 150px;
	margin: 1px 10px 0 12px;
	float: left;
}



/* @end */



/* @end */

/* @group contact */

table#contacttable td {
	vertical-align: top;
	padding-right: 60px;
}

h2 .note {
	font-size: 13px;
	font-style: italic;
}



/* @end */

/* @group Table tbstyle */

table.tbstyle {
	border-collapse:collapse;
	width: 100%;
}

table.tbstyle th {
	font-size: 14px;
	background-color: #eaebde;
	border: 1px solid #a5af8c;
	border-left-style: none;
	border-right-style: none;
	padding: 4px;
}

table.tbstyle td {
	padding: 10px;
	border-right: 1px dotted #a5af8c;
	background-color: white;
}



/* @end */

img#featuredproducts {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

h2.menuheader, div.section h3 {
	background-color: #f9fef1;
	padding: 6px 6px 6px 12px;
	border: 1px solid #aeada6;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
}

/* @group product page */

div#producthilight {
	text-align: center;
	font: italic 16px/27px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 30px;
	background-position: center top;
	background-repeat: repeat-x;
	margin-bottom: 60px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 60px;
}

div#producthilight b {
	font-style: normal;
	font-style: italic;
	font-size: 22px;
	color: #979c7b;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 14px;
}

div#producthilight img {
	margin-bottom: 10px;
}

td#productmenu {
	width: 690px;
}



/* @end */

/* @group Home Page */

img#quicklinks {
	margin-left: 10px;
}

div.altmenu {
	padding: 15px;
	margin-top: 2px;
	border: 1px dotted #a5af8c;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

div.altmenu.leftborder {
	border-left
	: 1px dotted #a5af8c;
	}

div.altmenu a {
	text-decoration: none;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: black;
}

div.altmenu a:hover {
	color: #79ad3f;
	text-decoration: underline;
}

div#ltciexplained {
	width: 428px;
	height: 60px;
	background: url(/images/ltci-explained-bg.jpg) no-repeat;
	padding: 220px 35px 40px;
	font-size: 12px;
	color: white;
	line-height: 16px;
	float: right;
}

img#ltciexplainedtitle {
	
}



/* @end */

/* @group LTCi */

table#ltciadls {
	margin: 40px auto 30px;
}

table#ltciadls th {
	background-color: #f9fef1;
	border: 1px solid #aeada6;
	border-right-style: none;
	border-left-style: none;
	padding: 6px;
	text-align: center;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}

div#ltciquestions {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 30px;
}

div#ltciquestions p {
	font: italic 15px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 15px 30px;
}

div#ltciquestions h2 {
	font-size: 20px;
	margin: 0 0 30px;
	background-color: #f9fef1;
	padding: 8px;
	text-align: center;
	border: 1px solid #aeada6;
	border-left-style: none;
	border-right-style: none;
}

table#ltciadls td {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 30px;
}

table#ltciadls td#adlfooter
 {
	border-top: 1px solid #aeada6;
	text-align: center;
	padding-top: 10px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

div.ltcisection {
	border-top: 1px dotted #a5af8c;
	margin-top: 30px;
}



/* @end */

/* @group section */

table#contentsection {
	width: 100%;
}

table#contentsection td {
	background-position: 0;
	vertical-align: top;
	padding-right: 10px;
}

table#contentsection td#ltci1 {
	width: 460px;
}

div.section {
	padding-left: 20px;
	padding-right: 20px;
}

div.section h3 {
	margin-right: -20px;
	margin-left: -20px;
}



/* @end */

p.quote {
	font: italic 14px/22px Georgia, "Times New Roman", Times, serif;
	padding: 14px;
}

p.quote span.author {
	display: block;
	padding-top: 20px;
	padding-left: 0;
	font-weight: bold;
}

