/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */

/* ===================================================================================== STYLES FOR ALL PAGES */
#mainNav {
	position: absolute;
	right: 0px;
	top: 78px;
	clear: both;
	margin: 0;
	z-index: 1000;
	width: 448px;
}

#footer{
	position: relative;
	font-size: 12px;
}

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

#footerNav{
	width: 300px;
	float: right;
	text-align: right;
}


.nobullet li{
	list-style: none;
}

#contentInt ul
{
	margin: 0;
	padding: 0 0 12px 10px;
	list-style: none;
}

#contentInt li
{
	padding: 0 0 8px 20px;
	background: url(../images/arrow_bullet.gif) 0 8px no-repeat;
}



/* ===================================================================================== STYLES FOR SPLASH PAGE */


#uberSplash {
	position: relative;
	margin: auto auto;
	padding: 0 0 0 10px;
	width: 952px;
	height: 680px;
	background: #FFF url(../images/background_panels.jpg) right 206px no-repeat;
}

#splash_logo {
	position: absolute;
	top: 80px;
	left: 9px;
}

#splash_contactUs {
	position: absolute;
	left: 820px;
	top: 80px;
}

#splash_contactUs a, #splash_contactUs a:active, #splash_contactUs a:visited {
	display: block;
	width: 85px;
	height: 14px;
	background: #FFF url(../images/contactUs_btn.gif) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
}

#splash_contactUs a:hover { background-position: 0 -14px; }

#splash_tagline1 {
	position: absolute;
	left: 14px;
	top: 311px;
	width: 407px;
	height: 46px;
	background: #FFF url(../images/madeInOntario_tagline.jpg) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
}

#splash_tagline2 {
	position: absolute;
	left: 14px;
	top: 369px;
	width: 360px;
	height: 58px;
	background: #FFF url(../images/workingTogether_txt.gif) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
}

#splash_buildImage {
	position: absolute;
	left: 42px;
	top: 460px;
}

#footerContainer {
	margin: auto auto;
	margin-top: 30px;
	width: 952px;
}

/* ===================================================================================== STYLES FOR INTERIOR PAGES */

#uber {
	position: relative;
	margin: auto auto;
	padding: 0 0 0 10px;
	width: 952px;
	/*height: 680px;*/
	background: #FFF;
	clear: both;
}

#about_us, #products_and_services, #contact_us, #why_photowatt, #products{
	position: absolute;
	left: 9px;
	top: 234px;
	width: 493px;
	height: 59px;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
}

#about_us {
	background: #FFF url(../images/about-us.jpg) 0 0 no-repeat;
}

#products {
	background: #FFF url(../images/products-and-services.jpg) 0 0 no-repeat;
}

#contact_us {
	background: #FFF url(../images/contact-us.jpg) 0 0 no-repeat;
}

#why_photowatt {
	background: #FFF url(../images/why-photowatt.jpg) 0 0 no-repeat;
}

#inner{
	position: absolute;
	top: 311px;width: 952px;
	padding: 0 0 0px 4px;
	
}

#content_area{
	position: relative;
	margin-bottom: 30px;
	width: 580px;
}

#legal_area{
	position: relative;
	width: 950px;
	padding: 50px 0 0 50px;
}


.heading{
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

/* ===================================================================================== STYLES FOR FORM */

label {
	float: left;
	padding: 0 40px 0 0px;
	width: 200px;
}

