/* RedWhale homepage stylesheet */

/************************** Home page specific ***************************/
body
{
	background-image: url(/images/globe.gif);
	background-repeat: no-repeat;
	background-position: 0px 172px;
}

#content
{
	height: 547px;
}

#left
{
	position: relative;
	width: 460px;
	height: 300px;
	margin-top: 45px;
	float: left;
}

#sticky
{
	position: absolute;
	top: 250px;
	left: 150px;
}

#right
{
	position: relative;
	margin-top: 45px;
	width: 385px;
	float: left;
}

#innerLeft
{
	position: relative;
	width: 190px;
	float: left;
	padding: 1px;
	/*border-right: 1px dotted grey;*/
}

#innerRight
{
	position: relative;
	width: 190px;
	float: right;
	padding: 1px;
}

.section-link
{
    position: relative;
    display: block;
    margin-bottom: 3px;
    width: 385px;
    float: left;
    cursor: pointer;
}

.section-link:hover
{
    background-color: #F1F2F3;
    text-decoration: none;
}

.section-link-img 
{
    position: relative;
    width: 105px;
    float: left;
}

.section-link-header
{
    margin-top: 8px;
    font-size: 17px;
    color: #003399;
}

.section-link-content
{
    position: relative;
    width: 270px;
    float: right;
    padding: 1px;
    color: #333333;
}

.section-link-content ul
{
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 5px;
}

#ximl
{
	position:absolute;
	left:0px;
	top:75px;
}

#uipilot
{
	position:absolute;
	left:100px;
	top:40px;
}

#atomic_ui_engine
{
	position:absolute;
	left:120px;
	top:105px;
}

#uifin
{
	position:absolute;
	left:67px;
	top:200px;
}


#imgAppDev, #imgUITools
{
	padding-top: 20px;
	padding-left: 2px;
}

#featured-products
{
	position: relative;
	top: 198px;
	left: 90px;
}

