/* contact: John Dowler, cosmicidea.com*/
/*jdowler@cosmicidea.com*/
/*Aug 2006*/

/* VARNISH STRIPPING */

/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/**************************************************************************************************
	BODY, COLUMN WRAPPER AND COLUMNS
**************************************************************************************************/

body
{  
	background-image: url("_images/bg_site.jpg");
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top center;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .625em;
}

#body_wrapper
{
	text-align: center; 
	margin-right: auto; 
	margin-left: auto; 
	width: 85em; 
	border: 0;
}

/**************************************************************************************************
HEADER
**************************************************************************************************/
#dino_header
{
	display: block;
	text-align: center;
	width: 85em;
	height: 6.2em;
	border: 0;
}

#dino_header_top
{
	display: block;
	background-image: url("_images/bg_color.gif");
	width: 85em;
	height: 1.8em;
	border: 0;
}

#dino_header_nav_links
{
    list-style: none;
    display: block;
	width: 85em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links li
{
    list-style:none;
    display:inline;
}

/**************************************************************************************************
	LEFT GAP
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_left_gap
{
	background-image: url("_images/bg_color.gif");
    float: left;
	width: 2.6em;
	height: 3.4em;
	border: 0;
}

/**************************************************************************************************
	HOME BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_home_on
{
	background-image: url("_images/mm_home_on.gif");
    float: left;
	width: 5.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_home_off a
{
	background-image: url("_images/mm_home_off.gif");
    float: left;
	width: 5.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_home_off a:hover
{
	background-image: url("_images/mm_home_over.gif");
}

/**************************************************************************************************
	NEWS BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_news_on
{
	background-image: url("_images/mm_news_on.gif");
    float: left;
	width: 5.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_news_off a
{
	background-image: url("_images/mm_news_off.gif");
    float: left;
	width: 5.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_news_off a:hover
{
	background-image: url("_images/mm_news_over.gif");
}

/**************************************************************************************************
	BIO BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_bio_on
{
	background-image: url("_images/mm_bio_on.gif");
    float: left;
	width: 3.9em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_bio_off a
{
	background-image: url("_images/mm_bio_off.gif");
    float: left;
	width: 3.9em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_bio_off a:hover
{
	background-image: url("_images/mm_bio_over.gif");
}

/**************************************************************************************************
	MUSIC BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_music_on
{
	background-image: url("_images/mm_music_on.gif");
    float: left;
	width: 6.1em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_music_off a
{
	background-image: url("_images/mm_music_off.gif");
    float: left;
	width: 6.1em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_music_off a:hover
{
	background-image: url("_images/mm_music_over.gif");
}

/**************************************************************************************************
	TOUR BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_tour_on
{
	background-image: url("_images/mm_tour_on.gif");
    float: left;
	width: 5.3em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_tour_off a
{
	background-image: url("_images/mm_tour_off.gif");
    float: left;
	width: 5.3em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_tour_off a:hover
{
	background-image: url("_images/mm_tour_over.gif");
}

/**************************************************************************************************
	PHOTOS BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_photos_on
{
	background-image: url("_images/mm_photos_on.gif");
    float: left;
	width: 7.1em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_photos_off a
{
	background-image: url("_images/mm_photos_off.gif");
    float: left;
	width: 7.1em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_photos_off a:hover
{
	background-image: url("_images/mm_photos_over.gif");
}

/**************************************************************************************************
	VIDEO BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_video_on
{
	background-image: url("_images/mm_video_on.gif");
    float: left;
	width: 5.9em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_video_off a
{
	background-image: url("_images/mm_video_off.gif");
    float: left;
	width: 5.9em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_video_off a:hover
{
	background-image: url("_images/mm_video_over.gif");
}

/**************************************************************************************************
	REVIEWS BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_reviews_on
{
	background-image: url("_images/mm_reviews_on.gif");
    float: left;
	width: 7.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_reviews_off a
{
	background-image: url("_images/mm_reviews_off.gif");
    float: left;
	width: 7.5em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_reviews_off a:hover
{
	background-image: url("_images/mm_reviews_over.gif");
}

/**************************************************************************************************
	STORE BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_store_on
{
	background-image: url("_images/mm_store_on.gif");
    float: left;
	width: 5.8em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_store_off a
{
	background-image: url("_images/mm_store_off.gif");
    float: left;
	width: 5.8em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_store_off a:hover
{
	background-image: url("_images/mm_store_over.gif");
}

/**************************************************************************************************
	CONTACT BUTTON
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_contact_on
{
	background-image: url("_images/mm_contact_on.gif");
    float: left;
	width: 8.2em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_contact_off a
{
	background-image: url("_images/mm_contact_off.gif");
    float: left;
	width: 8.2em;
	height: 3.4em;
	border: 0;
}

#dino_header_nav_links #dino_header_nav_contact_off a:hover
{
	background-image: url("_images/mm_contact_over.gif");
}

/**************************************************************************************************
	RIGHT GAP
**************************************************************************************************/
#dino_header_nav_links #dino_header_nav_right_gap
{
	background-image: url("_images/bg_color.gif");
    float: left;
	width: 21.6em;
	height: 3.4em;
	border: 0;
}

#dino_header_bottom
{
	display: block;
	background-image: url("_images/bg_color.gif");
	width: 85em;
	height: 1.0em;
	border: 0;
}

/**************************************************************************************************
CONTENT
**************************************************************************************************/
#dino_content
{
	display: block;
	width: 85em;
}

#dino_standard_body_header
{
	display: block;
	background-image: url("_images/pic_top.jpg");
	text-align: center;
	width: 85em;
	height: 10.0em;
}

#dino_standard_body
{
	position: relative;
	top: 0em; left: 0em;
	background-image: url("_images/bg_color.gif");
	display: block;
	text-align: center;
	width: 85em;
}

#dino_standard_home_area
{
	position: absolute;
	top: 6.5em; left: 73.0em;
	background-image: url("_images/btn_home.gif");
	display: block;
	text-align: left;
	width: 9.5em;
	height: 1.1em;
	border: 0;
}

#dino_standard_home_area a
{
    float: left;
	width: 9.5em;
	height: 1.1em;
	border: 0;
}

#dino_standard_photos_area
{
	position: absolute;
	top: 47.0em; left: 73.0em;
	background-image: url("_images/btn_morephotos.gif");
	display: block;
	text-align: left;
	width: 9.5em;
	height: 1.1em;
	border: 0;
}

#dino_standard_photos_area a
{
    float: left;
	width: 9.5em;
	height: 1.1em;
	border: 0;
}

.H1_HEADLINE
{
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #958066;
}

.H1_HEADLINE a
{
	color: #958066;
}

.H1_HEADLINE_LARGE
{
	font-family: Arial;
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #958066;
}

.H1_HEADLINE_HUGE
{
	font-family: Arial;
	font-size: 4.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #958066;
}

.H2_SUBHEADLINE, .DATE
{
	font-family: Arial;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.H3_GOLD
{
	font-family: Arial;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #958066;
}

.H4_BOLD
{
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #D5D2CC;
}

.StrongText
{
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #D5D2CC;
}

.BodyText
{
	font-family: Arial;
	font-size: 1.1em;
	color: #D5D2CC;
} 

.AltText1
{
	font-family: Arial;
	font-size: 1.1em;
	color: #E7D8C6;
}

.AltText2
{
	font-family: Arial;
	font-size: 1.1em;
	color: #958066;
}

.BodyText .AltText2
{
	font-family: Arial;
	font-size: 1.0em;
	color: #958066;
}


#dino_news_background,
#dino_reviews_background,
#dino_store_background,
#dino_tour_background,
#dino_video_background
{
	position: static;
	margin-top: 0.0em; margin-left: 0.0em;
	background-image: url("_images/pg_bg_std.gif");
	display: block;
	text-align: center;
	width: 85em;
}

#dino_news_header,
#dino_reviews_header,
#dino_store_header,
#dino_tour_header,
#dino_video_header
{
	position: static;
	margin-top: 0.0em; margin-left: 0.0em;
	display: block;
	text-align: center;
	width: 85em;
	height: 8.5em;
}

#dino_news_lhs,
#dino_reviews_lhs,
#dino_store_lhs,
#dino_tour_lhs,
#dino_video_lhs
{
	float: left;
	position: static;
	margin-top: 1.1em; margin-left: 4.4em;
	display: block;
	text-align: left;
	width: 47.0em;
}

#dino_news_lhs_left_col,
#dino_reviews_lhs_left_col,
#dino_store_lhs_left_col,
#dino_video_lhs_left_col
{
	float: left;
	position: static;
	margin-top: 0.2em; margin-left: 0.0em;
	width: 14.1em;
}

#dino_news_lhs_right_col,
#dino_reviews_lhs_right_col,
#dino_store_lhs_right_col,
#dino_video_lhs_right_col
{
	float: left;
	position: static;
	margin-top: 0.2em; margin-left: 1.4em;
	width: 31.5em;
}

#dino_news_middle,
#dino_reviews_middle,
#dino_store_middle,
#dino_tour_middle,
#dino_video_middle
{
	float: left;
	margin-top: 0.0em; margin-left: 0.0em;
	display: block;
	width: 1.0em;
	height: 42.6em;
}

#dino_news_rhs,
#dino_reviews_rhs,
#dino_store_rhs,
#dino_tour_rhs,
#dino_video_rhs
{
	float: right;
	position: static;
	margin-top: 0.0em; margin-left: 0.0em;
	display: block;
	width: 28.6em;
	height: 36.0em;
}

#dino_news_footer,
#dino_reviews_footer,
#dino_store_footer,
#dino_tour_footer,
#dino_video_footer
{
	clear: both;
	position: static;
	margin-top: 0.0em; margin-left: 0.0em;
	background-image: url("_images/pg_bottom_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.9em;
}

/**************************************************************************************************
	HOME PAGE
**************************************************************************************************/
#dino_home_header
{
	background-image: url("_images/home_pic.jpg");
	text-align: center;
	width: 85em;
	height: 50.0em;
}

#dino_home_header_info
{
	position: relative;
	top: 0em; left: 0em;
	width: 85em;
	height: 50.0em;
	text-align: left;
}

#dino_home_header_info_title
{
	position: absolute;
	top: 38.0em; left: 32.0em;
	width: 46.0em;
}

#dino_home_header_info_body
{
	position: absolute;
	top: 39.7em; left: 32.0em;
	width: 46.0em;
}

#dino_home_header_info_link
{
	position: absolute;
	top: 45.4em; left: 32.0em;
	width: 46.0em;
}

#dino_home_footer
{
    clear: both;
	display: block;
	background-image: url("_images/bg_color.gif");
	width: 85em;
	height: 5.3em;
	border: 0;
}

/**************************************************************************************************
	NEWS PAGE
**************************************************************************************************/

#dino_news_background		{	background-image: url("_images/pg_bg_news.gif");	}
#dino_news_header			{	background-image: url("_images/header_news.gif");	}
#dino_news_lhs				{}
#dino_news_lhs_left_col		{	text-align: left;									}
#dino_news_lhs_right_col	{	text-align: left;									}
#dino_news_middle			{}
#dino_news_rhs				{	background-image: none;	height: auto;				}
#dino_news_footer			{	background-image: url("_images/pg_bottom_news.gif");}

#dino_news_lhs_divider
{
	margin-top: 0.5em; margin-left: -4.4em;
	clear: both;
	display: block;
	background-image: url("_images/pg_div_news.gif");
	text-align: center;
	width: 56.4em;
	height: 2.2em;
}

#dino_news_rhs_header
{
	display: block;
	background-image: url("_images/rhs_menu_news.gif");
	text-align: center;
	width: 28.6em;
	height: 7.0em;
}

/**************************************************************************************************
	PHOTOS PAGE
**************************************************************************************************/
#dino_photos_sizer
{
	display: block;
	width: 85.0em;
	height: 60.0em
}

#dino_photos_header
{
	position: absolute;
	top: 0em; left: 0em;
	background-image: url("_images/header_photos.gif");
	text-align: center;
	width: 85em;
	height: 8.5em;
}

#dino_photos_background
{
	position: absolute;
	top: 8.5em; left: 0em;
	background-image: url("_images/pg_bg_photos.gif");
	text-align: center;
	width: 85em;
	height: 42.6em;
}

#dino_photos_left
{
	position: absolute;
	top: 12.0em; left: 7.0em;
	text-align: left;
	width: 50.0em;
	height: 36.0em;
}

#dino_photos_right
{
	position: absolute;
	top: 12.0em; left: 60.0em;
	text-align: left;
	width: 20.0em;
	height: 36.0em;
}

#dino_photos_footer
{
	position: absolute;
	top: 51.1em; left: 0em;
	background-image: url("_images/pg_bottom_photos.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.9em;
}

/**************************************************************************************************
	BIO PAGE
**************************************************************************************************/
#dino_bio_sizer
{
	display: block;
	width: 85.0em;
	height: 70.0em
}

#dino_bio_header
{
	position: absolute;
	top: 0em; left: 0em;
	background-image: url("_images/header_bio.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.5em;
}

#dino_bio_background
{
	position: absolute;
	top: 8.5em; left: 0em;
	background-image: url("_images/pg_bg_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 52.6em;
}

#dino_bio_lhs
{
	position: absolute;
	top: 9.6em; left: 4.4em;
	text-align: left;
	width: 47.0em;
	height: 51.5em;
}

.dino_bio_photo
{
	float: left;
	background-image: url("_images/picl_bio.jpg");
	width: 14.1em;
	height: 14.1em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.dino_bio_text
{
	font-family: Arial;
	font-size: 1.1em;
	color: #D5D2CC;
}

#dino_bio_rhs
{
	position: absolute;
	top: 8.5em; left: 56.4em;
	background-image: url("_images/picr_bio.jpg");
	width: 28.6em;
	height: 36.0em;
}

#dino_bio_footer
{
	position: absolute;
	top: 61.1em; left: 0em;
	background-image: url("_images/pg_bottom_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.9em;
}


/**************************************************************************************************
	CONTACT PAGE
**************************************************************************************************/
#dino_contact_sizer
{
	display: block;
	width: 85.0em;
	height: 60.0em
}

#dino_contact_header
{
	position: absolute;
	top: 0em; left: 0em;
	background-image: url("_images/header_contact.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.5em;
}

#dino_contact_background
{
	position: absolute;
	top: 8.5em; left: 0em;
	background-image: url("_images/pg_bg_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 42.6em;
}

#dino_contact_lhs
{
	position: absolute;
	top: 9.6em; left: 4.4em;
	text-align: left;
	width: 47.0em;
	height: 41.5em;
}

#dino_contact_rhs
{
	position: absolute;
	top: 8.5em; left: 56.4em;
	background-image: url("_images/picr_contact.jpg");
	width: 28.6em;
	height: 36.0em;
}

#dino_contact_myspace_area
{
	position: absolute;
	top: 26.5em; left: 0em;
	display: block;
	background-image: url("_images/btn_myspace.gif");
	text-align: left;
	width: 9.5em;
	height: 3.0em;
	border: 0;
}

#dino_contact_myspace_area a
{
    float: left;
	width: 9.5em;
	height: 3.0em;
	border: 0;
}

#dino_contact_youtube_area
{
	position: absolute;
	top: 26.5em; left: 11.5em;
	display: block;
	background-image: url("_images/btn_youtube.gif");
	text-align: left;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

#dino_contact_youtube_area a
{
    float: left;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

#dino_contact_footer
{
	position: absolute;
	top: 51.1em; left: 0em;
	background-image: url("_images/pg_bottom_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.9em;
}


/**************************************************************************************************
	MUSIC PAGE
**************************************************************************************************/
#dino_music_sizer
{
	display: block;
	width: 85.0em;
	height: 109.0em
}

#dino_music_header
{
	position: absolute;
	top: 0em; left: 0em;
	background-image: url("_images/header_music.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.5em;
}

#dino_music_background
{
	position: absolute;
	top: 8.5em; left: 0em;
	background-image: url("_images/pg_bg_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 95.6em;
}

#dino_music_lhs
{
	position: absolute;
	top: 9.6em; left: 4.4em;
	text-align: left;
	width: 47.0em;
	height: 93.5em;
}

#dino_music_left_top
{
	position: absolute;
	top: 23.0em; left: 0em;
	background-image: url("_images/picl_music3.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_music_left_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_music_left_middle
{
	position: absolute;
	top: 37.5em; left: 0em;
	background-image: url("_images/btn2_download.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left_middle a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_left_bottom
{
	position: absolute;
	top: 39.6em; left: 0em;
	background-image: url("_images/btn2_buycd.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_right
{
	position: absolute;
	top: 23.0em; left: 15.5em;
	width: 31.5em;
	height: 38.5em;
}

#dino_music_left2_top
{
	position: absolute;
	top: 45.0em; left: 0em;
	background-image: url("_images/picl_music2.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_music_left2_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_music_left2_middle
{
	position: absolute;
	top: 59.5em; left: 0em;
	background-image: url("_images/btn2_download.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left2_middle a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_left2_bottom
{
	position: absolute;
	top: 61.6em; left: 0em;
	background-image: url("_images/btn2_buycd.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left2_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_right2
{
	position: absolute;
	top: 45.0em; left: 15.5em;
	width: 31.5em;
	height: 38.5em;
}

#dino_music_left3_top
{
	position: absolute;
	top: 67.0em; left: 0em;
	background-image: url("_images/picl_music.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_music_left3_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_music_left3_middle
{
	position: absolute;
	top: 81.5em; left: 0em;
	background-image: url("_images/btn2_download.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left3_middle a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_left3_bottom
{
	position: absolute;
	top: 83.6em; left: 0em;
	background-image: url("_images/btn2_buycd.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_music_left3_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_music_right3
{
	position: absolute;
	top: 67.0em; left: 15.5em;
	width: 31.5em;
	height: 38.5em;
}

#dino_music_rhs
{
	position: absolute;
	top: 8.5em; left: 56.4em;
	background-image: url("_images/picr_music.jpg");
	width: 28.6em;
	height: 36.0em;
}

#dino_music_footer
{
	position: absolute;
	top: 104.1em; left: 0em;
	background-image: url("_images/pg_bottom_std.gif");
	display: block;
	text-align: center;
	width: 85em;
	height: 8.9em;
}


/**************************************************************************************************
	REVIEWS PAGE
**************************************************************************************************/

#dino_reviews_background	{}
#dino_reviews_header		{	background-image: url("_images/header_reviews.gif");	}
#dino_reviews_lhs			{}
#dino_reviews_lhs_left_col	{}
#dino_reviews_lhs_right_col	{}
#dino_reviews_middle		{}
#dino_reviews_rhs			{	background-image: url("_images/picr_reviews.jpg");		}
#dino_reviews_footer		{}


#dino_reviews_left_top
{
	background-image: url("_images/picl_review.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_reviews_left_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_reviews_left_bottom
{
	margin-top: 0.4em; margin-left: 0.0em;
	background-image: url("_images/btn2_readarticle.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_reviews_left_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

/**************************************************************************************************
	STORE PAGE
**************************************************************************************************/

#dino_store_background		{}
#dino_store_header			{	background-image: url("_images/header_store.gif");	}
#dino_store_lhs				{}
#dino_store_lhs_left_col	{}
#dino_store_lhs_right_col	{}
#dino_store_middle			{}
#dino_store_rhs				{	background-image: url("_images/picr_store.jpg");	}
#dino_store_footer			{}

#dino_store_left_top
{
	background-image: url("_images/picl_store.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_store_left_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_store_left_bottom
{
	margin-top: 0.4em; margin-left: 0.0em;
	background-image: url("_images/btn2_store.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_store_left_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_store_cdbaby_area
{
	background-image: url("_images/btn_cdbaby.gif");
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

#dino_store_cdbaby_area a
{
    float: left;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

/**************************************************************************************************
	TOUR PAGE
**************************************************************************************************/

#dino_tour_background		{}
#dino_tour_header			{	background-image: url("_images/header_tour.gif");	}
#dino_tour_lhs				{}
#dino_tour_middle			{}
#dino_tour_rhs				{	background-image: url("_images/picr_tour.jpg");		}
#dino_tour_footer			{}

/**************************************************************************************************
	VIDEO PAGE
**************************************************************************************************/

#dino_video_background		{}
#dino_video_header			{	background-image: url("_images/header_video.gif");	}
#dino_video_lhs				{}
#dino_video_lhs_left_col	{}
#dino_video_lhs_right_col	{}
#dino_video_middle			{}
#dino_video_rhs				{	background-image: url("_images/picr_video.jpg");	}
#dino_video_footer			{}

#dino_video_left_top
{
	background-image: url("_images/picl_video.jpg");
	text-align: left;
	width: 14.1em;
	height: 14.1em;
}

#dino_video_left_top a
{
    float: left;
	width: 14.1em;
	height: 14.1em;
	border: 0;
}

#dino_video_left_bottom
{
	margin-top: 0.4em; margin-left: 0.0em;
	background-image: url("_images/btn2_youtube.gif");
	text-align: left;
	width: 14.1em;
	height: 1.7em;
}

#dino_video_left_bottom a
{
    float: left;
	width: 14.1em;
	height: 1.7em;
	border: 0;
}

#dino_video_youtube_area
{
	float: left;
	position: static;
	display: block;
	background-image: url("_images/btn_youtube.gif");
	text-align: left;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

#dino_video_youtube_area a
{
    float: left;
	width: 7.5em;
	height: 3.0em;
	border: 0;
}

/**************************************************************************************************
FOOTER
**************************************************************************************************/
#dino_footer
{
    clear: both;
	display: block;
	position: relative;
	top: 0em; left: 0em;
	background-image: url("_images/bg_footer.jpg");
	text-align: left;
	width: 85em;
	height: 8.2em;
	border: 0;
}

#dino_footer_logo_area
{
	position: absolute;
	top: 2.6em; left: 2.4em;
	display: block;
	text-align: left;
	width: 3.8em;
	height: 3.0em;
	border: 0;
}

#dino_footer_logo_area a
{
    float: left;
	width: 3.8em;
	height: 3.0em;
	border: 0;
}

#dino_footer_nav_area
{
	position: absolute;
	top: 2.6em; left: 7.2em;
	display: block;
	text-align: left;
	width: 50em;
	height: 1.5em;
	border: 0;
}

#dino_footer_email_area
{
	position: absolute;
	top: 4.1em; left: 7.2em;
	display: block;
	text-align: left;
	width: 42em;
	height: 1.5em;
	border: 0;
}

#dino_footer_myspace_area
{
	position: absolute;
	top: 2.6em; left: 64em;
	display: block;
	text-align: left;
	width: 8.9em;
	height: 3.0em;
	border: 0;
}

#dino_footer_myspace_area a
{
    float: left;
	width: 8.9em;
	height: 3.0em;
	border: 0;
}

#dino_footer_youtube_area
{
	position: absolute;
	top: 2.6em; left: 75.3em;
	display: block;
	text-align: left;
	width: 6.3em;
	height: 3.0em;
	border: 0;
}

#dino_footer_youtube_area a
{
    float: left;
	width: 6.3em;
	height: 3.0em;
	border: 0;
}



