/*

	Thinknostic - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body
{
	background-color: #626366;
	margin-top: 35px;
}

body, div, td 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

p
{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */

#container
{
	width: 100%;
	text-align: center;
}

#wrapper
{
	text-align: left;
	width: 716px;
	margin: 0 auto;
}

#bkg
{
	width: 716px;
	height: 583px;
	position: relative;
	background: #FFFFFF url(../images/wrapper/bkg.gif) top left no-repeat;
}

#bkg-home
{
	width: 716px;
	height: 583px;
	position: relative;
	background: #FFFFFF url(../images/wrapper/bkg-home.gif) top left no-repeat;
}


/* =Top Navigation
---------------------------------------------------------------------------------------------------- */
#topLogo
{
	position: absolute;
	left: 50px;
	top: 24px;
}

#topNav
{
	position: absolute;
	margin-left: 310px;
	margin-top: 74px;
}

#topNav ul {
	margin: 0;
	padding: 0;
	display: inline;
	} 

#topNav ul li {
	margin: 0;
	padding: 0 21px 0 0;
	list-style: none;
	display: inline;
	}

#topNav ul li.last {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
/* =Label
---------------------------------------------------------------------------------------------------- */
#label
{
	position: absolute;
	margin-left: 0px;
	margin-top: 146px;
}

/* =Home Intro Text & Flash
---------------------------------------------------------------------------------------------------- */
#homeIntro
{
	position: absolute;
	margin-left: 59px;
	margin-top: 190px;
	font-size: 12px;
	color: #606060;
	width: 300px;
}

#homeIntro p
{
	margin: 0 0 10px 0;
	line-height: 2.25em;
}

#homeFlash
{
	position: absolute;
	margin-left: 300px;
	margin-top: 115px;
}


/* =About Flash
---------------------------------------------------------------------------------------------------- */
#aboutFlash
{
	position: absolute;
	margin-left: 136px;
	margin-top: 139px;
}

/* =Left Navigation
---------------------------------------------------------------------------------------------------- */
#leftNav
{
	position: absolute;
	margin-left: 28px;
	margin-top: 125px;
}

#leftNav ul {
	margin: 5px 0 0 19px;
	padding: 0;
	} 

#leftNav ul li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	}
	
#leftNav ul li.last {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* =Content
---------------------------------------------------------------------------------------------------- */

#content
{
	position: absolute;
	overflow: auto;
	width: 527px;
	height: 358px;
	margin-left: 136px;
	margin-top: 140px;
	padding-right: 15px;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */

h1
{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.bigger
{
	font-size: 14px;
}

.smaller 
{
	font-size: 10px;
}

.inaword
{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	width: 716px;
	padding-top: 10px;
}

#footer ul 
{
	margin: 0;
	padding: 0;
	display: inline;
} 

#footer ul li 
{
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	display: inline;
}

#footer ul li a 
{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a 
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer ul li a:hover
{
	text-decoration: underline;
}


/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */
a
{
	color: #666666;
	text-decoration: underline;
}
a:visited
{
	color: #666666;
}

a:hover
{
	color: #FBB355;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */

ul 
{
	list-style: square;
	margin: 0 0 1em 0;
	padding: 0 0 0 24px;
}
	
ol 
{
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

li 
{
	margin-bottom: 0.5em;
}

ul li ul
{
	list-style: square;
	margin: 5px 0 1em 0;
	padding: 0 0 0 24px;
}
	