@import url(menu.css);

html, body {
	margin: 0 auto;
	padding: 0;
	/* background-color: #e1ddd6; */
	background-color: #e3deda;
	
}

html {
	font-size: 100%;
}

body {
	text-align: center;
	font-size: 75%;
	line-height: 18px;
}


/* chart for relative font sizes 
0.8em = 10px;
0.92em = 11px;
1em = 12px;
1.2em = 14px;
1.5em = 18px;
2em = 24px;
*/


#container, div.i3 {
	width: 90%;
	min-width: 820px;
	max-width: 920px;
	/* max-width hack for IE*/
	width:expression(document.body.clientWidth > 920? "920px": "auto" );
	/*min-width hack for IE*/
	width: auto !important;
	width: 720px;
	position: relative;
	/* border: 1px solid #a1a1a2; */
	border-top: none;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	color: #6d6f71;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: #fff;
		min-height: 600px;
	height: auto;
	/*min-height hack for IE 5-6*/
	height: auto !important;
	height: 600px;
	/* clear: both; */
}

div.i3 {
	padding-bottom: 130px;
}

#header {
	height: 113px;
	min-width: 770px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
	z-index: 12;
	background: #ec7a3a url('http://www.sparkandco.ca/images/banner.jpg') repeat-x;
}


#logo {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 113px;
	width: 291px;
	z-index: 100;
	background: #ec7a3a url('http://www.sparkandco.ca/images/logo.jpg') no-repeat;
}

#logo a, #logo a:visited {
	border: none;
}

#menu {
	text-align: left;
	position: absolute;
	left: 97px;
	top: 113px;
	height: 28px;
	background-color: #fff;
	clear: both;
}

#content {
	width: 100%;
	position: relative;
	top: 0px; /* do not change */
}



#left, #right {
	position: relative;
	text-align: left;
	float: left;
}

#left {
	top: 80px;
	width: 300px;
	left: 0px;
	margin: 0;
	overflow: hidden;
	z-index: 8;
}

/*temp */
#left img {
	margin-left: 15px;
}


#right {
	width: 45%;
	left: 0px;
	top: 80px;
	font-size: 1em;
	padding-top: 0px;
	padding-left: 70px;
	/* padding-bottom: 50px;
	margin-bottom: 90px;*/
	padding-bottom: 10px;
	z-index: 10;
	position: relative;
}


/*footer items */

#footer {
	font-size: 0.8em;
	text-align: center;
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    color: #706a61;
	clear: both;
	padding-bottom: 7px;
}


#footer-nav ul {
	padding-left: 0px;
	margin-bottom: 17px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#footer-nav ul li {
	margin-left: 0;
	padding: 0 7px;
	list-style: none;
	display: inline;
}

#footer-nav a {
	text-decoration: none;
	color: #706a61;
}

#footer-nav a:hover {
	border-bottom: 1px solid #000;
	color: #706a61;
}

#footer-nav li#sitemap {
	margin-right: 7px;
}


body#sitemap #footer a#sitemap {
	color: #f47c29;
	border-bottom: 1px solid #000;
}


/* main link styles */

#menu a {
	border: none;
	color: #e3deda;
}

a {
	color: #f47c29;
	text-decoration: none;
	border-bottom: 1px solid;
	position: relative;
}

a:visited {
	color: #5c5750;
}

#footer a {
	border-bottom: none;
}

a:hover, a:visited:hover {
	color: #73a23c;
}


h3 {
	color: #88bf47;
	font-variant:small-caps;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 0.15em;
}

#home h3 {
	font-variant: normal;
}

h4 {
	font-size: 0.92;
	margin: 0 0 1px 0;
	padding: 0px;
	color: #f47c29;
	font-weight: normal;
}

.line {
	border-bottom: 1px dotted #000;
}

.orange {
	color: #f47c29;
}


.clear {
	clear: both;
}

.right-align {
	text-align: right;
	font-style: italic;
}

#header a:focus
{
  -moz-outline-style: none;
}


img {
	display: inline;
	border: none;
}

body#contact a.email {
	border: none;
	text-decoration: underline;
}


/*sub nav */
.subnav {
	padding: 18px 0px 10px 0px;
	border-bottom: 1px solid #f47c29;
	margin-bottom: 17px;
}

#navgroup ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navgroup ul li {
	margin-left: 0;
	padding: 3px 35px 3px 0;
	list-style: none;
	display: inline;
	}
	

.subnav a, .subnav a:visited {
	color: #000;
	font-size: 0.92em;
	border-bottom: none;
}

.subnav a:hover, .subnav a:visited:hover {
	color: #8bd736;
	border: none;
}

/* #navgroup ul li {
	white-space: nowrap;
} */


/* makes subnav item for current page orange/bold */
body#casestudies01 li.cs01 a, body#casestudies01 li.cs01 a:hover {
	font-weight: bold;
	color: #f47c29;
	background: none;
}

body#casestudies02 li.cs02 a, body#casestudies02 li.cs02 a:hover {
	font-weight: bold;
	color: #f47c29;
	background: none;
}

body#casestudies03 li.cs03 a, body#casestudies03 li.cs03 a:hover {
	font-weight: bold;
	color: #f47c29;
	background: none;
}

body#casestudies04 li.cs04 a, body#casestudies04 li.cs04 a:hover {
	font-weight: bold;
	color: #f47c29;
	background: none;
}

body#casestudies05 li.cs05 a, body#casestudies05 li.cs05 a:hover {
	font-weight: bold;
	color: #f47c29;
	background: none;
}

/* lists */

body#services #right ul {
	margin-bottom: 30px;
}

body#links #right ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;	
}

body#links #right li {
	margin-bottom: 8px;
}


/* sitemap */

body#sitemap #right ul {
	list-style-type: none;
	width: auto;
	padding: 0px;
	margin: 0px;
}

body#sitemap #right ul li {
	float: none;
	margin: 4px 0px;
	padding: 0;
}

body#sitemap #right ul li ul {
	list-style-type: disc;
	margin: 0px 0px 10px 20px;
	padding-left: 15px;
}

body#sitemap #right ul li ul li {
	margin: 2px 12px;
}

body#sitemap #right a, body#sitemap #right a:visited {
	border-bottom: none;
}


body#sitemap #footer-nav a.sitemap {
	border-bottom: 1px solid;
	color: #706a61;
}

body#sitemap #right a {
	color: #5c5750;
}

body#sitemap #right a:hover {
	color: #8bd736;
}


/* image positioning */

body#home #left img, body#error #left img {
	margin-left: 48px;
	margin-top: 55px;
}

body#home #right img {
	margin-top: 49px;
	margin-left: -37px;
}

#left img.img-about {
	margin-top: 55px;
}

body#about #right img {
	margin-top: 49px;
	margin-left: -36px;
	z-index: 80;
}

#left img.img-results {
	margin-left: 38px;
	margin-top: 55px;
}

#left img.img-resources {
	margin-left: 45px;
	margin-top: 44px;
}

body#contact #left img {
	margin-left: 46px;
	margin-top: 62px;
}