#homepageTopDescription {
    position: relative;
    width: 465px;
	font-family: Trebuchet MS, Andale Sans;
	font-size: 18px;
	color: #949191;    
    margin: 0 auto;
	text-align: center;
}



/**
 * Tabs
 */

.tab {
    float: left;
    width:468px;
    height: 46px;
	cursor: pointer;
    background-repeat: no-repeat;
}
.tab.open {
    background-image: url(/media/images/homepage/cf_tabopen.png);
}
.tab.closed {
    background-image: url(/media/images/homepage/cf_tabclosed.png);
}

.tabtext {
	font-family: Georgia;
	font-size: 18px;
	color: white;
    text-align: center;
}

.tab.closed .tabtext {
    padding-top: 15px;
}

.tab.open .tabtext {
    padding-top: 10px;
}

#tabline {
    position: relative;
}


#tabcontent {
    position: relative;
    clear: both;
    top: -7px;
}

.tabCorner {
    position: relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.tabCorner.topleft {
    background-image: url(/media/images/homepage/cf_brd_tl.png);
}

.tabCorner.topright {
    background-image: url(/media/images/homepage/cf_brd_tr.png);
}

.tabCorner.bottomleft {
    background-image: url(/media/images/homepage/cf_brd_bl.png);
}

.tabCorner.bottomright {
    background-image: url(/media/images/homepage/cf_brd_br.png);
}

.tabBorder {
    background-color: rgb(192, 0, 0);
}

.tabBorder.horizontal {
    width: 100%;
    height: 7px;
}

.tabBorder.vertical {
    width: 8px;
    height: 100%;
}




/**
 * Designer Tab
 */

#threeSteps {
    position: relative;
    margin: 0 auto;
    width: 776px;
    height: 220px;
    background-image: url(/media/images/homepage/3steps.png);
    background-repeat: no-repeat;
}

#threeStepsText {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.threeStepsMap {
	position: absolute;
/*	border: solid thin black; */
	top: 10px;
	width: 185px;
	height: 115px;
	z-index: 2;
}

#stepOneMap {
	left: 30px;
}

#stepTwoMap {
	left: 302px;
}

#stepThreeMap {
	left: 570px;
}


.hoverEl {
	position: absolute;
	display: none;
	width: 345px;
	height: auto;
	background-color: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	border: solid 3px rgb(135, 135, 135);
	z-index: 2;	
}

.hoverEl .arrow {
	position: absolute;
	width: 22px;
	height: 40px;
	left: -22px;
	top: 50%;
	margin-top: -30px;
	background-image: url(/media/images/homepage/popup_leftpointer.png);
}

.hoverEl .arrow.right {
	background-image: url(/media/images/homepage/popup_rightpointer.png);
	left: auto;
	right: -22px;
}

.hoverEl ul {
    font-size: 14px;
    padding-left: 15px;
}


#stepOneHover {
	left: 235px;
	top: -210px;
}

#stepTwoHover {
	left: 508px;
	top: -200px;
}


#stepThreeHover {
	left: 173px;
	top: -200px;
}





a.demoLink {
    font-size: 11pt;
    color: black;
}

a.signupLink {
    font-size: 11pt;
    color: #5abc63;
}





/**
 * Bottom sections
 */

#bottomSections {
    position: relative;
    width: 100%;
}

.bottomSection {
    float: left;
    margin-left: 5px;
    margin-right: 35px;
}

.bottomSection .title {
	font-family: Georgia;
	font-size: 18px;
	color: black;
}

.bottomSection .horizontalRule {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: black;
}

.statNumbers {
    display: inline;
    font-weight: bolder;
    font-size: 15pt;
}

.statText {
    display: inline;
    color: rgb(92, 92, 92);
	position: relative;
	top: -5px;
	font-size: 14px;
}

#statistics {
	margin-left: 15px;
	width: 200px;
}

#tweets {
    width: 200px;
	font-size: 13px;
}

#tweets a {
	text-decoration: none;
}

#tweets a.twitterDate {
	font-size: 8pt;
}

#press {
    margin-right: 0px;
	width: 450px;
}



.press {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
	margin-left: 10px;
    text-align: center;
	
	width: 130px;
	
	cursor: hand;
	cursor: pointer;
}

.press .imgholder {
	position: relative;
    height: 55px;
	background-position: center;
	background-repeat: no-repeat;
}

.press .title {
    font-weight: bolder;
    font-size: 8pt;
}

.press .message {
    font-size: 8pt;
    color: rgb(92, 92, 92);
}

#pressContainer {
	width: 450px;
	height: 115px;
	overflow: hidden;
	position: relative;
}

#pressContent {
	position: relative;
	width: 1000px;
	height: 112px;
}

.arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 11px;
	height: 11px;
	background-image: url('/media/images/annotator/dock_arrow_left.png');
	background-repeat: no-repeat;
	z-index: 2;	
	display: none;
	cursor: pointer;
}

#pressLeftArrow {
	left: 0px;
	background-image: url(/media/images/project_list/submenu-closed.png);
}

#pressRightArrow {
	right: 0px;
	background-image: url(/media/images/annotator/submenu-closed.png);
}

