/* DONCASTER CABLES CSS STYLE SHEET */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color:#333333; */
}

body {
	background-color: #EFE7E7;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(../images/body_bkgd.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#outer {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	border: 1px solid #CC0000;
	text-align:left;
}

#wrapper #hm-maincontent {
	width: 360px;
	margin: 10px;
	float: left;
}

#wrapper #hm_rightcolumn {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
}

#hm_ordercat-wrapper {
	/*width: 100px;*/
	border: 1px solid #000066;
	margin-bottom: 10px;
	margin-left: 10px;
}

#hm_ordercat-header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding: 3px;
	font-size: 12px;
}

#hm_ordercat-content {
	padding: 8px 5px 5px;
}

#corecolours {
	padding: 4px;
	background: #CC0000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.corecolours {
	padding: 4px;
	background: #CC0000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* TEXT STYLES */
h1, h2, h3 {
	font-weight: bold;
	color: #449911
}

h4, h5, h6 {
	font-weight: bold;
	color: #FFFFFF
}
h1, h4 {
	font-size: 14px;
}
h2, h5 {
	font-size: 12px;
}
h3, h6 {
	font-size: 11px;
}

.h4 {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF
}

.h5 {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

ul.bullets {
	margin: 5px 0 5px 30px;
	padding: 0;
}
	
li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	/* border: 1px solid #333333; */
}

strong {
	font-weight: bold;
	color:#333333;
}

/* CELL STYLES */
.td-topnav {
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	vertical-align: bottom;
	text-align: right;
}

.td-whiteunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFFFFF;
}

.td-10px {
	padding: 10px;
}

.td-homeContent10px {
	padding: 0 10px 10px 10px;
}

.td-margin10px {
	margin: 10px;
}

.td-rhcbkgd {
	background-image: url(../images/bkgd_redbar.gif);
	background-repeat: no-repeat;
}

.includeBorder {
	border: 1px solid #CC0000;
}

/* LINK STYLES */
a.topnav2:link, a.topnav2:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	height: 48px;
	width: 99px;
}
a.topnav:link, a.topnav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a.topnav:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	text-align: right;
}
a.topnav:active {
	font-weight: bold;
	color: #CC9999;
	text-decoration: none;
	text-align: right;
}

a.productnav:link, a.productnav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.productnav:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a.productnav:active {
	font-weight: bold;
	color: #CC9999;
	text-decoration: none;
}

a.creditlink:link, a.creditlink:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	text-align: left;
}

a.creditlink:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-size: 9px;
	text-align: left;
}
a.creditlink:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
	text-align: left;
}

a.moreinfolink1:link, a.moreinfolink1:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	line-height: 21px;
}
a.moreinfolink1:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	line-height: 21px;
}
a.moreinfolink1:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	line-height: 21px;
}

a.hyperlink1:link, a.hyperlink1:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.hyperlink1:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a.hyperlink1:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

a.prodSelectTitle:link, a.prodSelectTitle:visited {
	font-size:12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a.prodSelectTitle:hover {
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.prodSelectTitle:active {
	font-size:12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
