/* ChargerTek.com Design Code (CSS) */
/* By www.voltfx.com */

html, body {
	 margin: 0 0 0 0;
	 font-family: Tahoma;
	 font-size: 11px;
	 color: #000;
	 background: #fff;
	 line-height: 150%;
}

body a {
	 color: #E51C1A;
	 text-decoration: underline;
}

#wrapper {
	 margin: auto;
	 position: relative;
	 min-height: 100%;
	 height: auto !important;
     height: 100%;
}

#header {
	 margin: 0 0 0 0;
	 width: 100%;
	 height: 129px;
	 text-align: center;
	 background: url('images/topbg.png') repeat-x;
}

#nav {
	 margin: 0 0 0 0;
	 width: 100%;
	 height: 44px;
	 text-align: center;
	 background: url('images/navbg.png') repeat-x;
}

h1 {
   	 font-family: Verdana;
   	 font-size: 17px;
   	 font-weight: bold;
   	 color: #000;
}

#content {
	 padding-bottom: 69px;
}

.block {
	 width: 224px;
	 text-align: center;
}

.blocksp {
	 width: 11px;
	 text-align: center;
}

#footer {
	 margin: 0 0 0 0;
	 width: 100%;
	 height: 69px;
	 background: url('images/footer.png') repeat-x;
	 position: absolute;
	 bottom: 0 !important;
	 bottom: -1px;
}

.red {
	 color: #F40806;
}