/* mglfranchise.css */

/*normalizez margin, padding*/
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX SPLASH PAGE) XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*laying out the splash page size with logo as background*/
div#splash {
	position: relative;
	margin: 40px auto 0;
	width: 923px;
	height: 400px;
	background: #54181D url(../assets/myGuitLogo.png) no-repeat 378.5px 30px;/*deeper red*/
	border: 2px solid #333;/*deep grey*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/*positiong link<div> to tutor and learning sites*/
div#splash div#links {
	position: absolute;
	top: 280px;
	left: 161.5px;
	width: 600px;
	height: 20px;
	z-index: 50;
}

/*giving left margin to tutor and learn links*/
div#splash div#links ul li {
	float: left;
	margin-left: 10px;
}

/*further adjusts margin-left for 'learn' link to match the franchise logo*/
div#splash div#links ul li#learn {
	margin-left: 140px;
}

/*styling <a>*/
div#splash div#links ul li a {
	font: 12px Verdana, Geneva, sans-serif;
	color: #EEE075;/*mustard*/
	font-variant: small-caps;
	text-decoration: none;
	padding: 6px;
	border: 1px solid transparent;
	
}

/*styling <a:hover>*/
div#splash div#links ul li a:hover {
	color: #fff;/*white*/
	padding: 6px;
	background-color: #300e11;/*very deep red*/
	border: 1px solid #fff;/*white*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*[lacing flash logos*/
div#splash div#flash {
	position: absolute;
	top: -30px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX GENERAL LAYOUT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
	background-color: #712127;/*deep dark red*/
}

h2 {
	font: 15px Verdana, sans serif;
	font-weight: bold;
	color: #fff;/*white*/
}

h3 {
	font: 13px Verdana, sans serif;
	font-weight: bold;
	color: #fff;/*white*/
}

/*the wrapping of the page but will not effect placement of <div#footer>*/
div#container {
	position: relative;
	width: 923px;
	height: 448px;/*was 539px*/
	margin: 0px auto;
	border-right: 2px solid #333;/*dark grey*/
	border-left: 2px solid #333;/*dark grey*/
	background-color: #54666E;/*grey blue*/
	
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxstart <div#header> startxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*setting up body of the header container*/
div#container div#header {
	position: relative;
	width: 927px;
	height: 103px;
	margin: 0 auto;
	background: url(../assets/header_bg.jpg) 0 -1px no-repeat;
	border-bottom: 2px solid #333;/*dark grey*/
}

/*set up image replacement of <h1> with logo bg img*/
div#container div#header h1 {
	position: absolute;
	top:0px;
	left: 186px;
	width: 555px;
	height: 127px;
	text-indent: -2000px;
	background: url(../assets/logo.png) 0 0 no-repeat;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxstart <div#nav> startxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

div#container div#nav {
	width: 927px;
	height: 32px;
	background: url(../assets/menubg.png) -2px 0px no-repeat;
}

/*position:absolute helps to access the <a>'s to work when hovered over*/
div#container div#nav ul {
	position:absolute;
	margin-top: 0px;
	margin-left: 162px;
}

/*positioning the <li>'s and so consequently the <a>'s*/
div#container div#nav ul li {
	float: left;
	font: 12px Verdana, sans serif;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 20px;
}

div#container div#nav ul li a {
	color: #EEE075;/*mustard*/
	font: 12px Verdana, sans serif;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

/*Attribute selector a[href="#"] used to show current page*/
div#container div#nav ul li a[href="#"] {
	color: #fff;/*white*/
	background-color: transparent;
	text-decoration: none;
	
	
}

/*Attribute selector a:hover[href="#"] used to erase <li><a>hover attributes showing on current page*/
div#container div#nav ul li a:hover[href="#"] {
	color: #fff;/*white*/
	background-color: transparent;
	text-decoration: none;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

div#container div#nav ul li a:hover {
	color: #f6d8da;/*pale pink*/
	font: 12px Verdana, sans serif;
	font-weight: bold;
	background-color: #AB313A;/*deep red*/
	padding: 9px 0 10px 0;
	border-right: 1px solid #992D35;/*red*/
	border-left: 1px solid #992D35;/*red*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxstart <div#footer> startxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*positioning <div#footer> with bg image*/
div#container div#footer {
	position: absolute;
	width: 927px;
	height: 32px;
	top: 448px;/*was 539px*/
	left: -2px;
	background: url(../assets/footerbg.gif) 0 0px no-repeat;
	border-top: 2px solid #712127;/*deep rich red*/
}

div#container div#footer p {
	text-align: center;
	font: 9px Verdana, sans serif;
	color: #EEE075;/*mustard*/
	margin-top: 8px;
}

div#container div#footer p a {
	color: #EEE075;/*mustard*/
	font: 9px Verdana, sans serif;
}

div#container div#footer p a:hover {
	color: #fff;/*white*/
	font: 9px Verdana, sans serif;
}

/*positioning form contact*/
div#container div#footer p#contact {
	position: absolute;
	top: 1px;
	left: 20px;
	font: 10px Verdana, sans serif;
	font-variant: small-caps;
	color: #eee075;/*mustard*/	
}

/*positioning email contact and phone number*/
div#container div#footer p#email_tel {
	position: absolute;
	top: 1px;
	right: 20px;
	font: 10px Verdana, sans serif;
	font-variant: small-caps;
	color: #eee075;/*mustard*/	
}

/*enhancing the links for the contact form and email*/
div#container div#footer p#contact a, div#container div#footer p#email_tel a {
	font: 10px Verdana, sans serif;
	font-variant: small-caps;
	color: #eee075;/*mustard*/
	border: 1px dotted #eee075;/*mustard*/;
	text-decoration: none;
	padding: 2px;
}

div#container div#footer p#contact a:hover, div#container div#footer p#email_tel a:hover {
	font: 10px Verdana, sans serif;
	font-variant: small-caps;
	color: #fff;/*white*/
	border: 1px solid #fff;/*white*/;
	background-color: #000;/*black*/
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxend <div#footer> endxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FOR ALL PAGES (except index.html) XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*container for main text*/
div#container div#main div#text {
	height: 304px;
	margin: 0px 15% 0px;
	padding: 7px 0 0 0;
	background: #39454B;/*dark grey blue*/
	border-right: 1px solid #6E8590;
	border-left: 1px solid #6E8590;
}

/*positioning <h2> so it aligns with main text*/
div#container div#main div#text h2 {
	margin-top: 0px;
	margin-left: 5%;
}

/*positioning <p>*/
div#container div#main div#text p {
	font: 11px  Tahoma, sans serif;
	color: #ede5a8;/*pale yellow*/
	margin: 0px 2% 5px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX INDEX.HTML XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*placing div for pdf link to My Guitar Franchise brochure*/
div#container div#main div#pdf_download	{
	position: absolute;
	top: 248px;
	left: 63px;
	width: 180px;
	padding: 7px;
	background-color: #54666E;/*grey blue*/; 
	border: 2px solid #fff;/*white*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 2px;
	z-index: 100;	
}

/*link is smaller text*/
div#container div#main div#pdf_download a {
	font: 12px Tahoma, sans serif;
	color: #ede5a8;/*pale yellow*/
	text-decoration: none;
	margin-left: 5px;/* centres small text with large text*/
}

/*larger text is span within the link*/
div#container div#main div#pdf_download a span {
	display: block;
	text-align: center;
	font: 20px Tahoma, sans serif;
	color: #ede5a8;/*pale yellow*/
	width: 180px;
	border: 1px solid transparent;
	margin-left: 0px;
}

/* effecting large text on hover*/
div#container div#main div#pdf_download a:hover span {
	color: #fff;
	background-color: #600;/*deep red*/
	border: 1px solid #fff;
}

/*placing flash advert(924px x 628px) into html page. Remember to adjust top margin setting if <div#container> height is adjusted*/
div#container div#main div#flash {
	position: absolute;
	margin: -10px 0 0 -0.5px;
	z-index: 30;
}

/*container for text in <p>'s; <p> moved down the page by 'padding-top' but needed to reduce 'height' of the page*/
div#container div#main div#intro {
	position: absolute;
	bottom: 0px;
	height: 113px;
	margin: 0 2% 0;
	padding-top: 198px;/*reduces/extends height of 'dark grey blue bg'*/
	background: #39454B;/*dark grey blue*/
	border-right: 1px solid #6E8590;
	border-left: 1px solid #6E8590;
}

div#container div#main div#intro p {
	font: 11px  Tahoma, sans serif;
	color: #ede5a8;/*pale yellow*/
	margin: 5px 5% 10px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX PRODUCTS.HTML XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*positioning of iframe*/
div#container div#main div#text iframe {
	margin: 0px 22px 0;

}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MARKETING.HTML XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/



/*span creates highlighted text to point to Marketing content*/
div#container div#main div#text p span {
	color: #fff;/*white*/
	font-variant: small-caps;
	font-weight: bold; 
}

/*positioning <h3> so it aligns with main text but has <ul> indented*/
/*div#container div#main div#text h3 {
	margin-bottom: 5px;
	margin-left: 2%;
}*/

/*positioning and setting up <ul>*/
div#container div#main div#text ul {
	font: 11px/13px  Tahoma, sans serif;
	color: #f6d8da;/*pale pink*/
	margin: 0px 45px 0px;
}

/*bg colour of <li>*/
div#container div#main div#text ul li {
	background-color: #2D373C;/*darkish grey*/
	margin-left: -44px;
	padding-left: 44px;
	margin-right: -44px;
	border-top: 1px solid #222;/*dark blackish grey*/
	border-bottom: 1px solid #6e8590;/*light grey*/
}

/*alternating bg colour of <li>#light*/
div#container div#main div#text ul li.light {
	background-color: #46555C;/*lightish grey*/
}

div#container div#main div#text ul li:hover {
	background-color: #000;
	color: #fff;
	cursor: default;
	font-weight: bold;
}

div#container div#main div#text ul li#light:hover {
	background-color: #000;
	color: #fff;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FAQ.HTML XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*to give black bg on accordion reveals/answers*/
div#container div#main div#text div#accordion {
	background-color: #000;/*black*/
}

/*<h3> bg colour*/
div#container div#main div#text div#accordion h3 {
	background-color: #46555C;/*lightish grey*/
	margin-left: 0px;
	padding-left: 24px;
}

/*setting <a> details for <h3> accordion links*/
div#container div#main div#text div#accordion h3 a {
	display: block;
	font: 12px Verdana, sans serif;
	font-weight: bold;
	color: #f6d8da;/*pale pink*/
	text-decoration: none;
	margin-left: -23px;/*makes border-top and border-bottom stretch along whole length of <h3>element*/
	padding-left: 23px;/*makes border-top and border-bottom stretch along whole length of <h3>element*/
	border-top: 1px solid #222;/*dark blackish grey*/
	border-bottom: 1px solid #6e8590;/*light grey*/
}

/*setting <a:hover> details for <h3> accordion links*/
div#container div#main div#text div#accordion h3 a:hover {
	font: 12px Verdana, sans serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;/*whita*/
	text-decoration: none;
	border-top: 1px solid #6e8590;/*light grey*/
	border-bottom: 1px solid #222;/*dark blackish grey*/
}

/*making sure there is at least a 5px buffer at the bottom of the <div> between it and its revealed <p> (within it)*/
div#container div#main div#text div#accordion div {
	padding-bottom: 5px;
}

/*setup of revealed <p>*/
div#container div#main div#text div#accordion div p {
	background-color: #222;/*dark grey*/
	padding: 10px;
	border: 1px solid #555;/*light grey*/
}

/*anchor setup within a <p> in the accordion*/
div#container div#main div#text div#accordion div p span {
	margin-left: 90px;
}

/*anchor setup within a <p> in the accordion*/
div#container div#main div#text div#accordion div p a#addr {
	color: #eee075;/*mustard*/
}

/*anchor:hover setup within a <p> in the accordion*/
div#container div#main div#text div#accordion div p a:hover#addr {
	color: #fff;/*white*/
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CONTACT HTML xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/********************************* <form> ******************************/

/*floating <ul>#formA of the form to the left*/
div#container div#main div#text form ul#formA {
	float: left;
	width: 210px;
	margin-left: 75px;
	margin-right: 0px;
}

/*floating <ul>#formB of the form to the right*/
div#container div#main div#text form ul#formB {
	float: right;
	width: 210px;
	margin-right: 70px;
	margin-left: 0px;
}

/*giving padding and dotted border to both fieldsets*/
div#container div#main div#text form ul#formA fieldset#data, div#container div#main div#text form ul#formB fieldset#msg {
	height: 210px;/*independent of <li>'s height*/
	padding: 5px;
	border: 1px dotted #f00;
}

/*separating <li> data in <ul#formA> sections of the form*/
div#container div#main div#text form ul#formA li {
	background-color: #39454B;/*dark grey blue...cancels dk grey of earlier <li>'s*/
	margin-top: 10px;
	margin-left: 6px;
	padding-left: 0px;
	width: 180px;
	border: 0px;
}

/*separating <li> data in <ul#formB> sections of the form*/
div#container div#main div#text form ul#formB li {
	background-color: #39454B;/*dark grey blue...cancels dk grey ofearlier <li>'s*/
	margin-top: 0px;
	margin-left: 6px;
	padding-left: 0px;
	width: 180px;
	border: 0;
}

/*Absolute positioning of <li>'s <input> to the right and aligning it with <li>'s text in <ul#formA> sections of the form*/
div#container div#main div#text form ul#formA li input {
	position: absolute;
	left: 283px;
	margin-top: -1px;
	border: 2px inset #39454b;/*dark grey blue*/
}

/*floating <li>'s <textarea> to the right in both <ul> sections of the form*/
div#container div#main div#text form ul#formA li textarea, div#container div#main div#text form ul#formB li textarea {
	float: right;
	margin-bottom: 5px;
	border: 2px inset #39454b;/*dark grey blue*/
}

/*to prevent li:hover change of colour on previous <li>'s*/
div#container div#main div#text form ul#formA li:hover, div#container div#main div#text form ul#formB li:hover {
	color: #f6d8da;/*pale pink*/
	cursor: default;
	font-weight: normal;
}

/*aligning <li> with submit and reset buttons in to message data in <ul#formB> sections of the form*/
div#container div#main div#text form ul#formB li#sub_reset {
	margin-top: 10px;
	margin-left: 10px;
}
											
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PROFILE HTML xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*adding to <b> within 1st <p> */
div#container div#main div#text p b {
	color: #f6d8da;/*pale pink*/
}

/*placing div#profile of image*/
div#container div#main div#text div#profile {
	width: 500px;
	height: 241px;
	background-image: url(../assets/mgl_temp.jpg);
	margin: 30px auto;
}
								/*********************name for tutor*************************/
								
/*placing p#biog for directional text for tutor's biog*/
div#container div#main div#text div#profile p#name {
	position: absolute;
	top: 237px;
	right: 105px;
	width: 140px;
	margin-right: 20px;
	cursor: pointer;
}

/*span hides dashes that will extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#name span {
	opacity: 0;
	filter: alpha(opacity=0);
}



/*span shows dashes that extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#name:hover span {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/*red border around biog appears on hover*/
div#container div#main div#text div#profile p#name:hover span span#name_border {
	position: absolute;
	width: 160px;
	height: 20px;
	top: -5px;
	right: 160px;
	border: 2px solid #f00;
}

/*colours text of biog arrow on hover*/
div#container div#main div#text div#profile p#name:hover {
	color: #fff;/*white*/
}
								/*********************biog for tutor*************************/
								
/*placing p#biog for directional text for tutor's biog*/
div#container div#main div#text div#profile p#biog {
	position: absolute;
	top: 275px;
	right: 125px;
	width: 140px;
	margin-right: 20px;
	cursor: pointer;
}

/*span hides dashes that will extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#biog span {
	opacity: 0;
	filter: alpha(opacity=0);
}



/*span shows dashes that extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#biog:hover span {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/*red border around biog appears on hover*/
div#container div#main div#text div#profile p#biog:hover span span#biog_border {
	position: absolute;
	width: 180px;
	height: 100px;
	top: 0;
	right: 120px;
	border: 2px solid #f00;
}

/*colours text of biog arrow on hover*/
div#container div#main div#text div#profile p#biog:hover {
	color: #fff;/*white*/
}
									/*********************photos for tutor*****************/
									
/*placing p#biog for directional text for tutor's biog*/
div#container div#main div#text div#profile p#pics {
	position: absolute;
	top: 277px;
	left: 125px;
	width: 140px;
	margin-left: 20px;
	cursor: pointer;
}

/*span hides dashes that will extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#pics span {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*span hides dashes that will extend the arrow towards biog when hovered over*/
div#container div#main div#text div#profile p#pics:hover span {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/*red border around photos appears on hover*/
div#container div#main div#text div#profile p#pics:hover span span#pics_border {
	position: absolute;
	width: 125px;
	height: 75px;
	top: -10px;
	left: 135px;
	border: 2px solid #f00;
}

/*colours text of photos arrow on hover*/
div#container div#main div#text div#profile p#pics:hover {
	color: #fff;/*white*/
}
									/*********************flashPlayer for tutor*****************/
									
/*placing p#flshply for directional text for tutor's flash player*/
div#container div#main div#text div#profile p#flshply {
	position: absolute;
	bottom: 78px;
	left: 125px;
	width: 150px;
	margin-left: 20px;
	cursor: pointer;
}

/*span hides dashes that will extend the arrow towards flash player when hovered over*/
div#container div#main div#text div#profile p#flshply span {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*span hides dashes that will extend the arrow towards flash player when hovered over*/
div#container div#main div#text div#profile p#flshply:hover span {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/*red border around flash player appears on hover*/
div#container div#main div#text div#profile p#flshply:hover span span#flshply_border {
	position: absolute;
	width: 125px;
	height: 55px;
	bottom: -35px;
	left: 135px;
	border: 2px solid #f00;
}

/*colours text of flash player arrow on hover*/
div#container div#main div#text div#profile p#flshply:hover {
	color: #fff;/*white*/
}
									/*********************contact for tutor*****************/
									
/*placing p#flshply for directional text for tutor's flash player*/
div#container div#main div#text div#profile p#contact {
	position: absolute;
	bottom: 29px;
	left: 125px;
	width: 150px;
	margin-left: 20px;
	cursor: pointer;
}

/*span hides dashes that will extend the arrow towards flash player when hovered over*/
div#container div#main div#text div#profile p#contact span {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*span hides dashes that will extend the arrow towards flash player when hovered over*/
div#container div#main div#text div#profile p#contact:hover span {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/*red border around flash player appears on hover*/
div#container div#main div#text div#profile p#contact:hover span span#contact_border {
	position: absolute;
	width: 180px;
	height: 15px;
	bottom: -3px;
	left: 135px;
	border: 2px solid #f00;
}

/*colours text of flash player arrow on hover*/
div#container div#main div#text div#profile p#contact:hover {
	color: #fff;/*white*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINKS HTML xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*positioning and sizing <ol> on page*/
div#container div#main div#text ol#links {
	margin: 20px 0 0 50px;
	width: 590px;
}

/*mainly to set up <h1> within the first <li> with white text*/
div#container div#main div#text ol#links li {
	font: 12px/19px  Tahoma, sans serif;
	color: #ede5a8;/*pale yellow*/
	list-style-type: decimal;
}

/*setting style of text in <ol>*/
div#container div#main div#text ol#links li a {
	font: 11px  Tahoma, sans serif;
	color: #EEE075;/*mustard*/
	text-decoration: none;
}

/*setting hover style of text in <ol>*/
div#container div#main div#text ol#links li a:hover {
	color: #fff;/*white*/
	text-decoration: underline;
}

/*setting <span> within <li> with gap from url*/
div#container div#main div#text ol#links li span {
	margin-left: 5px;
}


/*border: 1px solid #f00;*/