html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	text-align: center;
	border-top: 10px solid #b3002d;
}
h1 {
	color: #b3002d;
	font-size: 1.6em;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	color: #b3002d;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 10px 0 5px 0;
}
p {
	margin-bottom: 15px;
}
a:link, a:visited {
	color: #0041c1;
	text-decoration: none;
}
a:hover {
	color: #b3002d;
	text-decoration: underline;
}

#wrapper {
	width: 970px;
	background: #fff;
	border-left: 5px solid #b3002d;
	border-right: 5px solid #b3002d;
	border-bottom: 5px solid #b3002d;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	width: 970px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
#main_nav {
	width: 965px;
	background: #b3002d;
	margin: 0 auto;
   position: relative;
	padding: 2px 0 2px 5px;
}
/* to stretch the container div to contain floated list */
#main_nav:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 12px;
font-weight: bold;
float: right;
}

ul#navlist li
{
display: block;
float: left;
text-align: center;
width: 15%;
margin: 0;
padding: 0;
}
ul#navlist li a
{
display: block;
width: 100%;
padding: 0.2em 0;
border-width: 1px;
border-color: #ffdfe8 #800020 #800020 #ffdfe8;
border-style: solid;
color: #fff;
text-decoration: none;
}

#main_nav>ul#navlist li a { width: auto; }

ul#navlist li#active a#current
{
border-color: #ffdfe8 #800020 #800020 #ffdfe8;
color: #ccd2c6;
cursor: default;
}

ul#navlist li a:hover
{
color: #000;
background: #fff;
border-color: #800020 #ffdfe8 #ffdfe8 #800020;
}
ul#navlist li#active a:hover#current {
	background: transparent;
   border-color: #ffdfe8 #800020 #800020 #ffdfe8;
}
#content {
	position: relative;
	background: url(images/content_bg.jpg) repeat-x;
}
#content img {
	margin: 0;
	padding: 3px;
	border: 1px solid #ccd2c6;
}
#content img.noframe {
	border: none;
}

#main {
	width: 590px;
	float: left;
	padding: 30px 10px 20px 20px;
}
.specials, .bonanza {
	float: right;
	width: 230px;
	margin: 0 0 15px 15px;
	border: 2px solid #b3002d;
}
.bonanza {
   width: 280px;
	background: url(images/birthday_bonanza.jpg) no-repeat right top;
	padding: 5px 10px;
}
.specials h2, .bonanza h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #b3002d;
	text-align: center;
	padding: 5px;
	border-bottom: 2px solid #b3002d;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.specials h2.announce, .bonanza h2.announce {
	border-bottom: none;
	border-top: none;
	margin-top: 0;
	margin-bottom: 0;
}
.bonanza h2.announce {
	font-variant: normal;
	text-align: left;
}
.specials h3, .bonanza h3 {
	border-top: 1px solid #800020;
	padding: 5px;
	line-height: 1.3em;
}
.specials h3.noborder {
	border-top: none;
}
.specials p, .bonanza p {
	padding: 0 7px;
	line-height: 1.4em;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.specials p.belowline {
	border-bottom: 1px solid #800020;
	margin-bottom: 0;
}
#content .specials img {
	float: right;
	margin: 5px 5px 0 5px;
	padding: 2px;
}
.bonanza p.narrow {
	width: 215px;
}
.specials p.announce {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}

ul.refs {
	margin-left: 20px;
}
ul.refs li {
	list-style: circle;
	padding: 0 0 7px 0;
}
ul#range {
	list-style: none;
	margin: 0 0 20px 20px;
}
ul#range li {
	float: left;
	text-align: center;
	margin: 0 8px 4px 0;
	width: 110px;
}
ul#range li img a {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul#range li p a {
	line-height: 1.3em;
	font-size: 0.9em;
	display: block;
	margin-top: 0;
	padding-top: 0;
}
dl.feature {
	margin: 20px 0;
	padding: 0 10px 10px 0;
	line-height: 1.5em;
	position: relative;
}
dl.feature dd .listimage {
   position: absolute;
	left: 0;
	top: 40px;
	line-height: 2em;
}
dl.feature dt {
	font-size: 1.1em;
	font-weight: bold;
	width: 520px;
	background: #ededed;
	border: 1px solid #ccd2c6;
	color: #b3002d;
	padding: 3px 10px;
}
dl.feature dd {
	padding: 15px 40px 10px 170px;
	font-size: 1em;
	min-height: 160px;
}
dl.feature dd p {
	padding-bottom: 7px;
	margin-bottom: 0;
}
ul#refs {
	margin: 0 0 7px 20px;
	padding: 0;
}
ul#refs li {
	padding: 0 0 5px 5px;
	list-style: circle;
}
ul#refs ul li {
   padding-left: 15px;
}

.img_right {
	float: right;
	margin: 0 0 10px 15px;
	text-align: right;
}
#main img.header {
	padding: 0;
	border: 0;	
}
.img_left {
	float: left;
	margin: 0 15px 10px 0;
	text-align: left;
}
#sub {
	width: 300px;
	float: right;
	padding: 0 0 0 10px;
	margin: 30px 10px 20px 0;
}
#sub .quote p {
	padding:  10px 0 10px 10px;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;

}
#sub .quote p span.phonequote {
	font-size: 1.3em;
	color: #b3002d;
	padding-top: 10px;
	font-weight: bold;
}
.privacy {
	padding-top: 10px;
	margin: 10px 0 0 25px;
	border-top: 1px solid #ccd2c6;
	border-bottom: 1px solid #ccd2c6;
	text-align: left;
	width: 230px;
}
.privacy {
	margin-top: 50px;
}
#main ul {
	margin-left: 20px;
}
#sub .privacy h4, #sub .privacy p {
	padding-bottom: 10px;
   color: #666;
}
#sub .privacy p {
	padding-bottom: 5px;
}

.box_img {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
	line-height: 1.4em;
}
.box_img img {
	margin: 0;
	padding: 3px;
	border: 1px solid #e7e9e4;
}

h5.captiontext {
	font-size: 0.9em;
	font-weight: normal; 
	line-height: 1.3em;
	margin-right: 5px;
	color: #666;
}

#footer {
	padding: 10px 0 15px 0;
	margin: 0 auto;
	width: 100%;
	color: #333;
	border-top: 1px solid #b3002d;
	background: #ededed url(images/footer_bg.jpg) repeat-x;;
	position: relative;
}
.address {
	width: 400px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
.large, .red {
	font-size: 1.2em;
	font-weight: bold;
}
span.red {
	color: #b3002d;
}
.copyright {
	width: 400px;
	float: right; 
	text-align: right;
	padding-right: 50px;
}
.copyright h5 {
	margin-top: 10px;
	font-size: 1em;
	font-weight: normal;
}
p.design {
	color: #748268;
	font-size: 0.9em;
}
p.design a:link, p.design a:visited {
	color: #748268;
}

/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.clear {
	clear: both;
}
/* form styling */
form#feedback {
	border: 1px solid #ccd2c6;
	width: 500px;
	margin-bottom: 15px;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccd2c6;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
fieldset legend {
	font-size: 1em;
	color: #777;
}
label {
	display: block;
	font-style: italic;
}
input.text {
	display: inline;
	width: 93%;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #e7e9e4;
}
.submitarea {
	margin: 0 0 10px 25px;
}
#extra2 .submitarea {
	text-align: right;
	margin: 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}
.indent {
	padding-left: 40px;
}
p.warning, span.warning {
	font-weight: bold;
	color: #d71049;
	font-size: 1em;
}
p.error, span.error {
	font-weight: bold;
	color: #d71049;
}

/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
   padding-left: 22px;
   background-image: url(highslide/graphics/loader.white.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #fff;
    text-decoration: none;
	 font-size: 10px;
	 display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #fff;
	 display: none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 520px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1, .highslide-body h3 {
	font-size: 1.2em;
	color: #b3002d;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
}
.highslide-body h3 {
	font-size: 1.1em;
	padding-bottom: 3px;
}
.highslide-body p {
	margin-bottom: 10px;
	font-size: 1em;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
.highslide-body a {
	color: #0041c1;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #b3002d;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-body h2 {
	font-size: 1.2em;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 7px;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #e7ddc4;
}
.highslide-body img.header {
	padding: 0;
	border: 0;
}
.highslide-body img.block {
	display: block;
	float: none;
	margin: 0 auto;
}
.highslide-body ul {
	margin: 0 0 7px 20px;
	padding: 0;
}
.highslide-body ul.birthday {
	margin: 0 10px 0 5px;
}
.highslide-body ul li {
	padding: 0 0 10px 5px;
	list-style: circle;
}
.highslide-body ul.birthday li {
	padding: 7px 0 3px 0;
	list-style: none;
	border-top: 1px solid #ccd2c6;
}
.highslide-body ul ul li {
   padding-left: 15px;
}
.highslide-body li p {
	padding-top: 5px;
}
.highslide-body li p.finish {
	padding-bottom: 0;
	margin-bottom: 0;
}
.highslide-body p .emphasis {
	font-size: 1.2em;
	color: #b3002d;
	padding-left: 40px;
	font-weight: bold;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

