﻿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 
{
     background: #69C url("images/bg.jpg") repeat-x;
     font-family:  Tahoma, Arial, Helvetica, Geneva,sans-serif;
     line-height: 1.5em;
     font-size: .7em;
}

h1, h2
{
    color: #222;/*#06C*/
    font-family: Trebuchet MS, Trebuchet, Arial, Tahoma, sans-serif;
    text-shadow: #CCC 0.07em 0.07em 0.07em    
}

h1
{
    font-size: 2.7em;
    margin: 5px 0 15px 0;
}

h2
{
    font-size: 1.7em;
    margin: 0 0 10px 0;    
}

p
{
    margin-bottom: 10px;
}
a
{
    color: #F60; /*#803*/
    text-decoration: none;
}

a:hover
{
    color: #555;
}

.clearFloats
{
    clear: both;
}

/* Masterpage */
#outerWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

#wrapper
{
    background: url("images/mainframe.png") no-repeat center;
    width: 940px;
    height:600px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    vertical-align: middle;
}

#innerWrapper
{
    width: 890px;
    height:600px;
    margin-left: auto;
    margin-right: auto;
}
#logo
{
    width: 222px;
    height: 71px;
    position: relative;
    top: 20px;
    float: left;
}
#topRightPanel
{
    position: relative;
    top: 14px;
    float: right;
}

#content
{    
    clear: both;
    position: relative;
    top: 25px;
    width: 890px;
    margin-left: auto;
    margin-right: auto;   
}

#copyright
{
    text-align: center; 
    color: #777;
    font-size: .7em;
    clear: both;
    position: relative;
    top: 15px;  
}

#footerWrapper
{
    position: fixed;
    bottom: 0;
    left: 0;        
    z-index: 10;
    height: 30px;
    width: 100%;
    background: url("images/transparentBG.png") repeat;
    color: #FFF;
}

#footerWrapper div:first-child
{
    background: url("images/transparentBorder.png") top repeat-x;   
    height: 1px;
    margin-top: -1px;
}
#footerContent
{
    position: relative;
    top: 6px;
    left: 50px;
}
#footerContent p:first-child
{
    font-weight: bold;
    float: left;
}
#footerContent ul
{
    margin-left: 10px;
    float: left;
    list-style: none;	
}
#footerContent ul li
{
    display: inline;
    float: left; 
}
#footerContent ul li a
{
    padding: 0px 20px 0px 20px;
    color: #CCC;   
}
#footerContent ul li a:hover
{
    color: #F60;
}

/*MENU*/
#mainMenu
{
    text-transform: lowercase;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -25px;    
    left: 75px;
    width:750px;    
}    
   
#mainMenu ul
{
    list-style: none;	
}
#mainMenu ul li
{
    display: inline;
    float: left; 
}
#menu
{
    float: left;
}
#menu ul li a
{
    padding: 2px 15px 2px 15px;
    color: #555;
}
#menu ul li a:hover
{
    color: #F60;
}
#menu .lastMenuItem a
{
    padding: 2px 10px 2px 10px;
}
#menu-phases
{
    float: left;
    position: relative;
    left: 185px;
}
#menu-phases ul li a
{
    padding: 2px 12px 2px 12px;
}

#menu-phases .firstMenuItem a
{
    padding: 2px 24px 2px 38px;
}
#menu-phases .lastMenuItem a
{
    padding: 2px 17px 2px 17px;
}


/* Pages */
.page, .home, .company, .design, .evangelism, .acceleration, .community
{
    width: 845px;
    height:397px;
    margin-left: auto;
    margin-right: auto;
}

.home    {background: url("images/home.png") no-repeat;}
.company   {background: url("images/company.png") no-repeat;}
.design   {background: url("images/design.png") no-repeat;}
.evangelism   {background: url("images/evangelism.png") no-repeat;}
.acceleration   {background: url("images/acceleration.png") no-repeat;}
.community   {background: url("images/community.png") no-repeat;}

.leftColumn, .rightColumn, .continue
{
    position: relative;
    top:70px;
    left: 30px;
    float: left;
    height: 255px;
}

.leftColumn
{    
    width: 490px;
    padding-right: 10px;
}

.rightColumn
{
    width: 280px;    
    padding-left: 10px;
    border-left: solid 1px #CBDCED;
    /*overflow: auto;    */
}
.continue
{
    width: 790px;
    text-align: right;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
}

.continue a
{
    position: relative;
    top: 10px;
    font-weight: bold;
    text-decoration: none;
    background: url("images/arrow.png") no-repeat right center;
    padding: 0px 15px 0px 0px;
    color: #555;
}
.continue a:hover
{
    color: #F60;
}

/*scroll pane - defined in js*/
.scroll-pane
{
    height: 225px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url("images/scrollTrack.png") repeat-y;	
	border: solid 1px #CCC;
}
.jScrollPaneDrag {
	position: absolute;
	top: 0;
	bottom: 0;	
	background: url("images/scrollDrag.png") repeat-y;	
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	/*background: url("images/scrollTop.png") no-repeat top;
	height: 5px;*/
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*background: url("images/scrollBottom.png") no-repeat bottom;
	height: 5px;	*/
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

