﻿/***** StoreStyle.css ****************************************************************************/
/* StyleSheet for Turtlemania site.                                                              */
/* ***********************************************************************************************/
@import url("StoreLayout.css");         /* Two column layout with header and footer */

/* Get rid of boxes around navigation buttons */
a img {
	text-decoration: none;
	border: 0 none;
}

/* Top left corner logo */
#logo{
	float:left;
	background-image:url("images/tie_logo.jpg");
	width:274px;
	height:213px;
	position: relative;
	top: 1px;
}

#topheader{
	float:right;
	width:600px;
	height:97px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
}

/* Top most menu */
#toplinks{
	position:absolute;
	right:7px;
	top:8px;
	width: 355px;
	height: 11px;
}

/* Menu bar attached to logo */
#menu{
	float:right;
	width:626px;
	height:36px;
	background-image:url("images/bg_menu.jpg");
	background-repeat:repeat-x;
	position: relative;
}

/* Grey bar below menu bar */
#submenu
{
	float:right; 
	width:600px; 
	height:32px; 
	background-image:url("images/bg_submenu.gif"); 
	background-position:top; 
	background-repeat:repeat-x;
}
#pagetitle
{
	float:left;
	width:626px;
	height:32px;
}
/*************************************************************************/
/* Text Styles  */                                                          
/*************************************************************************/
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #006600;
	position: relative;
	top: -85px;
	font-style: italic;
}
.bodytext {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.errMsg
{
    color: #FF0000;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: medium;
}
.whitetitle {
	font-size:31px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Tahoma, sans-serif;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#006600;
}

.postcardtitle
{
    padding: 10px 0px 10px 0px;
    font: 0.7em Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #006600;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}

.graypanel{
	background-color:#FFFFFF;
	padding:1px;
	margin:2px;
}

/*******************************************************
MENU CONTROL
********************************************************/
.staticmenu
{
}
.dynamicmenu
{
    background-color: #FFFBD6;
    font-size:10pt;
}
.staticitem
{
    color: #006600;
    background-color: #F7F7F7;
    display: block;
    font-size: 1em;
}
.dynamicitem
{
    color: #006600;
    font-size: 1em;
    background-color: #CCFFCC;
    display: block;
}
.hoveritem
{
    font-size: 1em;
    color: White;
    font-style: italic;
    font-weight: normal;
    background-color: #386D27;
    display:block;
}
.selecteditem
{
    font-size:1em;
    color: Black;
    font-weight: normal;
    font-style: italic;
    background-color: #FFCC66;
    display:block;
}

