@CHARSET "ISO-8859-1";

html{background: #2f2a88;}
body{padding:0; margin: 20px 0 20px 0; font-size: 14px; background: #2f2a88; color:#000000; font-family:Tahoma, Geneva, sans-serif; font-size:12px;}

h1{font-size: 20px; color:#FFFFFF; font-family:Tahoma, Geneva, sans-serif; font-weight: normal; padding: 5px 0 5px 0; margin: 0;}
h2{font-size: 18px; color:#2F2A88; font-family:Tahoma, Geneva, sans-serif; font-weight: bold; padding: 2px 0 4px 0; margin: 0;}
h3{font-size: 16px; color:#2F2A88; font-family:Tahoma, Geneva, sans-serif; font-weight: bold; padding: 2px 0 0 0; margin: 0;}
h4{font-size: 14px; color:#2F2A88; font-family:Tahoma, Geneva, sans-serif; font-weight: bold; padding: 2px 0 0 0; margin: 0;}
h5{font-size: 12px; color:#2F2A88; font-family:Tahoma, Geneva, sans-serif; font-weight: bold; padding: 0 0 0 0; margin: 0;}

a {color: #2f2a88; background: inherit; text-decoration:none}
a:hover {color: #2f2a88; background: inherit; text-decoration: underline}
a:active {color: #2f2a88; background: inherit; text-decoration:none}

/* other */
img {border: 0}
#htmlSeparator{width: 100%; clear: both}

/* HTML */
#wrapper{
	width:996px;
	position: relative;
	background: #a6caec url(../images/bck.jpg) repeat-x top left;
	border:#8b83be 5px solid;
	margin: 0 auto;
}

/*header*/
#headerWrapper{
	width: 996px;
	height: 222px;
	position: relative;
	background: #ffffff;
}

#headerLeft{
	float: left;
	width: 574px;
}

#headerRight{
	float: left;
	width: 422px;
}

#headerMenu{
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	float: right;
	color:#2f2a88;
	height:35px;
	width:352px;
	padding-left:70px;
	padding-top:8px;
}

#headerMenu img {
	margin:0 10px 0 10px;
}

#headerMenu a{
	color:#2f2a88;
	text-decoration:none;
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;;
	font-size:16px;
	vertical-align:top;
}

#headerMenu a:hover{
	color:#464647;
	text-decoration:underline;
}

#headerBottom{
	width: 996px;
	height: 41px;
	clear: both;
}

/* horizontal menu - top */
#horizontalTopMenu{
	padding-top:15px;
	padding-left:35px;
	width:750px;
}
#horizontalTopMenu img {margin:0 5px 0 5px;}
	
#horizontalTopMenu a{
	color:#2f2a88;
	text-decoration:none;
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;;
	font-size:16px;
	vertical-align:top;
}	
#horizontalTopMenu a:hover{
	color:#464647;
	text-decoration:underline;
}

/* CONTENT MIDDLE */
#contentWrapper{
	width: 996px;
	margin-top: 30px;
	float: left;
	clear: both;	
}

#contentColLeft{
	width: 210px;
	float: left;
}

#contentColRight{
	width: 200px;
	margin-left: 15px;
	float: left;
}
#contentColRightInner{
	width: 214px;
	margin-left: 54px;
	float: left;
}

#contentColMiddle{
	width: 571px;
	float: left;
}
#contentColMiddleInner{
	width: 518px;
	background: #a6caec;
	float: left;
}

#contentBottom{
	/*width: 926px;*/
	width: 500px;
	padding: 10px 20px 20px 10px;
}

/* left menu */
#leftMenu{
	width: 210px;
}

#leftMenu a{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	background: none;
}

/* right menu */
#right_navigation{
	font-size:14px;
	line-height: 20px;
	width: 203px;
	background-image: url(../images/right-nav-bg.jpg);
	color:#2f2a88;	
	/*
	background-color:#b7b3d8;	
	position:absolute;*/
	float:right;
	margin-top:-67px;
	padding-top:67px;
	/*margin-bottom:-92px;*/
}	

#right_navigation_title{
	font-size:15px;
	background-color:#d9d7ec;	
	color:#2f2a88;	
	height:27px;
	padding-left:10px;
	padding-top:8px;
	font-weight:bold;
	width:192px;
}

#right_navigation ul {
	padding:0px 0px 0px 0px;
	margin-left: 0;
	list-style:none;
}

#right_navigation ul li  {
	display:block;
}

#rightMenu li
{
	border-bottom:dotted #9291b3 2px;
}

#rightMenu li ul li
{
	border-bottom:none;
}

.headLine 
{
    display:block;
	padding:10px;
	cursor:pointer;    
}

#right_navigation ul li a{
	/*background-color:#b7b3d8;*/
	display:block;
	padding:10px;
	/*border-bottom:dotted #9291b3 2px;*/
	color:#2f2a88;	
}

#right_navigation ul li a:hover{
	display:block;
	padding:10px;
	text-decoration:underline;
	color:#2f2a88;
}

#right_navigation ul li ul li a{
	/*background-color:#b7b3d8;*/
	display:block;
	padding:10px 10px 10px 20px;
	/*border-bottom:dotted #9291b3 2px;*/
	border:none;
	color:#2f2a88;	
}

#right_navigation ul li ul li a:hover{
	display:block;
	padding:10px 10px 10px 20px;
	text-decoration:underline;
	color:#2f2a88;
}	

#right_navigation ul li ul li ul li a{
	/*background-color:#b7b3d8;*/
	display:block;
	padding:10px 10px 10px 40px;
	/*border-bottom:dotted #9291b3 2px;*/
	border:none;
	color:#2f2a88;	
}

#right_navigation ul li ul li ul li a:hover{
	display:block;
	padding:10px 10px 10px 40px;
	text-decoration:underline;
	color:#2f2a88;
}	

.right_navigation_selected
{
	background-color:#d9d7ec;	
    text-decoration: underline;
}

/* FOOTER */
#footer{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width:996px;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

#footer a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#footer a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}



/* CENTRAL CONTENT */

#central_headline_bg{
	font-size:14px;
	background-color:#8b83be;	
	color:#2f2a88;	
	padding: 2px 0 2px 0;
	font-weight:normal;
}

#central_image_placeholder
{
    padding: 0 4px 0 4px;
    width:510px;
}
#central_image_placeholder2
{
    text-align: center;
    padding: 0 4px 0 4px;
    width:510px;
}

#innerTextMiddle
{
    margin: 30px 15px 15px 15px;
    line-height: 20px;
}

#innerTextMiddleMailingList
{
    padding: 30px 15px 15px 15px;
    line-height: 20px;
	background: #ffffff;
}

#biographyImg
{
    margin-right: 10px;
    margin-bottom: 10px;
}

#biographyBottomImg
{
    margin-left: 130px;
    margin-top: 70px;
    margin-bottom: 70px;
    clear: both;
}

#mailingListHolder
{
    background: #ffffff;
}

.aboutOurProductionsTable td
{
    font-size: 11px;
}

#productionListItem{margin-bottom: 30px; clear: both}
#productionListItem img{margin-left: 10px; margin-bottom: 10px;}

.productionListItemActionsHolder{margin-bottom; 20px; clear: both}
#productionsDetailsInfo{margin-bottom: 10px; clear: both}
#productionsDetailsInfo img{margin-right: 10px; margin-bottom: 10px}


.quantityBookstore 
{
    width:25px;
    height:15px;
    border: solid 1px Black;
    background-color:#A6CAEC;    
}

#productionsTable 
{
    border-left: 1px solid Black;    
    border-top: 1px solid Black;    
}

#productionsTable tr td
{
    padding:5px 5px 5px 5px;
    border-bottom: 1px solid Black;    
    border-right: 1px solid Black;
	font-size:10px; 
}

.centerAlign
{
    text-align:center;
}

.review p {
	padding-bottom:0px;
	margin-bottom:0px;
	}