/*
Website Name: Yoga To Go
Website URL: www.yoga-to-go.co.uk
Description: Yoga and Massage by Amanda Ahl
Website Designer: Alastair Bruce
Designer URL: www.alastairbruce.co.uk
Date Created: 9th November 2007

Style: Single Fixed Column layout with side navigation 

*/

html,body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

.wholepage #container {
	width: 780px;
	background:#FFFFFF;
	top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	border:1px solid #003366;
}

/* --- Header Styles --- */

.wholepage #header {
	padding: 5px 5px 5px 5px;
}

.wholepage #header h1 {
	margin: 0;
	padding: 0;
}

.wholepage #logoimage {
	border:2px solid #FFFFFF;
}

.wholepage #bannerimage {
	border: 2px solid #FFFFFF;
}

.wholepage #menu {
	float: left;
	width: 185px;
	padding: 5px 0 15px 5px;
}

/* --- Side Menu Styles --- */

.wholepage #sidemenu {
	float: left;
	width: 150px;
	padding: 20px 10px 15px 30px;
}

.wholepage #sidemenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

.wholepage #sidemenu li {
	background-image:url(../images/yoga_button.gif);
	background-repeat:no-repeat;
	padding: 5px 0 15px 30px;
}

.wholepage #sidemenu a:link, .wholepage #sidemenu a:visited, .wholepage #sidemenu a:active {
	color: #163890;
	text-decoration: none;

}

.wholepage #sidemenu a:hover {
	color: #3179F4;
	text-decoration: none;
}


/* --- Main Content Styles --- */
.wholepage #mainContent { 
	margin: 0 0 0 200px; 
	padding: 0 20px;
	border-left: 1px solid #CCCCCC;
} 
.wholepage #mainContent h1 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.wholepage #mainContent h2 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #163890;
	font-weight:bolder;
}

.wholepage #mainContent h3 {
	color: #163890;
}

.wholepage #mainContent h4 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	color: #163890;
	font-weight:bolder;
}

.wholepage #mainContent h5 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bolder;
	text-align:center;
}


.wholepage #mainContent a:link, .wholepage #mainContent a:visited, .wholepage #mainContent a:active {
	color: #336699;
	text-decoration: underline;
}

.wholepage #mainContent a:hover {
	color: #3366FF;
	text-decoration: underline;
}

/* --- Footer Styles --- */

.wholepage #footer {
	padding: 0 10px 0 10px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	color: #35689A;
} 
.wholepage #footer p {
	margin: 0;
	padding: 10px;
}

.wholepage #footer a:link, .wholepage #footer a:visited, .wholepage #footer a:active {
	color: #35689A;
	text-decoration: underline;
}

.wholepage #footer a:hover {
	color: #3366FF;
	text-decoration: underline;
}

/* style for designer and copyright lines at bottom of page */
#designer {
	text-align: center;
	font-size:10px;
} 
#designer p {
	margin: 0;
	padding: 10px 0;
}

#designer a:link, #designer a:visited, #designer a:active {
	color: #35689A;
	text-decoration: underline;
}

#designer a:hover {
	color: #3366FF;
	text-decoration: underline;
}



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Styles for the Contact Form */
.wholepage #mainContent form {
	padding: 3px 6px 3px 6px;
}

.wholepage #mainContent input {
	padding: 3px 6px 3px 6px;
	color:#000033;
	background-color:#ADD8E6;
	border: 1px solid #00008B;
}

.wholepage #mainContent textarea {
	padding: 3px 6px 3px 6px;
	color:#000033;
	background-color:#ADD8E6;
	border: 1px solid #00008B;
}

.wholepage #mainContent select {
	padding: 3px 6px 3px 6px;
	color:#000033;
	background-color:#ADD8E6;
	border: 1px solid #00008B;
}

/* Alert */
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 10px;
	color: red;
	font-size: 12px;
	text-align: left;
	margin-top: -8px
}

/* ----- Right Highlighted Sub Heading 260px ----- */
.subheadingright
	{
	float:right;
	color:#333333;
	background: #CCEAFF;
	width: 260px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.subheadingright p {
	text-align:center;
	padding: 0 20px; 

}
	
.subheadingright h5
	{
		margin: 0;
		padding: 20px 20px 0 20px;
	}

.subheadingright a:link, .subheadingright a:visited, .subheadingright a:active {
	color: #99CCFF;
	text-decoration: underline;
}

.subheadingright a:hover {
	color: #003366;
	text-decoration: underline;
}

/* ----- End of Sub Section ----- */

/* ----- Left Highlighted Sub Heading 260px ----- */
.subheadingleft
	{
	float:left;
	color:#333333;
	background: #CCEAFF;
	width: 260px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.subheadingleft p {
	text-align:center;
	padding: 0 20px; 

}
	
.subheadingleft h5
	{
		margin: 0;
		padding: 20px 20px 0 20px;
	}

.subheadingleft a:link, .subheadingleft a:visited, .subheadingleft a:active {
	color: #99CCFF;
	text-decoration: underline;
}

.subheadingleft a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

/* ----- End of Sub Section ----- */

/* ----- Left Highlighted Sub Heading 480px ----- */
.subheading540
	{
	float:left;
	color:#333333;
	background: #CCEAFF;
	width: 480px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.subheading540 p {
	text-align:center;
	padding: 0 20px; 

}
	
.subheading540 h5
	{
		margin: 0;
		padding: 20px 20px 0 20px;
	}

.subheading540 a:link, .subheading540 a:visited, .subheading540 a:active {
	color: #99CCFF;
	text-decoration: underline;
}

.subheading540 a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

/* ----- End of Sub Section ----- */


/* ----- Left Aligned Text Floated 540px ----- */
.leftText540
	{
	float:left;
	color:#333333;
	width: 540px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.leftText540 p {

}
	
.leftText540 h5
	{
		margin: 0;
		padding: 0;
	}

.leftText540 a:link, .leftText540 a:visited, .leftText540 a:active {
	color: #99CCFF;
	text-decoration: underline;
}

.leftText540 a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

/* ----- End of Sub Section ----- */




/* ----- Highlighted Sub Heading 500px ----- */
.subheading500
	{
	float:left;
	color:#333333;
	background: #CCEAFF;
	width: 500px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.subheading500 p {
	text-align:center;
	padding: 0 20px; 

}
	
.subheading500 h5
	{
		margin: 0;
		padding: 20px 20px 0 20px;
	}


/* ----- End of Sub Section ----- */



[if IE 5]>
.wholepage #sidemenu { width: 230px; }

<![endif][if IE]>

.wholepage #sidemenu { padding-top: 30px; }
.wholepage #mainContent { zoom: 1; }

<![endif]
