html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:13px; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}

/* dark violet text: 341856 
	dark purple link white background: ad2378
	dark violet link white backround: 230b40
	background colour: e2d2ee
*/

body {
	background-color: #e2d2ee;
	background-image: url(../img/bckg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
}

#yogatraining {
	width: 1030px;
	margin: 0px auto;
}

#mainmenu {
	width: 1030px;
	font-size: 13px;
	text-align: right;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

#mainmenu a {
	text-decoration: none;
	color: #421466;
	padding: 5px 15px 5px 15px;
}

#mainmenu a:hover {
	color: #f06eaa;
}

#yogalogo {
	width: 1020px;
	clear: both;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/* -------------------------------------------------- left column */

#yogatrainingleft {
	width: 510px;
	float: left;
	min-height: 600px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#yogatrainingleft a {
	text-decoration: none;
	color: #522476;
}

#yogatrainingleft a:hover {
	color: #fff;
	text-decoration: underline;
}

#yogatrainingleft p {
	clear: both;
	padding: 0px 0px 0px 90px;
	text-align: justify;
	line-height: 14px;
}


/* ------------------------------------------------ registration button */

#registrationbutton {
	float: left;
	width: 137px;
	min-height: 39px;
	margin: 25px 0px 15px 75px;
	padding: 10px 15px 5px 0px;
	background-image:url(../img/btn-registration-off.png);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: middle;
}

#registrationbutton:hover {
	background-image: url(../img/btn-registration-on.png);
}

#registrationbutton a {
	text-decoration: none;
	font-size: 17px;
	color: #341856;
}

#registrationbutton a:hover {
	text-decoration: none;
	color: #341856;
}

/* ------------------------------------------------ right column purple background */
	
#yogatrainingright {
	width: 500px;
	min-height: 405px;
	float: right;
	margin: 0px 0px 20px 0px;
	background-image: url(../img/bckg-right-homepage.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#yogatrainingright h1 {
	color: fff;
	font-size: 22px;
	padding: 20px 20px 0px 20px;
}

/* --------------------------------------------- right column white background */

#yogatrainingrightwhite {
	width: 500px;
	min-height: 1100px;
	float: right;
	background-image: url(../img/bckg-right-white.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#yogatrainingrightwhite h1 {
	font-size: 16px;
	color: #ad2378;
	text-align: left;
	padding: 20px 20px 0px 20px;
}
	
#yogatrainingrightwhite p {
	padding: 10px 20px 20px 20px;
	color: #341856;
	font-size: 11px;
	text-align: justify;
}

#yogatrainingrightwhite a {
	text-decoration: none;
	color: #ad2378;
}

#yogatrainingrightwhite a:hover {
	color: #230b40;
	text-decoration: underline;
}



/* --------------------------------------------- right column white short background */

#yogatrainingrightwhiteshort {
	width: 500px;
	min-height: 300px;
	float: right;
	background-image: url(../img/bckg-right-whiteshort.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#yogatrainingrightwhiteshort p {
	padding: 20px 20px 20px 20px;
	color: #341856;
	font-size: 11px;
	text-align: justify;
}

#yogatrainingrightwhiteshort a {
	text-decoration: none;
	color: #ad2378;
}

#yogatrainingrightwhiteshort a:hover {
	color: #230b40;
	text-decoration: underline;
}

#yogatrainingrightwhiteshort h1 {
	font-size: 16px;
	color: #ad2378;
	text-align: left;
	padding: 20px 20px 0px 20px;
}
	

/* ---------------------------------------------- yoga video */

#yogatrainingvideo {
	margin: 20px;
}

/* ---------------------------------------------- footer */

#footer {
	width: 500px;
	min-height: 100px;
	float: right;
	text-align: center;
	margin: 40px 0px 0px 0px;
	clear: both;
	background-image: url(../img/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 10px;
	color: #8d71ac;
	line-height: 12px;
}

#footer a {
	text-decoration: none;
	color: #8d71ac;
}

#footer a:hover {
	color: #341856;
}

/* --------------------------------------------------- contact form */

#contact-area {
	width: 430px;
	margin: 20px 20px 20px 20px;
	color: #fff;
	line-height: 24px;
	clear: both;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 430px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #eee;
	background-color: #eee;
	color: #444;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #444;
}

#contact-area input.submit-button {
	width: 100px;
	margin: 15px -12px 0px 10px;
	float: right;
	background-color: #ccc;
}

/* ------------------------------------------------- payment */

.payment {
	margin: 5px 20px;
	text-align: left;
	color: #341856;
	font-size: 11px;
}

.payment input {
	padding: 10px 0px;
}

.boldtext {
	color: #7a549b;
	font-size: 13px;
	font-weight: bold;
}
