/* GENERAL STYLES */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	/* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0px;
}

.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #containerInvitation {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0px; background: #ffffff;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
}
.oneColFixCtrHdr #menubar {
	background: #ffffff; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 0px 0px 0px;
	background: #fff /* url(/data/assets/ps08/img/ps08-content-bkg2.jpg) no-repeat top fixed #fff */;
	height: 423px;
	overflow: none;
	border: 0px solid #444444;
}
.oneColFixCtrHdr #mainContentScroll {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px 0px 0px 0px;
	background: #fff; /* url(/data/assets/ps08/img/ps08-content-bkg2.jpg) no-repeat top fixed; */
	/* min-height: 423px;
	overflow: auto; */
	border: 0px solid #444444;
}
.oneColFixCtrHdr #footer {
	padding: 7px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr h1.grey {
	font-size: 16px;
	color: #333;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h1.grey1 {
	font-size: 17px;
	color: #333;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h1.red1 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bolder;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h1.red {
	font-size: 13px;
	color: #EC1B3B;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #EC1B3B;
}
.oneColFixCtrHdr h2 {
	font-size: 17px;
	color: #EC1B3B;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	background-color: #ccc;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h3 {
	font-size: 13px;
	color: #EC1B3B;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h4 {
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr h5 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr a {
	color: #e2001a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #carSpecs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	max-height: 310px;
}
.oneColFixCtrHdr #carSpecs th {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
.oneColFixCtrHdr #carSpecs td{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
}
/* Following items brought in for TransMenu support */
#menu {
    float: left; background:#CC0000;
    border-bottom:1px solid white;
    padding: 4px 0px;
    width:950px;
}
#phone {
    float: right; background:#CC0000;
    border-bottom:1px solid white;
    padding:2px 5px 0px 0px;
    width:145px;
	height: 21px;
	color: white; font-size: 16px; font-weight: bold; text-align: right;
    }
#menu a {
    padding:4px 7px;
    text-decoration:none;
    font-weight:bold;
    color:#EEE;
    }
#menu a.hover {
    background:#CCC;
	color: #CC0000;
    }
#menu span {
    display:none;
    }
#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
/* ------------------------------------------------ */
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:113px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
left: 5px;
-moz-opacity:.9;
filter:alpha(opacity=90);
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:124px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500;
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#222;
    font-size:11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #CC0000; /* #fdfdfd; */
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

