/* FUNCTION Graphics - http://www.functiongraphics.com */

body {
	background: #333333 url(images/stripe.jpg) left top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	}

h1 {
	font-size: 16px;
	margin-top: 0px;
	color: #666666;
	}

h2 {
	font-size: 14px;
	margin-top: 0px;
	color: #666666;
	}

h3 {
	font-size: 11px;
	text-align: center;
	}

a:link {
	color: #ffffff;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #ff9900;
	}

#pageArea {
	width: 1000px;
	}

#headerArea {
	background: url(images/header.jpg) no-repeat;
	width: 1000px;
	height: 150px;
	}

	#headerArea img {
		position: absolute;
		top: 117px;
		left: 434px;
		}

#navBar {
	width: 780px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 94px;
	}

#navBar a:link {
	color: #666666;
	text-decoration: none;
	}

#navBar a:visited {
	color: #666666;
	text-decoration: none;
	}

#navBar a:hover {
	color: #ff9900;
	text-decoration: none;
	}

#navBar span {
	font-weight: normal;
	color: #666666;
	}

#contentArea {
	width: 1000px;
	}

#contentArea p	{
	margin-top: 0px;
	}

#indicatorHome, #indicatorAbout, #indicatorPortfolio, #indicatorUploads, #indicator404 {
	margin-left: 50px;
	width: 100px;
	height: 400px;
	}

	#indicatorHome {
		background: url(images/page_home.jpg) no-repeat;
		}

	#indicatorAbout {
		background: url(images/page_about.jpg) no-repeat;
		}
	
	#indicatorPortfolio {
		background: url(images/page_portfolio.jpg) no-repeat;
		}
	
	#indicatorUploads {
		background: url(images/page_uploads.jpg) no-repeat;
		}
	
	#indicator404 {
		background: url(images/page_notfound.jpg) no-repeat;
		}

#contentBox {
	width: 700px;
	position: absolute;
	top: 170px;
	left: 150px;
	margin-left: 20px;
	}

#homeContent li, p {
	width: 700px;
	font-size: 12px;
	}

#aboutContent a:link {
	color: #666666;
	}

#aboutContent a:visited {
	color: #666666;
	}

#aboutContent a:hover {
	color: #ff9900;
	}

#textBox {
	top: 0px;
	left: 0px;
	font-size: 15px;
	}

address {
	position: relative;
	top: 75px;
	left: 0px;
	font-style: normal;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
	}

li {
	color: #666666;
	}

.whiteText {
	color: #ffffff;
	}

.greyText {
	color: #666666;
	}

#comingAttractions {
	margin-top: 40px;
	text-align: center;
	}

.webRow {
	width: 720px;
	height: 192px;
	margin-bottom: 10px;
	}

#webAAL, #webAMAC, #webAPD, #webBackerUp, #webBigCheddah, #webTBSA, #webFehrFoods, #webSafetyCity {
	width: 230px;
	height: 192px;
	display: block;
	float: left;
	margin-right: 10px;
	}

#webAAL span, #webAMAC span, #webAMAC span, #webAPD span, #webBackerUp span, #webBigCheddah span, #webTBSA span, #webFehrFoods span, #webSafetyCity span {
	display: none;
	}

#webAAL:hover, #webAMAC:hover, #webAPD:hover, #webBackerUp:hover, #webBigCheddah:hover, #webTBSA:hover, #webFehrFoods:hover, #webSafetyCity:hover {
	background-position: 0 -192px;
	}

	#webAAL {
		background: url(images/web_aal.jpg) no-repeat 0 0;
		}
	
	#webAMAC {
		background: url(images/web_amac.jpg) no-repeat 0 0;
		}
	
	#webAPD {
		background: url(images/web_apd.jpg) no-repeat 0 0;
		}
	
	#webBackerUp {
		background: url(images/web_backerup.jpg) no-repeat 0 0;
		}
	
	#webFehrFoods {
		background: url(images/web_fehrfoods.jpg) no-repeat 0 0;
		}
	
	#webSafetyCity {
		background: url(images/web_safetycity.jpg) no-repeat 0 0;
		}

/* ***** Upload ***** */
.chooseFile {
	color: #ffffff;
	border: 1px dotted #404040;
	width: 600px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.smallPrint {
	font-size: 10px;
	color: #666666;
	}

.labelText {
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	}

.resetButton {
	width: 92px;
	text-align: center;
	background-color: #111111;
	color:  #666666;
	border: 1px solid #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

	.resetButton:hover {
		color: #ffffff;
		background-color: #cc0000;
		}

.submitButton {
	width: 92px;
	text-align: center;
	background-color: #111111;
	color:  #666666;
	border: 1px solid #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

	.submitButton:hover {
		color: #ffffff;
		background-color: #009900;
		}

/* END OF LINE */
