body {
	background-color: #1B1A44;
	margin: 0px;
	font-family:Arial, Verdana, sans-serif; 
	font-size:11px;
	color:#fff;
}

p {
	margin: 0px;
	color:#fff;
	font: 12px/normal Arial, Helvetica, sans-serif;
}
/* Caps titles */
h1 {
	margin: 0px 0px 2px;
	color:#ABBBFF;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	width: auto;
}
h2 {	
}
/* Bottom html menu */
h3 {
	color: #d5d5d5;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 6px 0px 0px;
}
/* Footer copyright */
h4 {
	margin: 0px;
	color:#fff;
	font: normal 11px Arial, Verdana, sans-serif;
}
/* Normal p text without indent, with bold */
h5 {
	margin: 0px;
	color:#fff;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}
/* Normal p text without indent */
h6 {
	margin: 0px;
	color:#fff;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
}
	
a:link {
	color: #A2B0CA;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #9ca0ad;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #A2B0CA;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active {
	color: #A2B0CA;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
img {
	border-style: none;
	text-align: left;
}
input {
	color: #1B1A44;
	background: #FFF;
	border: 1px solid #1B1A44;
}
textarea {
    color: #1B1A44;
	background: #FFF;
	border: 1px solid #1B1A44;
}

label {
	margin: 0px;
	color:#fff;
	font: 12px/normal Arial, Helvetica, sans-serif;
}

.servicesboxes {
	margin: 0px 0px 6px;
	padding: 7px 12px 12px;
	border: 1px solid #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y right top;
}

.aboutusmenu {
	margin: 0px 8px 5px 0px;
	padding: 0px;
	height: 30px;
	width: 180px;
	text-align: left;
	vertical-align: top;
	background: url(../graphics/layout/boxgradient_s.gif) repeat-y right top;
}
.aboutusborder {
	height: auto;
	width: 575px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF;
}
.bookingmenu {
	margin: 0px 8px 5px 0px;
	padding: 0px;
	height: 30px;
	width: 180px;
	text-align: left;
	vertical-align: top;
	background: url(../graphics/layout/boxgradient2_s.gif) repeat-y left top;
}
.Studiocontent {
	height: auto;
	width: 500px;
}
.Studiopicturesbox {
	height: auto;
	width: 255px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #FFF;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y right top;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gallerypic {
	border: 1px solid #A2B0CA;
}
.newsphotobox {
	height: 180px;
	width: 250px;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
}
.newsinfobox {
	width: 475px;
	text-align: left;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
}
.newsinfotext {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
}
.newsinfotitle {
	font: bolder 16px Arial, Helvetica, sans-serif;
	text-align: left;
}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 575px;
	height: 350px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 555px;
	height: 330px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
/* About Us */
#p1 {
	padding: 10px;
	background: #26305A;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
}
#p2 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
}
#p3 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
}
#p4 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
}
#p5 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
}
#p6 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient_l.gif) repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
/* Booking */
#p7 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient2_l.gif) repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p8 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient2_l.gif) repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p9 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient2_l.gif) repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p10 {
	background-color: #36255b;
	padding: 10px;
	background: url(../graphics/layout/boxgradient2_l.gif) repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
/* Clients */
#p15 {
	padding: 0px;
	background: #26255b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p16 {
	padding: 0px;
	background: #36259b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}

#p17 {
	padding: 0px;
	background: #31654b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p18 {
	padding: 0px;
	background: #32185b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p19 {
	padding: 0px;
	background: #36055b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p20 {
	padding: 0px;
	background: #36955b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p21 {
	padding: 0px;
	background: #36955b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
#p22 {
	padding: 0px;
	background: #36955b repeat-y left top;
	font-family: Arial, Verdana, sans-serif;
}
.homephotolinkleft {
	height: 260px;
	width: 370px;
	float: left;
	display: block;
}
.homephotolinkright {
	height: 260px;
	width: 370px;
	float: right;
	display: block;
}
.youtubedirections {
	height: 315px;
	width: auto;
	display: block;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
