@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(../images/bg.png);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: medium;
	margin: 0 auto;
	width: 1024px;
}

h2
{
	color: #bbb;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 6px;
}

h3
{
	
}

a
{
	color: inherit;
	outline: none;
	text-decoration: none;
}

p
{
	line-height: 1.5em;
	text-align: justify;
}

ul
{
	list-style: none;
}

iframe
{
	border: none;
}

nav ul
{
	list-style: none;
}

nav ul li
{
	display: inline-block;
}

div.clear
{
	clear: both;
	height: 2px;
}

.hidden
{
	display: none;
}

header
{
	color: #aaa;
	font-size: 1.2em;
	padding: 0px 8px;
}

header #hgroup
{
	float: left;
}

header h1
{
	background: url(../images/png.png) no-repeat;
	color: transparent;
	height: 30px;
	width: 425px;
}

header h1 a
{
	display: block;
}

header h2
{
	background-color: transparent;
	font-size: 1.3em;
	padding: 0;
}

header>p
{
	background: url(../images/icon.png) no-repeat;
	background-position: 2px -34px;
	float: right;
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 4px;
}

header>p span
{
}



header nav
{
	margin-top: 20px;
}

header nav ul
{
	text-align: right;
}

header nav li
{
	background-position: -1px 0px;
}

header nav li a
{
	border-left: 1px dashed #bbb;
	color: #7f7c7c;
	display: inline-block;
	font-size: 1em;
	padding: 0 13px;
	-webkit-transition: all 0.3s linear 0.2s;
	transition: all 0.3s linear 0.2s;
}
header nav li:first-child a
{
	border-left: none;
}

header nav li:last-child a
{
	padding-right: 2px;
}

header nav li a:hover
{
	color: #333;
}


body#testimonials #testimonialslink,
body#contact #contactlink,
body#profile #profilelink,
body#csr #csrlink,
body#casestudies #casestudieslink,
body#catalogue #cataloguelink,
body#catalogue #cataloguelink
{
	color: #000;
	pointer-events: none;
}

#wrapper nav
{
	margin-top: 30px;
}

#wrapper nav ul
{
	font-size: 1.5em;
	margin-bottom: 16px;
	text-align: center;
}

#wrapper nav li
{
	position: relative;
}

#wrapper nav li a
{
	border: 1px dashed #bbb;
	border-right: none;
	color: #aaa;
	color: #000;
	display: inline-block;
	padding: 12px /*30px*/65px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear 0.2s;
	transition: all 0.3s linear 0.2s;
}
#wrapper nav li:last-child a
{
	border-right: 1px dashed #bbb;
}

#wrapper nav li a:hover
{
	color: #659f1a;
}

#wrapper nav li:hover ul
{
	box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
	height: auto;
	padding: 13px;
}

#wrapper nav li ul
{	
	background-color: rgba( 255, 255, 255, 0.9 );
	border: none;
	height: 0;
	font-size: 0.85em;
	left: -15px;
	overflow: hidden;
	position: absolute;
	text-align: left; 
	margin-top: 2px;
	-webkit-transition: all 0.3s linear 0.1s;
	transition: all 0.3s linear 0.1s;
	width: 11em;
	z-index: 9999;
}

#wrapper nav li li a
{
	border: none;
	padding: 5px 10px;
	text-transform: none;
}

#wrapper nav li li a:first-child
{
	border: none;
}

#wrapper nav li li
{
	display: block;
}

section#carousel
{
	height: 432px;
	margin-bottom: 18px;
	padding-top: 15px;
	position: relative;
	width: 1024px;
}

div#prevnextcontainer
{
	margin: 0 auto;
	position: relative;
	width: 1024px;
	z-index: 13;
}

section#carousel div#viewport
{
	background-color: #000;
	height: 415px;
	overflow: hidden;
	position: relative;
	width: 1024px;
}

div#prevnextcontainer:before, div#prevnextcontainer:after
{
	content: '';
	bottom:	16px;
	box-shadow: 0px 13px 12px rgba( 0, 0, 0, 1 );
	height: 3px;
	position: absolute;
	width: 50%;
	z-index: 0;
}

div#prevnextcontainer:before
{
	left: 6px;
	-webkit-transform: rotate( -2deg ) skewX(-30deg);
	transform: rotate( -2deg ) skewX(-30deg);
}

div#prevnextcontainer:after
{
	right: 6px;
	-webkit-transform: rotate( 2deg ) skewX(30deg);
	transform: rotate( 2deg ) skewX(30deg);
	z-index: -1;
}

#carousel #next, #carousel #prev
{
	cursor: pointer;
	height: 100px;
	position: absolute;
	top: 176px;
	width: 60px;
	z-index: 9000;
}

#carousel li.slides
{
	display: none;
	position: absolute;
	width: 1024px;
}

#carousel li#slide1
{
	display: block;
}

#carousel div.slidetext h4
{
	color: #fff;
}

#carousel div.slidetext
{
	background-color: rgba( 0, 0, 0, 0.5 );
	color: #bbb;
	padding: 12px;
	padding-bottom: 32px;
	position: absolute;
	right: 35px;
	text-shadow: 0px 1px 1px rgba( 255, 255, 255, 0.5 );
	top: 60px;
	width: 400px;
}
#carousel #slide5 div.slidetext
{
	top: 250px;
	width: 400px;
}
#carousel p.readmore
{
	bottom: 8px;
	position: absolute;
	right: 8px;
	text-align: right;
}
#carousel p.readmore a
{
	background-color: #000;
	color: #eee;
	padding: 4px;
	text-transform: uppercase;
}
#carousel #next
{
	background: url(../images/next.png) no-repeat;
	right: 0px;
}

#carousel #prev
{
	background: url(../images/prev.png) no-repeat;
	left: 0px;
}

h2
{
	background-color: #ebebeb;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 20px;
}


div#latestrow
{
	border: 1px solid #ddd;
	width: 1024px;
}

div#latestrow h3
{
	background-color: #ebebeb;
	color: #999;
	padding: 5px 6px;
}

section#testi div#testiviewport
{
	height: 360px;
	margin-left: 30px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	width: 436px;
}

section#testi ul
{
	left: 0px;
	position: absolute;
	top: 0px;
}

section#testi li
{
	height: 175px;
	overflow: hidden;
	position: relative;
}

section#testi li:nth-child(odd)
{
	border-bottom: 1px solid #b0b0b0;
}

section#testi li:nth-child(even)
{
	margin-top: 10px;
}

section#testi h4, section#testi h5
{
	font-weight: normal;
}

section#testi h4
{
	font-size: 1.1em;
	padding-top: 1px;
}

section#testi h5
{
	color: #888;
	font-size: 1.1em;
}

section#testi img.dp
{
	float: left;
	margin: 6px;
	margin-right: 13px;
}

section#testi p.testitext
{
	clear: both;
	height: 50px;
	overflow: hidden;
	padding: 2px 6px;
	text-overflow: ellipsis;
	width: 98%;
}

section#testi p.readmore
{
	bottom: 10px;
	padding: 0;
	position: absolute;
	right: 4px;
}

section#latestwork
{
	border-left: 1px solid #ebebeb;
	float: right;
	padding-left: 10px;
	width: 500px;
}

section#latestwork h4
{
	color: #bbb;
	margin-bottom: 3px;
}

section#latestwork #lwviewport
{
	height: 390px;
	margin: 13px auto;
	overflow: hidden;
	position: relative;
	width: 436px;
}

div#lwviewport ul
{
	list-style: none;
}

div#lwviewport li
{
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

div#lwviewport li:first-child
{
	display: block;
}

section#ataglance, section#facebook
{
	border: 1px solid #ddd;
	margin-top: 25px;
}

section#ataglance p
{
	font-size: 1.3em;
	padding: 20px;
}

section#facebook
{
	padding-bottom: 13px;
}

section#facebook iframe
{
	border: none;
	height: 258px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1000px;
}

section#facebook div#bordercover
{
	height: 256px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 998px;
}

section#weworkedfor
{
	border: 1px solid #ddd;
	margin-top: 25px;
}

section#weworkedfor #workscontainer
{
	height: 188px;
	position: relative;
	width: 100%;
}

section#weworkedfor span.next,
section#weworkedfor span.prev
{
	background: url(../images/next.png);
	cursor: pointer;
	height: 100px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 40px;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	width: 60px;
	z-index: 1000;
}

section#weworkedfor:hover span.next,
section#weworkedfor:hover span.prev
{
	opacity: 1;
}

section#weworkedfor span.prev
{
	background: url(../images/prev.png);
	left: 0px;
}

section#weworkedfor #worksviewport
{
	height: 164px;
	left: 12px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	width: 1000px;
}

section#weworkedfor ul
{
	left: 0px;
	list-style: none;
	height: 164px;
	position: absolute;
	width: 270000px;
}

section#weworkedfor li
{	
	float: left;
	height: 164px;
	margin: 0 20px;
	overflow: hidden;
	width: 460px;
}

section#weworkedfor li img
{
	float: left;
	margin-right: 10px;
}

section#weworkedfor li h4, section#weworkedfor li p
{
	margin-left: 147px;
}

section#weworkedfor li h4
{
	color: #bbb;
	font-size: 1.3em;
	margin-bottom: 8px;
}

footer
{
	margin-top: 20px;
}

#newsletter
{
	color: #999;
	float: left;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 428px;
}

#newsletter h4
{
	margin-bottom: 18px;
	text-transform: uppercase;
}

#newsletter p
{
	line-height: 1.1em;
}

#newsletter fieldset
{
	border: none;
	margin-top: 10px;
}

#newsletter img
{
	display: none;
}

#newsletter input[type="button"]
{
	background: none;
	border: thin solid #aaa;
	color: #aaa;
	padding: 0px 4px;
}

footer div.rightaligned p
{
	text-align: right;
}

footer div.rightaligned p:first-child
{
	padding-top: 45px;
}

section#thecompany
{
	margin-top: 50px;
}

section#thecompany h2
{
	margin-bottom: 20px;
}

section#thecompany div>img
{
	border: 12px solid #ddd;
	float: left;
	margin: 13px;
	margin-left: 0;
}

section#thecompany div>p
{
	padding-top: 7px;
}

section#teamsection
{
	margin-top: 30px;
}

ul#team
{
	list-style: none;
}

ul#team li
{
	float: left;
	margin: 30px 50px;
}

ul#team li img
{
	border: 8px solid #ddd;
}

ul#team li h3, 
ul#team li h4
{
	text-align: center;
}

ul#team li h3
{
	color: #659f1a;
}

body#testimonials section#fulltestimonials, section#celebrities, #csrsection
{
	margin-top: 50px;
}

body#testimonials section#fulltestimonials ul, section#celebrities ul, #csrsection ul
{
	border: 1px solid #ddd;
	list-style: none;
}

body#testimonials section#fulltestimonials ul#paginationlinks
{
	border: none;
}

body#testimonials section#fulltestimonials li, section#celebrities li, #csrsection li
{
}

body#testimonials img.dp, section#celebrities img.dp, #csrsection img.dp
{
	border: 8px solid #ddd;
	float: left;
	margin: 20px;
}


body#testimonials section#fulltestimonials h2, section#celebrities h2, #csrsection h2
{
	background: none; 
	padding-bottom: 2px;
	padding-top: 25px;
}

body#testimonials h3, section#celebrities h3, #csrsection h3
{
	margin-top: -10px;
}

body#testimonials div.testitext, section#celebrities div.testitext, #csrsection div.testitext
{
	margin-top: 10px;
	padding-right: 30px;
	text-align: justify;
}

body#testimonials section#fulltestimonials div.clear, section#celebrities div.clear, #csrsection div.clear
{
	border-bottom: 1px solid #ddd;
	height: 10px;
	margin: 10px auto;
	width: 90%;
}

body#testimonials section#fulltestimonials li:last-child div.clear, section#celebrities li:last-child div.clear, #csrsection li:last-child div.clear
{
	border-bottom: none;
}

body#csr li,
body#celebrity li
{
	position: relative;
}

body#csr div.websitelink
{
	background-color: #fff;
	bottom: 10px;
	font-size: 1.1em;
	padding: 5px;
	position: absolute;
	right: 30px;
}

body#celebrity div.websitelink
{
	bottom: 30px;
	font-size: 1.1em;
	position: absolute;
	right: 30px;
}

body#celebrity div.websitelink a
{
	background-color: #fff;
	margin-left: 10px;
	padding: 5px;
}

footer nav ul
{	
	background-color: #ddd;
	clear: both;
	padding: 17px 0;
	text-align: center;		
}

footer nav li
{
	display: inline-block;
}

footer nav li a
{
	border-right: 2px solid #eee;
	color: #000;
	font-size: 1.5em;
	padding: 0 33px;
}

footer nav li:last-child a
{
	border-right: none;
}

div#contactrow
{
	border: 1px solid #ddd;
	color: #000;
	margin-top: 50px;
}

div#contactrow>section
{
	float: left;
	width: 510px;
}

div#contactrow h2
{
	background: none;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: normal;
}

body#contact form
{
	padding: 20px;
}

body#contact form p
{
	margin-bottom: 25px;
}

body#contact input, body#contact label, body#contact textarea,
body#celebrity input, body#celebrity label, body#celebrity textarea, select
{
	border: none;
	display: block;
	font-size: 1.2em;
	padding: 4px 0;
	width: 396px;
}

body#contact input, select,
body#contact textarea,
body#celebrity input,
body#celebrity textarea
{
	background-color: #e5e5e5;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 8px;
}

body#contact textarea
{
	height: 130px;
}

body#contact input[type="submit"],
body#contact input[type="reset"],
body#celebrity input[type="submit"],
body#celebrity input[type="reset"]
{
	background: none;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 56px;
	text-transform: uppercase;
	width: 80px;
}

body#contact section#contactdetails
{
	border-left: 1px solid #ddd;
}

body#contact section#contactdetails>img
{
	margin-left: 20px;
	margin-top: 20px;
}

body#contact section#contactdetails p, body#contact section#contactdetails h3
{
	padding-left: 20px;
}

body#contact section#contactdetails p
{
	float: left;
	font-size: 1.2em;
	padding-left: 25px;
	width: 220px;
}

body#contact section#contactdetails h3
{
	font-size: 1.4em;
	margin-top: 13px;
}

body#contact section#contactdetails p span
{
	display: block;
}

body#contact section#contactdetails iframe
{
	margin-left: 20px;
	margin-top: 13px;
}

body.webdesigning section#works,
body#wordpress section#works,
body#socialmedia section#works
{
	margin-top: 50px;
}

section#works h2
{
	padding-left: 55px;
}

section#works div.wdcategories
{
	height: 30px;
	margin-bottom: 10px;
	position: relative;
}

section#works>p
{
	margin: 10px auto;
	width: 920px;
}

section#works div.wdcategories p
{
	background-color: #ddd;
	cursor: pointer;
	float: right;
	margin-right: 52px;
	padding: 4px 12px;
}

section#works div.wdcategories span
{
	background-color: #420;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 5px;
	position: relative;
	right: -5px;
}

section#works div.wdcategories ul
{
	display: none;
	position: absolute;
	right: 52px;
	top: 40px;
	z-index: 9000;
}

section#works div.wdcategories ul a
{
	background-color: #ddd;
	border-bottom: 1px solid #fff; color: #444;
	display: block;
	font-size: 0.95em;
	padding: 4px 13px;
	text-align: right;
}

section#works div.wdcategories ul a:hover
{
	background-color: #fff;
}

body.webdesigning section#works ul,
body#wordpress section#works ul,
body#socialmedia section#works ul
{
	list-style: none;
}

body.webdesigning ul#pagesul,
body#wordpress ul#pagesul,
body#socialmedia ul#pagesul
{	
	height: 760px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

body.webdesigning ul#pagesul>li,
body#wordpress ul#pagesul>li,
body#socialmedia ul#pagesul>li
{
	display: none;
	height: 760px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1000px;
}


body#wordpress ul#pagesul,
body#wordpress ul#pagesul>li
{
	height: 300px;
}


body.webdesigning ul#pagesul>li:first-child,
body#wordpress ul#pagesul>li:first-child,
body#socialmedia ul#pagesul>li:first-child
{
	display: block;
}

body.webdesigning div.screenshots,
body#wordpress div.screenshots,
body#socialmedia div.screenshots
{
	background-color: #fff;
	border: 12px solid #ebebeb;
	cursor: pointer;
	float: left;
	overflow: hidden;
	width: 256px;
}

body.webdesigning div.screenshots h4,
body#wordpress div.screenshots h4,
body#socialmedia div.screenshots h4
{
	border-top: 8px solid #ebebeb;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: -5px;
	padding: 4px;
}

body.webdesigning div.screenshots .detailslinks,
body#wordpress div.screenshots .detailslinks,
body#socialmedia div.screenshots .detailslinks,
body#casestudies div.screenshots .csdetailslinks,
body#catalogue div.screenshots .csdetailslinks,
body#stationery div.screenshots .csdetailslinks,
body#films div.screenshots .csdetailslinks
{	
	cursor: pointer;
	float: right;
	margin-right: 6px;
	margin-top: 6px;
}

body.webdesigning div.details,
body#wordpress div.details,
body#socialmedia div.details
{
	background-color: #ebebeb;
	display: none;
	height: 200px;
	margin-left: 290px;
	margin-right: 40px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

body.webdesigning div.details p.close, body.webdesigning div.details p.websitelink,
body#wordpress div.details p.close, body#wordpress div.details p.websitelink,
body#socialmedia div.details p.close, body#socialmedia div.details p.websitelink
{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 6px;
	position: absolute;
	right: 12px;
}

body.webdesigning div.details p.close,
body#wordpress div.details p.close,
body#socialmedia div.details p.close
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	top: 12px;
}

body.webdesigning div.details p.websitelink,
body#wordpress div.details p.websitelink,
body#socialmedia div.details p.websitelink
{
	bottom: 12px;
	font-size: 1em;
	font-weight: normal;
}

p.websitelink a
{
background-color: #fff;
margin-right: 5px;
width:80px;
display:inline-block;
text-align:center;
}

body.webdesigning div.details h3,
body#wordpress div.details h3,
body#socialmedia div.details h3
{
	border-bottom: 1px solid #fff;
	color: #659f1a;
	font-size: 1.2em;
	padding-bottom: 4px;
}

body.webdesigning div.details div.content,
body#wordpress div.details div.content,
body#socialmedia div.details div.content
{
	padding: 2px 25px;
	padding-left: 13px;
}

.designsul>li
{
	position: absolute;
	z-index: 0;
}

.designsul>li.slot1
{
	left: 40px;
	top: 10px;
}

.designsul>li.slot2
{
	left: 360px;
	top: 10px;
}

.designsul>li.slot3
{
	left: 680px;
	top: 10px;
}

.designsul>li.slot4
{
	left: 40px;
	top: 260px;
}

.designsul>li.slot5
{
	left: 360px;
	top: 260px;
}

.designsul>li.slot6
{
	left: 680px;
	top: 260px;
}

.designsul>li.slot7
{
	left: 40px;
	top: 510px;
}

.designsul>li.slot8
{
	left: 360px;
	top: 510px;
}

.designsul>li.slot9
{
	left: 680px;
	top: 510px;
}
.designsul>li.slot10
{
	left: 40px;
	top: 760px;
}
.designsul>li.slot11
{
	left: 360px;
	top: 760px;
}

.designsul>li.slot12
{
	left: 680px;
	top: 760px;
}
.designsul>li.slot13
{
	left: 40px;
	top: 1010px;
}
.designsul>li.slot14
{
	left: 360px;
	top: 1010px;
}

.designsul>li.slot15
{
	left: 680px;
	top: 1010px;
}
.designsul>li.slot16
{
	left: 40px;
	top: 1260px;
}
.designsul>li.slot17
{
	left: 360px;
	top: 1260px;
}

.designsul>li.slot18
{
	left: 680px;
	top: 1260px;
}

.designsul>li.slot19
{
	left: 40px;
	top: 1510px;
}
.designsul>li.slot20
{
	left: 360px;
	top: 1510px;
}

.designsul>li.slot21
{
	left: 680px;
	top: 1510px;
}
.designsul>li.slot22
{
	left: 40px;
	top: 1760px;
}
.designsul>li.slot23
{
	left: 360px;
	top: 1760px;
}

.designsul>li.slot24
{
	left: 680px;
	top: 1760px;
}
.designsul>li.slot25
{
	left: 40px;
	top: 2010px;
}
.designsul>li.slot26
{
	left: 360px;
	top: 2010px;
}

.designsul>li.slot27
{
	left: 680px;
	top: 2010px;
}
.designsul>li.slot28
{
	left: 40px;
	top: 2260px;
}
.designsul>li.slot29
{
	left: 360px;
	top: 2260px;
}

.designsul>li.slot30
{
	left: 680px;
	top: 2260px;
}
.designsul>li.slot31
{
	left: 40px;
	top: 2510px;
}
.designsul>li.slot32
{
	left: 360px;
	top: 2510px;
}

.designsul>li.slot33
{
	left: 680px;
	top: 2510px;
}
.designsul>li.slot34
{
	left: 40px;
	top: 2760px;
}
.designsul>li.slot35
{
	left: 360px;
	top: 2760px;
}

.designsul>li.slot36
{
	left: 680px;
	top: 2760px;
}
.designsul>li.slot37
{
	left: 40px;
	top: 3010px;
}
.designsul>li.slot38
{
	left: 360px;
	top: 3010px;
}
.designsul>li.slot39
{
	left: 680px;
	top: 3010px;
}
.designsul>li.slot40
{
	left: 40px;
	top: 3260px;
}
.designsul>li.slot41
{
	left: 360px;
	top: 3260px;
}
.designsul>li.slot42
{
	left: 680px;
	top: 3260px;
}

.designsul>li.slot43
{
	left: 40px;
	top: 3510px;
}
.designsul>li.slot44
{
	left: 360px;
	top: 3510px;
}
.designsul>li.slot45
{
	left: 680px;
	top: 3510px;
}
.designsul>li.slot46
{
	left: 40px;
	top: 3760px;
}

.designsul>li.slot47
{
	left: 360px;
	top: 3760px;
}
.designsul>li.slot48
{
	left: 680px;
	top: 3760px;
}
.designsul>li.slot49
{
	left: 40px;
	top: 4010px;
}
.designsul>li.slot50
{
	left: 360px;
	top: 4010px;
}
.designsul>li.slot51
{
	left: 680px;
	top: 4010px;
}


.designsul>li.slot52
{
	left: 40px;
	top: 4260px;
}
.designsul>li.slot53
{
	left: 360px;
	top: 4260px;
}
.designsul>li.slot54
{
	left: 680px;
	top: 4260px;
}
.designsul>li.slot55
{
	left: 40px;
	top: 4510px;
}
.designsul>li.slot56
{
	left: 360px;
	top: 4510px;
}
.designsul>li.slot57
{
	left: 680px;
	top: 4510px;
}
.designsul>li.slot58
{
	left: 40px;
	top: 4760px;
}
.designsul>li.slot59
{
	left: 360px;
	top: 4760px;
}
.designsul>li.slot60
{
	left: 680px;
	top: 4760px;
}
.designsul>li.slot61
{
	left: 40px;
	top: 5010px;
}

.designsul>li.slot62
{
	left: 360px;
	top: 5010px;
}
.designsul>li.slot63
{
	left: 680px;
	top: 5010px;
}
.designsul>li.slot64
{
	left: 40px;
	top: 5260px;
}




ul#paginationlinks
{
	margin-bottom: 22px;
	margin-right: 52px;
	margin-top: 20px;
	text-align: right;
}

ul#paginationlinks li
{
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	margin: 0 4px; 
	padding: 3px 5px;
	-webkit-transition: all 0.3s linear 0.2s;
	transition: all 0.3s linear 0.2s;
	background-color:#dddddd;
}

ul#paginationlinks li:hover,
ul#paginationlinks li.activepage
{
	border: 1px solid #555;
	
}

div#zebra
{
	bottom: -50px;
	bottom: -255px;
	position: fixed;
	left: 50px;
	z-index: 9999;
}



a.small_lightbox
{
	background-color: rgba( 255, 255, 255, 0.7 );
}

div#small_lightbox, div#preloader, div#small_videobox
{	
	background: rgba( 0, 0, 0, 0.7 ) url(../images/overlay.png);
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9000;
}

div#small_lightbox div, div#small_videobox div 
{
	width: 616px;
}

body#stationery.letterheads div#small_lightbox div
{
	width: 366px;
}

body#stationery.inlay div#lbviewport
{
	margin: 50px auto;
	position: relative;
	width: 516px;
}

div#lbviewport p.lightbox_close
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 39;
}

div#lbviewport div
{
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 26;
}

body#stationery.inlay #lbviewport div
{
	width: 516px;
}

body#stationery.designcatalogue div#small_lightbox div
{
	margin: 50px auto;
	width: 716px;
}

div#small_lightbox img, div#small_videobox iframe
{
	border: 8px solid #fff;
}

body#stationery div#small_lightbox img
{
	border: 8px solid #ebebeb;
	border-top: none;
}

div#small_lightbox p.lightbox_close, div#small_videobox p.videobox_close
{
	background-color: #fff;
	cursor: pointer;	
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px 8px;
	position: relative;
}

div#small_lightbox p.lightbox_close
{
	background-color: #ebebeb;
}

div#small_videobox p.title, div#small_lightbox p.title
{
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 15px;
}

body#stationery div#small_lightbox p.title
{
	background-color: #ebebeb;
}


div#preloader
{
	background-color: rgba( 0, 0, 0, 0.8 );
}

div#preloader img
{
	display: block;
	margin: 300px auto;
}


body#films section#works, body#stationery section#works
{
	margin-top: 20px;
}

#callbutton
{
	cursor: pointer;
}

body#disclaimer section#thecompany ul
{
	list-style: circle;
	margin: 60px;
	text-align:justify;
}

body#disclaimer section#thecompany li
{
	line-height: 1.5em;
	margin: 15px 0;
}

p.success
{
	color: #00CC33; 
	font-weight: bold;
}

p.error
{
	color: red; 
	font-weight: bold;
}

div#availabilitydiv
{
	background-color: rgba( 155, 155, 155, 0.8 );
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
}

div#availabilitydiv section
{
	background-color: rgba( 101, 159, 26, 0.4 );
	border: thin solid white;
	height: 500px; 
	left: 50%;
	margin: -250px 0px 0px -206px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 412px;
}

div#availabilitydiv h2
{
	background-color: transparent;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0;
}

div#availabilitydiv input[type="submit"],
div#availabilitydiv input[type="reset"]
{
	background-color: #ddd;
	margin: 0;
	margin-left: 20px;
}

#availabilitydiv select
{
	color: #555;
	width: 412px;
}

#availabilitydiv .close
{
	background-color: rgba( 101, 159, 26, 0.4 );
	border: thin solid #fff;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 6px;
	position: absolute;
	right: -1px;
	top: -36px;
}

#availabilitydiv #response
{
	background-color: rgba( 255, 255, 255, 0.9 );
	border: thin solid white;
	display: none;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: -10px;
}

#availabilitydiv #response.error
{
	box-shadow: 0px 0px 8px rgba( 255, 0, 0, 0.5 );
	color: red;
}

#availabilitydiv #response.success
{
	color: green;
}

#works p.introductory
{
	font-size: 1.5em;
	margin: 30px auto;
}

.miscellaneous .windowcontainer
{
	height: 220px;
	margin: 20px auto;
	margin-bottom: 50px;
	position: relative;
	width: 920px;
}

.miscellaneous .window
{
	height: 220px;
	overflow: hidden;
	width: 920px;
}

.miscellaneous .prev,
.miscellaneous .next
{
	background-position: 0px 60px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 220px;
	position: absolute;
	top: 0px;
	width: 50px;
}

.miscellaneous .prev
{
	background-image: url(../images/prev.png);
	left: -50px;
}

.miscellaneous .next
{
	background-image: url(../images/next.png);
	background-position: -10px 60px;
	right: -50px;
}

.miscellaneous ul
{
	left: 0px;
	position: relative;
	width: 5000px;
}

.miscellaneous li
{
	display: inline-block;
	margin: 0 12px;
}

div#map
{
	border: thin solid #ddd;
	height: 300px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 425px;
}

.bubblingG {
text-align: center;
width:80px;
height:50px;
margin-left: 100px;
}

.bubblingG span {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
margin: 25px auto;
background: #659f1a;
-moz-border-radius: 50px;
-moz-animation: bubblingG 1.3s infinite alternate;
-webkit-border-radius: 50px;
-webkit-animation: bubblingG 1.3s infinite alternate;
-ms-border-radius: 50px;
-ms-animation: bubblingG 1.3s infinite alternate;
-o-border-radius: 50px;
-o-animation: bubblingG 1.3s infinite alternate;
border-radius: 50px;
animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}

#bubblingG_2 {
-moz-animation-delay: 0.39s;
-webkit-animation-delay: 0.39s;
-ms-animation-delay: 0.39s;
-o-animation-delay: 0.39s;
animation-delay: 0.39s;
}

#bubblingG_3 {
-moz-animation-delay: 0.78s;
-webkit-animation-delay: 0.78s;
-ms-animation-delay: 0.78s;
-o-animation-delay: 0.78s;
animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#659f1a;
-moz-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-moz-transform: translateY(-21px);
}

}

@-webkit-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#659f1a;
-webkit-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-webkit-transform: translateY(-21px);
}

}

@-ms-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#659f1a;
-ms-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-ms-transform: translateY(-21px);
}

}

@-o-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#659f1a;
-o-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-o-transform: translateY(-21px);
}

}

@keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#659f1a;
transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
transform: translateY(-21px);
}

}