h1, p, span, div
{
	padding: 0;
	border: 0;
	margin: 0;
}

/**********************************************************************
 **********************************************************************

 layout containers

 **********************************************************************
 **********************************************************************/

body
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#linkbar
{
	margin-top: 5px;
	padding: 15px 15px 5px 0px;
	text-align: right;
	background-color: black;
	border: 1px solid #FF9900;
}

#linkbar-reg
{
	margin-top: 5px;
	width: 1000px;
	padding: 15px 15px 5px 0px;
	text-align: right;
	border: 1px solid #FF9900;
}

#linkbar span
{
	padding: 0px 2px;
}


#masthead
{
	height: 150px;
	background-image: url(images/banner-satchzone.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	/*** border: 1px solid #FF9900; ***/
	overflow: hidden;
}

#advert
{
	margin: 8px 20px;
	height: 70px;
	overflow: hidden;
}

#advert-95
{
	margin: 8px 20px;
	height: 95px;
	overflow: hidden;
}

#subscriber-advert
{
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	overflow: hidden;
}
#threecolumns, #twocolumns, #onecolumn
{
	overflow: hidden;
}

#twocolumns
{
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}

#leftnav
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */
	
	float: left;
	width: 133px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	background-color: black;
	border: 1px solid #FF9900;
	border-top: none;
}

#leftnav-wide
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */
	
	float: left;
	width: 233px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	border: 1px solid #FF9900;
	border-top: none;
}

#leftnav .ad
{
	width: 115px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#rightnav
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */

	float: right;
	width: 208px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	border: 1px solid #FF9900;
	border-top: none;
}

#rightnav .ad
{
	width: 200px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.ad img
{
	margin-left: auto;
	margin-right: auto;
}

#center
{
	height: 620px;
	padding-top: 8px;
	padding-bottom: 30px;
	background-color: black;
	/*** background-image: url(images/index-display.jpg); 
	background-position: center center;
	background-repeat: no-repeat; ***/
	margin-top: 0px;
	margin-bottom: 0px;
}

#center-blank
{
	/*** height: 620px; ***/
	padding-top: 8px;
	padding-bottom: 30px;
	background-color: black;
	/*** background-image: url(images/blank-display.jpg);
	background-position: center right;
	background-repeat: no-repeat; ***/
	margin-top: 0px;
	margin-bottom: 0px
	overflow: auto;
}


#threecolumns #center
{
	margin-left: 143px;
	margin-right: 218px;
}

#twocolumns #center
{
	/*** margin-left: 143px; ***/
	margin-right: 0px;
}

#onecolumn #center
{
	margin-left: 0px;
	margin-right: 0px;
}

#contentframe
{
	margin-left: auto;
	margin-right: auto;
}

#contentframe-reg
{
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#mainframe
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/index-display.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#contentframe-reg
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	padding: 10px;
	background-color: black;
	border: 1px solid #FF9900;
}

#footer span
{
	padding: 0px 2px;
}

#satriani-lessons
{
	width: 395px;
	height: 190px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#satriani-register
{
	width: 675px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}


/**********************************************************************
 **********************************************************************

 fonts and styling for common page elements

 **********************************************************************
 **********************************************************************/

body
{
	color: #bec6f4;
	font-family: Verdana, Arial, Lucida;
	font-size: 11px;
}

#linkbar
{
	font-size: 10px;
	color: #aab1dc;
}

#linkbar a:link { color: #aab1dc; text-decoration: none; }
#linkbar a:hover { color: #d5ae10; text-decoration: underline; }
#linkbar a:visited { color: #aab1dc; text-decoration: none; }
#linkbar a:active { color: #ff0000; font-weight: bold; text-decoration: underline; }

#footer
{
	font-size: 11px;
	line-height: 16px;
	color: #aab1dc;
	text-align: center;
}

#footer a:link { color: #aab1dc; text-decoration: none; }
#footer a:hover { color: #d5ae10; text-decoration: underline; }
#footer a:visited { color: #aab1dc; text-decoration: none; }
#footer a:active { color: #5e5c70; text-decoration: none; }

#footer span
{
	text-transform: lowercase
}

#footer .copyright
{
	color: #7b809e;
	text-transform: none;
}

/**********************************************************************
 **********************************************************************

 menu code

 **********************************************************************
 **********************************************************************/

#menu
{
	background: white;
	z-index: 50;
	font-size: 10px;
	text-align: left;
	line-height: 18px;
}

#menu a, #menu h2
{
	display: block;
	white-space: nowrap;
	text-indent: 5px;
	height: 18px;
	width: 131px;
	border-bottom: outset 1px #d2cfcf;
	z-index: 50;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 10px;
}

#menu a
{
	background: white url(images/menu-leaf-bg.gif) repeat-x;
	text-decoration: none;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active 
{ 
	color: #6a687e; 
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
}

#menu a:hover
{
	color: black;
	background-color: red;
	background-image:  url(images/menu-nonleaf-hover-bg.gif);
}

#menu a:active
{
	color: white;
	background-color: red;
	background-image: url(images/menu-nonleaf-active-bg.gif);
}

#menu h2
{
	font-weight: bold;
	color: black;
	background-color: #adb2b7;
}

#menu li { list-style-type: none; }
#menu ul li { position: relative; } 

#menu li ul
{
	z-index: 500;
	text-indent: 5px;
	position: absolute;
	top: 0;
	left: 132px;
	display: none;
}

#menu ul, #menu ul ul, #menu ul ul ul, #menu ul ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 132px;
}

#menu ul ul, #menu ul ul ul, #menu ul ul ul ul 
{ display: none; }

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul 
{ display: none; }

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul 
{ display: block; }

#menu a.x, #menu a.x:visited
{
	background-color: white;
	background-image: none;
	height: 18px;
	overflow: hidden;
}

#menu a.x:hover
{
	background-image: url(images/menu-leaf-hover-bg-B.gif);
}

#menu a.x:active
{
	background-image: url(images/menu-leaf-active-bg-B.gif);
}
#menu a.y, #menu a.y:visited
{
	background-color: #d8dde2;
	background-image: none;
    font-weight: bold;
    color: black;
	height: 18px;
	overflow: hidden;
}

#menu a.y:hover
{
	background-image: url(images/menu-leaf-hover-bg-B.gif);
	color: black;
}

#menu a.y:active
{
	background-image: url(images/menu-leaf-active-bg-B.gif);
}
/**********************************************************************
 **********************************************************************

 cart and login box

 **********************************************************************
 **********************************************************************/

#cartframe {
	width: 170px;
	padding-top: 0px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #369;

}

#carttop, #cartbottom
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#carttop
{
	height: 9px;
	width: 170px;
	background-image: url(images/cart-top.gif); 
	background-position: bottom center;
	background-repeat: no-repeat;
}

#cartbottom
{
	height: 8px;
	width: 170px;
	background-image: url(images/cart-bottom.gif); 
	background-position: top center;
	background-repeat: no-repeat;
}


#cartframe p.head {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #369;
	padding-top: 10px;
	padding-bottom: 10px; 
	line-height: 21px;
	vertical-align: middle;
	margin: 0px;
}

#cartframe p.head img {
	float: left;
	left: 10px;
	margin-left: 20px;
	padding: 0px;
}

#cartframe p.submit {
	padding: 5px;
	background-image: url(images/cart-button.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;	
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-color: #369;
	color: white;
}

p.submit a:link { color: white; text-decoration: none; }
p.submit a:hover { color: white; text-decoration: none; }
p.submit a:active { color: white; text-decoration: none; }
p.submit a:visited { color: white; text-decoration: none; }

#cart {
	background-color: #ccc;
	color: black;
	margin: 5px; 
	padding: 5px;
}

#cart hr {
 	width: 85%;
	border: 0px;
	background-color: #369;
	color: #369;
	height: 1px;
	clear: both; 
}

#cart p {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	margin: 5px;
	clear: both; 
}

#cart p.title {
	font-weight: bold;
}

#cart p.subscription_title {
	font-weight: bold;
	font-size: 12px;
}

#cart p.emptycart {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 25px;
}

#cart p.desc {
	font-weight: normal; 
}	

#cart div.sums,div.info 
{ 
	margin: 5px; 
} 

#cart div.sums p 
{ 
	display: table-row; 
	margin: 0px;  
}

#cart div.info p 
{ 
	display: table-row; 
	margin: 0px;  
}

#cart .label
{
	display: table-cell;
	width: 65px;
	font-weight: bold;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
}

#cart .value
{
	display: table-cell;
	width: 75px;
	font-weight: normal;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#cart .value input
{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

#loginframe {
	width: 170px;
	padding-top: 0px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #369;

}

#logintop, #loginbottom
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#logintop
{
	height: 9px;
	width: 170px;
	background-image: url(images/cart-top.gif); 
	background-position: bottom center;
	background-repeat: no-repeat;
}

#loginbottom
{
	height: 8px;
	width: 170px;
	background-image: url(images/cart-bottom.gif); 
	background-position: top center;
	background-repeat: no-repeat;
}

#loginframe p.head {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #369;
	padding-top: 10px;
	padding-bottom: 10px; 
	line-height: 21px;
	vertical-align: middle;
	margin: 0px;
}

#loginframe p.submit {
	padding: 5px;
	background-image: url(images/cart-button.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;	
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-color: #369;
	color: white;
}

p.submit a:link { color: white; text-decoration: none; }
p.submit a:hover { color: white; text-decoration: none; }
p.submit a:active { color: white; text-decoration: none; }
p.submit a:visited { color: white; text-decoration: none; }

#login {
	background-color: #ccc;
	color: black;
	margin: 5px; 
	padding: 5px;
}

#login p {
	font-size: 10px;
	margin: 5px;
	text-align: center;
}

#login input {
	width: 80%;
	text-align: center;
	font-size: 10px;
	margin: 5px;
}

#header-schools
{
	margin: 8px 20px;
	height: 120px;
	overflow: hidden;
}




/*___________________________________________________ CLUB LOGIC (satchzone_myaccount) ___________________________*/

#thankyouTable{
background-color:#000000;


}


.textMain_call {
  COLOR: #ffffff;
  FONT-FAMILY: Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  FONT-WEIGHT: bold;
  /*** FONT-VARIANT: small-caps;***/
  TEXT-DECORATION: none
}



a.link
{
  COLOR: #ffffff;
  FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: underline
}

a.link:active
{
  COLOR: #cc0000;
  FONT-FAMILY: Arial,Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: none
}

a.link:hover
{
  COLOR: #cc0000;
  FONT-FAMILY: Arial,Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: underline
}

.acc_header a:link,.acc_header a:visited,.acc_header a:active{
	color:#FFFF00;
}


a:hover{
	color:#FF0000;
}



.acc_header {
	padding:5px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#333333;
}

.acc_header_right {
	padding:5px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#333333;
	text-align:right;
}


.acc_data{
	padding:0px 5px;
	color:#FFFFFF;
	font-size:11px;
}

.error_text{
	color:#FF0000;
}



.message{
	font-size:12px;
	background-color:#333333;
	border:1ox solid #ffffff;
	padding:15px;
	color:#FFFFFF;
}

.error{
	color:#FF0000;
	border:1px solid #FF0000;
	padding:10px;
}


.clubFormField{
	font-size:11px;
	border:1px solid #999999;
	background-color:#FFF;
	padding:2px;
}


.clubFormBtn{
	background-color:#666666;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:2px;
}

a.clubLinkLarge
{
  COLOR: #f0c910;
  FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 16px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: none
}

a.clubLinkLarge:hover
{
  COLOR: #cc0000;
  FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 16px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: none
}


a.clubLinkLarge:active
{
  COLOR: #cc0000;
  FONT-FAMILY: Arial,Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 16px;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: none
}


.textMain-list-grey-reg
{
  COLOR: #aab1dc;
  FONT-FAMILY: Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  /*** FONT-VARIANT: small-caps;***/
  TEXT-DECORATION: none
}

.textMain-satchzone-grey-reg
{
  COLOR: #aab1dc;
  FONT-FAMILY: Verdana, Geneva, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  /*** FONT-VARIANT: small-caps;***/
  TEXT-DECORATION: none
}

