
/* -------------------------------------------------------------------------------------- 
Louise Hay - You Can Heal Your Life Movie
-------------------------------------------------------------------------------------- */
* { 
	padding: 0; margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 11.5px;
	line-height: 17px;
    color: #fff;
	background-color: #cb040d;/* tan*/
	margin: 0;
}
/* new */
body#InteriorPage {
	height:100%;
}
h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 1em;
	margin: 0;
}

h2 {
	font-size: 1em;
	margin: 0;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 1.1em;
}

img {
	border: 0;
}

p {
	margin: 0;
	text-indent: 15px;
}
p.noindent {
	text-indent: 0;
}
a:link {
	color: #990033; /*red*/
	text-decoration:none;
}

a:visited {
	color: #990033;/*red*/
	text-decoration:none;
}

a:hover {
	color: #990033;/*red*/
	text-decoration:underline;
}
.Center {
	text-align: center;
}
.Error {
	color:#FF0000;
	font-weight: bold;
}

.ClearBoth {
	clear:both;
}

#Wrapper { 
	clear: both;
	background-color:#f9eed7; /*tan*/
	background-image:url(http://www.youcanhealyourlifemovie.com/images/page_bg_3000.gif);
	background-position:center;
	background-repeat:repeat-y;
	/*margin: 0 auto;*/
	margin: 0;
	padding: 0;
	position:relative;
	width: 100%;
	height: 768px;
	overflow: hidden;
	text-align: left;
}

/* new: */
#InteriorPage #Wrapper {
	background-color:#f9eed7; /*tan*/
	background-image:url(http://www.youcanhealyourlifemovie.com/images/page_bg_3000.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0;
	/*padding: 0 0 0 46px;*/
	padding: 0;
	overflow:visible;
	position:relative;
	width: 100%;
	height:auto;
	min-height: 770px;
	overflow:inherit;
	text-align: left;
	min-width:953px;
}
#InteriorPage #VividasWrapper {
	background-color:#cb040d; /*dark red*/
	/*background-image:url(http://www.youcanhealyourlifemovie.com/images/page_bg_3000.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	margin: 0;
	/*padding: 0 0 0 46px;*/
	padding: 0;
	overflow:visible;
	position:relative;
	width: 100%;
	
	min-height: 770px;
	overflow:inherit;
	text-align: left;
}
#InnerWrapper {
	height: 768px;
	/*border: 1px dashed black;*/
	/*margin: 0 auto;*/
	overflow: hidden;
	margin-left: 49px;
}
/* new: */
#InteriorPage #InnerWrapper {
	position: relative;
	height: auto;
	/* width: 1000px; was not set */
	min-height: 100%;
	overflow:visible;
	background-image:url(http://www.youcanhealyourlifemovie.com/images/interior_wrapper_bg3.gif);
	background-position:left;
	background-repeat:repeat-y;
	/*border: 1px solid black;*/
	margin-left: 46px;
}

body#MainPage, body#InteriorPage {
	/*background-color:#cb040d; red*/
	text-align: center;
	margin: 0;
	padding: 0;
}
#InteriorPage #WrapperBottom {
	width: 1166px;
	height: 4px;
	/*border: 1px dashed black;*/
	margin: 0 0 0 46px;
	padding: 0;
	background-color:#cb040d; /*Dark Red*/
	background-image:url(../images/interior_wrapper_bottom.gif);
	background-repeat: no-repeat;
}

#TopBar {
	top: 0;
	right: 0;
	background-color:#cb040d; /*red*/
	height: 100px;
	/*border: 1px black solid;*/
	text-align: left;
	margin: 0;
	padding: 0;
	position:relative;
	/*width: 100%;*/
	width: 100%;
	overflow: hidden;
	text-align: left;	
}	
#TopBar #MovieTitle {
	margin: 0;
	padding: 0;
	float: left;
	width: 350px;
}
#TopBar #TopMenuItems {
	float: left;
	width: 600px;
	height: 100px;
	/*border: 1px solid black;*/
	
}
#TopBar #TopMenuItems ul#TopMenu {
	margin: 0 0 0 15px;
	list-style: none;
	display: block;
	/*border: 1px solid #FFFF00;*/
	psition: relative;
}
#TopBar #TopMenuItems ul#TopMenu li {
	display: inline;
	margin-right: 6px;
}	
#TopBar #TopMenuItems ul#TopTopMenu {
	
	display: block;
	list-style: none;
	display: block;
	/*border: 1px solid black;*/
	margin: 20px 0 0 150px;
	padding: 0;
	position: relative;
}
#TopBar #TopMenuItems ul#TopTopMenu li {
	display: inline;
	margin-right: 6px;
}	
#SideBar {
	width: 210px;
	height: 768px;
	float: left;
	background-color:#cb040d;
	background-image:url(../images/sidebar/sidebar_bg210.gif);
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: right;
	color: #fff;
}
/* new: */
#InteriorPage #SideBar {
	/*width: 210px;*/
	width: 215px;
	height:100%;
	background-image: none;
	background-color:transparent;
	min-height: 768px;
	display:inline;
}
#InteriorPage #SideBar #TopLeaf {
	width: 210px;
	height:13px;
	background-image:url(../images/interior_topleaf.gif);
	background-repeat: no-repeat;
}
#InteriorPage #SideBar #NewTopLeaf {
	/*width: 210px;*/
	width: 215px;
	height:114px;
	/*background-image:url(../images/sidebar/sidebar_newleaf.jpg);*/
	background-image:url(../images/sidebar/sidebar_newleaf2.jpg);
	background-repeat: no-repeat;
}
#InteriorPage #SideBar #SideContent {
	margin: 0 auto;
	padding: 0 10px 0 15px;;
	text-align: left;
	color:#333333;
}

#SideBar h1 {
	width: 210px;
	height: 331px;
	margin: 0 0 25px 0;
	display: block;
	text-align: right;
}
/*
#SideBar #Soundtrack {
	background:url(images/sidebar/soundtrack_148X48.gif) no-repeat;
	width: 148px;
	height: 48px;
	margin: 15px 0 10px 60px;
}
*/
/*#SideBar h3 {
	background:url(images/sidebar/newsupdates_210X9.gif) no-repeat;
	width: 210px;
	height: 9px;
	margin: 0 0 5px 0;
}
*/
/*
#SideBar #Credits {
	background:url(images/sidebar/credits_192_146.gif) no-repeat;
	width: 192px;
	height: 146px;
	margin: 0 0 5px 17px;
}
*/
#SideBar h2 {
	background:url(images/sidebar/preorder_112X9.gif) no-repeat;
	width: 112px;
	height: 9px;
	margin: 0 7px 0 88px;
}

#SideBar h1 span, #SideBar #Soundtrack span, #SideBar h3 span, #SideBar #Credits span, #SideBar h2 span {
	display:none;
}

#SideBar #SideForm {
	margin: 20px 0 20px 0;
}	
#SideBar #SideForm h3 img{
	margin: 0 10px 0 0;
}	

#SideBar #SideForm input.EnterEmail {
	width: 110px;
	font-size: 9px;
	font-family:Georgia, "Times New Roman", Times, serif, Garamond;
	font-style:italic;
	letter-spacing:normal;
	color:#666;
	margin-right: 7px;
	padding-left: 4px;
	border:none;
	background-color:#faf0dc;
	padding-top: 4px;
	padding-bottom: 4px;
}
#SideBar #SideForm .SubmitButton {
	margin: 5px 10px 0 0;
}

#SideBar #Order {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0 0 0 60px;

}

#SideBar #Order p {
	margin: 5px 8px 0 0;
	padding: 0;
	text-indent: 0;
}

#SideBar #DVD {
	margin: 15px 7px 75px 0;
}
#MainColumn {
	float: left;
	height: 768px;
	width: 692px;
	background-color:#f9eed7;
	padding: 0;
	margin: 0;
	position: relative;
	color: #000;
	overflow:visible;
	display: inline;
	
}
/* new: */
#InteriorPage #MainColumn {
	height: auto;
	min-height: 100%;
}
#MainColumn #MainFlash {
	position:absolute;
	top:0;
	left: 0;
	overflow:hidden;
	background-color:#f9eed7;
	margin: 0;
	padding: 0;
	width: 932px;
	height: 768px;
	
}	
#InteriorPage #MainColumn #MainFlash {
	position:relative;
	overflow:visible;
	/*background-color:#f9eed7;*/
	background-color:#fff;
	margin: 0 0 0 0;
	padding: 0 0 35px 0;
	width: 610px;
    min-height:900px;
    height:auto !important;
    height:900px;
}	

#InteriorPage #MainColumn #MainFlash #MainContent {
	padding: 40px 30px 40px 30px;
}

#InteriorPage #MainColumn #MainFlash #MainContent.StoreContent {
	padding: 40px 35px 40px 35px;
}

#InteriorPage #MainColumn #MainFlash #PageHeader{
	margin: 0;
	padding: 0;
}	
#BottomBar {
	clear: both;
	position: relative;
	background-color:#cb040d; /*red*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fafbfd;
	text-align: left;
	display:block;
	/*border: 1px black solid;*/
}	
#InteriorPage #BottomBar {
	margin: 0;
}
#BottomBar #BottomLeftBox {
	float: left;
	width: 50px;
	height: 100px;
}
#BottomBar ul#Players {
	float: left;
	margin: 10px 0 0 0;
	list-style: none;
	
	
}
#BottomBar ul#Players li {
	display: inline;
	margin-right: 5px;
}	
#BottomBar ul#BottomMenu {
	float: left;
	margin: 10px 0 0 10px;
	list-style: none;
	width:800px
}


#BottomBar ul#BottomMenu li {
	width:auto;
	margin:0 auto;
	display:inline;
	padding:0 4px 0 6px;
	background: url(../images/pipe.gif) no-repeat 0;
}	
#BottomBar ul#BottomMenu li.NoLink {
	background: none;
}
#BottomBar ul#BottomMenu li.FirstLI {
	padding-left:0;
	background:none;
}
#BottomBar ul#BottomMenu li.LastLI {
	padding-right:0;
}

#BottomBar ul#BottomMenu li a{
	color: #fafbfd;
}
#BottomBar ul#BottomMenu li a:hover{
	text-decoration: underline;
}
#BottomBar ul#BottomMenu li.NoLink{
	margin-left: 15px;
}


#BottomBar ul#BottomLinks {
	float: left;
	margin: 10px 0 0 10px;
	list-style: none;
	display:block;
	width:800px

}


#BottomBar ul#BottomLinks li {
	width:auto;
	margin:0 auto;
	display:inline;
	padding:0 4px 0 6px;
	background: url(../images/pipe.gif) no-repeat 0;
}	
#BottomBar ul#BottomLinks li.NoLink {
	background: none;
}
#BottomBar ul#BottomLinks li.FirstLI {
	padding-left:0;
	background:none;
}
#BottomBar ul#BottomLinks li.LastLI {
	padding-right:0;
}

#BottomBar ul#BottomLinks li a{
	color: #fafbfd;
}
#BottomBar ul#BottomLinks li a:hover{
	text-decoration: underline;
}
#BottomBar ul#BottomLinks li.NoLink{
	margin-left: 15px;
}

#footerLinks {
float:left;
width:800px;
}


.ClearBoth {
	clear: both;
}

#dhtmlfloatie{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	z-index: 9;
	background-color:#000;
	display:none;
}

#movie{
	position:absolute;
	top:165px;
	left:310px;
	z-index:99999;
	display:none;
}

.smalltextboldred {
color:#cb040d;
}

img.floatleft { 
    float: left;
	clear:both;
    margin-right: 0px;
	margin-bottom: 0px;
}
.director {
width:560px;
margin: 40px 0 0 30px;
}
.directorLeft {
float:left;
width:365px;
padding-right: 10px;
}
.directorRight {
float:right;
width:172px;
text-align:right;

}
.directorName {
font-family:Georgia, "Times New Roman", Times, serif, Garamond;
color:#b70911;
font-weight:bold;
text-transform:uppercase;
font-size: 10px;
}
.directorTitle {
font-family:Georgia, "Times New Roman", Times, serif, Garamond;
color:#000000;
font-style:italic;
font-size: 11px;
}

.director_mainpage {
margin: 0;
padding: 0 0 40px 0;
}

#SideBar #SideContent ul#VividasMenu {
	margin-top: 10px;
	list-style-position: inside;
}
.CapsBold {
	text-transform:uppercase;
	font-weight: bold;
}