/* Global reset */
html, body, div, p, label, hr, h1, h2, h3, h4, h5, h6, span, form, img, dl, dt, dd, ul, ol, li {
	padding:0;
	margin:0;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:67.5%;
	color:#585849;
}

/* Structural */
#container {
	width:960px;
	margin:0 auto;
	font-size:1em;
	padding:10px 0;
}
#header {
	padding-bottom:2px;
	float:left;
	width:960px;
}
#header-left {
	float:left;
	padding:4px 8px;
	height:14px;
}
#header-right {
	float:right;
	text-align:right;
	height:14px;
}
#body {
	overflow:hidden;
	padding:20px 0;
}
#body-left {
	float:left;
	width:230px;
	background:url('../images/css_logo.gif') no-repeat bottom left transparent;
}
#body-center {
	float:left;
	width:460px;
	padding:0 20px;
}
#body-right {
	float:left;
	width:200px;
	padding:15px;
	background-color:#f0f1ed;
}
#body-right-blank {
	float:left;
	width:230px;
}
#content {
	background-color:#f0f1ed;
	padding:15px;
}
#footer {
	overflow:hidden;
	background-color:#f0f1ed;
	padding:6px 15px;
	font-size:0.9em;
}
#footer-left {
	float:left;
}
#footer-right {
	float:right;
}

/* Global */
a:link, a:visited {
	color:#ef7723;
	text-decoration:none;
}
a:hover {
	color:#ef7723;
	text-decoration:underline;
}
img {
	border:none;
}
p {
	padding:0.5em 0;
}
h1 {
	color:#f18223;
	font-weight:normal;
}
h2 {
	padding-bottom:10px;
	color:#f18223;
	font-weight:normal;
}
h3 {
	color:#f18223;
	font-weight:normal;
	padding-bottom:5px;
}
select {
	font-size:1em;
	color:#585849;
}
/* Top nav */
#header-left a {
	padding:4px 5px;
}
#header-left img {
	vertical-align:bottom;
}
#header-right ul {
	list-style-type:none;
}
#header-right ul li {
	float:left;
	width:100px;
	text-align:left;
	margin-left:2px;
	position:relative;
}
#header-right a {
	color:#fff;
	padding:4px 8px;
	display:block;
	background-color:#f8961e;
	height:14px;
}
#header-right ul li:hover ul {
	visibility:visible;
}
#header-right ul li:hover a {
	background-color:#feb863;
}
#header-right ul li:hover ul a {
	background-color:#f0f1ed;
}
#header-right ul ul {
	position:absolute;
	top:22px;
	left:-2px;
	padding:2px 2px 0 2px;
	background-color:#fff;
	visibility:hidden;
}
#header-right ul ul.left-aligned {
	left:-104px;
}
#header-right ul ul li {
	float:none;
	margin-left:0;
	width:202px;
	margin-bottom:2px;
	height:auto;
}
#header-right ul ul a {
	color:#f8961e;
}

/* Home */
#content-hero {
	background:url('../images/heroes_sprite.jpg') no-repeat 0px -400px transparent;
	height:180px;
	text-indent:-8000em;
	clear:both;
}
#home-hero {
	background:url('../images/heroes_sprite.jpg') no-repeat top transparent;
	height:400px;
	text-indent:-8000em;
	clear:both;
}
#home-text {
	font-size: 1.3em;

}
.head-text {
	color: #f18223;
	font-size: 1.1em;
}
/* Navigation */
#emergency-info {
	padding-bottom:20px;
	font-size:1.3em;
}
#emergency-info a {
	display:block;
	padding:6px 15px;
}
#emergency-info a:link,
#emergency-info a:visited {
	background-color:#c81919;
	color:#fff;
}
#navigation {
	list-style-type:none;
	font-size:1.1em;
}
#navigation a {
	display:block;
	padding:6px 15px;
	position:relative;
	min-height:16px;
	height: auto !important;
	height: 16px;

}
#navigation li {
	margin-bottom:2px;
	background-color:#f0f1ed;
	position:relative;
}
#navigation li:hover ul {
	visibility:visible;
}
#navigation li:hover ul a {
	
}
#navigation ul {
	list-style-type:none;
	position:absolute;
	width:200px;
	left:230px;
	top:0;
	background-color:#fff;
	visibility:hidden;
	padding:0 2px;
}
#navigation ul li {
	margin-bottom:2px;
}
#navigation li:hover,
#navigation li.active {
	background-color:#fcfcfb;
}
#navigation ul a {
	color:#585849;
}
#navigation ul li.selected a {
	color:#5d8e29;
}
#search {
	padding-top:20px;
}

/* Content */
#page-heading {
	background-color:#f0f1ed;
	padding:15px;
	margin-bottom:2px;
}
#content ul, #content ol {
	margin-left:30px;
	padding:0.4em 0;
}

/* Right-side */
#body-right h3 {
	font-weight:bold;
	font-size:1.5em;
}
dl {
	padding:10px 0;
}
dt {
	font-weight:bold;
	color:#383838;
}
#rate-heading {
	text-indent:-8000em;
	background:url('../images/rate_heading.png') no-repeat center center #f0f1ed;
	width:100%;
	height:30px;
	margin-bottom:2px;
}
#rate-body {
	padding:15px;
	background-color:#f0f1ed;
}
#rate-stars {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 140px;
	padding-bottom: 10px;
}

/* Footer */
#footer-right a {
	padding-left:6px;
	font-weight:bold;
}

/* Forms */
.search-input {
	height:24px;
}
.search-input {
	background-color:#f0f1ed;
	border:none;
	padding:6px 15px;
	color:#585849;
	width:168px;
	float:left;
	height:16px;
}
#search-input .submit {
	float:right;
	width:30px;
	background:url('../images/search.png') no-repeat center center #f0f1ed;
	padding:5px 10px;
	height:28px;
}
.hover {
	cursor: pointer;
}

/*Rating tool */
.ratingStar {
    font-size: 0pt;
    width: 28px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/star_yellow.png);

}

.emptyRatingStar {
    background-image: url(../images/star_white.png);
}

.savedRatingStar {
    background-image: url(../images/star_red.png);
}

.PageRating {
	width: 230px;
}
#rating-comments 
{
	position: relative;
	top:10px;
}
#rating-comments .comments {
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	border: none;
	width: 200px;
	margin-bottom:5px;
}
 .rate-button  {
 	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
 }
 
 /*Emergency*/
 service_name  {
 	font-weight:bold;
 }
 emergency_services {
 	font-size:1.2em;
 }
 /*Links */
 .link a {
 	font-weight:bold;
 }
 /*News */
 #content #news h2  {
 	margin-bottom:0px;
 	padding-bottom: 3px;
 }
 #content #news p {
	margin-top: 0px;	
	padding-top:0px;
 }
 /*Sitemap*/
 #sitemap div {
	margin-left:10px;
 }
 #sitemap h3 {
 	color: #777;
 	margin-top:6px;
 }
 #sitemap h2 {
 	color: #777;
 }
  /*ORDER MATERIALS */
#product_codes
{
	float:right;
	padding:7px;
	max-width: 340px;
	width:expression(this.width > 340 ? 340: true);
	border: solid 1px #aaa;
	background-color: #ffffcc;
	font-size:.8em;
}
#product_codes h3
{
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 6px 0 4px 0;
}

h2.order_header
{
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 .5em 0;
}

#order_id
{
	width: 320px;
}
.productrow:hover
{
	cursor:pointer;
}
.Grid{
	border: solid 1px #CCCCCC;
	border-collapse:collapse;
}

.Grid a
{
}

.Grid td{
    border: solid 1px #cccccc;
    margin: 1px 1px 1px 1px;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

.Grid th{
    border: solid 1px #cccccc;
    margin: 1px 1px 1px 1px;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

 /*MODAL DIALOG */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:absolute;
  width:421px;
  height:295px;
  display:none;
  z-index:9999;
}
 
#boxes #dialog {
  width:421px;
  height:295px;
  background: transparent url(../images/modal_bg.png) no-repeat top;
}

#boxes .modal_close {
    float:right;
    margin-right: 45px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
}

#boxes .modal_content
{
    margin-top:75px;
    margin-left: 7px;
    padding:20px;
    padding-right:30px;
}

#boxes .modal_content h2{
    font-size: 2em;
}

#boxes .modal_content p{
    font-size: 1.3em;
}

#boxes .modal_content p.large{
    font-size: 1.3em;
    font-weight:600;
}

#boxes .modal_close:hover {
    cursor:pointer;
}

#boxes .yesno  
{
    margin-top:25px;
}

#boxes .yesno img 
{
    padding:9px;
    cursor: pointer;
}
