﻿div#header
{
	background-image: url(Images/WebPages/SalesListPage_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #333333; /*themecolour3;*/
	height: 80px;
}

div#container
{
	background-repeat: repeat-y;
}

div#container2
{
	background-repeat: repeat-y;
	background-position: right;
}

div#content
{
	margin-left: 20px;
	margin-right: 420px;
	line-height: 150%;
	color: #000000; /*themecolour5%0;*/
	padding-bottom: 10px;
}

#cleardiv
{
	clear: both;
}

div#footer
{
	clear: both;
	border-top: 2px solid #bf9357; /*themecolour2;*/
	text-align: center;
	background-color: #333333; /*themecolour3;*/
	color: #bf9357; /*themecolour2;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#logo
{
	float: left;
	height: 80px;
	background-color: #333333;
	background-image: url(Images/WebPages/SalesListPage_header_bg.gif);
}

div#hnavbar
{
	height: 25px;
	padding-top: 37px;
}

/**Redefined html tags**/
body
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #ffffff; /*themecolour5;*/
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
p
{
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*defines heading styles*/

#content h2
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357; /*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	color: #666666;
}
#content h3
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357; /*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	font-size: 110%;
}
#content h1
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357; /*themecolour2;*/
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 170%;
}
/*defines un ordered list*/
ul
{
	list-style-image: url(Images/WebPages/SalesListPage_bullet.gif);
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
/*floats image to the left of text blocks*/
.imagefloat
{
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
/*adds border and margin to right coloumn images*/
.rightcolimage
{
	border: 1px solid #333333; /*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
/*defines link colors*/
a:link
{
	color: #333333; /*themecolour3;*/
}
a:visited
{
	color: #999999;
}
a:hover
{
	color: #bf9357; /*themecolour2;*/
}

.captionbox
{
	background-color: #dbe0ed; /*themecolour1$ 53%,91.7%;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
