html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	margin-top:10px;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	color: #253F07;
	text-decoration: none;
}
a:hover{
	color:#069fef;
	text-decoration: underline;
}

/* headers */
h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18pt;
	font-weight: normal;
	color: #253F07;
 	text-transform: capitalize;
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #253F07;
 	text-transform: capitalize;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-decoration:underline;
	color: #253F07;
 	text-transform: capitalize;
}
.error {
	color: #CC0000;
}
.success {
	color: #339900;
}



#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	border: 1px solid #02277F;
	background-color: #FFFFFF;
}

#banner {
	width:770px;
	height:150px;
	background-image: url(../images/banner-bg.jpg);
}

#menubar {
	width:770px;
	height:28px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #253F07;
	border-top:solid 2px #253F07;
	margin-bottom: 1px;
	line-height: 26px;
	background-color: #a4c72b;
	letter-spacing: 1px;
}

#footer {
	width:770px;
	height:46px;
	background-image: url(../images/footer-bg.jpg);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 46px;
/*	margin-top:30px;*/
}

#menubar a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform: capitalize;
}
#menubar a:hover{
	text-decoration:underline;
	color:#253F07;
}

#col1 {
	width:190px;
	float:left;
/*	min-height: 100%;
	height: auto !important;
	height: 100%;*/
	height:460px;
	background-image: url(../images/blue-fade-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:5px;
}
#col2 {
	margin-left:210px;
	margin-right:285px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#col3 {
	width:275px;
	float:right;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#col4 {
	width:190px;
	float:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#col5 {
	width:550px;
	float:right;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#col1-content{
	padding-top:10px;
}
#col2-content{ padding-top:5px; 
}
#col3-content{
	padding-top:5px;
	padding-right: 8px;
	padding-left: 5px;
}
#col4-content{
	padding-top:10px;
}
#col5-content{
	padding-top:0px;
}

#webstore{
	
}
#mobile-networks {
	float: left;
	width: 553px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: right;
}
#accessories {
	text-align: center;
	margin-top:30px;
}
#digital-brochure {
	background-image: url(../images/brochure-bg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}
#digital-brochure h2{
	text-align:center;
	color:#FFFFFF;
	line-height:40px;
}
#digital-brochure-content {
	text-align: center;
	margin-top: 10px;
}
#editbox {
	height: 250px;
	width: 360px;
	background-color: #FFFFFF;
	border: 2px solid #0066CC;
	z-index: 99;
	padding: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	position: absolute;
}
#logos {

	float: right;
	clear: right;
	width: 550px;
	text-align: center;
	margin-top: 30px;
}

.displayitems{
	padding:5px;
}

.displayitems img {
	margin:5px;
}
