/* Dempsey Dyer CSS */

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	background: #FFFFFF;
}

.centre_temp_ad {
	margin: 0px auto;
	width: 728px;
	padding: 20px 0px 0px 0px;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

p {
	font-size: 0.8em;	
}

span.medium {
	font-size: 0.8em;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 15px 0px 0px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

img.right {
	float: right;
	margin: 10px 0px 0px 15px;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

img.left_plain {
	float: left;
	margin: 10px 15px 0px 0px;
}

img.right_plain {
	float: right;
	margin: 10px 0px 0px 15px;
}

img.content_navigation_right {
	float: right;
	padding-left: 10px;
}

p, ol, ul {
	line-height: 1.5em;
}

p.heading_indent {
	text-indent: 40px;
	font-size: 0.9em;
	font-weight: bold;
	color: #343C45;
}

p.indent {
	padding-left: 40px;
}

p.content_navigation_header {
	font-size: 1.0em;
	color: #AA2B2B;
	font-weight: bold;
}

p.content_navigation {
	font-size: 0.82em;
	color: #444444;
}

p.news_header {
	font-size: 0.82em;
	font-weight: bold;
	color: #AA2B2B;
	margin-bottom: 0px;	
}

p.news_item_description {
	margin-top: 5px;
	margin-bottom: 0px;
}

ul.indent { 
	margin-left: 40px;
	list-style: none;
}

li.indent {
	background: url(images/bullet.png) no-repeat 5px 4px;
	padding-left: 30px;
}

li.blank {
	background: none;
	padding: 0px;
}

ul { 
	list-style: none;
}

li {
	background: url(images/bullet.png) no-repeat 5px 4px;
	padding-left: 25px;
	font-size: 0.8em;
}

ol {
	background: none;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #343C45;
}

h1 {
	font-size: 1.4em;
}

h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	padding-top: 15px;
}

.break {
	height: 3px;
	width: 886px;
	background: #AA2B2B;
	margin-bottom: 10px;
}

a {
	color: #AA2B2B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #AA2B2B;
}

a.main {
	color: #AA2B2B;
	text-decoration: none;
}

a:hover.main {
	text-decoration: underline;
	color: #AA2B2B;
}

.center {
	text-align: center;
}

form input.button {
	background: url(images/button.png) scroll top left;
	color: #FFFFFF;
	border: none;
	width: 100px;
	height: 22px;
	margin-top: 1px;	
}


/****** Header ******/

#header {
	width: 100%;
	height: 150px;
	background: #F8F8F8;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#header_top {
	width: 960px;
	margin: 0px auto;	
}

/* Logo */

.logo {
	float: left;	
	padding: 20px 0px 0px 0px;
}

/* Calls to Action */

.actions {
	float: right;
	padding: 20px 0px 0px 0px;
	text-align: right;
	font-size: 0.9em;
}


/* Header Menu */

#header_menu_container {
	background: url(images/header_menu_bg.png) repeat-x;
	width: 100%;
	height: 30px;
}

#header_menu {
	width: 970px;
	height: 18px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 0.78em;
	padding: 7px 0px 0px 5px;
}

#header_menu a {
		color: #FFFFFF;	
		text-decoration: none;
}

#header_menu a:hover {
		color: #FFFFFF;	
		text-decoration: underline;
}

.header_menu_left {
	float: left;	
}

.header_menu_right {
	float: right;
}



/* Search */

#search {
	width: 970px;
	margin: 0px auto;
	height: 28px;
	padding: 10px 0px 10px 0px;
}

.search_location {
	float: right;	
}

form input.search_box {
	background: url(images/search_box.png) no-repeat right bottom;
	float: left;
	border: none;
	width: 166px;
	height: 17px;
	padding: 2px;
	margin: 0px;
}

form input.search_button {
	background: url(images/search_button.png) no-repeat right bottom;
	float: left;
	border: none;
	width: 20px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}




/****** Product Navigation ******/

#product_navigation_container {
	width: 990px;
	height: 166px;
	margin: 0px auto;
	padding-top: 20px;
}

#product_navigation {
	margin: 0px 5px 0px 5px;
}

.product_navigation_item {
	width: 132px;
	height: 150px;
	background: #AA2B2B;
	margin: 8px 4px 8px 4px;
	float: left;	
}

a.product_navigation {
	color: #FFFFFF;
	background: #AA2B2B;	
	display: block;
	width: 126px;
	height: 20px;
	padding: 5px 2px 0px 2px;
	font-size: 0.72em;
	text-align: center;
}



/****** Sub Product Menu ******/

#sub_product_menu {
	width: 960px;
	height: 30px;
	margin: 0px auto;
	padding: 5px;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	color: #343C45;
}

#sub_product_menu ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
}

#sub_product_menu li {
	float: left;
	margin: 0;
	height: 25px;
	padding: 0px 8px 0px 5px;
	font-size: 0.75em;
	font-weight: bold;
	background: none;
}

#sub_product_menu li a {
	float: left;
	font-weight: bold;
	background: url(images/sub_menu_arrow.png) no-repeat;
	padding: 0px 0px 0px 20px;
}

#sub_product_menu li a:hover {
	text-decoration: underline;		
}            


/****** Page ******/

#page {
	width: 970px;
	margin: 8px auto;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
}



/****** Content ******/

#content {
	width: 940px;
	padding: 15px;
	color: #444444;
}

.content_product_container {
	margin: 0px auto;
	width: 860px;
	background: #F7F7F7;
	color: #444444;
	border: 1px solid #CCCCCC;
}

.content_product_container p {
	padding-left: 10px;
	padding-right: 10px;
}

.content_product_container img {
	float: left;
	padding: 15px;
}

/****** Content Navigation ******/

.content_navigation_container {
	width: 946px;
	margin: 0px auto;
}

#content_navigation_container {
	width: 946px;
	margin: 0px auto;	
}


/****** (1 Per Row) ******/

.content_navigation_item {
	border: 1px solid #CCCCCC;
	width: 906px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	margin: 20px auto;
	text-align: left;
}

/****** (2 Per Row) ******/

.content_navigation_item_left {
	border: 1px solid #CCCCCC;
	width: 450px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content_navigation_item_right {
	border: 1px solid #CCCCCC;
	width: 450px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	float: right;
}

/****** News Holder ******/

.news_holder {
	margin: 0px auto;
	width: 860px;
	background: #F7F7F7;
	color: #444444;
	border: 1px solid #CCCCCC;
}

.news_holder p {
	padding-left: 10px;
	padding-right: 10px;
}

.news_holder img {
	float: left;
	padding: 15px;
}

/****** Clear Function ******/

#clear {
	clear: both;
}

/****** Form Table ******/


#form_table_container {
	margin: 10px auto;
	width: 780px;
	background: #F8F8F8;
	color: #444444;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 0.8em;
}

table.form {
	position: relative;
	border: none;
	width: 760px;
	padding: 10px
}

table.form tr {
	border: none;
	padding: 0px;
}

table.form td {
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0px;
}



/****** Standard Table ******/

table.standard {
	background: #FFFFFF;
	border-collapse: collapse;
	color: #343C45;
	text-align: left;
	font-size: 0.8em;
}

table.standard p {
	font-size: 1.0em;	
}

table.standard li {
	font-size: 1.0em;	
}

table.standard th, td {
	border: 1px #CCCCCC solid;
	padding: 10px;
}

table.standard th {
	background: #F8F8F8;
	color: #343C45;
	text-align: left;
}

table.standard th a {
	color: #343C45;
}

td.standard_blank {
	border: none;
}

td.standard_center {
	text-align: center;
}

/* Promo Footer */

#promo_footer {
	width: 990px;
	height: 130px;
	margin: 0px auto;
	padding: 0px;
}

.promo_wide {
	width: 310px;
	height: 100px;
	margin: 10px;
	float: left;
}

.promo_wide img {
	padding: 0px;
	margin: 0px;
	border: none;	
}

/* Footer */

#footer_container {
	width: 100%;
	background: #F8F8F8;
	border-top: 10px solid #AA2B2B;
}

#footer_content {
	width: 970px;
	margin: 0px auto;	
}

/* Footer Links */
	
.footer_links {
	width: 515px;
	height: 320px;
	float: left;
	font-size: 0.75em;
	color: #AA2B2B;
}

.footer_links a.main {
	font-weight: bold;
	line-height: 2.0em;
	color: #AA2B2B;
	text-decoration: none;
}

.footer_links a.main:hover {
	font-weight: bold;
	color: #AA2B2B;
	text-decoration: underline;
}


.footer_links a {
	line-height: 1.5em;
	color: #AA2B2B;
	text-decoration: none;
}

.footer_links a:hover {
	color: #AA2B2B;
	text-decoration: underline;
}

.footer_links_block {
	float: left;
	height: 105px;
	padding: 5px;
	margin: 5px;
}

/* Footer Accreditation */

.footer_accreditation {
	float: right;	
	width: 455px;
	height: 320px;
}

.footer_accreditation img {
	margin: 10px 0px 0px 5px;	
}

/* Footer Base */

#footer_base {
	width: 947px;
	margin: 8px auto;
	font-size: 0.75em;
}

#footer_base a.main {
	font-weight: bold;
	line-height: 2.0em;
	color: #AA2B2B;
	text-decoration: none;
}

#footer_base a.main:hover {
	font-weight: bold;
	color: #AA2B2B;
	text-decoration: underline;
}
