* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	min-height: 550px;/* for good browsers*/
	min-width: 950px;/* for good browsers*/
}
img {
	border: 0;
}
#outer{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 550px;
}
#inner {
	width: 940px;
	background: ffffff;
	height: 550px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: right;
	padding-top: 10px;
	width: 940px;
	height: 90px;
	border: 0px solid #ccc;
}
#left {
	width: 200px;
	height: 460px;
	float: left;
	text-align: right;
	border: 0px solid #ccc;
}
#main {
	float: right;
	width: 720px;
	height: 420px;
	vertical-align: right;
	text-align: left;
}

#footer {
	float: right;
	width: 740px;
	height: 60px;
	padding-top: 5px;
	text-align: centre;
}

#logo {
    background: url(images/logo.png);
	margin-left: 490px;
	height: 70px;
	width: 450px;
}
#logo h2 {
	display: none;
}

h1#tagline {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	left: -30px;
	top: -25px;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	color: #666666;
}


a:focus,
a:hover,
a:active {
	color: #f9540b;
} 

#tagline a:focus,
#tagline a:hover,
#tagline a:active {
	color: #666666;
}

div.blurb {
	padding-left: 20px;
}
.blurb h2 {
	color: #f9540b;
	font-size: 22px;
}
.blurb {
	color: #000000;
}
.blurb h3 {
	font-size: 16px;
	color: #666666;
}

div.bigblurb {
	padding-left: 20px;
}
.bigblurb {
	font-size: 14px;
	color: #000000;
}
.bigblurb h2 {
	color: #f9540b;
	font-size: 22px;
}
.bigblurb h3 {
	color: #f9540b;
	font-size: 18px;
}
.bigblurb ul {
	margin-left: 20px;
}
.bigblurb li {
	margin-top: 8px;
}

/* Packages styles */
#q1,
#q2,
#q3 {
	float: left;
	width: 350px;
	height: 160px;
}
#q4 {
	float: left;
	width: 344px;
	height: 154px;
	background-color: #FFC;
	padding: 3px;
}
 
/* Testimonials styles */
blockquote {
  padding-bottom: 30px;
}
div.right {
  font-weight: bold;
  text-align: right;
}

p.offer {
  font-size: 16px;
}

p.offer b {
	font-weight:bolder;
}

img.right{
	float: right;
	margin: 10px 0px 30px 20px;
}

div.published {
	float: left;
	margin-left: 50px;
	text-align: center;
}

div.photobook {
	text-align: center;
	width: 700px;
}

.photobook img {
	float: left;
	margin: 0 10px 0 10px;
}

div.centre {
	text-align: center;
	width: 700px;
	float: right;
	z-index: 10;
}


/* Gallery styles */

div.thumb {
	width: 700px;
	margin-left: 40px;
}
.thumb a,
.thumb a:link,
.thumb a:visited {
	float: left;
	display: inline;
	margin: 0 12px 24px 12px;
	text-decoration: none;
}
.thumb a:hover{
	color: #F9540B; /* irrelevant definition to overcome IE bug */
}
.thumb a img,
.thumb a:link img,
.thumb a:visited img {
	border: 4px solid #666666;
}
.thumb a:focus img,
.thumb a:hover img,
.thumb a:active img {
	border: 4px solid #cccccc;
}

/* begin menu styles */
.glossymenu {
	margin: -10px 0 0 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 0;
}
.glossymenu a.menuitem,
.closed {
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #f9540b;
	text-decoration: none;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 5px 0 0;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: -10px;
	border: none;
}
.glossymenu a.menuitem:hover,
.glossymenu a.menuitem:active,
.glossymenu a.menuitem:focus,
.glossymenu a.submenuheader:hover,
.glossymenu a.submenuheader:active,
.glossymenu a.submenuheader:focus,
.open {
	color: #666666;
}
.glossymenu .submenu a {
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color: #f9540b;
	text-decoration: none;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 5px 5px 0;
	padding-left: 10px;
}
.glossymenu .submenu a:hover,
.glossymenu .submenu a:active,
.glossymenu .submenu a:focus,
.glossymenu .submenu a:hover,
.glossymenu .submenu a:active,
.glossymenu .submenu a:focus {
	color: #666666;
}
/* end menu styles */

div.priceleft {
	float:left;
	width: 295px;
}

div.priceright {
	float:left;
	width: 200px;
}

#myGallery {
	width: 720px !important;
	height: 400px !important;
} 

/* jQuery Slideshow styles 

#slideshow {
    position:relative;
    height:373px;
	width: 250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

*/