/* -----[ Go Cyber Style Sheet ]-- */
/* -----[   www.gocyber.co.nz  ]--- */
/* -----[ A Automotive Services ]--- */

html, body, div, p, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, img, form {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	background-color: #c8c8c8;
	background-image: url(../images/general/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	line-height: 1.25em;
	text-align: left;
}
p, ul, ol {
	padding-bottom: 8px;
}
em {
 font-style: italic;
}

/* -----[ Lists have had bullets removed by default. Use this to add bullets to lists where needed. Tim ]------------------------- */

#main-copy ul, ol {
	margin-left: 18px;
	padding-left: 15px;
}
#sitemap ul, ol {
	margin-left: 18px;
	padding-left: 15px;
}
.servicing ul {
 margin: 0;
 padding: 0 0 0 15px;
	list-style-image: url(../images/general/tick.gif);
 list-style-position: outside;
}
.ten-reasons ul {
 margin: 0;
 padding: 0 0 0 15px;
	list-style-image: url(../images/general/arrow.gif);
 list-style-position: outside;
}

/* -----[ Images ]------------------------- */

img {
	border: 0;
}
.img_top {
	padding-top: 12px;
}
.img_top_bot {
	padding: 10px 6px 10px 6px;
}

/* -----[ Colours ]------------------------- */

.white {
	color: #ffffff;
}
.red {
	color: #e80f46;
}

/* -----[ Links ]------------------------- */

a, a:link, a:active, a:visited {
	color: #ee2225;
	text-decoration: none;
}
a:hover {
	color: #ee2225;
	text-decoration: underline;
}
a.under:link, a.under:active, a.under:visited {
	color: #ee2225;
	text-decoration: underline;
}
a.under:hover {
	color: #ee2225;
	text-decoration: none;
}
a.white:link, a.white:active, a.white:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.white:hover {
	color: #976529;
	text-decoration: none;
}
a.white-red:link, a.white-red:active, a.white-red:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.white-red:hover {
	color: #976529;
	text-decoration: none;
}
a.black:link, a.black:active, a.black:visited {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: underline;
}
a.login:link, a.login:active, a.login:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.login:hover {
	color: #ffffff;
	text-decoration: none;
}
a.none:link, a.none:active, a.none:visited {
	color: #ffffff;
	text-decoration: none;
}
a.none:hover {
	color: #ffffff;
	text-decoration: none;
}
a.bread:link, a.bread:active, a.bread:visited {
	color: #757575;
	text-decoration: none;
}
a.bread:hover {
	color: #757575;
	text-decoration: underline;
}
a.gcl, a.gcl:link, a.gcl:active, a.gcl:visited {
 color: #999999;
	text-decoration: none;
}
a.gcl:hover {
 color: #999999;
	text-decoration: underline;
}

/* -----[ Headers ]------------------------ */

h1 {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 6px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 4px;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ee2225;
	line-height: 26px;
	padding-bottom: 8px;
}
h4,h5,h6 {
	font-size: 15px;
	font-weight: normal;
	color: #ee2225;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* -----[ Clear Fixes ]------------------------- */

.clearfix {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}

