﻿#firstBar
{
    background-repeat:no-repeat;
    width:972px;
    height:211px;
}
#rButtonsContainer 
{
    margin:3em 2em 0 0; 
}
#lButtonsContainer 
{
    margin:3em 1em 0 2em;
}
#storeItButton a
{
    display: block;
    width: 103px;
    height: 91px;
    background: url("../ExtImages/defaultPage/storeButton.png") 0 0 no-repeat;
    text-decoration: none;
    margin-top:1.5em;
    margin-left:39em;
    position:absolute; 
} 
#storeItButton a:hover
{
    background-position: -103px 0;
}

#scanItButton a
{
    display: block;
    width: 200px;
    height: 118px;
    background: url("../ExtImages/defaultPage/scanButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    margin:0;
	padding:0;

} 
#scanItButton a:hover
{
    background-position: -200px 0;
}

#syncItButton a
{
    display: block;
    width: 200px;
    height: 118px;
    background: url("../ExtImages/defaultPage/syncButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    margin:0;
	padding:0;

} 
#syncItButton a:hover
{
    background-position: -200px 0;
}

#sendItButton a
{
    display: block;
    width: 200px;
    height: 118px;
    background: url("../ExtImages/defaultPage/sendButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    margin:0;
	padding:0;

} 
#sendItButton a:hover
{
    background-position: -200px 0;
}

#shareItButton a
{
    display: block;
    width: 200px;
    height: 118px;
    background: url("../ExtImages/defaultPage/shareButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    margin:0;
	padding:0;

} 
#shareItButton a:hover
{
    background-position: -200px 0;
}

#DMBackground{
	background: url("../ExtImages/defaultPage/dmbg.jpg") 0 0 no-repeat;
	width: 381px;
	height: 255px;
}

#DMarrowIn{
	background: url("../ExtImages/defaultPage/arrowIn.gif") 0 0 no-repeat;
	width: 51px;
	height:136px;
	margin-top: 9em;
	padding:0 1em 0 0;	
}

#DMarrowOut{
	background: url("../ExtImages/defaultPage/arrowOut.gif") 0 0 no-repeat;
	width: 68px;
	height: 135px;
	margin-top: 9em;
	padding:0em;	
}

#orangeBarTop{
	background: url("../ExtImages/defaultPage/orangeBar.gif") 0 0 no-repeat;
	width: 972px;
	height: 25px;
	padding:0;
	margin:0;
}
 
#im2DiagramBG{
	background-image: 
	url('../ExtImages/defaultPage/im2BG.jpg');
	background-repeat: no-repeat;
	width: 347px;
	height: 85px;
	
}

#pageDefCurl{
	background-image: 
	url('../ExtImages/defaultPage/pageDefaultCurl.gif');
	background-repeat: no-repeat;
	width: 972px;
	height: 11px;
}

#signUpTop{
	background-image: 
	url('../ExtImages/defaultPage/signUpDef.jpg');
	background-repeat: no-repeat;
	width: 294px;
	height: 170px;
	padding-right:10px;
	margin-top:0;
}

#signUpTopPromo{
	background-image: 
	url('../ExtImages/defaultPage/signUpPromo.jpg');
	background-repeat: no-repeat;
	width: 294px;
	height: 170px;
	padding-right:10px;
	margin-top:0;
}

.solBarB{
	background-image: 
	url('../ExtImages/defaultPage/solBar.gif');
	background-repeat: no-repeat;
	width: 284px;
	height: 35px;
	padding:0;
	margin-top:0;
}
#signUP a{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/signUpNow.png") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
#signUP a:hover{
    background-position: -116px 0;
}

.splashFont{
	color:#fff;
	font-size: 11px;
	line-height:1.5em;
}

div.floatSplashText {
  float: left;
  margin: 8em 3em 3em 2.5em;
  width: 460px;
}

div.floatSplashText a{
	color:#fff;
}
