*
{
	margin:0;
	padding:0;
}

/**********************************************************************************/
html
{
	height: 100%;
}

body
{
	height: 100%;
/*	background-color:#bedcf4;*/
}

/**********************************************************************************/
#divWrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:780px;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the divFooter's height */
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-y;
	border-left:1px solid #002a5c;
	border-right:1px solid #002a5c;
}
/**********************************************************************************/
#divWrapperWhite 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:780px;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the divFooter's height */
	border-left:1px solid #002a5c;
	border-right:1px solid #002a5c;
}
/**********************************************************************************/
#divCounter
{
	width:780px;
/*	height:30px;*/
	background-color:red;
}
/**********************************************************************************/
#divHeader
{
	height:180px;
	width:780px;
/*	border-bottom:1px solid #bedcf4;*/
}

#divLogo
{
	width:280px;
	height:180px;
	float:left;
	
/*	
	background-color:#ffffff;
	background-image:url(../images/logo-white-180x180.gif);
*/
/*
	background-color:#bedcf4;
	background-image:url(../images/logo-transparent-180x180.gif);
*/

/*	background-color:#bedcf4;*/
	background-image:url(../images/logo-lightblue-180x180.gif);
	background-image:url(../images/logo-PhoneSense-280x205.jpg);
	
	background-repeat: no-repeat;
	background-position:center;
}

#divBanner
{
	width:500px;
	height:180px;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
/**********************************************************************************/
#divNav
{
/*	height:40px;*/
	width:780px;

/*	border-bottom: 1px solid #eeeeee;*/
	border-bottom: 1px solid #cccccc;
}
/**********************************************************************************/
#divContent
{
	width:780px;
	margin: 0 auto;
/*	background-color:#FFFF00;*/
}

/**********************************************************************************/
#divContentLeft
{
	width:280px;
	float:left;
	overflow: hidden;
/*	background-color:#ffffff;*/
}

#divContentRight
{
	width:500px;
	overflow: hidden;
/*	background-color:#0000ff;*/

}

/**********************************************************************************/
#divPageText
{
	margin:20px 20px 20px 40px;
}

/**********************************************************************************/
#divPush 
{
	height: 150px; /* .push must be the same height as divFooter */
	clear: both;
}
/**********************************************************************************/
#divFooter
{
	clear:both;
	height: 150px; /* .push must be the same height as divPush */
	margin: 0 auto;
/*	border-top:1px solid #ffffff;*/
}

#divFooterContent
{
	margin: 0 auto;
	width:780px;
	border-top:1px solid #002a5c;
}
/**********************************************************************************/
.clearDiv
{
	clear:both;
}
/**********************************************************************************/
.floatLeft
{
	width:330px;
	float:left;
	text-align:left;
	padding:10px;
	/*	border:1px solid blue; */
}

