@charset "utf-8";
#footer_banner_text {
	height: 20px;
	width: 915px;
	display: none;
}

.text_bold {
	color: #FF0000;
	font-weight: bolder;
	font-size: 18px;
}

.text_body {
	color: #000;
	font-size: 13px;
}

body  {
	margin: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#price_notice {
	font-size: 10px;
	font-style: italic;
	height: 30px;
	margin-top: 30px;
	width: 240px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}

#footnote {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	line-height: 24px;
	height: 100px;
}

.thrColFixHdr #container {
	width: 955px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 


.thrColFixHdr #header {
	height: 40px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;



} 
#nav {
	height: 40px;
	width: 915px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
} 

.thrColFixHdr #footer {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 40px;
	width: 915px;
	padding: 0;
	text-align: center;
	margin-top: 20px;
} 

.footer_nav {
	height: 15px;
	width: 915px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 3px;
}
.footer_banner {
	height: 20px;
	width: 915px;
}


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#opening_mov  {
	height: 320px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #pict_holder{
	float: right;
	text-align: right;
	height: 440px;
	width: 640px;
}
.thrColFixHdr #left_nav{
	float: left;
	width: 260px;
	height: 440px;
}
#sub_nav {
	height: 100px;
	width: 915px;
	margin-bottom: 10px;
}
#mov {
	height: 320px;
	width: 645px;
	background-color: #000;
	float: right;
}
#thumb_nav {
	float: left;
	height: 346px;
	width: 130px;
}
#header_text {
	display: none;
}
#googlemap_icon {
	float: right;
	height: 52px;
	background-image: url(../images/nav_bar_r1_c1_f2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	width: 185px;
}
#print_btn {
	float: left;
	width: 50px;
	height: 25px;
}
#left_text {
	width: 245px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 3px;
	height: 245px;
	overflow: auto;
	padding-top: 2px;
	float: left;
}
#product_desc {
	height: 396px;
	width: 240px;
	float: right;
	background-color: #FFF;
	padding: 10px;
}
#left_mov {
	height: 180px;
	width: 260px;
	background-color: #000;
	float: left;
}
#price_list {
	float: right;
	height: 346px;
	width: 100px;
}
#product_text {
	float: left;
	height: 300px;
	width: 120px;
}
