/* General */
/* ---------------------------------------------------------------- */

body
{
	font-family: helvetica,arial,sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #f0f0f0 url(images/body_back.gif) repeat-y center top;
}
form
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 0 0 1em 0;
}
strong
{
	color: #303030;
}
h2
{
	font-size: 170%;
	font-weight: bold;
	margin: 0.3em 0 1em 0;
}
h3
{
	font-size: 115%;
	margin: 1.2em 0 0.4em 0;
}
h4
{
	font-size: 110%;
	margin: 0.2em 0;
}
h4.leadin
{
	width: 435px;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	line-height: 135%;
	color: #757575;
	margin: -0.8em 0 1em 0;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #F7931E;
}
.contact h4.leadin, .order h4.leadin, .gallery h4.leadin
{
	width: 100%;
}
h5
{
	font-size: 100%;
	margin: 0.6em 0;
}
hr
{
	display: none;
}
/* avoid triggering ie duplicate characters bug */
* html hr
{
	display: block;
	visibility: hidden;
	height: 0;
}

/* Page Layout */
/* ---------------------------------------------------------------- */

#frame
{
	width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border-top: 2px solid #a0a0a0;
}
#header
{
	text-align: left;
	background: #ffffff url(images/header_back3.gif) top left repeat-x;
	background-color: #ffffff;
	border-bottom: 5px solid #3a89c9;
}
#header .content
{
	text-align: left;
	margin: 0;
	padding: 5px 20px;
}
#header #logo
{
	float: left;
	margin: 2px 2px 0 2px;
}
#header h1
{
	margin: 14px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #3a89c9;
}
#header h3
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 1.5em 0;
}
#search
{
	float:right;
	font-size: 85%;
	margin: -8px 15px 10px 12px;
}
#search label
{
 	color: #999999;
 }
.search_results table {
	display: none;
	}
#page
{
	position: relative;
	min-height: 400px;
	text-align: left;
	line-height: 135%;
	margin: 0;
	padding: 6px 30px 1.5em 30px;
}
/* contain the highlight float */
#page:after
{
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* \*/
* html #page
{
	height: 1%;
}
/* */
#page .highlight
{
	float: right;
	width: 230px;
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding: 0;
	background: #FCDBB5 url(images/highlight_top.gif) top center no-repeat;
}
#page .highlight .inner
{
	padding: 20px;
	background: url(images/highlight_bottom.gif) bottom center no-repeat;
}
#page .highlight h3
{
	margin-top: 0;
}
#page .highlight img
{
	display: block;
	margin: 0 auto;
}
#page .highlight a
{
	font-weight: bold;
	text-decoration: none;
	color: #454545;
}
#page .highlight a:hover
{
	text-decoration: underline;
}
#page .highlight h4
{
	font-size: 100%;
	color: #666666;
	margin: 0.6em 0;
}
#page .highlight ul
{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
#page .highlight ul li
{
	margin: 0;
	padding: 0;
}
#page .highlight li a
{
	font-weight: normal;
}
#page h3
{
	clear: left;
}
#footer
{
	clear: both;
	width: 710px;
	font-size: x-small;
	text-align: center;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
	color: #a0a0a0;
	border-top: 1px dotted #a0a0a0;
}
* html #footer
{
	border-top: none;
	padding-top: 11px;
	background: url(images/dotted_a0a0a0.gif) top left repeat-x;
}
#footer p
{
	margin: 0;
}
#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #a0a0a0;
}
#footer a:hover
{
	text-decoration: underline;
}
p.nav a
{
	color: #757575;
}

/* Tabs */
/* ---------------------------------------------------------------- */

#tabs
{
	width: 710px;
	margin: 8px 0 5px 20px;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #a0a0a0;
}
* html #tabs
{
	border-bottom: none;
	padding-bottom: 6px;
	background: url(images/dotted_a0a0a0.gif) bottom left repeat-x;
}
#tabs ul
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#tabs li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#tabs li a
{
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	background-color: #a0a0a0;
	border-bottom: 3px solid #c0c0c0;
}
#tabs li a:hover
{
	border-color: #F7931E;
}
#tabs li.current a
{
	border-color: #F7931E;
}
#tabs li.current a strong
{
	color: #ffffff;
}

/* Page detail */
/* ---------------------------------------------------------------- */

.splash
{
	margin-bottom: 1em;
}
.splash img
{
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #000000;
}

/* Home page */
/* ---------------------------------------------------------------- */

.category
{
	position: relative;
	clear: left;
	margin-bottom: 1em;
}
.category .productshot
{
	float: left;
	margin: -0.6em 0 0.6em 0;
}
.category h4
{
	padding-top: 20px;
}
.contact h5, .contact h4
{
	margin-bottom: 0.3em;
	padding-left: 20px;
}
.contact p
{
	padding: 0 20px;
	margin-bottom: 1.5em;
}
.home .contact p
{
	float: left;
}
.contact strong
{
	color: #454545;
	padding-right: 5px;
}
#premiersWrapper
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 10px;
	background-color: #f6f6f6;
	border: 1px solid #f0f0f0;
}
/* contain the float */
#premiersWrapper:after
{
	display: block;
	clear: left;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* \*/
* html #premiersWrapper
{
	height: 1%;
}
/* IE7 */
*:first-child+html #premiersWrapper {
	height: 1%;
	}	
/* */
.premier
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px;
}
.premier p
{
	margin-bottom: 0.5em;
}

/* Products */
/* ---------------------------------------------------------------- */

.productsummary
{
	width: 419px;
	margin: 0.6em 0 1em 0;
	padding: 5px 5px 5px 0;
	border: 3px solid #d0d0d0;
}
.productsummary .productshot
{
	float: left;
	display: block;
	margin-right: 5px;
}
.productsummary table
{
	/* clear: left; */ /* partially fix Chrome issue */
	margin: 0 0 0 170px;
}
.footballs .productsummary .productshot
{
	margin-right: 0;
}
.flagpricing
{
	margin-bottom: 1em;
}
.productsummary h5
{
	margin: 0.6em 0 0 170px;
	font-size: 12px;
	color: #606060;
}
.flagpricing h5
{
	margin: 0.6em 0 0 0;
	font-size: 12px;
	color: #606060;
}
.productsummary h5 strong, .flagpricing h5 strong
{
	font-size: 14px;
	color: #606060;
}
.productsummary h5 a
{
	font-weight: normal;
}
/* contain the float */
.productsummary:after
{
	display: block;
	clear: left;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* \*/
* html .productsummary
{
	height: 1%;
}
/* */
#buynow
{
	float: right;
	margin: 0;
	padding: 0;
}

/* Apparel */
/* ---------------------------------------------------------------- */

#page .highlight #switch
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#page .highlight #switch li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#page .highlight #switch li a
{
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 3px 10px;
	color: #53483c;
	border: 1px solid #fce6cb;
}
#page .highlight #switch li strong a, #page .highlight #switch li a:hover
{
	background-color: #fce6cb;
}

/* How to Order */
/* ---------------------------------------------------------------- */

.q
{
	margin-bottom: 1.5em;
}
.q h4
{
	margin-bottom: 0.6em;
}
.q p
{
	margin-left: 20px;
}

/* Gallery */
/* ---------------------------------------------------------------- */

.photo #content {
	border-right: none;
	}
* html .photo #content {
	border: none;
	background-image: none;
	}
.photo #content h1 {
	margin-right: 0;
	}
.photo #summary {
	margin-bottom: 0.6em;
	}
#albums img, #imagegridtable img {
	padding: 12px;
	background-color: #ffffff;
	}
#imagegridtable a {
	display: block;
	border: 1px solid #ffffff;
	}	
#imagegridtable a:hover {
	border: 1px solid #a9a9a9;
	}	
#theimage img {
	margin: 0;
	padding: 12px;
	background-color: #ffffff;
	}
.back {
	margin-top: -0.3em;
	}
#details {
	clear: both;
	margin: 0.6em 0;
	}

/* Misc */
/* ---------------------------------------------------------------- */

.left
{
	float: left;
	margin: 0 5px 1em 0;
}
.designs a
{
	margin: 0 4px;
}
