﻿@import url("/Innovative/Common/CSS/reset.css");

body
{
    background-color: #ede7c9;
    margin: 0;
}

form
{
	margin: 0;
}

body, td, input, select, textarea, button
{
	font-family: Georgia;
	font-size: 12px;
	color: #412511;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

p
{
	margin: 2px 0 12px 0;
	line-height: 1.5em;
}

ul, ol
{
	margin-top: 2px;
	margin-bottom: 10px;
}

li
{
	line-height: 1.5em;
	margin-top: 6px;
}

h1
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #412511;
	margin: 0 0 12px 0;
	line-height: 1.1em;
}

h2
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #412511;
	margin: 15px 0 6px 0;
	line-height: 1.1em;
	border-top: 1px solid #412511;
}

h3
{
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #01263F;
	margin: 9px 0 6px 0;
	line-height: 1.1em;
}

h4
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #412511;
	margin: 6px 0 6px 0;
	line-height: 1.1em;
}

a img
{
	border: 0;
}

input[type=text], textarea
{
	padding: 2px;
	border: 1px solid #7F9DB9;
}

ul.piped, ul.flat
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.piped li
{
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #959698;
	margin-bottom: 15px;
}

ul.piped li.last
{
	padding-right: 0;
	border-right: 0;
}

ul.piped li.first
{
	padding-left: 0;
}

ul.flat li
{
	display: inline;
}

div#page
{
	position: relative;
	width: 778px;
	text-align: left;
	background: url(/images/wallpaper.jpg);
}

div#top
{
	width: 778px;
	height: 562px;
	background: url(/images/home-top.jpg);
	background-repeat: no-repeat;
}

div#home-link
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 778px;
	height: 503px;
}

div#navigation
{
	position: absolute;
	left: 33px;
	top: 518px;
	width: 718px;
	height: 32px;
}

#nav-about
{
	position: absolute;
	left: 0;
}

#nav-design
{
	position: absolute;
	left: 100px;
}

#nav-staging
{
	position: absolute;
	left: 307px;
}

#nav-ideas
{
	position: absolute;
	left: 520px;
}

#nav-contact
{
	position: absolute;
	left: 607px;
}

div#main
{
	width: 738px;
	background: url(/images/content-header.jpg);
	background-repeat: no-repeat;
	background-color: #ede7c9;
	margin: 0 20px;
	padding-top: 30px;
}

div#content
{
	width: 588px;
	margin: 0 75px;
}

div#content-footer
{
	padding-top: 58px;
	background: url(/images/content-footer.jpg);
}

div#bottom
{
	height: 35px;
	text-align: center;
	color: #ede7c9;
	padding-top: 10px;
}

a:link, a:visited
{
	text-decoration: none;
	color: #e45820;
}

a:hover
{
	text-decoration: underline;
	color: #e45820;
}

div#bottom a:link
{
	color: #ede7c9;
}

div#bottom a:hover
{
	color: #c2deed;
}

div#ITS
{
	width: 774px;
	font-size: 9px;
	font-family: tahoma,helvetica;
	color: #61432b;
	margin: 10px 0;
}

div#ITS a
{
	font-weight: normal;
	color: #61432b;
}