html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 145%;
	background: #fff url('images/mainbg.jpg') repeat-x center top;
	color: #000;
}

body.mceContentBody {
	background: #fff;
	padding: 0.25em;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #039;
	padding: 0;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 150%;
	border-bottom: solid 1px #96d1ec;
}

h2 {
	font-size: 140%;
	border-bottom: solid 1px #96d1ec;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #039;
	border: none;
}

h3 {
	font-size: 120%;
	margin: 0 0 0.1em;
}

a:link, a:visited {
	color: #1a6cba;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: solid 1px #96d1ec;
}

p {
	margin: 0 0 1em;
}

img {
	border: 0;
}

form  {
	margin: 0;
}

input, select, textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	background: #fff url('images/formshadow.png') repeat-x top left;
	border: solid 1px #96d1ec;
	padding: 0.5em;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

form .full {
	width: 30em;
}

select.full {
	width: 31em;
}

select {
	padding: 0.25em;
}

select option {
	padding: 0.25em;
	vertical-align: middle;
	line-height: 1.5em;
}

label {
	display: block;
	float: left;
	width: 10em;
	margin-bottom: 0.5em;
	text-align: right;
	padding: 0.5em 1em 0 0;
	font-weight: normal;
}

label.checkradio {
	margin: 0 1em 0 0.25em;
}

input.checkradio {
	border: none;
	vertical-align: middle;
}

.formbutton, #goog-wm-sb {
	display: inline;
	width: auto;
	clear: left;
	margin-left: 11em;
	padding: 0.5em 1em;
	background: #eaf3f8;
	color: #1a6cba;
	font-weight: bold;
}

#goog-wm-sb {
	margin: 0;
}

input[type=hidden] {
	display: none;
}

input:focus, textarea:focus {
	border-color: #1a6cba;
	outline: none;
}

.error {
	border: solid 1px #ff7f7f;
	background: #ffe5e5;
	padding: 1em;
	margin-bottom: 1em;
}

.error ul {
	margin: 0.5em 0 0;
	line-height: 1;
}

form p {
	clear: left;
}

table {
	font-size: 100%;
}

hr {
	color: #96d1ec;
	background-color: #96d1ec;
	height: 1px;
	border: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}

ul li {
	background: url('images/icons/bullet.png') no-repeat top left;
	padding: 0 0 0.5em 24px;
	margin: 0;
}

blockquote {
	border: solid 1px #96d1ec;
	background-color: #eaf3f8;
	padding: 1em;
	margin: 1em;
}

blockquote p {
	margin: 0;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	padding: 0 0 2em 1em;
}

.contentimageleft {
	float: left;
	padding: 0 1em 2em 0;
}

#container {
	position: relative;
	width: 940px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	background: url('images/centrebg.jpg') no-repeat center top;
}

#header {
	position: relative;
	height: 150px;
}

#header h1 {
	position: absolute;
	left: 60px;
	top: 22px;
	width: 200px;
	height: 110px;
	margin: 0;
	background: url('images/logobg.png') no-repeat;
	border: none;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

#header h1 img {
	display: none;
}

#mainmenu {
	position: absolute;
	left: 350px;
	top: 75px;
	height: 80px;
	overflow: hidden;
	margin: 0;
}

#mainmenu li {
	float: left;
	padding: 0;
	margin: 0 22px 0 0;
	background: none;
}

#mainmenu a, #mainmenu a div {
	position: relative;
	display: block;
	height: 160px;
	line-height: 80px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url('images/menuitems.png');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

#mainmenu a div {
	position: absolute;
	top: -80px;
	left: 0;
}

#mainmenu a:hover {
	top: -80px;
}

#mainmenu.fademenu a:hover {
	top: 0;
}

#mainmenu a.home, #mainmenu a.home div {
	width: 66px;
	background-position: left top;
}

#mainmenu a.web, #mainmenu a.web div {
	width: 56px;
	background-position: -66px top;
}

#mainmenu a.video, #mainmenu a.video div {
	width: 66px;
	background-position: -122px top;
}

#mainmenu a.more, #mainmenu a.more div {
	width: 60px;
	background-position: -188px top;
}

#mainmenu a.portfolio, #mainmenu a.portfolio div {
	width: 88px;
	background-position: -248px top;
}

#mainmenu a.contact, #mainmenu a.contact div {
	width: 82px;
	background-position: -336px top;
}

#home a.home, #web a.web, #video a.video,
#more a.more, #portfolio a.portfolio, #contact a.contact {
	top: -80px !important;
}

#footer {
	position: relative;
	clear: both;
	height: 60px;
	background: #fff url('images/footerbg.jpg') repeat-x center bottom;
}

#footer p {
	width: 900px;
	padding-top: 20px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

#contentarea {
	position: relative;
	padding: 30px 0 60px;
	overflow: auto;
}

.alert {
	position: relative;
	margin: 10px 20px;
	padding: 20px 20px 10px;
	background: #cae8f5;
	background: rgba(150,209,236,0.5);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,51,163,0.3) ;
	-moz-box-shadow: 0 0 10px rgba(0,51,163,0.3) ;
	-webkit-box-shadow: 0 0 10px rgba(0,51,163,0.3) ;
}

#maincontent {
	float: left;
	position: relative;
	left: 10px;
	width: 550px;
	min-height: 300px;
	background: url('images/contentpanelfade.png') no-repeat;
	padding: 30px 30px 0;
}

#maincontent h2 {
	clear: left;
}

#sidebar, #aboutpanel {
	float: left;
	position: relative;
	left: 20px;
	background: url('images/sidepanelend.png') no-repeat bottom center;
	width: 300px;
	margin: 0;
}

#sidebar div, #aboutpanel {
	background: url('images/sidepaneltop.png') no-repeat;
	width: 240px;
	padding: 30px 30px 0;
	margin-bottom: 30px;
}

#sidebar div div {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
}

#portfolio #sidebar {
	left: 10px;
}

#portfolio #maincontent {
	left: 20px;
}

#aboutpanel {
	left: 10px;
	font-size: 110%;
}

#aboutpanel strong {
	color: #039;
}

#aboutpanel img {
	display: block;
	margin: 0 -30px;
}

.portfoliopanel {
	position: relative;
	margin-left: 320px;
	width: 550px;
	height: 117px;
	background: url('images/portfolioitem.png') no-repeat;
	padding: 30px;
}

.portfoliopanel p {
	margin: 0;
}

.portfoliopanel .morelink {
	position: relative;
	width: 270px;
	top: -10px;
}

.portfolioimg {
	float: right;
	width: 280px;
	height: 157px;
	margin: -20px -20px -20px 20px;
	padding: 0;
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.portfolioimg a {
	display: block;
	width: 280px;
	height: 157px;
	border: none;
}

.portfolioimg a:hover {
	border: none;
}

.portfoliopanel.opaque {
	background: url('images/portfolioitem-white.png') no-repeat;
}

.portfoliopanel.opaque.first {
	background: url('images/portfolioitem-first.jpg') no-repeat;
}

.portfoliopanel.opaque .portfolioimg a {
	background: url('images/portfoliomask.png') no-repeat top right;
}

.portfoliopanel.opaque.first .portfolioimg a {
	background: url('images/portfoliomask-first.png') no-repeat top right;
}

#home #maincontent {
	float: none;
	position: relative;
	left: 0;
	margin-left: 320px;
	width: 550px;
	background: url('images/home-panelfade.png') no-repeat;
	padding: 30px 30px 0;
}

#home #webcol, #home #videocol {
	float: left;
	width: 260px;
	margin-bottom: 20px;
}

#home #videocol {
	margin-left: 30px;
}

.morelink {
	clear: right;
	text-align: right;
	margin: -1em 0 0;
}

.caption {
	text-align: center;
	margin-top: 0.5em;
}

a.boxlink, a.imglink, a:hover.boxlink, a:hover.imglink {
	border: none;
}

a.boxlink img {
	border: solid 1px #eaf3f8;
}

a:hover.boxlink img {
	border: solid 1px #96d1ec;
}

ul.blockbuttons {
	margin: 0;
}

ul.blockbuttons ul {
	padding: 5px 0 0 20px;
}

ul.blockbuttons li {
	padding: 0 0 5px;
}

ul.blockbuttons a:link, ul.blockbuttons a:visited {
	height: auto !important;
	height: 20px;
	display: block;
	border: solid 1px #eaf3f8;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 5px 10px 5px 40px;
	font-weight: normal;
	color: #000;
}

ul.blockbuttons a:hover {
	border: solid 1px #96d1ec;
	background-color: #eaf3f8;
}

ul.blockbuttons strong {
	color: #1a6cba;
}

ul.blockbuttons a.listall {
	background-image: url('images/icons/listall.png');
}

ul.blockbuttons a.web {
	background-image: url('images/icons/web.png');
}

ul.blockbuttons a.video, ul.blockbuttons a.other {
	background-image: url('images/icons/video.png');
}

ul.blockbuttons a.multimedia {
	background-image: url('images/icons/multimedia.png');
}

ul.blockbuttons a.basic {
	background-image: url('images/icons/basic.png');
}

ul.blockbuttons a.dynamic {
	background-image: url('images/icons/dynamic.png');
}

ul.blockbuttons a.custom {
	background-image: url('images/icons/custom.png');
}

ul.blockbuttons a.wedding {
	background-image: url('images/icons/wedding.png');
}

ul.blockbuttons a.sports {
	background-image: url('images/icons/sport.png');
}

ul.blockbuttons a.event {
	background-image: url('images/icons/event.png');
}

.pricebox {
	border: solid 1px #96d1ec;
	background: #eaf3f8;
	color: #039;
	float: right;
	min-width: 4em;
	padding: 0.5em 1em;
	margin: 0 0 1em 1em;
	text-align: center;
}

.pricebox strong {
	display: block;
	font-size: 140%;
}

.pricebox em {
	display: block;
	font-size: 80%;
}

.packagetable {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}

.packagetable th, td {
	padding: 0.25em 0.5em;
	border-bottom: solid 1px #eaf3f8;
	text-align: center;
	width: 20%;
}

.packagetable .featurecol {
	text-align: left;
	width: 40%;
}

.packagetable tbody th.featurecol {
	font-weight: normal;
}

.packagetable thead {
	color: #039;
	font-size: 120%;
}

.packagetable thead th {
	border-color: #96d1ec;
}

.packagetable tfoot {
	font-size: 120%;
	font-weight: bold;
	background: #eaf3f8;
	color: #039;
}

.packagetable img, .icon {
	vertical-align: middle;
}

#videoplayer {
	position: relative;
	display: block;
	width: 550px;
	height: 310px;
	text-align: center;
}

#videoplayer:focus {
	outline: none;
}

#videoplayer span {
	position: absolute;
	width: 175px;
	height: 55px;
	top: 127px;
	left: 187px;
	background: url('images/playvideo.png') no-repeat;
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}

body.xmas #container {
	background: url('images/seasonal/centrebg-xmas.jpg') no-repeat center top;
}

body.xmas #mainmenu a, body.xmas #mainmenu a div {
	background-image: url('images/seasonal/menuitems-xmas.png');
}

body.xmas #header h1 {
	left: 48px;
	top: 19px;
	width: 212px;
	height: 113px;
	background: url('images/seasonal/logobg-xmas.png') no-repeat;
}

body.newyear #container {
	background: url('images/seasonal/centrebg-newyear.jpg') no-repeat center top;
}

body.newyear #mainmenu a, body.newyear #mainmenu a div {
	background-image: url('images/seasonal/menuitems-newyear.png');
}

@media print {
	body {
		background: #fff;
		height: auto !important;
	}
	
	#container {
		width: auto !important;
		height: auto !important;
		min-height: 0;
		background: #fff;
		margin: 0;
	}
	
	#header {
		height: auto;
		padding: 0 2em 1em;
		border-bottom: solid 1px #96d1ec;
	}
	
	#header h1 {
		position: static;
		background: none;
	}

	#header h1 img {
		display: block;
	}
	
	#mainmenu {
		display: none;
	}
	
	#contentarea {
		padding: 2em 0;
		overflow: auto;
	}
	
	#maincontent, #sidebar, #sidebar div, #aboutpanel, #footer, .portfoliopanel, .portfolioimg a {
		background: none !important;
	}
	
	#maincontent, #sidebar div {
		left: 0 !important;
		margin-left: 2em !important;
		padding: 0;
	}
	
	#sidebar {
		left: 0 !important;
	}
	
	.portfoliopanel {
		margin-left: 280px;
	}
}