/* @override 
	http://www.justinrancourt.com/work/drjeff/css.css
	http://www.goproactive.com/clients/drjeff/web/css.css
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dbecf6;
	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: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.clear {
	clear: both;
	height: 1px;
}

.fltrt {
	float: right;
}

.fltlft{
	float: left;
}

/* HEADER */

#header {
	width: 100%;
	padding-top: 0;
	padding-bottom: 125px;
}

#header ul {
	margin: 0;
	font-size: 13px;
	padding: 6px 0 4px;
	height: 30px;
	width: 100%;
	text-align: center;
}

#header ul li {
	display: inline;
	height: 50px;
	font-size: 13px;
}

#header ul li a {
	font-size: 13px;;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px dotted #56a8d2;
	padding-left: 18px;
	padding-right: 18px;

}

#header a:hover {
	color: #ff6e22;
}
#header a.borderless:hover {
	color: #ff6e22;
}

#header ul li a.borderless {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 0;
}


#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 */
}




#header_sub {
	width: 100%;
	padding-top: 0;
	background: url(images/header_sub.jpg) no-repeat;
/*	padding-bottom: 8px; */
}

#header_sub2 {
	width: 100%;
	padding-top: 0;
	background: url(images/header_sub2.jpg) no-repeat;
/*	padding-bottom: 8px; */
}

#header_sub ul {
	margin: 0;
	padding: 110px 0 4px;
	height: 30px;
	width: 100%;
	text-align: center;
}

#header_sub2 ul {
	margin: 0;
	padding: 110px 0 4px;
	height: 30px;
	width: 100%;
	text-align: left;
}

#header_sub ul li {
	display: inline;
	height: 50px;
}

#header_sub2 ul li {
	display: inline;
	height: 50px;
}

#header_sub ul li a {
	font-size: 68%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px dotted #56a8d2;
	padding-left: 18px;
	padding-right: 18px;

}

#header_sub2 ul li a {
	font-size: 68%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px dotted #56a8d2;
	padding-left: 18px;
	padding-right: 18px;

}

#header_sub a:hover {
	color: #ff6e22;
}

#header_sub2 a:hover {
	color: #ff6e22;
}
#header_sub a.borderless:hover {
	color: #ff6e22;
}

#header_sub2 a.borderless:hover {
	color: #ff6e22;
}

#header_sub ul li a.borderless {
	font-size: 68%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 0;
}

#header_sub2 ul li a.borderless {
	font-size: 68%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 0;
}


#header_sub 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 */
}

#header_sub2 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 */
}


#top_nav ul li {
	display: inline;
	margin-left: 20px;
}

#top_nav ul li a {
	color: #636363;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
}

#top_nav ul li a:hover {
	color: #ff6e22;

}

#top_nav {
	background-color: #e6e6e6;
	margin-bottom: 30px;
}

#top_nav ul {
	margin: 0 auto;
	padding: 0;
	width: 789px;
	font-size: 15px;
	text-align: right;
	height: 20px;
}





#top_nav_sub ul li {
	display: inline;
	margin-left: 20px;
}

#top_nav_sub ul li a {
	color: #636363;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
}

#top_nav_sub ul li a:hover {
	color: #ff6e22;

}

#top_nav_sub {
	background-color: #e6e6e6;
}

#top_nav_sub ul {
	margin: 0 auto;
	padding: 0;
	width: 789px;
	font-size: 15px;
	text-align: right;
	height: 20px;
}

/* CONTENT */

#content_front {
	float: right;
	padding: 25px;
	width: 750px;
}

.blogentrywrapper_home {
	padding: 25px;
	background-repeat: no-repeat;
	width: 700px;
	float: right;
}

#content_front h1 {
	color: #ff6e22;
	font-size: 120%;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 5px;
	font-style: normal;
}

#login {
	clear: both;
	width: 356px;
	float: right;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	height: 40px;
}

#login input {
	float: right;
}

#login div.login_text input {
	width: 120px;
	margin-right: 10px;
}

#signup {
	clear: both;
	width: 370px;
	float: right;
	padding-top: 6px;
}

#signup p {
	font-size: .75em;
	color: #FF6E22;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 150%;
}
/* original version
#signup p {
	font-size: 55%;
	color: #898989;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 150%;
}
*/
#content_front p {
	float: left;
	margin: 0;
	color: #333333;
	font-size: 90%;
	line-height: 130%;
}

#content_front table {
	margin: 0;
	color: #333333;
	font-size: 90%;
	line-height: 130%;
}

#content_front img {
	float: right;
}

#signup input {
	float: left;
	margin-right: 8px;
}

div.login_text {
	width: 130px;
	float: left;
	color: #565656;
	font-size: 65%;
	text-transform: uppercase;
}


#main_content {
	padding: 0;
	background-image: url(images/drjeff_kah2.jpg);
	background-repeat: no-repeat;
}


#main_content_sub {
	padding: 0;
	background: url(images/content_sub_bg2.jpg) no-repeat;
}

#content_sub h1 {
	color: #ff6e22;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 25px;
}

#content_sub {
	margin: 0;
	padding-top: 25px;
	padding-left: 25px;
	line-height: 120%;

}

div.right_content {
	float: right;
	width: 70%
}

#content_sub div.right_content ul {
	padding: 0 0 0;
}

/* My Comment */

#content_sub p {
	font-size: 70%;
	color: #333333;
}

#content_sub ul {
	color: #ff6e22;
	padding-top: 15px;
/*	border-bottom: 1px dotted #c4c6c7; */
	margin: 15px 0;
}

#content_sub ol {
	color: #ff6e22;
	margin: 15px 0;
}

.product_thumb {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	height: 180px;
}

.product_thumb img {
	border: 1px solid #000000;
}



div.product p {
	color: #333333;
	font-size: 70%;
	margin-top: 0em;
	margin-bottom: 0em;
}
/* new product table css added 10-13-08 */
div.product {
}

.product table {
	width: 800px;
	padding: 0;
	border-spacing: none;
	margin-left: 0px;
	margin-right: 0px;
}

.product tr {
	background-image: url(images/product_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	vertical-align: top;
}

.product td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #868686;
}

.product img {
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

.product h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
}
/* end product table css */

.content_thumb {
float: left;
margin-right: 25px;
margin-bottom: 25px;
}

#content_sub ul li a {
	color: #ff6e22;
	text-decoration: none;
	padding-left: 5px;
}

#content_sub ul li a:hover {
	color: #227ebc;
}

#content_sub ul li {
	font-size: 70%;
	line-height: 180%; 
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}

#content_sub ol li a {
	color: #ff6e22;
	text-decoration: none;
	padding-left: 5px;
}

#content_sub ol li a:hover {
	color: #227ebc;
}

#content_sub ol li {
	font-size: 70%;
	line-height: 180%;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}

/* ADMIN */

#content_sub .admin ul {
	width: 30%;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #eaf3fc;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #dde5ee;
}


#content_sub .admin ul li {
	padding-bottom: 7px;
	list-style-image: none;
	list-style-type: square;
}

/* BOTTOM */

#bottom {
	background-color: #262626;
	margin-top: 7px;
	margin-bottom: 0;
	padding: 7px 0 7px 7px;
}

.bottom_block {
	width: 125px;
	float: left;
	border-right: 1px dotted #444;
	margin-right: 6px;
}


.bottom_block_right {
	width: 125px;
	float: left;
}

.bottom_block p {
	color: #b2b2b2;
	font-size: 11px;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 4px;
}


.bottom_block_right p {
	color: #b2b2b2;
	font-size: 11px;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 4px;
}

.bottom_block img {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
}

.bottom_block_right img {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
}

.bottom_title {
	color: #ff6e22;
	text-transform: uppercase;
	font-size: 70%;
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
}



.bottom_title {
	color: #ff6e22;
	text-transform: uppercase;
	font-size: 70%;
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
}

.bottom_block h1 {
	margin: 0;
	color: #74abe6;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.bottom_block_right h1 {
	margin: 0;
	color: #74abe6;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

div.bottom_title {
	margin-top: 15px;
}

.bottom_sub {
	background: url(images/footer_sub_bg.png) no-repeat;
	height: 34px;
}

/* FOOTER */

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}

#footer a:hover {
	color: #ff6e22;

}

#footer ul {
	margin: 15px 0 4px;
	padding: 0;
	text-align: center;
}


#footer ul.menu2 {
	margin: 7px 0 25px;
}

#footer ul.menu2 li a {
	text-transform: none;
	font-size: 85%;
}

#footer ul li {
	display: inline;
	font-size: 70%;
}


#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 */
}

#footer ul li a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

/* Product List submenu */

#prodlistmenu {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0px;
}

#prodlistmenu ul {
	margin: 0;
	padding: 6px 0 4px;
	height: 30px;
	width: 100%;
	text-align: center;
	background-color: #ecf5fa;
}

#prodlistmenu ul li {
	display: inline;
	height: 50px;
}

#prodlistmenu ul li a {
	font-size: 68%;
	text-transform: uppercase;
	color: #ff6e22;
	text-decoration: none;
	border-right: 1px dotted #56a8d2;
	padding-left: 18px;
	padding-right: 18px;

}

#prodlistmenu a:hover {
	color: #2b8bc5;
}
#prodlistmenu a.borderless:hover {
	color: #2b8bc5;
}

#prodlistmenu ul li a.borderless {
	font-size: 68%;
	text-transform: uppercase;
	color: #ff6e22;
	text-decoration: none;
	border: 0;
}

/* Product List submenu2 */

#prodlistmenu2 {
	width: 100%;
}

#prodlistmenu2 ul {
	margin: 0;
	width: 100%;
	text-align: left;
	background-color: #e6e6e6;
	padding-top: 0px;
	line-height: 100%;
}

#prodlistmenu2 ul li {
	display: inline;
	white-space: nowrap;
	padding-top: 0px;
}

#prodlistmenu2 ul li a {
	font-size: 85%;
	text-transform: uppercase;
	color: #ff6e22;
	text-decoration: none;
	border-right: 1px dotted #56a8d2;
	/*	padding-left: 3px; */
	padding-right: 10px;
	padding-top: 0px;/*	font-weight: bold; */
}

#prodlistmenu2 a:hover {
	color: #ffffff;
}
#prodlistmenu2 a.borderless:hover {
	color: #fffffff;
}

#prodlistmenu2 ul li a.borderless {
	font-size: 75%;
	text-transform: uppercase;
	color: #ff6e22;
	text-decoration: none;
	border: 0;
}

img.special {border: 1px black solid;}
