/* Sets up overall page attributes */

body {
	margin: 0;
	padding: 0;
	background: #9B6DC6;
 	font-family: Verdana,Arial,sans-serif;
}

#lefthand_column {
	width: 80px;
}
#righthand_column_top {
	width: 80px;
	vertical-align: top;
	background-image: url('images/right_column_background.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
#righthand_column_bottom {
	width: 80px;
	height: 24px;
	vertical-align: top;
	background-image: url('images/right_column_bottom.jpg');
	background-repeat: no-repeat;
}

#header_left {
	height: 141px;
	text-align: left;
	vertical-align: bottom;
}
#header_right {
	height: 141px;
	text-align: right;
	vertical-align: bottom;
	background-image: url('images/header_background.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#footer_left {
	height: 24px;
	text-align: left;
	vertical-align: top;
	background-image: url('images/footer_background.jpg');
	background-repeat: repeat-x;
}
#footer_right {
	height: 24px;
	text-align: right;
	background-image: url('images/footer_background.jpg');
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	background-color: #FFFFFF;
}



/* Sets up link properties */

a:link {
	color: #333333;
	text-decoration: none;	
}
a:visited {
	color: #333333;
	text-decoration: none;	
}
a:hover {
	color: #0033FF;
	text-decoration: underline;	
}
a:active {
	color: #0033FF;
	text-decoration: none;	
}
a.dark_bg:link {
	color: #CCCCCC;
	text-decoration: none;	
}
a.dark_bg:visited {
	color: #CCCCCC;
	text-decoration: none;	
}
a.dark_bg:hover {
	color: #0033FF;
	text-decoration: underline;	
}
a.dark_bg:active {
	color: #0033FF;
	text-decoration: none;	
}




/* Content text formatting */

h1 {
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 15px;
	text-transform: uppercase;
}


/* Content table formatting */

td {
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 15px;
	line-height: 20px;
}
td.padding_1column {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
td.padding_2column_left {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 15px;
}
td.padding_2column_right {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 30px;
}
td.random_products {
	width: 25%;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}


/* Catalogue table formatting */

td.catalogue_headings {
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
td.catalogue_list_images {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 30px;
}
td.catalogue_heading_external {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
td.catalogue_list_external {
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 23px;
	padding-right: 23px;
	background-color: #CCCCCC;
}
td.catalogue_site_external {
	height: 700px;
}





/* Table underline formatting */

td.black_underline {
	border-bottom: 1px dotted #000000;
}
td.black_overline {
	border-top: 1px dotted #000000;
}
td.black_leftline {
	border-left: 1px dotted #000000;
}
td.black_rightline {
	border-right: 1px dotted #000000;
}











