/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* ---- END RESET CSS ---- */

body {
	margin: 0;
	padding: 0;
	background-color: #eaeaea;	/* Outside the 960 */
 }

.SectionBreak {
	margin: 0 auto;
	height: 50px;
	width: 960px;
	background-color: #db3437;
}

.SectionBreak .aboutLabel {
	margin-left: 38px;
	margin-top: 18px;
}

.SectionBreak .galleryLabel {
	margin-left: 38px;
	margin-top: 12px;
}

.SectionBreak .contactLabel {
	margin-left: 38px;
	margin-top: 20px;
}


.AJ_Head {
	margin: 0 auto;
	width: 960px;
	height: 754px;
	background-image: url(../img/header.jpg);
}

/* ------------- A B O U T  S E C T I O N --------------- */

.AJ_About {
	margin: 0 auto;
	width: 960px;
	height: 380px;
}

.BioText {
	position: absolute;
	color: #414141;
	letter-spacing: 0px;
	width: 520px;
	margin-left: 410px;
	margin-top: 22px;
	font: 200 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

.BioPhoto {
	position: absolute;
	margin-left: 50px;
	margin-top: 16px;
}

.AJ_Gallery {
	margin: 0 auto;
	width: 960px;
	height: 680px;
}

.tabEvents {
	position: absolute;
	margin-top: 34px;
	margin-left: 38px;
}

.tabPromotions {
	position: absolute;
	margin-top: 225px;
	margin-left: -3px;
}

.tabCreations {
	position: absolute;
	margin-top: 416px;
	margin-left: 11px;
}

.viewContainer {
	position: absolute;
	cursor:pointer;
	margin-left: 108px;
	margin-top: 40px;
	width: 960px;
}

.viewContainer ul {
	list-style-type: none;
}

div.img
  {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  border:0px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  margin-top: 0px;
  margin-left: 0px;
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  }
  
div.img img
  {
  display:inline;
  margin:0px;
  border:0px;
  }
  
div.img a:hover img
  {
  	opacity:0.7;
  	filter:alpha(opacity=70); /* For IE8 and earlier */
  }
  
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

.spriteViewButton {
	position: absolute;
	margin-left: 840px;
	margin-top: 620px;
}

a.spriteViewButton:link, a.spriteViewButton:visited {
	display: block;
	width: 111px;
	height: 37px;
	text-indent:-9999px;
	background: url('../img/button_viewmore.png') 0 0 no-repeat;
}

a.spriteViewButton:hover, a.spriteViewButton:active {
	display: block;
	width: 111px;
	height: 37px;
	text-indent:-9999px;
	background: url('../img/button_viewmore.png') 0 -37px no-repeat;
}

.AJ_Contact {
	margin: 0 auto;
	width: 960px;
	height: 250px;
	background-color: #404040;
}

.contactEmail {
	margin: 0 auto;
	position: absolute;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	margin-left: 40px;
	margin-top: 48px;
}

.contactPhone {
	margin: 0 auto;
	position: absolute;
	font: 100 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	margin-left: 40px;
	margin-top: 78px;
	letter-spacing: 1px;
}

.webFooter {
	margin: 0 auto;
	position: absolute;
	font: 300 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	margin-top: 200px;
	margin-left: 680px;
	text-align: right;
}

.webFooter a:link, .webFooter a:visited {
	color: #ff6b6b;
	text-decoration: none;
}

.webFooter a:hover {
	color: #fdd7d7;
	text-decoration: none;
}




















