

/**** HOME STYLES START ****/

.home-header
{
font: normal 18px arial;
color: #662C91;
padding:5px 0px 10px 0px;
}

/* INTRO */

.intro-container
{
}

.intro-box
{
background: ;
color:;
}

.intro-title,
.intro-title:visited,
.intro-title:active
{
color: ;
display: block;
font: bold 15px arial;
margin: 0px 0px 10px 0px;
}

.intro-image {}

.intro-text {}

/* PRIMARY LINKS */

.primary-container
{
}

.primary-box
{
border:1px solid ;
margin: 10px 0px 0px 10px;
}

a.primary-title,
a.primary-title:visited,
a.primary-title:active
{
color:;
display: block;
font:bold 15px arial;
}

.primary-image
{
}

.primary-text
{
}

.primary-readmore
{
color: #0066FF;
font: normal 9px verdana,;
}

/* ACTION LINKS */

.action-container
{
}

.action-box 
{
}

.action-title,
.action-title:active,
.action-title:visited
{
color:;
display: block;
font:normal 15px arial;
}

.action-image 
{
}

.action-text 
{
}

/**** HOME CLASSES END ****/

/************** HEADINGS **************/
h1
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	display: block;
}
h1,
h1 a,
h1 a:visited,
h1 a:hover
{
	color: #FFFFFF;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	font: normal normal bold 18px/normal arial;
}
h2
{
	margin: 8px 0px 8px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h2,
h2 a,
h2 a:visited,
h2 a:hover
{ 
	border-bottom: 0px solid;
	color: #333333;
	font: normal 20px arial;
}

h2.section-header
{
border-bottom: 1px dotted #dddddd;
font: bold 30px arial;
	font-style: italic;
padding:0px 5px 0px 30px;
}

h3
{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h3,
h3 a,
h3 a:visited,
h3 a:hover
{
	color: #808080;
	font: normal normal bold 12px/normal arial;
}

h4
{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h4,
h4 a,
h4 a:visited,
h4 a:hover
{
	color: ##Paragraph Header Color##;
	font: normal normal bold 12px/normal arial;
}

h5
{
	color: Maroon;
	display: block;
	font: normal 12px arial;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
h6
{
	display: block;
	margin: 0px;
	padding: 0px;
}

/**** GENERAL STYLES START ****/	

img
{
border: 0px;
}

a
{
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	color: #6600CC;
}

a:hover {
	color: #339933;
	text-decoration: underline;
}

/*  LAYOUT STRCUCTURES */

body
{
	background: #DDDFE0;
	color: #333333;
	font: 11px arial;
line-height:17px;
}

td
{
	font: 11px arial;
line-height:17px;
}

div#overall-container /* overall-body encompasses the header, body, and footer */
{
	background: #FFFFFF;
margin-top: 10px;
	width: 900px;
} 

div#header-container
{
	background:#FFFFFF;
}

.body-container /* body container only includes the content and not the left nav*/
{
	background: #FFFFFF;
border-left: 1px solid #cccccc;
	padding: 0px 0px 0px 0px; /* the padding here is commonly used to create margins around the content*/
}

.internal
{
padding: 0px 0px 0px 0px;
}

.body-section-a
{

}

.body-section-b
{
border-left: 1px dotted #dddddd;

}

/**** GENERAL STYLES END ****/

/***************  Top Nav Starts ************** */	

#tn-container {
background-color: #231F20;

}

#topnav {
	background-color: #231F20;	
	border-bottom: 1px solid ##Top Nav Border Color##;
	border-top: 1px solid ##Top Nav Border Color##;
	width:100%;
	}

#tn-left
{
width:326px;
}
	 
#topnav-list-cell{
	text-align: Left;
	 width:100%;
	}
	
#tn-bottom
{
background: #9D9FA1
}
	 
/***** Top Nav Standard Links *****/

.tn-link-std,
.tn-selected-std
{
/*	padding: 6px 0px 9px 10px; */
	padding: 5px 0px 5px 10px;
}	

.tn-selected-std
{
}


	
.tn-selected-std a
{
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}


.tn-link-std a
{
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 15px 0px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}


.tn-link-std a:active,
.tn-selected-std a:active,
.tn-link-std a:visited,
.tn-selected-std a:visited {
	color: #FFFFFF;
	}
	
.tn-link-std a:hover,
.tn-selected-std a:hover 
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.tn-selected-std a,
.tn-selected-std a:visited,
.tn-selected-std a:active
	{
	color: #FFFFFF;
	font-weight: bold;
	}

.tn-staticnav
{
top:4px;
position: relative;
margin:10px 15px 0px 0px;
}

/* party bus links */

.tn-subnav
{

padding: 0px 7px 0px 7px;
width:100%;
}

.tn-subnav a,
.tn-subnav a:active
{
color: #fff;
}

.staticlink-partybus
{
	background-color: none !important;
}

/**** LEFT NAV STYLES START ****/

td#ln-container
{
	background: #f0f0f0;
	border-right: 1px solid #CCCCCC;
	width: 160px;
}

table#leftnav
{
	width: 100%;
}	

td#ln-top 
{
}
	
td#ln-middle 
{
}

td#ln-bottom 
{
}

/* LEFT NAV STARNDARD LINKS */

a.ln-link-std,
a.ln-selected-std,
a.ln-link-std:active,
a.ln-selected-std:active,
a.ln-link-std:visited,
a.ln-selected-std:visited
{
	background:#f0f0f0;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font: normal 11px arial;
	padding: 6px 3px 6px 26px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
}

a.ln-selected-std,
a.ln-link-std:hover,
a.ln-selected-std:hover 
{
	background:#999999 !important;
	color: #0066CC !important;
}

/* LEFT NAV SUB LINKS */


a.ln-link-sub,
a.ln-selected-sub,
a.ln-link-sub:active,
a.ln-selected-sub:active,
a.ln-link-sub:visited,
a.ln-selected-sub:visited
{
	background: #f0f0f0;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font: normal 11px arial;
	padding: 6px 3px 6px 25px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
}

a.ln-selected-sub,
a.ln-link-sub:hover,
a.ln-selected-sub:hover 
{
	font-weight:bold;
}

/**** LEFT NAV STYLES END ****/

/**** FOOTER STYLES START ****/

div#footer-container
{
	background:  #221D1E;
	border-top: 0px solid #000000;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
}

div#footer-container,
div#footer-container span.spacer,
div#footer-container a,
div#footer-container a:active,
div#footer-container a:visited
{
	color: #cccccc;
	font: normal 10px arial;
	text-align: center;
}

div#footer-container a {
	text-decoration: none;
}

div#footer-container a:active
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

div#footer-container span.spacer
{
	padding:0px 10px;
}

/**** FOOTER STYLES END ****/

/**** BODY STYLES START ****/

.image-caption
{
font-size:10px;
}


.back
{
	font-weight:bold;
	text-decoration:none;
}

.main-image {
	border: 2px solid #FFFFFF;
}

.thumbnail-image
{
	border: 1px solid #FFFFFF;
}

.image-caption 
{
font: bold 10px;
}

.print-page-break 
{
	page-break-Before: always;
}


/* DEVELOPMNET STYLES */

table.productlist
{
	width: 100%;
}

.list-table 
{
}

.list-header 
{
background-color:#CCCCCC;
}

.list-row 
{
border-top:1px solid #cccccc
}

table.productlist td
{
	border-bottom:1px solid #cecfce;
	font: 10px Verdana;
	text-align: center;
}

table.productlist th
{
	font: bold 12px Arial;
	background-color: #cecfce;
	text-align: center;
}


/**** BODY STYLES END ****/