@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	position: relative;
}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	left: auto;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 216px;
	width: 960px;
	position: relative;
	left: auto;
	right: auto;
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	/*text-align: right;*/
	/*vertical-align: middle;*/
	position: absolute;
	/*float: right;*/
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;*/
	left: -1000px;
	z-index: 1;
}
#header h2 {
	text-align: left;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	float: left;
	top: 50px;
	left: -500px;
}

/* --- then Start Left Side Bar and it's sub-elements including pics and nav bar --- */

#leftSideBar {
	position: absolute;
	width: 160px;
	height: 1235px;
	background-image: url(../images/lin_sidebars.jpg);
	background-repeat: repeat-x;
	background-color: #73b8fd;
}
img.leftpictop {
	position: relative;
	top: 5px;
	left: 10px;
}
#leftnav {
	list-style-type: none; /* Contain floated list items */
	position: relative;
	top: -5px;
	left: 10px;
	right: 10px;
	height: 278px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-color: #D9D1AF;
	/*float: left;*/
}
#leftnav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	font-size: 70%;
}
#leftnav a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #5A0035;
	text-decoration: none;
	line-height: 3;
	border-bottom: 1px solid #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#leftnav #leftnav_yoga a {
  border: none;
}
#leftnav a:hover {
	background-color: #F2E9C3;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#body_yoga #leftnav_yoga a,
#body_dance_as_exercise #leftnav_dance_as_exercise a,
#body_pilates #leftnav_pilates a,
#body_cardio_workouts #leftnav_cardio_workouts a,
#body_core_exercising #leftnav_core_exercising a,
#body_jazzercise #leftnav_jazzercise a,
#body_weight_training #leftnav_weight_training a,
#body_physical_therapy #leftnav_physical_therapy a,
#body_healthy_eating #leftnav_healthy_eating a {
	color: #5A0035;
	text-align: left;
	background-color: #C4BD9E; /* active state */
	font-weight: bold
}
a:link,
a:visited,
a:hover,
a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* --- End Left Side Bar --- */

/* --- Start Top Image Group array of pics --- */

#imgarray {
	position: relative;
	/*top: -700px;*/
	left: 160px;
}

/* --- End Top Image Group array of pics --- */

/* --- Start Top Nav Bar --- */

#topnav {
	list-style-type: none; /* Contain floated list items */
	position: relative;
	top: -4px;
	left: 160px;
	height: 30px;
	width: 640px;
	margin: 0;
	padding: 0;
	background-color: #D9D1AF;/* normal state */
}
#topnav li {
	margin: 0px;
	padding: 0px;
	float: left; /* This corrects the */
	width: 128px; /* IE whitespace bug */
	font-size: 70%;
}
#topnav a {
	display: block;  /* to increase clickable area becasue a's default to inline */
	color: #5A0035;
	text-decoration: none;
	line-height: 3;
	border-right: 1px solid #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topnav #topnav_contact a {
  border: none;
}
#topnav a:hover {
	background-color: #F2E9C3;
	text-align: left;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#body_home #topnav_home a,
#body_about_lin_mathews #topnav_about a,
#body_benefits_of_exercise #topnav_benefits a,
#body_shop_fitness_products #topnav_products a,
#body_contact_lin_mathews #topnav_contact a{
	color: #5A0035;
	text-align: left;
	background-color: #C4BD9E; /*  Active link (darker) */
	font-weight: bold;
}
a:link,
a:visited,
a:hover,
a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* --- End Top Nav Bar --- */

/* --- Start Right Side Bar with pics --- */

#rightSideBar  {
	position: relative;
	top: -152px;
	width: 160px;
	height: 1235px;
	float: right; /* since this element is floated, a width must be given */
	background-image: url(../images/lin_sidebars.jpg);
	background-repeat: repeat-x;
	background-color: #73b8fd;
}
img.rightpic1 {
	position: relative;
	left: 5px;
	top: 0px;
}
img.rightpic2 {
	position: relative;
	left: 10px;
	top: 10px;
}
img.rightpic3 {
	position: relative;
	left: 10px;
	top: 30px;
}

/* --- End Right Side Bar --- */

/* --- Start Center Content --- */
#content {
	position: absolute;
	top: 364px;
	left: 160px;
	height: 1066px;
	width: 620px;
	padding: 10px;
	font-size: 0.8em;
	background-color: #E5EEFC;
	overflow: auto;
}
#content h1, h3 {
	color: #5A0035;
}
h4 {
	text-align: center;
	color: #5A0035;
}

h5.note {
	color: red;
}

/* --- End Content --- */

/* --- Start Contact Style --- */
fieldset {
	padding: 0;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-color: #b8d1e3;
}

#details {
	float: left;
	width: 228pt;
	height: 190px;
	margin-right: 3px;
	background-image: url(../images/tr_bg.png);
	background-repeat: repeat;
}

#additional {
	float: left;
 	width: 228pt;
	height: 190px;
	background-image: url(../images/tr_bg.png);
	background-repeat: repeat;
}

#interest {
	clear: both;
	background-image: url(../images/tr_bg.png);
	background-repeat: repeat;
}

#studio, #submit {
	background-image: url(../images/tr_bg.png);
	background-repeat: repeat;
}

legend {
	margin-left: 1em;
	color: #5A0035;
	font-weight: bold;
}

fieldset ol {
	list-style-type: none;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .5em;
}

fieldset ol.interestcol1 {
	float: left;
	padding-left: 3em;
	padding-right: 4em;
}

fieldset ol.interestcol2 {
	float: left;
	padding-right: 4em;
}

fieldset ol.interestcol3 {
	float: left;
	padding-right: 3em;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
}

label.contact {
	float: left;
	width: 9em;
	margin-right: 1em;
	text-align: right;
}

label.additional {
	float: left;
	width: 5em;
	margin-right: 1em;
	text-align: right;
}

label.interest {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

label.studio {
	float: left;
	width: 26em;
	margin-right: 1em;
	text-align: right;
}

h2.emptyfields {
	color: red;
	font-size: 2em;
	font-style: oblique;
}

.successfulsend {
	color: #1B1464;
	
}
/* --- End Contact Styles --- */

/* --- Start Footer --- */

#footer {
	position: absolute;
	top: 1450px;
	height: 40px;
	width: 960px;
	list-style-type: none; /* Contain floated list items */
	margin: 0;
	padding: 0;
	background-color: #D9D1AF;/* normal state */
	/*float: left;*/
}

#footer li {
	margin: 0;
	padding: 0;
	float: left;
}

#footer a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #5A0035;
	text-decoration: none;
	float: left;
	width: 185px;
	text-align: center;
	font-size: 80%;
	line-height: 3.0;
}

/* --- End Footer --- */