@charset "UTF-8";

img {
	border: none;
}

h2 {
	color: #90a93c;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a:link {
	text-decoration: none;
	color: #cd161c;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #497516;
	font-weight: bold;
}

#pageWrapper {
	background-image: url(images/bannerRepeater.jpg);
	background-repeat: repeat-x;
}

#headerWrapper {
	width: 966px;
	height: 160px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 4px;
}

#divAldbLogo {
	padding: 30px 0 0 0;
	float: left;
}

#divNavigation {
	padding: 68px 0 0 0;
	float: right;
}

#divQuoteTop {
	width: 960px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background-image: url(images/quoteDesign.png);
	background-repeat: no-repeat;
}

.skyImage {
		   
}

#homeSkyImage {
	height: 300px;
	background-position: center top;
	background-image: url(images/homeSky.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.clear {
	clear: both;
}

#divHomeContent {
	width: 960px;
	margin: 0 auto 0 auto;
}

.largeTitle {
	width: 950px;
	margin: 0 0 4px 10px;
}

.smallTitle {
	width: 950px;
	margin: 20px 0 4px 10px;
}

.pageBreak12 {
	width: 940px;
	height: 2px;
	margin: 0 10px 0 10px;
	background-image: url(images/pageBreakRepeater.gif);
	background-repeat: repeat-x;
}

.homeProject8wrapper {
	width: 640px;
	float: left;
	padding: 20px 0 0 0;
}

.homeProject8title {
	width: 620px;
	height: 23px;
	margin: 0 10px 0 10px;
}

.homeproject8break {
	width: 620px;
	margin: 0 10px 0 10px;
	height: 2px;
	background-image: url(images/pageBreakRepeater.gif);
	background-repeat: repeat-x;
}

.homeProjects4 {
	float: left;
	padding: 10px 0 0 0;
}

.homeProjects4wrapper {
	width: 320px;
	float: left;
	padding: 20px 0 0 0;	
}

.homeProject4title {
	width: 300px;
	height: 23px;
	margin: 0 10px 0 10px;
}

.homeProject4break {
	width: 300px;
	margin: 0 10px 0 10px;
	height: 2px;
	background-image: url(images/pageBreakRepeater.gif);
	background-repeat: repeat-x;
}

#homeSkyImageFooter {
	height: 265px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/homeSkyBottom.jpg);
}

#homeBackgroundImageDiv {
	width: 960px;
	height: 520px;
	margin: 0 auto 0 auto;
	background-image: url(images/homeFooterIllustration.jpg);
	backgrounf-repeat: no-repeat;
}

/* New Item Designs in here e.g. Posters */

.largeItemWrapper {
	padding: 0 0 20px 10px;
}

.largePicture {
	width: 614px;
	height: 234px;
	float: left;
	background-image: url(images/posters/border_large.gif);
	background-repeat: no-repeat;
	padding: 3px;
}

.largeText {
	width: 310px;
	height: 240px;
	float: left;
	padding: 0 0 0 20px;
}

/* New Item Designs in here e.g. Posters */

/* Footer to go in here */

#divFooterWrapper {
	margin: -25px 0 0 0;
}

#divWaves {
	background-image: url(images/wavesRepeater.png);
	background-repeat: repeat-x;
	height: 8px
}

#divFooterContainer {
	background-color: #34312f;
	height: 225px;
}

#divFooterContent {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 30px 0 10px 0;
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font: #ffffff;
	background-color: #34312f;
}

.footerInformation {
	width: 140px;
	padding: 0 10px 0 10px;
	float: left;
}

ul.Footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.6;
}

li.FooterItem {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

li.FooterItem a {
	text-decoration: none;
	color: #ffffff;
}

.share {
	height: 16px;
	width: 16px;
	padding: 4px 8px 4px 0;
	float: left;
}

.friends {
	float: left;
	padding: 5px 20px 10px 0;
}

#friendsSupport {
	width: 400px;
	float: left;
}

/* Footer ends */
/* Homepage About Aldb */

#divAboutAldb {
	width: 460px;
	padding: 0 0 0 10px;
}

#divAboutTitle {
	padding: 30px 0 0 0;
}

#divAboutAldb .pageBreak12 {
	width: 460px;
	margin: 10px 0 20px 0;
}

#divAboutContent {
	padding: 20px 0 20px 0;
	
}

#divAboutImages {
	
}

 /* Nav Item */
 
li.NavItem {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
	height: 38px;
	overflow:hidden;
}

ul.Nav {
	padding: 40px 0 0 0;
	margin: 0px;	
}

/* Nav Item end*/
/*Sprites work from this bit*/


.menuNotVisible {
	visibility: hidden;	
}

#Menu_home {
	background-repeat: no-repeat;
	height: 38px;
	width: 56px;
	background-position: 0px 0px;
	display: block;
	background-image: url(images/menusprites/btn_home.png);
}
#Menu_home:hover {
	background-position: 0px -38px;	
}

#Menu_howItWorks {
	background-image: url(images/menusprites/btn_howItWorks.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 106px;
	background-position: 0px 0px;
	display: block;
}
#Menu_howItWorks:hover {
	background-position: 0px -38px;
}


#Menu_posters {
	background-image: url(images/menusprites/btn_posters.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 67px;
	background-position: 0px 0px;
	display: block;
}
#Menu_posters:hover {
	background-position: 0px -38px;
}

#Menu_photography {
	background-image: url(images/menusprites/btn_photography.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
}
#Menu_photography:hover {
	background-position: 0px -38px;
}

#Menu_illustration {
	background-image: url(images/menusprites/btn_illustration.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 86px;
	background-position: 0px 0px;
	display: block;
}
#Menu_illustration:hover {
	background-position: 0px -38px;
}

#Menu_tshirts {
	background-image: url(images/menusprites/btn_tshirts.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 71px;
	background-position: 0px 0px;
	display: block;
}
#Menu_tshirts:hover {
	background-position: 0px -38px;
}

#Menu_badges {
	background-image: url(images/menusprites/btn_badges.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 65px;
	background-position: 0px 0px;
	display: block;
}
#Menu_badges:hover {
	background-position: 0px -38px;
}

#Menu_iLoveRobots {
	background-image: url(images/menusprites/btn_iloverobots.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 103px;
	background-position: 0px 0px;
	display: block;
}
#Menu_iLoveRobots:hover {
	background-position: 0px -38px;
}

#Menu_xrayrebel {
	background-image: url(images/menusprites/btn_properWork.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 103px;
	background-position: 0px 0px;
	display: block;
}
#Menu_xrayrebel:hover {
	background-position: 0px -38px;
}


/*Sprites end*/

/*Flash Start*/

.flashSignpost {
	float: left;	
}

/*Flash End*/

/* Web Design Start*/

#webSkyImageFooter {
	height: 375px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/web_design/footerEasterIsland.jpg);
}

#webSkyImage {
	width: 960px;
	height: 250px;
	margin: 0 auto 0 auto;
	background-position: right top;
	background-image: url(images/skyTop.jpg);
	background-repeat: no-repeat;
}

#divInnerContent {
	width: 960px;
	margin: 0 auto 0 auto;
}

#divInnerContent .pageBreak12 {
	width: 940px;
	margin: 10px 0 20px 10px;
}

.projectLarge {
	padding: 0 0 10px 0;
	width: 960px;
	height: 230px;
}

.projectMedium {
	padding: 0 0 10px 0;
	width: 480px;
	height: 180px;
	float: left;
}

/* Web Design End */

/* Graphic Design Start*/

#easterImageFooter {
	height: 360px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer/footerEasterIsland.jpg);
}

#isleWoodImageFooter {
	height: 360px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer/footerIsleWhite.jpg);
}

#desertImageFooter {
	height: 360px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer/footerDesertIsland.jpg);
}

#vikingImageFooter {
	height: 285px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer/footerViking.jpg);
}

#shipWreckImageFooter {
	height: 285px;
	margin: 20px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer/footerShipWreck.jpg);
}
