/***********************************************************************************
        STRUCTURE RULES
***********************************************************************************/
html {
	overflow:-moz-scrollbars-vertical;
}

body, html {
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	color:#fff;
}

#container {
	margin:0 auto;
	padding:0;
	width:100%;
	background-color:#000;
}

#header {
	height:141px;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#e61a23 url('../images/tigers/masthead.png') center top no-repeat;
}

#header h1 {
	margin-left:-1000em;
	}

/***********************************************************************************
        PRESENTATION RULES
***********************************************************************************
        GLOBAL
***********************************************************************************/
h1 {
	font-size:200%;
	font-weight:bold;
	margin:0 0 0.25em;
	color:#e61a23;
}

h2 {
	font-size:110%;
	margin:0 0 0.25em;
	color:#e61a23;
}

h3 {
	font-size:100%;
	margin:0 0 0.25em;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	color:#e61a23;
}

h4 {
	font-size:130%;
	text-decoration:none;
	text-align:left;
	margin:0;
	color:#fff;
}

#x img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -221px; /* make this half your image/element height */
	margin-left: -400px; /* make this half your image/element width */
	border:none;
}

a {
	text-decoration:underline;
	color:#fff;
	}
	
a:hover {
	text-decoration:none;
	color:#e61a23;
	}
	
.small_text {
	font-size:70%;
}

.italic {
	font-style:italic;
	color:#e61a23;
}

.red {
	color:#e61a23;
}

/***********************************************************************************
        ORDER FORM
***********************************************************************************/
p.brochure_link {
	text-align:right;
	margin:10px 0 0 0;
	padding:0;
}

p.brochure_type {
	text-align:right;
	font-size:75%;
	color:#ed9042;
	margin:0 0 10px 0;
	padding:0;
}

div.special {
	width:500px;
	padding:10px;
	border:1px solid red;
	margin:1.5em auto 1em;
	text-align:left;
}

.order_subhead {
	padding-top:2em;
	text-align:center;
}

table.order {
	width:650px;
	margin:0 auto;
	text-align:center;
	border-collapse:collapse;
}

td.order {
	border:1px solid #444444;
}

.heading {
	background-color:#2a2a2a;
	color:#ed9042;
}

.discontinued {
	background-color:#fee;
}

.no_heading {
	background-color:#000;
}

input.order {
	width:20px;
	text-align:center;
	background-color:#666;
	border:1px groove #888;
	color:#fff;
	margin:2px 0;
}

textarea.order {
	font-family:'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	overflow:auto;
}

.order img {
	margin:auto;
	text-align:center;
}

.emailOrder {
	width:250px;
}

table.purchase {
	width:650px;
	margin:0 auto;
	text-align:center;
	border:1px solid #444;
}

td.purchase_l {
	text-align:left;
	border:none;
}

td.purchase_l input,
td.purchase_l select,
td.purchase_l textarea {
	background-color:#666;
	border:thin groove #888;
	color:#fff;
}

td.purchase_l input.radio {
	background-color:#000;
	border:none;
}

td.purchase_r {
	text-align:right;
	border:none;
}

input.purchase {
	width:350px;
	text-align:left;
}

.cctype {
	padding-right:20px;
}

.thankyou {
	margin:5em auto;
	padding:0;
}

/***********************************************************************************
        Thumbnails with enlarged image on hover
***********************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
	position:relative;
	z-index:0;
}

.thumbnail img {
	border:none;
	margin:0;
}

.thumbnail:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail span { /*CSS for enlarged image*/
	position:absolute;
	width:324px;
	left:-800px;
	padding:0.5em 0 0 0;
	border:2px solid #e61a23;
	color:#fff;
	background-color:black;
	font-weight:bold;
	display:none;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	display:inline;
	top:-257px;
	left:75px; /*position where enlarged image should offset horizontally */
}

* html .thumbnail:hover span {
	top:-201px;
}
