@charset "UTF-8";

body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #007eb6;
	background-image: url(../images/dgtweb_bkdrop_01.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.body_leftside {
	background-image: url(../images/dgtweb_bkdrop_15.png);
	background-repeat: repeat-y;
}
.body_rightside {
	background-image: url(../images/dgtweb_bkdrop_17.png);
	background-repeat: repeat-y;
}
.body_middle {
	background-color: #FFFFFF;
	background-image: url(../images/dgtweb_16.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
.header_top {
	background-image: url(../images/dgtweb_11.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
.headerspec_top {
	background-image: url(../images/dgtweb_11w-cat.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
a:link { 
	color: #00618D; 
	text-decoration: none;
}
a:active { 
	color: red; 
	text-decoration: none;
}
a:visited { 
	color: #000066; 
	text-decoration: none; 
}
a:hover { 
	color: #003366; 
	text-decoration: underline;		
}
li {
	list-style-image: url(../images/discbullet_8x8.png);
}
h1 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	color: #00618D;
}
h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #00618D;
}
.shopheader_text {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #00618D;
	text-align: left;
}
.body_text {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #00618D;
	text-align: left;
}
.caption_text {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 15px;
	text-decoration: none;
	color: #00618D;
}
.form_textfield {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #00618D;
	text-align: left;
}
.product_table {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #6699CC;
}
.product_table_even {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #D4F3F3;
}
.product_table_odd {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #BBDCE1;
}
img {
 	behavior: url(iepngfix.htc); 
}
.news_block {
    display: block;
    width: 600px;
    margin-top: 70px;
    vertical-align: middle;
    padding: 30px;
}
div.contact_form {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
  	color: #00618D;
}
div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 10px 3px 0px; vertical-align: top; text-align: left; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form em
{
  font-style:  normal;
  font-weight: 900;
  color: #004080;
}

div.contact_form em.error, div.contact_form form em
{
  color: #FF0000;
}

div.contact_form div.error { margin-bottom: 15px; 
}