/*   MAIN PAGE STRUCTURE  */


#page.home { 
padding-top: 530px; /* for when u show #sellit */
/*padding-top: 420px; */ /* for without #sellit */
}



#decoration {
background: transparent url(../images/decor_lighthouse.gif) no-repeat scroll center;
height:100px;
padding:10px 0;
width:960px;
display: none;
}



#mainwrapper {
	overflow: hidden;
	margin-bottom: 0px;
}

#content {
float:none;
margin:0;
padding: 0;
width:100%;
}

#aside {
float:left;
height:210px;
left:0;
position:absolute;
top: 96px;
width: 976px;
}

#header {
height: 96px;
}

#downloadbox , #openaccountbox  {
position: absolute;
top:0px;
right: 18px;
}

#openaccountbox {
top: 110px;
}


#fullyfeatured {
background: url(../images/screenshots.jpg) repeat scroll 0 0;
position:absolute;
right:258px;
width:230px;
height:210px;
}

#fullyfeatured a {
display:block;
height:100%;
text-indent: -9999px;
}

#photo {
width: 460px;
height: 210px;
margin-left:18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

#productboxes {
left: 18px;
position:absolute;
top: 426px; /* for when u show #sellit */
/*top: 316px;*/
}



#sellit {
/*background: url(../images/bg_home_sellit.png) no-repeat 0 0;*/
background: #18438b url(../images/bg_home_sellit_view.gif) no-repeat top right;
width: 940px;
height: 100px;
position:absolute;
top: 316px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

/* for having 2 links side by side in sellit */		
/*
		#sellit a
		{
			float: left;
			text-indent:-9999px;
			color: transparent;
		}
*/

#sellit a {
color:#FFFFFF;
display:block;
font-family:helvetica;
font-size:30px;
font-style:normal;
font-weight:normal;
padding:32px 0 0 32px;
text-decoration:none;
/*text-shadow:2px 2px 8px navy;*/
}

#sellit a span {
padding-right: 40px;
font-size:35px;
font-weight: bold;
text-shadow: 0px 0px 40px aqua;
}

#commish {
display:block;
height:100%;
width:49%;
}

#software {
display:block;
height:100%;
width:51%;
}
