/*
 Target Systems Stylesheet
 ver. 1.5
 2006-02

 */


body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*
base font family, size and color for all root elements.
	Only select body, td, th elements here.
	Use em relative font size here.
	All other elements are to use % font size, which will be the % based on the em relative font specified here.
*/
body, td, th {
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 0.75em;
	color: #444444;
}


img {
	border: none;
}


hr {
	height: 1px;
	color: #000;
	clear: both;
}


p, li {
	font-family: 'Trebuchet MS', Tahoma;
	line-height: 150%;
}

h1,h2,h3,h4,h5 {
	color: #2d57ab;
}

h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding-left:16px;
	padding-right:4px;
	padding-top:0px;
}
li {
	background-image:url('../images/bullet.gif');
	background-position:0px 16px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
}

a, a:visited, a:hover {
	color: #3d64b2;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ffae2d;
	
}

div.smallText {
	font-size: 85%;
}

/*
	Top Nav ============================================= 
*/
a.topnav, a:visited.topnav, a:hover.topnav {
	display: block;
	white-space: nowrap;
	color: #000000;
	background: transparent;
	text-decoration: none;
	padding-right: 14px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 14px;
	font-family: 'Arial Black', Arial;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
}	

a:hover.topnav {
	background-image: url('../images/nav-bg-on.gif');
	background-color: #cc6131;
	background-repeat: repeat-x;
}

/*
	Breadcrumb links ============================================= 
*/
a.breadCrumb, a:visited.breadCrumb, a:hover.breadCrumb, span.breadCrumb {
	white-space: nowrap;
	font-weight: bold;
	color: #aa3939;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 90%;
	text-decoration: underline;
}	
span.breadCrumb {
	text-decoration: none;
}
a:hover.breadCrumb {
	text-decoration: none;
}


div.memberLoginText {
	line-height:30px; 
	font-size:90%; 
	color:#2b55a9; 
	font-weight:bold;
	font-family: Tahoma;
}

/*
	Left Nav / Products Div ============================================= 
*/

div.productsDiv {
	overflow: hidden;
	width: 152px;
	height: 550px;
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 10px;
	font-family: Arial;
}

div.productsDiv a.parent, div.productsDiv a:visited.parent, div.productsDiv a:hover.parent {
	display: block;
	text-align: center;
	white-space: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: 'Arial Black', Verdana;
	font-size: 90%;
	text-transform: uppercase;
}	

div.productsDiv a:hover.parent {
	text-decoration: underline;
}

div.productsDiv a.child, div.productsDiv a:visited.child, div.productsDiv a:hover.child {
	display: block;
	white-space: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	margin-left: 6px;
	margin-bottom: 4px;
	line-height: 10px;
	font-size: 80%;
	font-style: italic;
}	

div.productsDiv a:hover.child {
	text-decoration: underline;
}


/*
	Page Title ================================================
*/
div.pageTitle {
	padding-top: 18px;
	padding-bottom: 3px;
	font-family: Tahoma, Arial;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}





/*
	Footer ============================================= 
*/
div.footerCopyright {
	padding-top: 40px;
	padding-left: 10px;
	color: #a2a2ca;
	font-style: italic;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 88%:
}

div.footerAddress {
	color: #a2a2ca;
	font-style: italic;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 8pt;
}
div.footerPhone{
	color: #a2a2ca;
	font-style: italic;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 8pt;
}

/*
	Form Fields ============================================= 
*/

input.siteSearch {
	width: 132px;
	height: 18px;
	border-top: 1px solid #191919;
	border-right: none;
	border-bottom: 1px solid #191919;
	border-left: none;
	background-color: #e5e5e5;
	color: #777777;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	padding: 0 4px;
	font-family: 'Century Gothic', Arial;
}


textarea {
	font-family: arial;
	font-size: 100%;
	width: 350px;
	height: 120px;
}


div.label {
	color: #003399;
	font-weight: bold;
	font-size: 90%;
}


/*
	catalog ============================================= 
*/

.photoCaption {
	font-size: 7pt;
	font-style: italic;
	font-weight:bold;
	color: #004080;
}

.catalogTicketDescription {
	font-size: 10pt;
	font-weight: bold;
	color: #CC6600;
}

