/* IE includes padding in the width, whereas Firefox increases the overall width by the padding */
/* Firefox ignores params starting in "_" */
/* float: left; */
/* position: absolute; */

body, td, div, .p, a
{
	font-family: verdana, arial, helvetica, sans-serif;
}

body
{
	background-color: #7f7f7f;
	font-size: 0.8em;
 	margin: 0;
	padding: 0;
	text-align: center; /* Central display of page */
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

p
{
	margin-bottom: 0;
	margin-top: 0;
}

.right
{
	text-align: right;
}

#panoramic
{
	background-color: #F0F0F0;
}

#jacket
{
	margin: 0 auto;
	text-align: left;
	width: 766px;
}

#topstrip
{
	background-color: #A40000;
	height: 52px;
	width: 766px;
}

.whitestrip
{
	background-image: url(images/bg_centre.gif);
	height: 2px;
	width: 766px;
}

#main
{
	background-color: #fff;
	background-image: url(images/bg_centre.gif);
	width: 766px;
}

#banner
{
	background-color: #000;
	height: 100px;
	width: 766px;
}

#menubar
{
	background-color: #A8A8A8;
	background-image: url(images/bg_menubar.gif);
	height: 80px;
	margin: 0px 19px 0px 13px;
	width: 734px;
}

#menu
{
	color: #fff;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	height: 37px;
	margin: 21px 0 0 25px;
	width: 684px;
}

#menu a, #menu a:visited
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:focus
{
	color: #fff;
	text-decoration: none;
}

#menu .out
{
	background-image: url(images/spacer.gif);
}

#menu .over
{
	background-image: url(images/bg_menuitem_over.gif);
	cursor: pointer;
}

#inner
{
	margin: 10px 19px 0px 23px;
}

.mhi
{
	font-size: 1.1em;
	font-weight: bold;
}

#inner .panorama_logo
{
	background-image: url(panoramics/wait.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 380px;
}

#inner a, #inner a:visited
{
	color: #E60000;
	text-decoration: underline;
}

#inner a:hover, #inner a:focus
{
	color: #E60000;
	text-decoration: none;
}

#home_upper
{
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 700px;
}

.heading
{
	background-color: #eee;
	color: #111;
	font-weight: bold;
}

.testimonial_heading
{
	background-color: #eee;
	color: #111;
}

.testimonial_box
{
	background-color: #fffcfc;
	border: 1px solid #ffe8e8;
}

.testimonial td
{
	border-top: 1px solid #fff2f2;
	vertical-align: top;
}

.testimonial td.column1
{
	width: 45%;
}

.bg_pics
{
	background-image: url(images/bg_diag.gif);
}

.faqq
{
	background-color: #eee;
	color: #111;
	font-weight: bold;
}

#more
{
	background-image: url(images/bg_diag.gif);
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	display: none;
	font-size: 0.9em;
	margin-bottom: 6px;
	width: 710px;
}

#more p
{
	margin: 8px;
}

.textBox
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer
{
	height: 85px;
	margin: 15px 0 0 0;
	width: 710px;
}

#footer_left
{
	float: left;
	font-size: 0.8em;
	width: 280px;
}

#footer_left img
{
	vertical-align: middle;
}

#footer_center
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 0 0;
	width: 120px;
}

#footer_right
{
	float: left;
	text-align: right;
	width: 310px;
}

#home_text
{
	background-color: #f8f8f8;
	background-image: url(images/bg_fade.gif);
	height: 200px;
	margin: 0 0 0 410px;
	width: 304px;
}

#home_text_inner
{
	float: left;
	font-size: 1.0em;
	margin: 10px 4px 10px 10px;
}

#bottomstrip
{
	background-image: url(images/bottomstrip.gif);
	height: 22px;
}

.phone
{
	font-size: 1.5em;
	font-weight: bold;
}

.quote_text
{
	color: #444;
	font-size: 0.9em;
	font-style: italic;
}

.button
{
	cursor: hand;
	margin: 4;
}

.quote_author
{
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

.shinybutton
{
	background-image: url(images/bg_button.gif);
	color: #fff;
	height: 26px;
	text-align: center;
	width: 109px;
}

.shinybutton_over
{
	background-image: url(images/bg_button_over.gif);
	color: #fff;
	height: 26px;
	text-align: center;
	width: 109px;
	cursor: pointer;
}

.arrow
{
	cursor: default;
}

.hand
{
	cursor: pointer;
}

.help
{
	cursor: help;
}

#dhtmltooltip
{
	background-color: #FFFFE1; /* FEE9CC */
	border: 1px solid #A40000;
	color: #000;
	font-size: 0.8em;
	padding: 3px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 200px;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}