/* Common */
body {
	margin:0px auto;
	text-align:center;
	background-color:#C2AED9;
	color:#666;
	font-size:12px;
	font-family:arial;
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
a{
	color:#3399cc;
	text-decoration:none;	
}
a.textlink{
	color:#fff;
	text-decoration:none;	
}
a.textlink:hover{
	color:#fff;
	text-decoration:underline;	
}
a.textlink2{
	color:#02497F;
	text-decoration:none;	
	font-weight:bold;
}
a.textlink2:hover{
	text-decoration:underline;	
}
a.textlink3{
	color:#666;
	text-decoration:none;
}
a.textlink4{
	color:#ff6600;
	text-decoration:underline;
}
img{
	border:0px;
}
img.right{
	float:right;
	margin:0 0 0 10px;
}
img.left{
	float:left;
	margin:0 10px 0 0px;
}
img.performing_bottom{
	marin:0 0 5px 0px;
}
br.clear{
	clear:both;
}
#header{
	width:800px;
	margin:0px auto;
	padding:0 0 6px 0px;
	background-color:#fff;
}
#wrap{
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:#fff;
}
#index_l{
	width:187px;
	float:left;
}
#index_m{
	width:423px;
	float:left;
	margin:0 0 0 7px;
	font-size:10px;
}
#index_r{
	width:174px;
	float:right;
}
#quick_links{
	width:177px;
	margin:20px 0 10px 0px;
	padding:0 0 0 10px;
}
div#quick_links p{
	margin:3px 0 3px 0px;
	background-image:url(img/menu_arrow.gif);
	background-repeat:no-repeat;
	padding:0 0 0 12px;
}
.performing_details_l{
	width:176px;
	margin:0px;
	background-color:#ebebeb;
	padding:5px;
	font-size:10px;
}
div.performing_details_l p{
	margin:0 0 0 0px;
}
div.performing_details_l p.date{
	margin:0 0 4px 0px;
}
div.performing_details_l p.info{
	margin:0 0 0 0px;
	color:#FF0000;
}
div.performing_details_l p.buy_friend{
	margin:4px 0 0 0px;
	text-align:right;
}
div.performing_details_l h1{
	margin:0px;
	padding:0px;
	color:#148DEA;
	font-size:13px;
}
.performing_details_r{
	width:164px;
	background-color:#ebebeb;
	padding:5px;
	font-size:10px;
}
div.performing_details_r p{
	margin:0 0 0 0px;
}
div.performing_details_r p.date{
	margin:0 0 4px 0px;
}
div.performing_details_r p.info{
	margin:0 0 0 0px;
	color:#FF0000;
}
div.performing_details_r p.buy_friend{
	margin:4px 0 0 0px;
	text-align:right;
}
div.performing_details_r h1{
	margin:0px;
	padding:0px;
	color:#148DEA;
	font-size:13px;
}
#centre_contact_index{
	width:164px;
	height:93px;
	padding:5px;
	background-image:url(img/centre_contact_index.gif);
}
div#centre_contact_index h1{
	margin:0 0 3px 0px;
	color:#382664;
	font-size:12px;
	border-bottom:1px dotted #fff;
	padding:0 0 4px 0px;
}
div#centre_contact_index p{
	margin:0 0 1px 1px;
	font-size:10px;
	color:#634F88;
}
#main_details{
	width:403px;
	padding:5px;
}
div#main_details p{
	margin:0 0 0 13px;
}
div#main_details p.date{
	margin:0 0 4px 0px;
	color:#ff6600;
}
div#main_details p.info{
	margin:0 0 0 0px;
	color:#FF0000;
}
div#main_details p.moreinfo{
	margin:0 0 0 13px;
	color:#A886CA;
	font-weight:bold;
	font-size:11px;
}
div#main_details p.buy_friend{
	margin:4px 0 0 0px;
	text-align:right;
}
div#main_details h1{
	margin:0 0 0 13px;
	padding:0px;
	color:#148DEA;
	font-size:13px;
}
table.main{
	border:0px;
	margin:0 0 21px 0px;
}
table td.bar{
	height:15px;
	vertical-align:middle;
}
table td.button{
	text-align:center;
}
table.calendar{
	width:174px;
	border:1px solid #ccc;
	margin:0 0 12px 0px;
	border-collapse:collapse;
	background-image:url(img/calendar_bg.jpg);
	background-repeat:repeat-x;
}
table.calendar td.select{
	background-color:#e4e4e4;
	border:1px solid #ccc;
	text-align:center;
	padding:7px 0 7px 0px;
	border-bottom:0px;
}
table.calendar td.week{
	width:23px;
	border:0px;
	border-bottom:2px solid #996699;
	text-align:center;
	padding:2px 2px 0 0px;
	background-image:url(img/calendar_bg_1.jpg);
}
table.calendar td{
	border:1px solid #ccc;
	text-align:right;
	padding:1px 2px 1px 0px;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 3px 0 3px;
	padding:0px;
}
#footer{
	width:800px;
	height:37px;
	margin:6px 0 0 0px;
	padding:8px 0 0 0px;
	text-align:center;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:10px;
}
div#footer p{
	margin:0px;
}


/*-- SUB PAGES --*/
#header_sub{
	width:800px;
	margin:0px auto;
	padding:0 0 0 0px;
}
p.breadcrum{
	text-align:right;
	margin:0 0 0 0px;
	font-size:10px;
}
#index_l_sub{
	width:187px;
	float:left;
	margin:13px 0 0 0px;
}
#index_r_sub{
	width:606px;
	float:right;
	margin:0 0 0 0px;
	font-size:10px;
}


/*-- Contact us --*/
#index_r_sub #inner_contact{
	width:596px;
	padding:5px;
	margin:10px 0 20px 0px;
	text-align:center;
}
#index_r_sub #inner_contact h1{
	margin:0 0 8px 0px;
	font-size:12px;
	color:#634A9A;
}
#index_r_sub #inner_contact h2{
	margin:10px 0 3px 0px;
	font-size:12px;
	color:#634A9A;
}
#index_r_sub #inner_contact p{
	margin:0 0 1px 0px;
}
#index_r_sub #inner_contact img{
	margin:10px 0 0 0px;
}

/*-- FAQ --*/
#index_r_sub #inner_faq{
	width:596px;
	padding:5px;
	margin:10px 0 20px 0px;
	font-size:11px;
}
#index_r_sub #inner_faq h1{
	margin:10px 0 8px 0px;
	font-size:12px;
	color:#634A9A;
}
#index_r_sub #inner_faq p{
	margin:0 0 1px 0px;
	border-bottom:1px dotted #C5B9D7;
	padding:0 0 10px 0px;
}
#index_r_sub #inner_faq p.last{
	margin:0 0 1px 0px;
	border-bottom:0px;
	padding:0 0 10px 0px;
}
#centre_contact_faq{
	width:177px;
	height:93px;
	padding:5px;
	background-image:url(img/centre_contact_faq.gif);
	margin:20px 0 0 0px;
}
div#centre_contact_faq h1{
	margin:0 0 3px 3px;
	color:#382664;
	font-size:12px;
	border-bottom:1px dotted #fff;
	padding:0 0 4px 0px;
}
div#centre_contact_faq p{
	margin:0 0 1px 3px;
	font-size:10px;
	color:#634F88;
}


/*-- Four Brothers --*/
#index_r_sub #inner_4brothers{
	width:596px;
	padding:5px;
	margin:10px 0 0 0px;
	font-size:11px;
}
#index_r_sub #inner_4brothers p{
	margin:0 0 12px 0px;
}

#index_r_sub #inner_4brothers .purple_12b{
	font-weight:bold;
	color:#634A9A;
}

/*-- Private Policy --*/
#index_r_sub #inner_policy{
	width:596px;
	padding:5px;
	margin:10px 0 0 0px;
	font-size:11px;
}
div#index_r_sub #inner_policy h1{
	margin:0 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
div#index_r_sub #inner_policy h2{
	margin:20px 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
#index_r_sub #inner_policy p{
	margin:0 0 5px 0px;
}
#centre_contact_policy{
	width:595px;
	height:47px;
	padding:5px;
	background-image:url(img/centre_contact_policy.gif);
	margin:5px 0 10px 0px;
	text-align:center;
}
div#centre_contact_policy h1{
	margin:0 0 3px 3px;
	color:#382664;
	font-size:12px;
}
div#centre_contact_policy p{
	margin:0 0 1px 3px;
	font-size:10px;
	color:#634F88;
}

/*-- Rentals & Technical Specs --*/
#index_r_sub #inner_rentals{
	width:596px;
	padding:5px;
	margin:10px 0 20px 0px;
	font-size:11px;
}
div#index_r_sub #inner_rentals h1{
	margin:0 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
div#index_r_sub #inner_rentals h2{
	margin:20px 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
#index_r_sub #inner_rentals p{
	margin:0 0 5px 3px;
}
#index_r_sub #inner_rentals p.socan{
	margin:0 0 0 3px;
}
#index_r_sub ul li{
	list-style-image:url(img/ic_square.gif);
	padding:0 0 0 0px;
	margin:0 0 5px 0px;
}
.pdffiles{
	width:145px;
	margin:0px 20px 40px 20px;
	float:left;
	text-align:center;
}
hr.techspecs{
	border:1px dotted #ccc;
	color: #ccc;
	background-color:#ccc;
	height:1px;
	margin:20px 0 20px 0px;
}
#techspecs_pics{
	width:596px;
}

#index_r_sub #inner_specs{
	width:596px;
	padding:5px;
	margin:10px 0 20px 0px;
	font-size:11px;
}
div#index_r_sub #inner_specs h1{
	margin:0 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
div#index_r_sub #inner_specs h2{
	margin:20px 0 3px 3px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
#index_r_sub #inner_specs p{
	margin:0 0 5px 3px;
}
#index_r_sub #inner_specs p.socan{
	margin:0 0 0 3px;
}
table.techspecs{
	border:0px;
	border-collapse:collapse;
}
table.techspecs th{
	padding:5px;
	border-bottom:1px solid #333;
	font-weight:bold;
	text-align:center;
}
table.techspecs td{
	text-align:center;
	padding:5px;
	border-bottom:1px solid #ccc;
}


/*-- Calendar --*/
#index_r_sub #inner_calendar{
	width:606px;
	margin:10px 0 20px 0px;
	font-size:11px;
}
#inner_calendar table.head{
	border:0px;
	margin:0 0 10px 0px;
}
#inner_calendar table.head td{
	border:0px;
	vertical-align:middle;
}
#inner_calendar table.head td.month{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 3px 0px;
}
#inner_calendar table.cal{
	border-collapse:collapse;
	border:1px solid #7861A5;
}
#inner_calendar table.cal td{
	width:78px;
	padding:8px 3px 8px 3px;
	vertical-align:top;
	border-left:1px solid #7861A5;
	border-right:1px solid #7861A5;
}
#inner_calendar table.cal td.week{
	padding:1px 0 1px 3px;
}
#inner_calendar table.cal td.date{
	text-align:right;
	border-bottom:0px;
	border-top:1px solid #7861A5;
}
#inner_calendar table.cal td p.title{
	font-size:11px;
	font-weight:normal;
	color:#3399CC;
	margin:0px;
}
#inner_calendar table.cal td p{
	margin:0px;
}


/*-- ETIQUETTE --*/
#index_r_sub #inner_etiquette{
	width:596px;
	padding:5px;
	margin:10px 0 0 0px;
	font-size:11px;
	text-align:left;
}
div#index_r_sub #inner_etiquette h1{
	margin:20px 0 3px 0px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
div#index_r_sub #inner_etiquette h2{
	margin:20px 0 3px 0px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
#index_r_sub #inner_etiquette p{
	margin:0 0 5px 0px;
}
#index_r_sub #inner_etiquette p.textcenter{
	margin:0 0 3px 0px;
	text-align:center;
}


/*-- OTHERS --*/
#index_r_sub #inner_others{
	width:596px;
	padding:5px;
	margin:10px 0 0 0px;
	font-size:11px;
}
div#index_r_sub #inner_others h1{
	margin:20px 0 3px 0px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
}
div#index_r_sub #inner_others h2{
	margin:20px 0 3px 0px;
	color:#382664;
	font-size:12px;
	padding:0 0 4px 0px;
	text-align:center;
}
#index_r_sub #inner_others p{
	margin:0 0 5px 0px;
}
#index_r_sub #inner_others p.textcenter{
	margin:0 0 3px 0px;
	text-align:center;
}
#adobereader{
	margin:20px 0 20px 0px;
	font-size:11px;
	text-align:center;
}
#adobereader p{
	margin:0 0 3px 0px;
}

/*-- POP UP MENU --*/

#menu {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:187px;
	height:199px;
	text-align:left;
}

#about_us {
/* This ID is related to the master menu div for menu about_us and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:187px;
	top:51px;
	visibility:hidden;
	z-index:300;
}

#aboutus_position {
/* This class defines things about menu aboutus_position's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:164px;
	height:88px;
}

.aboutus_position_style {
/* This class determines the general characteristics of the menu items in menu aboutus_position */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:164px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:16px;
}

.aboutus_position_style2 {
/* This class determines the general characteristics of the menu items in menu aboutus_position */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:164px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:16px;
}

#aboutus_position_000 {
/* Unique ID for item 0 of menu aboutus_position so we can set its position */
	left:0px;
	top:0px;
}

#aboutus_position_001 {
/* Unique ID for item 1 of menu aboutus_position so we can set its position */
	left:0px;
	top:22px;
}

#aboutus_position_002 {
/* Unique ID for item 2 of menu aboutus_position so we can set its position */
	left:0px;
	top:44px;
}

#aboutus_position_003 {
/* Unique ID for item 3 of menu aboutus_position so we can set its position */
	left:0px;
	top:66px;
}

#about_us img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#about_us a {
/* Controls the general apperance for menu about_us's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ebebeb;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#about_us a:hover {
/* Controls the mouse over effects for menu about_us */
	color:#ffffff;
	background-color:#9999cc;
}
#technical_specs {
/* This ID is related to the master menu div for menu technical_specs and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:187px;
	top:103px;
	visibility:hidden;
	z-index:300;
}

#technical_specs_position {
/* This class defines things about menu technical_specs_position's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:164px;
	height:66px;
}

.technical_specs_position_style {
/* This class determines the general characteristics of the menu items in menu technical_specs_position */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:164px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:16px;
}

.technical_specs_position_style2 {
/* This class determines the general characteristics of the menu items in menu technical_specs_position */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:164px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:16px;
}

#technical_specs_position_000 {
/* Unique ID for item 0 of menu technical_specs_position so we can set its position */
	left:0px;
	top:0px;
}

#technical_specs_position_001 {
/* Unique ID for item 1 of menu technical_specs_position so we can set its position */
	left:0px;
	top:22px;
}

#technical_specs_position_002 {
/* Unique ID for item 2 of menu technical_specs_position so we can set its position */
	left:0px;
	top:44px;
}

#technical_specs img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#technical_specs a {
/* Controls the general apperance for menu technical_specs's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ebebeb;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#technical_specs a:hover {
/* Controls the mouse over effects for menu technical_specs */
	color:#ffffff;
	background-color:#9999cc;
}
