/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
	BACKGROUND-color:#fff;
}
.Site /* same element as #mainTable */
{
	FONT-SIZE: 90%;
    FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    line-height: 1.5;	
}
.Site A 
{
	color: #000;
	text-decoration: none;
}
.Site a:hover
{
	text-decoration: underline;
}
.Site DT
{

}
.Site dd
{

}
.Site H1, H2, H3, H4, H5, H6
{
	color: #fff;
}
.Site H1
{
    FONT-SIZE: 200%;
}
.Site H2
{
    FONT-SIZE: 150%;
}
.Site H3
{
    FONT-SIZE: 140%;
}
.Site H4
{
    FONT-SIZE: 130%;
}
.Site H5
{
    FONT-SIZE: 105%;
}
.Site H6
{
    FONT-SIZE: 100%;
}
.Site IMG
{
	border:none;
}
.Site #mainLayout a img
{
}
.Site TABLE
{
} 
.Site table td, table th
{
}

/* ################################### Site Classes ################################# */

.Site .box
{

}

.Site .tl 
{
	background: #009FEE url(/images/box/box_tl.gif) no-repeat top left;
}

.Site .tr
{
	background: #009FEE url(/images/box/box_tr.gif) no-repeat top right;
}

.Site .bl 
{
	background: #009FEE url(/images/box/box_bl.gif) no-repeat bottom left;
}

.Site .br
{
	background: #009FEE url(/images/box/box_br.gif) no-repeat bottom right;
}

.Site .box h2.title
{
	
}
.Site .box .content
{
	
}

.Site .box .bc
{
}
.Site .detail H3
{

}
.Site .detail IMG.picture
{
}
.Site .dropDown, .textArea, .textBox
{
}

#Message { font-family:Arial; font-size: 1em;}

.Site .label
{
	font-weight:bold;
}
.Site form .label
{
	text-align:right;
}
.Site form td
{
}
.Site .list
{
	border-bottom:1px solid #CDCDCD;
	padding-bottom:10px;
	/*width: 305px;*/
}
.Site .list a
{
	text-decoration: none !important;
}
.Site .list a:hover,
.Site p.backlink a:hover
{
	color:#ffb508;
	text-decoration:none;
}
.Site .list p
{	
}
.Site .list H3
{

}
.Site .list H4
{
}
.Site .list .date
{

}
.Site td.list IMG.thumbnail
{
}
.Site .stepper
{
}
.Site .stepper a
{
}
.Site .stepper a:hover
{
}
.Site .stepper p
{
}
.Site .stepper p.links
{
}
.Site TABLE.documentTable
{

}
.Site TABLE.documentTable TD.cell
{

}
.Site TABLE.documentTable TH.heading
{

}
.Site TABLE.documentTable TR.alternative
{

}
.Site .list .terminus
{
	clear:right !important;
}
.Site .template
{
	/*background: none;*/
	border: 0;	
	margin: 0 !important;
	width: 555px;
	
}


/* ################################### Site IDs ################################# */

#mainTable
{
}
.Site #mainHeader
{	
}

.Site #location
{
}
.Site #location a
{
}
.Site #location A:hover
{
}
.Site #mainLayoutContainer
{
	
}

.Site #leftCol 
{
	background: transparent url(/images/layout/menu_bg_repeat.gif) repeat-y;
}

.Site #topCurves 
{
	

}


/* ################################## Menu setup ################################### */

.Site #subMenu
{
	background: transparent url(/images/layout/menu_bg_bottom.gif) no-repeat left bottom;
}
.Site #subMenu ul 
{	
}
.Site #subMenu li
{
}
.Site #subMenu ul a
{
	background: transparent url(/images/layout/menu_off.gif) no-repeat 0 50%;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	font-weight:600;
}
.Site #subMenu ul ul a
{
	background: transparent url(/images/layout/submenu_lev1_bullet_off.gif) no-repeat 0 50%;
	font-size: 90%;
	font-weight: normal;
	
}
.Site #subMenu ul ul ul a
{
	background: transparent url(/images/layout/submenu_lev2_bullet_off.gif) no-repeat 0 50%;
}
.Site #subMenu ul ul ul ul a
{
	background: transparent url(/images/layout/submenu_lev3_bullet_off.gif) no-repeat 0 50%;
}
.Site #subMenu ul ul ul ul ul a
{
	background: transparent url(/images/layout/submenu_lev4_bullet_off.gif) no-repeat 0 50%;
}

.Site #subMenu ul a.active, .Site #subMenu ul a.on
{
	background: transparent url(/images/layout/menu_on.gif) no-repeat 0 50%;
}
.Site #subMenu ul a:hover
{
	background: transparent url(/images/layout/menu_on.gif) no-repeat 0 50%;
}

.Site #subMenu ul ul a.active, .Site #subMenu ul ul a.on
{
	background: transparent url(/images/layout/submenu_lev1_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}
.Site #subMenu ul ul a:hover
{
	background: transparent url(/images/layout/submenu_lev1_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;	
}

.Site #subMenu ul ul ul a.active, .Site #subMenu ul ul ul a.on
{
	background: transparent url(/images/layout/submenu_lev2_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}
.Site #subMenu ul ul ul a:hover
{
	background: transparent url(/images/layout/submenu_lev2_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}

.Site #subMenu ul ul ul ul a.active, .Site #subMenu ul ul ul ul a.on
{
	background: transparent url(/images/layout/submenu_lev3_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}
.Site #subMenu ul ul ul ul a:hover
{
	background: transparent url(/images/layout/submenu_lev3_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}

.Site #subMenu ul ul ul ul ul a.active, .Site #subMenu ul ul ul ul ul a.on
{
	background: transparent url(/images/layout/submenu_lev4_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}
.Site #subMenu ul ul ul ul ul a:hover
{
	background: transparent url(/images/layout/submenu_lev4_bullet_on.gif) no-repeat 0 50%;
	color: #FF8C30;
}
.Site #subMenuBottom
{
    background: url(/images/layout/sidebar_btm.gif) top left no-repeat;
    height: 68px;
}
/* ======================== */

.Site #mainTitle
{
	color: #fff; display:none;
}
.Site #mainTitle h1
{
}

.Site #mainLayout
{
    padding: 0;
    /*margin: 0 0 0 186px;*/
    /*border: solid 1px #000 !important;*/
    	background: #009FEE url(/images/layout/top_curves.gif) no-repeat 0 0;
    
}

.Site #mainLayoutInner 
{
	padding: 0 !important; 
	margin: 0 !important; 
	border-color: #0f0!important;
}

.Site #btmCurves 
{
	background: #FFF url(/images/background-image/bottom_curves.gif) no-repeat left bottom;
}
.Site #mainFooter
{
}

/* ======================== */

.Site #developerLink a
{
}
.Site #developerLink a:hover
{

}

/* ======================== */

.Site #template_Stepped_Pages .content
{
}

/* ======================== */


.Site TABLE#subPageTable
{
}
.Site TABLE#subPageTable th.heading
{
}
.Site TABLE#subPageTable td.cell
{
}
.Site TABLE#subPageTable td.col1 
{
}
.Site TABLE#subPageTable .col1 A 
{
}
.Site TABLE#subPageTable .col1 A:hover
{
}

/* ======================== */

.Site #template_Home_Variant .list
{
}

/* ======================== */

.Site #template_Events_Style_2 #column1
{
}
.Site #template_Events_Style_2 #column2
{
}
.Site #template_Events_Style_2 .list
{
}
.Site #column2
{
}
.Site #template_Events_Style_2 .date
{

}

/* ======================== */


.Site div#template_Links
{
	padding-left: 240px;
}

.Site div#template_Links #header
{

}

.Site #template_Links img.thumbnail
{
}



/* ========================== */

.Site #template_sitemap UL
{
}
.Site #template_sitemap UL LI
{
}
.Site #template_sitemap UL UL LI
{
}
.Site #template_sitemap UL UL a
{
}
.Site #template_sitemap LI
{
}
.Site #template_sitemap ul a
{
}
.Site #template_sitemap ul a:hover
{
}
.Site #template_sitemap ul ul a
{
}
.Site #template_sitemap ul ul a:hover
{
}

/* addiitional css declarations by rob*/

.displayBlock { display:block;}
.store_id, .whitetext { color:#fff;}

.textDecorationNone { text-decoration:none;}

.Site .subPageTitle a
{
	color:#fff;
	font-weight: 500;
	font-size: 120%;
	padding: 1em 0;
}

.Site #subMenu2 ul
{
	background: #fff;
}

.Site #template_Castlegate_Shop_List ul {margin:0; padding:0;}
.Site #template_Castlegate_Shop_List li { list-style:none; font-size:0.8em; clear:both; margin:0; padding:0;}
.Site #template_Castlegate_Shop_List li a { text-decoration:none; margin:0; padding:0 0 0 3px;  float:left; text-indent: 0; width: 100px;}
.Site #template_Castlegate_Shop_List li a:hover { color: #fff; text-decoration:none;}
.Site #template_Castlegate_Shop_List li span.whitetext {display: block; white-space:nowrap; float:left; width:50px; padding-right: 2px;}
.Site #template_Castlegate_Shop_List li .whitelink {color:#fff; font-size: 1.5em; margin: 10px 0; font-weight:600;}
.Site #template_Castlegate_Shop_List li .whitelink:hover { text-decoration: underline;}


.Site #template_Castlegate_Shop_List .column1 {width: 230px; float:left;}
.Site #template_Castlegate_Shop_List .column2 {margin-left: 235px;}


.Site #template_Castlegate_Shop_List .column2 #col_21 { float: left; width: 155px; margin-right:5px;}
.Site #template_Castlegate_Shop_List .column2 #col_22 { float: left; width: 155px;}


.Site #Castlegate_Shop_Summary #shopSummaryHeaderLeft 
{
	background: transparent url(/images/layout/shopSummaryHeaderLeft.gif) no-repeat left top;
}

.Site #Castlegate_Shop_Summary #shopSummaryHeaderRight 
{
	background: transparent url(/images/layout/shopSummaryHeaderRight.gif) no-repeat top right;
}

.Site #Castlegate_Shop_Summary #shopSummaryHeaderMiddle 
{
	background: transparent url(/images/layout/shopSummaryHeaderMiddle.gif) repeat-x top;
	margin: 0 37px 0 74px;
	height: 76px;
}


.Site .shopSummaryHeaderContainer
{
	background-color: #fff;
}

.Site .formMainTable p
{
	padding:10px; color:#fff;
}