
/* MAIN SITE WRAPPER */

#body_home{
	margin:0;
	padding:0;
	}

#body_home #wrapper {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #73aaed url(../images/background10.jpg) top center no-repeat;
}



#wrapper {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #73aaed url(../images/background.jpg) top center no-repeat;
}

/* Background Alternatives */
#wrapper11 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background11.jpg) top center no-repeat;
}

#wrapper12 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background12.jpg) top center no-repeat;
}

#wrapper13 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background13.jpg) top center no-repeat;
}

#wrapper14 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background14.jpg) top center no-repeat;
}

#wrapper15 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background15.jpg) top center no-repeat;
}

#wrapper16 {
	width: 1024px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #583F90 url(../images/background16.jpg) top center no-repeat;
}



/* LOGO HEADER */

#logoHeader2 {
	width: 842px;
	height: 112px;
	margin: 0 auto; 
	padding: 10px 0 0 0;
	text-align: center;	
	background: transparent;
}



#logoHeader2 h1 {
		position: relative;
		top: 0px;
		padding: 0px;
		margin: 0 auto;
		width: 842px;
		height: 112px;
		overflow: hidden;
		font: bold 0.1em arial;
		text-transform: uppercase;
		background: transparent;
		float: center;
	}

	

	#logoHeader2 h1 span {
		position: absolute;
		left: 0;
		top: 0px;
		width: 842px;
		height: 111px;
		background: #ffffff url(../images/logo7.jpg) no-repeat;
	}
	



/* MAIN VISUAL IMAGE - css/background.css */





/* CONTENT */
#content {
	border: 0px solid purple; 
	width: 1024px;
	min-height: 750px;
	margin: 0 auto; margin-top: 20px; 
	padding: 0px;
	text-align: center;	
	overflow:auto;
}

#content h1 {
	font: bold 17px tahoma, verdana;
	margin-right: 35px;
}

#content h5 {
	font: bold 16px tahoma, verdana;
	margin-right: 35px;
}

#content h4 {
	font: bold 14px  arial, helvetica, 'Trebuchet MS', verdana;
	color: #000;
	margin-right: 35px;
}

#content p {
	margin: 10px 0;
	font: normal 0.9em arial, verdana;
	color: #000000;
	text-align: justify;
	padding: 5px;
	line-height: 120%;
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


#content .bold {
	font: bold 19px/21px 'Trebuchet MS', Verdana, Lucida, Arial, sans-serif;
}

#content .bigBold {
	font: bold 1.1em 'Trebuchet MS', Verdana, Lucida, Arial, sans-serif;
	text-align: center;
}


ul.unorderedList {
  list-style-type: disc;
  text-align: left;
  text-indent: 20px;
  padding-left: 5px;
  margin: 0px;
  font: normal 12px verdana, arial;
} 


.contactTable {
	border: 0px solid red;
	margin: 0 auto;
	font: normal 11px arial; 
}

.input {
	border: 1px solid silver; border-left: 3px solid #000000;
	color: #3300CC;
}



.red {color:red;}




/* ---------------- forms -------------------  */

form.contactForm{
	width:440px;
	margin:0 auto 15px auto;
	font-size:12px;
	line-height:18px;
	color:#000;
	background:transparent;
	padding:20px 40px;
	border:dashed 1px #E3E3E3;
	}			
	
form label{
	display:block;
	}
	
form .row{
	padding-bottom:15px;
	padding-top:5px;
	display:block;
	text-align:left;
	}	
	
form span.red{
	font-weight:bold;
	color:#990000;
	padding:0;
	font-size:16px;
	}

form .radio{
	margin-right:10px;
	width:13px;
	height:13px;
	}			
	
form .input{
	width:250px;
	height:14px;
	padding:3px;
	border:solid 1px #DAD2D2; border-left: solid 5px #583F90;
	font-size:12px;
	margin-bottom:15px;
	}	

form .inputMessage{
	border:solid 1px #DAD2D2; border-left: solid 5px #583F90;
	}	
	
form select.input{
	width:250px;
	height:20px;
	padding:0 0 0 3px;
	border:solid 1px #DAD2D2;
	font-size:12px;
	margin-bottom:15px;
	}

form textarea{
	width:432px;
	height:70px;
	padding:0 3px;
	border:solid 1px #DAD2D2;
	font-size:12px;
	margin-bottom:15px;
	}		
	
form input.submitButton{
	background:#583F90;
	width:100px;
	height:25px;
	text-align:center;
	border:none;
	font-size:12px;
	color:#FFFFFF;
	}
	
/*-------- 04-06 --------*/	
	
#content .innerContent h1.heading{
	font-size:16px;
    font-weight:bold;
	line-height:27px;
	color:#000;
	text-align:center;
	padding-bottom:5px;
	margin:0;
	}

#content h2.heading{
	font-size:16px;
    font-weight:bold;
	line-height:27px;
	color:#000;
	text-align:center;
	padding-bottom:7px; padding-top:0px;
	margin:0;
	}
	
.innerContent{
	width:830px;
	margin:0 auto;
	}
	
#content .innerContent h1 {	
	font-size: 24px;
   	margin-top: 0px;
	}

#content .bluebox{
	background:#420B67;
	padding:30px;
	font-size:14px;
	line-height:21px;
	color:#FFF;
	margin-bottom:30px;
	}
	
#content .bluebox p	{
	font-size:14px;
	line-height:21px;
	color:#FFF;
	margin:0;
	padding:0 0 12px 0;
	}
	
.box{
	width:400px;
	padding-bottom:20px;
	}
	
.boxsmall{
	width:260px;
	margin-right:0px;
	}
	
#content .boxsmall p{
	text-align:left;
	}
	
.boxLt{
	float:left;
	}
    
.boxLt2{
	float:left;
    padding-left: 25px;
	}
	
.boxRt{
	float:right;
	}
	
.boxCernter{
	margin:0 auto;
	}	

#content .box h3, #content .box h4{
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	color:#4D1780;
	text-align:left;
	padding:0;
	margin:0;
	}
	
#content .box h3.zone1, #content .box h4.zone1{
	background:url(../images/anger-zone.gif) no-repeat 0 0;
	text-indent:-20000px;
	}
	
#content .box h3.zone2, #content .box h4.zone2{
	background:url(../images/aging-zone.gif) no-repeat 0 0;
	text-indent:-20000px;
	}
	
#content .box h3.zone3, #content .box h4.zone3{
	background:url(../images/relationship-zone.gif) no-repeat 0 0;
	text-indent:-20000px;
	}
	
#content .box h3.zone4, #content .box h4.zone4{
	background:url(../images/money-zone.gif) no-repeat 0 0;
	text-indent:-20000px;
	}
	
#content .box h3.zone5, #content .box h4.zone5{
	background:url(../images/women-zone.gif) no-repeat 0 0;
	text-indent:-20000px;
	}	
	
#content .box h3 span, #content .box h4 span{
	font-size:14px;
	line-height:21px;
	color:#000;
	}
	
#content .boxContent{
	background:#AB70D8;
	border:solid 1px #9355C2;
	}
	
#content .boxContent p{
	font-size:12px;
	line-height:19px;
	color:#000; 
	margin:0;
	padding:0 0 12px 0;
	font-weight:bold;
	}
	
#content .boxContent img{
	float:left;
	border:solid 5px #C095E4;
	padding:0;
	margin:0 15px 10px 0;
	}
	
#content .boxContent .boxtop{
	padding:20px 10px 10px 10px;
	}
	
#content .boxContent .boxBtm{
	padding:0 0 8px 10px;
	
	}	
	
#content a.signupBtn{
	background:url(../images/button-bg.jpg) no-repeat 0 0;
	display:block;
	width:155px;
	height:40px;
	text-decoration:none;
	font-size:13px;
	line-height:40px;
	color:#FEDB02;
	padding-left:30px;
	}
	
#content a.signupBtn:hover{
	color:#FFFFFF; 
	}  /*  #AB70D8  */
	



/*-----*/

.picBox{
	float:left;
	width:190px;
	padding-top:19px;
	}
	
#content .picBox img{
	margin:0 auto 10px;
	padding:0;
	}
	
.picBox a{
	display:block;
	margin:0 auto;
	background:url(../images/round-bg-small.gif) no-repeat 0 0;
	width:84px;
	height:18px;
	text-align:center;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	color:#FFFC00;
	}

.picBox a:hover{
	color:#C196E5;
	}
	
#content .picBox p{
	font-size:11px;
	text-align:center;
	padding:6px 0 0 0;
	margin:0;
	}

	
.rtdetails{
	width:620px;
	float:right;
	padding-bottom:0px; margin-right: 10px;
    font-size: 1em;
	}
	
.shoppngBlock{
	width:587px;
	margin:0 auto;
	padding-bottom:10px;
	padding-top:20px;
	}
	

	
#content .itemBox{
	width:143px;
	float:left;
	margin:0 10px;
	padding-top:20px;
	padding-bottom:20px;
	}

#content .itemBoxsmall {	
	width:105px;
	}
	
#content .itemBox img{
	margin:0 auto;
	border:0;
	}
	
#content .itemBox h3{
	text-align:center;
	font-size:12px;
	line-height:14px;
	padding:10px 0 5px;
	margin:0;
	color:#3B075E;
	}

.itemBox a.addtocartbut {
	background:url(../images/addtocart-bg.jpg) no-repeat 0 0;
	width:70px;
	height:20px; 
	display:block;
	font-size:11px;
	padding:4px 0 0 30px;
	text-align:left;
	color:#FFF;
	margin:10px auto 0;
	}
	



/*---- bottom backgound -----*/

#bottomBackground {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}

#bottomBackground11 {
	border: 1px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}



#bottomBackground12 {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground12.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}

#bottomBackground13 {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground13.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}

#bottomBackground14 {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground14.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}

#bottomBackground15 {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground15.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}

#bottomBackground16 {
	border: 0px solid green; 
	width: 1024px;
	height: 140px;
	margin-top: 0px; 
	padding: 0px;
	text-align: center;	
	position: relative;
	top: 0px;
	background: #583F90 url(../images/bottomBackground16.jpg) bottom center no-repeat;
	font:normal 13px/25px "Trebuchet MS", Arial, sans-serif;
	color:#58184C;
}


#wrapper #bottomBackground11 p, #wrapper #bottomBackground12 p, #wrapper #bottomBackground13 p{
	margin:0;
	}



/*--------------- Workshop page ------------------------*/

#content .workshopBox{
	margin:0;
	width:96%;
	padding:0 2% 1% 2%;
	}
	
#content .workshopBox p img.cage{
	margin:0 10px 10px 0;
	float:left;
	border:solid 5px #9151CE;
	}
	
#content .workshopBox p{
	padding:0;
	margin:0 0 12px 0;
	}
	
#content .workshopBox p a.signupBtn{
	padding-left:45px;
	}
	
/*------------------------*/	

#content .workshopBox .workshopBoxInner{
	padding:0 10px;
	}
	
	
#wrapper #bottomBackground p{
	padding:0;
	margin:0;
	line-height:19px;
	}
	
	
	
	
	
/*-------- New background -----------*/

#body_home11 #wrapper {
	
	width: 1024px;
	min-height: 1200px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #573F93 url(../images/background11.jpg) top center no-repeat;
	/*overflow:auto;*/
}



#body_home12 #wrapper {
	
	width: 1024px;
	min-height: 1200px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #573F93 url(../images/background12.jpg) top center no-repeat;
	/*overflow:auto;*/
}

#body_home13 #wrapper {
	
	width: 1024px;
	min-height: 1200px;
	margin: 0 auto; margin-bottom: 2px; margin-top: 1px;
	padding: 0px;
	text-align: center;	
	background: #904FCD url(../images/background13.jpg) top center no-repeat;
	/*overflow:auto;*/
}

#body_home13{
	background: #904FCD;
	}



