﻿
/* layout stuff */

body
{
	margin: 0px;
	padding: 0px;
}

#block_1
	{
	float: left;
	width: 60%;
	margin-left: 20%;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 20%;
	margin-left: -80%;
	}
#block_3
	{
	float: left;
	width: 20%;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 60%;
	}
#block_2 .verticalalign
	{
	width: 20%;
	}
#block_3 .verticalalign
	{
	width: 20%;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 60% !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 20% !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 20% !important;
	}
}
/* hack for IEs of all persuasions */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;	
	}


#ctl00_banner
{
	padding-left: 30px;	
}

#menuBar
{
	padding-left:auto;
	padding-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 60%;		
	margin-left: auto;
	margin-right: auto;
}

#menuBar table
{
	text-align: center;
}

#menuBar a
{
	display: block;	
	padding-left: 5px;
	padding-right: 5px;
}

.leftmenusection
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

.contentholderwrapper
{	
	
	
	
}

.topleftcorner
{			
	background-image: url(../../images/contentcentertopleftbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}

.bottomleftcorner
{
	background-image: url(../../images/contentcenterbottomleftbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.toprightcorner
{			
	background-image: url(../../images/contentcentertoprightbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
}

.bottomrightcorner
{
	background-image: url(../../images/contentcenterbottomrightbg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

#frontwedding
{
	
	
	
	
	
	
}

#frontcorporate
{
	
	
	
	
}
/* layout stuff ends */

/* Colour and images start */

body
{
	background-color: #96add7;
}

p
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
}



H1,H2,H3 
{
	font-family: Trebuchet MS, Arial Black, Sans-Serif;
	text-align: center;
}

H2
{
	font-size: 1.4em;
}

H4
{
	line-height: 1em;
}

.leftmenusection
{
	color: #4f65a4;
	padding-bottom: 0px;
	font-size: 0.9em;
	margin-bottom: 0px;
	background-color:#96add7;
}

.leftmenusection a, a:visited
{
	background-color:#96add7;
}

.leftmenusection img
{
	float:left;
}

.leftmenusection li
{
	
	 text-align: center;
	  list-style-position:outside;
	  padding-left: 5px;
	   font-size: 1.4em;
	    font-weight:bold;
	    
}

.leftmenusection ul
{
	margin: 0;
	padding: 0;
}

#listemail
{
	background-image: url(../../images/email_icon.gif); 
	background-repeat: no-repeat;
	background-position: 0%,0%;
	padding-left:5px; 
	list-style: none;
}

#listpost
{
	background-image: url(../../images/post_icon.gif);
	background-repeat: no-repeat;
	background-position: 0%,0%;
	padding-left:5px; 
	list-style: none;
}

#listtel
{
	background-image: url(../../images/phone_icon.gif);
	background-repeat: no-repeat;
	background-position: 0%,0%;
	padding-left:5px; 
	list-style: none;
}

#footer
{
	background-color:#96add7;
}
#footer a
{
	background-color:#96add7;
}

#header
{
	background-color: #001767;
	border-top: solid 6px #96add7;
	border-bottom: solid 0px #96add7;
	height: 130px;	
}

#menuBar
{
	background-color:#96add7;
	font-family: Verdana, Tahoma, Arial Black, Sans-Serif;
	text-transform: uppercase;
	font-size: 1em;
	
}

#menuBar TD
{
	border-right: solid 1px white;	
}

#ctl00_Menu1
{
	border-left: solid 1px white;
	text-align: center;
}



#menuBar a, a:visited
{
	background-color: #96add7;
	color: #001767;	
	font-size: 0.9em;
}

.menustatic a:visited
{
	background-color: #96add7;
	color: #001767;	
	font-size: 0.9em;
	font-weight:normal;
}

#menuBar a:hover
{
	background-color: #001767;
	color: white;
	font-size: 0.9em;
}

.menuDef a:hover
{
	font-size: 0.9em;
}


#block_2
{
	background-color:#96add7;
}

#block_1
{
	background-color: White;
}

#block_3
{
	background-color: #96add7;	
}

#footer
{
	text-align: center;
	font-size: 0.6em;
}

#frontcorporate
{
	font-family: Tahoma, Verdana, Sans-Serif;
	text-align: center;
	color: #001767;
}

#frontwedding
{
	font-family: Tahoma, Verdana, Sans-Serif;
	text-align: center;
	color: #001767;
	margin-left: 10%;
}

.contentholderwrapper
{
	color: #001767;
}

.contentholderwrapper p
{
	line-height: 1.4em;
}

.contentholderwrapper h1
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #001767;
}

.contentholderwrapper h4
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #001767;
}

.contentholderwrapper img
{
	padding: 10px;
	border: 0px;	
}

.contentholderwrapper ul
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
}

.contentholderwrapper li
{
	padding-bottom: 1.1em;
}

.actilist li
{
	padding-bottom: 0.4em;
	
	list-style-type: disc;
}

.actilist ul
{
	margin-top: 30px;
}

.contentholderwrapper a, a:visited
{
	background-color: White;
	color: #001767;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: 0;
}

.contentholderwrapper a:hover
{
	background-color: White;
	color: #001767;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	border: 0;
}

.parahighlight
{
	font-weight:bold;
	text-transform:uppercase;
}

.parahighlightlower
{
	font-weight:bold;	
}

/* wedding home page */

.equipbuttonwrapper
{
	margin: 0 auto;
	text-align: center;
}

.equipbuttonwrapper img
{
	margin: 0 auto;
	padding: 0;
	
	
}

.contentholderwrapper table
{
	margin: auto;
}

.contentholderwrapper td
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
		
	padding-left: 1px;
	padding-right: 1px;
}


/* form layout */

.contentholderwrapperform span,input
{
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

.contentholderwrapperform span
{
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

.contentholderwrapperform br
{
	clear: left;
}

.dateButton
{
	display: none;
	float: none;
	width:auto;
}

.bookingSideBar
{
	
}

.bookingSideBarButton
{
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
}

.bookingStepStyle
{
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
}

.bookingStartNext, .bookingStepNext, .bookingStepPrevious, .bookingFinishComplete, .bookingFinishPrevious
{
	color: White;
	background-color: #001767;
	width: 80px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}

.bookingAddEquipmentButton
{
	color: White;
	background-color: #96add7;
	width: 80px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}

.bookingStepStyle input, textarea
{
	border: solid 1px #001767;
	background-color: White;
}

.bookingStepStyle textarea
{
	width: 250px;
	margin-bottom: 10px;
}

.bookingAddEquipmentButton
{
	color: White;
	background-color: #96add7;
	width: 80px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 100px;
	margin-right: 1px;
	margin-top: 10px;
}

.bookingNavigation
{
	margin-top: 30px;
}

#ctl00_ContentPlaceHolder1_Wizard1_NewsLetterCheckBox, #ctl00_ContentPlaceHolder1_Wizard1_checkStoreDetails
{
	width: auto;
}

.timePicker
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;	
}

.datePicker
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	
}

.calMonthHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	background-color: #001767;
	color: white;
}

.calDayHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #001767;
	color: white;
}
.calClearDate
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #001767;
	color: white;
}

.calWeekDay
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #96add7;
}

.calWeekend
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #96add7;
}

.calOffMonth
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: Gray;
}


