body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	background-color: #FFF;
	background-image: url(../images/BackgroundRepeater.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: 488px;
} 
#subTitle {
	padding-top: 10px;
}
#subTitle h2{
	padding-left: 20px;
	float: left;
	margin-top: 24px;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
}
#mainContent {
	background-image: url(../images/contentTopBg.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: center 20px;
	margin: auto;
}
#mainContentBackground {
	background-image: url(../images/contentVrepeater.jpg);
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	background-position: center;
}
#mainContent h2 {
	font-weight: normal;
	color: #000;
	font-size: 1.4em;
	margin: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 30px;
}
#sidebar1EqualDist {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#rightContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#rightContentEqualDist {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 470px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
}
#background  {
	background-image: url(../images/contentBackground.jpg);
	background-repeat: repeat-x;
	background-position: center 313px;
}
.border {
	border:none!important;
}
.border a img {

	border: solid 1px #666;
}
#footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/contentLowerBg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 0.8em;
	color: #036;
}
#quickloadLogin {
	padding-left: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dataPlanBasic {
	background-image: url(../images/BasicPlanBckgnd.jpg);
	background-repeat: no-repeat;
}
.tableHeader {
	background-color: #8C8C8C;
	color: #FFF;
}
.tableSubHead {
	background-color: #E5E5E5;
}
.tableCellBckgrnd {
	background-color: #F1F1F1;
}
.border {
	border: 1px solid #666;
}
.horoRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.blueMediumText {
	font-size: 1.2em;
	color: #03C;
	font-weight: bold;
}
.blackMediumText {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}
.smallitalicText {
	font-size: .8em;
	font-style: italic;
}
.greyText {
	color: #666;
}
.yellowText {
	color: #FF3;
}
.orangeText {
	color: #F90;
}
.blueText {
	color: #09C;
}
.whiteText {
	color: #FFF;
}
.vidGallery ul {
	width: 100%;
}
.vidGallery li {
	list-style-type: none;
	display: inline;
	width: 120px;
	height: 80px;
	float: left;
}
.lt {
	background-image: url(http://www.quickload.co.nz/images/lt.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.t {
	background-image: url(http://www.quickload.co.nz/images/t.png);
	background-repeat: repeat-x;
}
.rt {
	background-image: url(http://www.quickload.co.nz/images/rt.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.lm {
	background-image: url(http://www.quickload.co.nz/images/lm.png);
	background-repeat: repeat-y;
}
.rm {
	background-image: url(http://www.quickload.co.nz/images/rm.png);
	background-repeat: repeat-y;
}
.lb {
	background-image: url(http://www.quickload.co.nz/images/lb.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.b {
	background-image: url(http://www.quickload.co.nz/images/b.png);
	background-repeat: repeat-x;
}
.rb {
	background-image: url(http://www.quickload.co.nz/images/rb.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
