/*nice blue #8aa1cd*/
body{
  font:normal 13px Arial,sans-serif;

}

.menu{
	background: url(http://www.digitalshiftmedia.com/mobile/images/menu.png) repeat-x #8aa1cd;
	float: left;
	width: 100%;
	height: 20px;
	padding:5px;
	/*height: 25px;*/
}

.box{
	color:#000;
	float: left;
	width: 100%;
	background: url(http://www.digitalshiftmedia.com/mobile/images/menu.png) repeat-x #fffce3;
	padding:5px;

}

.box li{
	color:#000;
}

.boximg{
	width:60px;
	height:100%;
	vertical-align: top;
	padding: 5px;
	float:left;
}

.boxtext{
	float:left;
	padding: 5px;
	height: 100%;
	padding-left: 10px;
	position: 0;
	padding:5px;	
	
}


ul{
	margin:0;
	padding:0;
	
}

h1{
	color:#009;
	font-size: 14px;	
}

.logo
{
	width:250px;
	height:75px;
	
}

.header{
	width:100%;
	color: #CCC;
	background:#000;
	font-weight:bold;
	padding:5px;
}
.footer{
	width:100%;
	color:#999999;
	font-size:small;
	border-top:thin #CCCCCC;
	text-align:center;
	background:#000;
		padding:5px;

}
