
/* ----------------------------------------------- 
	ittacanada.com Stylesheet
	Author: Joel Pittet
	Created on: May 3, 2009
	
	- GLOBAL RESET
	- BASIC ELEMENTS
	- LAYOUT
	- CUSTOM CLASSES

-------------------------------------------------- */


/* GLOBAL RESET 
------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* BASIC ELEMENTS
------------------------------------------------- */
html {
	
	background: #b6b6b6 url(/img/bg.jpg) no-repeat top center;
	text-align: center;
}
body {
	font: 13px/1.3em helvetica, arial, sans-serif;
	color: #000;
	width: 960px;
	margin: 0 auto;
	text-align: left;
/*	position: relative;*/
}

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #ED1C24;
}


th {
	text-align: left;
}

/* Headings */
h1 { 
	font: 300 20px/1em  "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: .5em; 
	color: #636466;
	padding: 25px 0 15px;
	
}


h2 {	
	font: 300 16px/1.3em Helvetica, Arial, sans-serif;
	margin-top: .5em;
}

h3 { 
	font: 700 14px/1.3em Helvetica, Arial, sans-serif;
	margin-top: 1em;
}

h4 { 
	font: 700 13px/1.3em Helvetica, Arial, sans-serif;
}

h6 {
	font: 700 12px/1.4em Helvetica, Arial, sans-serif;;
	margin: 0;
	padding: 0 20px;
}

p {
	padding: 0.3em 0 0.6em 0;
}

ul, 
ol{ 
	margin: 0;
	padding: 0.3em .2em .6em;
}
ol{ margin-left: 1.5em }

ul li { 
	list-style: disc;
	padding: .3em .3em;
	margin: 0 1em;
}


/* Horizontal Rule */

hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background: #ccc;
	margin: 20px 0;
	padding: 0;
}

small {
	font-size: 12px; 
	color:#999; 
}



/* LAYOUT
------------------------------------------------- */


#header {
	position: relative;
	width: 960px; /* IE7 Fix */
	height: 157px;
	border-bottom: 1px solid #36332e;
/*	background: #727272;*/
}


#header #logo { 
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 13px;
}

#header #logo a {
}


#banner {
	background: #000;
	height: 335px;
	width: 100%;
	left: 0;
	position: absolute;
	margin-top: -1px;
	z-index: 100;
	overflow: hidden;
}
	#banner-inner {
		width: 960px; 
		margin: 0 auto; 
		text-align: left; 
		position: relative; 
		height: 335px;
	}

/* Top Menu --------------------------------------------------*/

#top-menu-bg {
	background: #000009;
	border-bottom: 1px solid #555;
	position: absolute;
	top: 0;
	left: 0; 
	z-index: 10;
	height: 25px;
	width: 960px;
}

#top-menu {
	position: absolute;
/*	background: #222;*/
	height: 26px;
	overflow: hidden;
	z-index: 20;
	left: 0;
	top: 0;
}
#top-menu ul {
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0 0 0 230px;
}
#top-menu ul li {
	list-style:  none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#top-menu ul li a {
	display: block;
	float: left;
	color: #ddd;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 24px;
	line-height: 1.5em;
	height: 26px;
	overflow: hidden;
}
#top-menu ul li.current a,
#top-menu ul li a:hover,
#top-menu ul li a:active {
	color: #fff;
}

/* Training Sections Menu --------------------------------------------------*/
#training-menu-bg {
	background: #000009;
	position: absolute;
	width: 216px;
	height: 188px;
	bottom: 0;
	left: 0; 
	z-index: 10;
}
#training-menu {
	position: absolute;
	width: 216px;
	bottom: 0;
	left: 0; 
	z-index: 20;
}

#training-menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#training-menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
/*	background: #111;*/
	
	border-top: 1px solid #555;
}

#training-menu ul li a {
	margin: 0;
	padding: 9px 13px 0 28px;
	color: #e9e9e9;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 1em;
	/* Asthetics */
	height: 37px;
	overflow: hidden;
} 

#training-menu ul li a span {
	display: block;
	color: #aaa;
	font-size: 14px;
	text-transform: lowercase;
	font-variant: small-caps;
	margin-top: -4px;
}

#training-menu ul li a:hover,
#training-menu ul li a:active	{ 
	color: #fff;
}

#training-menu ul li a:hover span,
#training-menu ul li a:active span { 
	color: #eee;
}

#training-menu ul li.current { 
	background: transparent url(/img/menu-arrow.gif) no-repeat top right;	
}

#training-menu ul li.current a { 

	background: #222;
	color: #FFE341;
}


#main {
	padding: 335px 0 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#left-side {
	width: 216px;
/*	height: 197px;
	background: #333;*/
	float: left;
}

#left-side p {
	font-size: 10px;

}

.quote {
	padding: 10px 25px 10px 12px;
}

#content { 	
	padding: 15px 90px 0 90px;
	margin: 0 70px 0 216px; 
/*	float: left;*/
	background: #fff;
	
}

#footer { 	
	padding: 35px 0 40px 0; /*90px 40px 90px;*/
/*	margin: 0 70px 0 216px; */
	overflow: hidden; /* Float bug fix (clearfix) */
	background: #fff;
	color: #555;
	font-size: 12px;
	text-align: center;
	clear: both;
}

#footer strong {
	font-weight: normal;
	color: #000;
}

.copyright {
	color: #aaa;
}


/* Code */
code, 
pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	white-space:pre; 
}


/* Form
------------------------------------------------- */

label {
	color:#505050;
	display:block;
	font-weight: bold;
	margin-top: .5em;
}

.control-group label {
	display: inline;
	font-weight: normal;
}

input,
textarea,
select  {
	border-width: 1px;
	background: #fff;
}

input.button { 
	letter-spacing: .1em;
	background: #333;
	font-weight: 700;
	color: #fff;
	width: auto;
	border: 1px outset #333;
}

.field {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	padding: 5px;
	font-size: 1em;
}

button,
.button {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	padding: 5px 10px;
	background: #DEEAF0;
	font-size: 1em;
}

button:hover {
	border: 1px solid #C2F96A;
	background: #333;
	color: #fff;
}

.error { color: #920000; }


.required { 
	font-size: 10px; 
	color: #c00;
	font-weight: bold; 
}

.disclaimer { 
	font-size: 11px;
}

/* Extra Calsses 
------------------------------------------------- */


#btn-pal-register {
	display: block;
	float: right;
	color: #fff;
	background: #c02009;
	padding: 15px 25px;
	margin: 0 20px 20px;
	font-size: 14px;
	text-transform: capitalize;
/*	font-variant: small-caps;*/
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: -112px;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 6px;
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 6px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 6px;
	
}



#btn-pal-register span {
	display: block; 
	height: 0px; 
	width: 0px;
	overflow: hidden; 
	position: absolute; 
	top: 47px;
	right: 3px;
	border-top: 10px solid #721;
	border-right: 19px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
	
}
#btn-pal-register:hover {
	color: #FFE341;
	
}

#btn-pal-register span {
	display: block;
	font-variant: normal;
	font-size: 12px;
}

