html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #0b191e url(../images/main/back.gif) center top no-repeat;
	color: #0b191e;
	font-family: Lucida Sans, Helvetica;
	font-size: 14px;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }

a {
	color: #4C441D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: none;
}

.anchor {
	position: relative;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	padding: 1px 0px 2px 14px;
	background: url(../images/icons/bullet.gif) 0px 4px no-repeat;
}

/*** main ***/
.overallContainer {
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.mainTop {
	height: 219px;
	background: #f7541b url(../images/main/top_back.jpg) left top no-repeat;
}
.felixLogo {
	padding-left: 393px;
	padding-top: 37px;
	width: 115px;
	height: 115px;
}
.felixTag {
	position: absolute;
	width: 260px;
	height: 18px;
	margin-left: 630px;
	margin-top: 205px;
	background: url(../images/main/felix_tag.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main/felix_tag.png',sizingMethod='crop');
}

.menuContainer {
	height: 26px;
	padding-top: 25px;
	background: #cf0e10 url(../images/main/menu_back.jpg) left top no-repeat;
}
.menuContainer a {
	display: block;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../images/buttons/menu.gif);
}
.menuContainer a:hover {
	background-image: url(../images/buttons/menu_hover.gif);
}

.contentContainer {
	position: relative;
	height: 580px;
	background: #e9f1f2 url(../images/main/back_content.jpg) left top no-repeat;
}
.innerContent {
	padding: 22px 126px 0px 56px;
}

.seedlingTop {
	height: 100%;
	background: url(../images/main/seedling_top.gif) left bottom no-repeat;
}
.seedlingBottom {
	height: 40px;
	background: url(../images/main/seedling_bottom.gif) left top no-repeat;
}

.pageTitle {
	margin-top: 18px;
	position: absolute;
	display: none;
	z-index: 5;
}
/*** end main ***/

/*** home ***/
.homeContent {
	background: #e9f1f2 url(../images/content/home/back_content.jpg) left top no-repeat;
}
/*** end home ***/

/*** about ***/
.aboutContent {
	background: #e9f1f2 url(../images/content/about/back_content.jpg) left top no-repeat;
}
/*** end about ***/

/*** portfolio ***/
.portfolioContent {
	background: #e9f1f2 url(../images/content/portfolio/back_content.jpg) left top no-repeat;
}

.pFrame1 {
	position: absolute;
	z-index: 1;
	width: 104px;
	height: 144px;
	background: url(../images/content/portfolio/frame1.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content/portfolio/frame1.png',sizingMethod='crop');
	cursor: pointer;
}
.pFrame2 {
	position: absolute;
	z-index: 1;
	width: 104px;
	height: 144px;
	background: url(../images/content/portfolio/frame2.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content/portfolio/frame2.png',sizingMethod='crop');
	cursor: pointer;
}
.pFrame3 {
	position: absolute;
	z-index: 1;
	width: 104px;
	height: 144px;
	background: url(../images/content/portfolio/frame3.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content/portfolio/frame3.png',sizingMethod='crop');
	cursor: pointer;
}

.portfolioDetailFrame {
	position: absolute;
	z-index: 1;
	width: 689px;
	height: 264px;
	background: url(../images/content/portfolio/detail_frame.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content/portfolio/detail_frame.png',sizingMethod='crop');
}
/*** end portfolio ***/

/*** forms ***/
.jtForm input {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm select {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #C0D3D9;
}

.error {
	color: red;
}
/*** end forms ***/

/*** sheet ***/
.sheetContainer {
	position: absolute;
	width: 905px;
	height: 0px;
	overflow: hidden;
	z-index: 20;
}
.sheetTable {
	position: absolute;
	bottom: 0px;
}
.sheetLeft {
	width: 48px;
	height: 545px;
	background: url(../images/sheet/left.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sheet/left.png',sizingMethod='crop');
}
.sheetMiddle {
	width: 809px;
	height: 545px;
	background: #d8e0e1 url(../images/sheet/middle.gif) left bottom repeat-x;
}
.sheetRight {
	width: 48px;
	height: 545px;
	background: url(../images/sheet/right.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sheet/right.png',sizingMethod='crop');
}
.sheetBottom {
	width: 905px;
	height: 44px;
	background: url(../images/sheet/bottom.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sheet/bottom.png',sizingMethod='crop');
}
/*** end sheet ***/

/*** slips ***/
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#detailModalShade { z-index: 40; }
#detailSlipContainer { z-index: 41; }
.slipTable { position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 30px; height: 30px;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -5px;
}
.slipClose {
	background: url(../images/slip/close.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(../images/slip/close_on.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
	padding: 8px;
}
.slipContainer .topScale {
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft {
	background: url(../images/slip/tl.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .topRight {
	background: url(../images/slip/tr.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomLeft {
	background: url(../images/slip/bl.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomRight {
	background: url(../images/slip/br.png) left top no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .top{
	background: url(../images/slip/t.png) left top repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .bottom{
	background: url(../images/slip/b.png) left top repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .left {
	background: url(../images/slip/l.png) left top repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 21px;
}
.slipContainer .middle {
	background: white;
}
.slipContainer .right {
	background: url(../images/slip/r.png) left top repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 21px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/
