/*
Theme Name: AC by Jay Theme
Theme URI: http://websharedesign.com/
Description: 
Version: 1.0
Author: WebShare, LLC
Author URI: http://websharedesign.com/
Tags: 

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form { /* Adding "form" to this list is a potentially necessary IE hack */
	margin: 0;
	padding: 0;
}

/*
img, map, object {
	border: 0;
}
*/

#map-border {
	background-image: url("/wp-content/themes/dialcomfort/images/map-border.gif");
	background-repeat: no-repeat;
/*	background-position: top left; */
	float: right;
	padding: 5px;
/*	height: 210px; */
/*	width: 250px; */
}

img, object {
	border: 0;
}

/* Begin Typography & Colors */
body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
/*	color: #333; */
	color: #000;
}

a, h2 a:hover, h3 a:hover {
	color: #0000FF;
	text-decoration: none;
}

#wrapper {
/*	height: 100%; */
	width: 100%;
}

#header {
	background-color: #FFEEC9;
	border-bottom: 2px solid #aa0343;
	margin: 0 auto;
	width: 100%
}

#header #banner {
	height: 95px;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header #logo {
	float: left;
	padding: 7px 15px 0 0;
}

#header #title {
	float: left;
	height: 65px;
	margin: 15px 0;
}

#header #title h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 24pt;
	letter-spacing: 3pt;
}

#header #title h2 {
	color:#aa0343;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	font-style: italic;
}

#facebook {
	background: transparent url('http://www.dialcomfort.com/images/facebook-tile.gif') no-repeat 0 0;
	position:absolute;
	height:26px;
	width:100px;
	top:63px;
	left:690px;
}

#facebook a:link, #facebook a:hover, #facebook a:visited {
	color:#555555;
	font-size:10px;
	text-decoration:none;
}

#facebook p {
	padding-left:30px;
	line-height:12px;
}

#twitter {
	background: transparent url('http://www.dialcomfort.com/images/twitter-tile.gif') no-repeat 0 0;
	position:absolute;
	height:26px;
	width:100px;
	top:63px;
	left:600px;
	color:#555555;
	font-size:12px;
}

#twitter a:link, #twitter a:hover, #twitter a:visited {
	color:#555555;
	font-size:10px;
	text-decoration:none;
}

#twitter p {
	padding-left:30px;
	line-height:12px;
}

#bbb {
	position:absolute;
	height:83px;
	width:51px;
	top:5px;
	right:15px;
}

#header #banner-right {
	float: right;
	height: 95px;
}

#header #banner-right #banner-top {
	margin: 2px 145px 0 0;
	text-align: left;
	width:235px;
}

#header #banner-right #banner-bottom{
	margin: 2px 100px 0 0;
	display:none;
}


/* = = = = = = = = = = = = = = = = = = = = */
/* Navigation: START                       */
/* = = = = = = = = = = = = = = = = = = = = */
#navigation {
	background-color: #E3E3E3;
	clear: both;
	color: #a0a0a0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	/* height: 21px; */
	height: 29px;
	margin: 0 auto;
	/* padding: 5px 0 0 0; */
	width: 980px;
  }

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

#nav li {
/*
	background-image: url("http://wordpress/wp-content/themes/dialcomfort/images/menu-div.png");
	background-repeat: no-repeat;
	background-position: right 16px;
*/
	float: left;
	margin: -7px 0 0;
	padding: 0;
 }

#nav li.current_page_item {
	background-image: url("/wp-content/themes/dialcomfort/images/tab-right.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li.current_page_item a {
  background-image: url("/wp-content/themes/dialcomfort/images/nav-tab-left.png");
	background-repeat: no-repeat;
	background-position: top left;
    color: #FFEEC9;
	/* height: 24px; causes issue in IE6
	/* padding: 12px 15px 0 10px; */
	padding: 12px 15px 5px 10px;
	text-decoration: none;
}

#nav li.current_page_item_bk {
	background-image: url("/wp-content/themes/dialcomfort/images/tab-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li.current_page_item_bk a {
  background-image: url("/wp-content/themes/dialcomfort/images/nav-tab-left-bk.gif");
	background-repeat: no-repeat;
	background-position: top left;
    color: #FFEEC9;
	/* height: 24px; causes issue in IE6
	/* padding: 12px 15px 0 10px; */
	padding: 12px 15px 5px 10px;
	text-decoration: none;
}

#nav li.current_page_item a:hover {
	color: #FFEEC9;
}

#nav li.selected {
/*
	background-image: url("/wp-content/themes/dialcomfort/images/tab-right.png");
	background-repeat: no-repeat;
	background-position: top right;
*/
}

#nav li.selected a{
/*
  background-image: url("/wp-content/themes/dialcomfort/images/nav-tab-left.png");
	background-repeat: no-repeat;
	background-position: top left;
    color: #FFEEC9;
	height: 24px;
	padding: 12px 15px 0 10px;
	text-decoration: none;
*/
}

#nav li a img {
	margin: 0 -5px 0 15px;
	padding: 0;
}

#nav li a span {
	background-image: url("/wp-content/themes/dialcomfort/images/menu-div.png");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin: 0 10px;
}

#nav a {
	color: #777777;
	display: block;
	/* line-height: 44px; */
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 13px 10px 4px;
	font-size: 10pt;
	text-decoration: none;
	/* color: #fff; */
	/* letter-spacing: -1px; */
}

#nav li a:hover {
  color: #849CBD;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
 
#nav-break {
	background-color:#aa0343;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width:100%;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Navigation: END                         */
/* = = = = = = = = = = = = = = = = = = = = */

/* = = = = = = = = = = = = = = = = = = = = */
/* Main: START                             */
/* = = = = = = = = = = = = = = = = = = = = */
#main {
	margin: 0 auto;
	padding: 0 22px 0 0;
	width: 957px;
}

#main .left {
	float: left;
}

#main .left .top {
}

#main .left .top p {
	margin-top:5px;
	font-size:100%;
	font-weight:bold;
}

#main .left .bottom {
	color: #777777;
	font-size: 9pt;
	font-weight: bold;
/*	height: 126px; */
	height: 201px;
	margin: 4px 0;
	width: 596px;
}

#main .left .bottom .heading {
	color:#9a1826;
	font-size:12pt;
	font-weight:bold;
}

#main .left .bottom .heading-sm {
	color:#9a1826;
	font-size:10pt;
	font-weight:bold;
}

#main .left .bottom p {
	color: #777777;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom:5px;
}

#main .left .bottom  a, a:hover, a:link, a:visited  {
	color:#777777;
	font-size:9pt;
	font-weight:bold;
	text-decoration: underline;
}

#main .left .bottom .col1 {
	float: left;
/*	height: 121px; */
	height: 195px;
	padding: 5px 5px 0 5px;
	width: 198px;
}

#main .left .bottom .col1 .col1-normal {
	font-size:9pt;
	font-weight:bold;
}

#main .left .bottom .col1 .col1-normal a, a:hover, a:link, a:visited  {
	color:#777777;
	font-size:9pt;
	font-weight:bold;
	text-decoration: underline;
}

#main .left .bottom .col2 {
	float: left;
/*	height: 121px; */
	height: 195px;
	padding: 5px 5px 0 5px;
	width: 216px;
}

#main .left .bottom .col3 {
	float: left;
/*	height: 121px; */
	height: 195px;
	padding: 5px 5px 0 5px;
	width: 150px;
}

#main .right {
	float: right;
	margin: 0 0 0 4px;
}

#main .right .top p {
	color:#777777;
	font-size:9pt;
	font-weight:bold;
	margin: 5px 0 0 0;
}

#main .right .top .bullet{
	color:#9a1826;
	font-size:10pt;
	font-weight:bold;
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
}

#main .right .top .search {
	height: 39px;
	width: 357px;
}

#main .right .bottom {
	margin: 4px 0;
}

#main .right .bottom .heading {
	color:#9a1826;
	font-size:13pt;
	font-style: normal;
	font-weight:bold;
	margin: 5px 0 0 10px;
	padding: 0 5px 0 0;
}

#main .right .bottom .comment {
	color: #000;
	font-size: 9pt;
	font-style: italic;
}

#main .right .bottom .customer {
	color:#9a1826;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

#main .right .video td {
	color: #777777;
	font-size: 9pt;
	font-weight: bold;
}

#main .right .video a, a:hover, a:link, a:visited {
	color:#777777;
	font-size:9pt;
	font-weight:bold;
	text-decoration: underline;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Main: END                               */
/* = = = = = = = = = = = = = = = = = = = = */

#page {
	background-color: white;
	width: 100%;
	}

#content {
	margin: 0 auto;
	width:980px;
}

#content.page {
}

#container {
	margin: 0 auto;
	width:980px;
}

#page-container {
	background-image: url("/wp-content/themes/dialcomfort/images/search-bkgd-flip.png");
	background-color: #fff;
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	float: left;
	margin: 0;
	width: 957px;
}

#page-content {
	float:left;
	font-size: 0.8em;
/* 	margin: 10px 0px 0 210px; dwe tmp */
/*	margin:50px 0 0 210px; */

/*	margin: 10px 0 0 20px; */
	margin: 0 0 0 10px;
/*	padding: 0 20px 20px 0; */
	padding: 0 0 20px 0;

 	width: 540px;
}

#page-content-map {
	float:left;
	font-size: 0.8em;
/* 	margin: 10px 0px 0 210px; dwe tmp */
/*	margin:50px 0 0 210px; */
	margin: 5px 0 0 10px;
	padding: 0 20px 20px 0;
/*	width: 465px; */
	width: 510px;
}

#page-content a, a:hover, a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#page-content h1 {
/*	color: #9a1826; */
/*	color: #660000; */
	color: #000;
	font-size:24px;
	font-weight: normal;
/*	font-style: italic; */
	line-height: 30px;
	margin: 0 0 5px;
}

#page-content h2 {
/*	color: #B54A4A; */
/*	color: #9a1826; */
	color: #000;
	font-size:18px;
	font-weight: normal;
	padding: 0 0 10px
}

#page-content h3 {
	color: #00328F;
	font-size:12pt;
	font-weight: bold;
	padding: 0 0 10px
}

#page-content h3 {
	color: #000;
	font-size:10pt;
	font-weight: bold;
	padding: 0 0 10px
}

#page-content p {
	padding: 0 0 0.8em;
}

#page-content p .pop {
	color: #FF0000;
	font-size:16pt;
	font-weight: bold;
	padding: 0 0 10px
}

#page-content ol {
	margin: 10px 20px;
}

#page-content ul {
	margin: 10px 20px;
}

#page-content li {
	background-image:url(/wp-content/themes/dialcomfort/images/new-checkmark_sm.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:1.2em;
	padding-left:25px;
}

#homepage-content {
	float:left;
	font-size: 0.8em;
	margin: 5px 20px;
	padding: 0 0 20px 0;
 	width: 930px;
}

#homepage-content h1 {
	color: #660000;
	font-size:18pt;
	font-weight: bold;
	line-height: 24pt;
	margin: 0 0 5px;
}

#homepage-content h2 {
	color: #9a1826;
	font-size:14pt;
	font-weight: normal;
	padding: 0 0 10px
}

#homepage-content h3 {
	color: #00328F;
	font-size:12pt;
	font-weight: bold;
	padding: 0 0 10px
}

#homepage-content h3 {
	color: #000;
	font-size:10pt;
	font-weight: bold;
	padding: 0 0 10px
}

#homepage-content p {
	padding: 0 0 0.8em;
}

#homepage-content ol {
	margin: 10px 20px;
}

#homepage-content ul {
	margin: 10px 20px;
}

#homepage-content li {
	background-image:url(/wp-content/themes/dialcomfort/images/new-checkmark_sm.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:1.2em;
	padding-left:25px;
}

.features {
	background-image:url(/wp-content/themes/dialcomfort/images/features_check.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:1.2em;
	padding-left:25px;
}
/* dwe: No longer needed
#page-content-map h1 {
	color: #9a1826;
	font-size:18pt;
	font-weight: bold;
	font-style: italic;
	line-height: 24pt;
	margin: 0 0 5px;
}

#page-content-map h2 {
	color: #B54A4A;
	font-size:16pt;
	font-weight: normal;
	padding: 0 0 10px
}

#page-content-map h3 {
	color: #00328F;
	font-size:14pt;
	font-weight: bold;
	padding: 0 0 10px
}

#page-content-map p {
	padding: 0 0 0.8em;
}

#page-content-map p .pop {
	color: #FF0000;
	font-size:16pt;
	font-weight: bold;
	padding: 0 0 10px
}
*/

.confirmation {
	background-color:#E4A114;
	border:thin solid #620000;

	color:#620000;
	padding: 5px;
/*
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
*/
}

title a, a:hover, a:link, a:visited {
	color: #000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
/*	font-size: 2em; */
	font-size: 100%;
	text-decoration: none;
}

#bc-search-container {
	float:right;
	height: 39px;
	width:757px; /* dwe tmp */
}

#search_box_home {
	float: right;
	height: 37px;
	margin: 0 -5px 0 0;
	width: 338px;
}
#search_box_home #s {
	float: left;
	font-size: 10pt;
	margin-top: 11px;
	padding: 0px;
/*	width: 240px; */
	width: 235px;
}
#search_box_home #go {
	float: right;
	margin: 5px 10px 0 0;
}

#search_box {
/*	border: thin solid black; */
	float:right;
	height: 39px;
/*	left: 638px; */
	position: relative;
/*	top: 126px; */
	width: 338px;
}
#search_box #s {
	float: left;
	font-size: 10pt;
	margin-top: 11px;
	padding: 0px;
	width: 240px;
}
#search_box #go {
	float: right;
	margin: 5px 10px 0 0;
}

.search_go {
	/* float: right; */
	margin: 5px 10px 0 0;
}

#namesake .value-prop {
}

.clear {
	clear:both;
	float:none;
}

.breadcrumb
{
	font-size: 8px;
	color: #000;
	margin: 30px 0 0 10px;
	position: relative;
	float: left;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.required {
	color: #9A1826;
	font-weight: bold;
}

#footer {
	background-color:#aa0343;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width:100%;
}

#footer p {
	color: #777777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height: 15pt;
}

#footer a, a:hover, a:link, a:visited {
	text-decoration: underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

*/

.entry p a, p a:link, p a:visited {
	color: #b85b5a;
	font-size: 0.9em;
	line-height: 1.6em;
}

.entry p a, p a:hover {
	color: #b85b5a;
	/* font-size: 0.9em; */
	/* line-height: 1.6em; */
	text-decoration: underline;
}

.entry td {
	padding: 5px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* = = = = = = = = = = = = = = = = = = = = */
/* Breadcrumb: START                       */
/* = = = = = = = = = = = = = = = = = = = = */
#breadcrumb {
/*	border: thin solid black; */
	display: table-cell;
	float:left;
	font-size: 8pt;
	height: 39px;
/*	margin: 0 0 0 200px; dwe tmp */
	padding: 5px;
	vertical-align:	middle;
	width: 400px;
}

#breadcrumb a, a:hover, a:link {
	color: #0000FF;
	text-decoration: underline;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Breadcrum: END                          */
/* = = = = = = = = = = = = = = = = = = = = */

/* = = = = = = = = = = = = = = = = = = = = */
/* Sidebar: START                          */
/* = = = = = = = = = = = = = = = = = = = = */
#sidebar {
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	padding: 0 0 10px;
	position:relative;
	width: 200px;
}

#sidebar-right {
	float: right;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	width: 200px;
}

.testimonial {
	font-size: 8pt;
}

.testimonial a, .testimonial a:hover, .testimonial a:link, .testimonial a:visited {
	color: blue;
	font-size: 8pt;
	text-decoration: underline;
}

#sidebar-right-map { /* Really only here in case we want to do something different for "service map" pages */
	float: right;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
/*	width: 250px; */
	width: 200px;
}

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

#sidebar li {
}

#sidebar li.current_page_item {
}

#sidebar li.current_page_item a {
	background-image:url("/wp-content/themes/dialcomfort/images/bullets2.gif");
	background-position:8px 50%;
	background-repeat:no-repeat;
	color:#660000;
}

#sidebar li a {
	background-color:#E3E3E3;
	border-top:1px solid #FFFFFF;
	color:#AF6262;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:2px 2px 2px 20px;
	text-decoration:none;
}

#sidebar li a:hover {
	background-image:url("/wp-content/themes/dialcomfort/images/bullets2.gif");
	background-position:8px 50%;
	background-repeat:no-repeat;
	color:#660000;
}

*/
/* = = = = = = = = = = = = = = = = = = = = */
/* Sidebar: END                            */
/* = = = = = = = = = = = = = = = = = = = = */

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
*/

/*
a:hover {
	color: #147;
	text-decoration: underline;
	}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation .alignleft {
	float:left;
	text-align:left;
	width:50%;
}

.navigation .alignright {
	float:right;
	text-align:right;
	width:50%;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Glossy Menu: START                      */
/* = = = = = = = = = = = = = = = = = = = = */
#sidebar .glossymenu{
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 200px; /*width of menu*/
}

#sidebar .glossymenu a.menuitem{
/* background: #9F9D9E; */
background: #464445;
font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: thin solid #a0a0a0;
}


#sidebar .glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

#sidebar .glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

#sidebar .glossymenu a.menuitem:hover{
background: #9F9D9E url(/wp-content/themes/dialcomfort/images/glossyback_gray.jpg) repeat-x scroll left top;
border-bottom: thin solid #fff;
}

#sidebar .glossymenu div.submenu{ /*DIV that contains each sub menu*/
/* background: url(/wp-content/themes/dialcomfort/images/glossyback2.gif) repeat-x top left; */
}

#sidebar .glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar .glossymenu div.submenu ul li{
background: url(/wp-content/themes/dialcomfort/images/glossyback3.gif) repeat-x top left;
border-bottom: 1px solid #a0a0a0;;
}

#sidebar .glossymenu div.submenu ul li a{
display: block;
font: normal 10pt Arial, Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

#sidebar .glossymenu div.submenu ul li.current {
/* background: #9F9D9E url(/wp-content/themes/dialcomfort/images/glossyback_gray.jpg) repeat-x scroll left top; */
	background: #9F9D9E url(/wp-content/themes/dialcomfort/images/glossyback2.gif) repeat-x scroll left top;
	color: #000;
	display: block;
	font: normal 10pt Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 0;
	padding-left: 20px;
	text-decoration: none;
}

#sidebar .glossymenu div.submenu ul li a:hover{
/* background: #DFDCCB; */
background: url(/wp-content/themes/dialcomfort/images/glossyback2.gif) repeat-x top left;
color: #000;
}
/* = = = = = = = = = = = = = = = = = = = = */
/* Glossy Menu: END                        */
/* = = = = = = = = = = = = = = = = = = = = */

.dotted-line-bottom {
margin: 2px 0 8px 5px; 
border-bottom-color: #660000; 
border-bottom-style: dotted;
border-bottom-width: 1px;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Glowing Tabs Menu: START                */
/* = = = = = = = = = = = = = = = = = = = = */

.dropmenudiv_d{
position:absolute;
top: 0;
/* border: thin solid #a0a0a0; /*THEME CHANGE HERE*/
/* border-width: 0 2px; */
/* border-width: 0; */
border-bottom: thin solid #a0a0a0;
font:normal 12px Arial, Verdana, Sans-Serif;
line-height:18px;
margin: -2px 0 0 0;
z-index:100;
background-color: #464445;
width: 200px;
visibility: hidden;
}

.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
/* border: thin solid #a0a0a0; /*THEME CHANGE HERE*/
border-bottom: thin solid #a0a0a0;
/* border-width: 0; */
padding: 4px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background:#9F9D9E url(/wp-content/themes/dialcomfort/images/glossyback_gray.jpg) repeat-x scroll left top;
	border-bottom:thin solid #FFFFFF;
/*	border-width:0; */
}

.dropmenudiv_d a:visited{
	color: white;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Glowing Tabs Menu: END                  */
/* = = = = = = = = = = = = = = = = = = = = */

td.dot-bot {
	border-bottom: 2px dotted #CCCCCC;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Reviews: START                          */
/* = = = = = = = = = = = = = = = = = = = = */
#review-container {
	/* border: thin solid #000; */
}

.review-source-head {
	width: 100%;
}

.review-source {
}

.review-write {
	font-size: .9em;
	text-align: right;
}

.review-rating {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.review-date {
	color:#999999;
	font-size: 0.8em;
}

.review-detail {
	font-size: .9em;
	padding: 5px;
	vertical-align: top;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* Reviews: END                            */
/* = = = = = = = = = = = = = = = = = = = = */

