body
{
	font-family: Georgia, Arial;
	margin: 0px;
	padding: 0px;
	/* IE Layout problem */
	text-align: center;
	/*
	background-image: url('images/bg-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #f0f0f0;
}

/* Welcome / Index */
#welcome
{
	background-color:transparent;
	background-image: url('images/Bev-Javelin-bw-sm.jpg');
	background-repeat: no-repeat;
	background-position: top;
	/* background-attachment: fixed; */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 816px;
	border-color: #800000;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

#welcome h1
{
	margin-top: 0px;
	padding-top: 75px;
	color:#800000;
}


#welcome p
{
	color:#800000;
	margin: 0px;
	padding: 0px;
}

#welcome a
{
	font-size: xx-large;
	color: #800000;
	padding: 20px;
}

#welcome a:hover
{
	color: #FF0000;
}

/* Welcome / Index */

/* main - Centers Content using the new css way */
#main
{
/*
	background-image: url('images/Bev-Javelin-bw-sm.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	max-width: 1024px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
*/	
	background-color:transparent;
	background-image: url('images/Bev-Javelin-bw-sm.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-color: #800000;
	border-width: 0px 1px 1px 1px;
	border-style: solid;	
	
}

/* Banner */
#main #header
{
	text-align: left;
	height: 100px;
	border-color: #800000;
	border-width: 0px 0px 1px 0px;
	border-style: solid;	
}


#main #header #companyMoto
{
	float: left;
	text-align: center;
	font-style: italic;
	color: #800000;
	width: 600px;
	position: relative;
	left: 0px;
}
/* Banner */

/* TopMenu */
#main #topMenu 
{
/*
	border-color: #800000;
	border-width: 1px;
	border-style: solid; */
	text-align: right;
	float: right;
	font-size: small;
	position: relative;
	right: 6px;
	top: 25px;
}
#main #topMenu ul
{
	display: inline;
	list-style-type: none;
	margin: 0.2em .5em;
	padding: 0;
	width: 200px;
}
#main #topMenu ul li
{
	display: inline;
	padding: .2em .1em;
}

#main #topMenu ul li a
{
	color: #800000;
}

#main #topMenu ul li a:hover
{
	background-color: #ff0000;
}
/* TopMenu */

/* Google Site Search */
#main #header #googleSiteSearch
{
	
}

#main #header #googleSiteSearch img
{
	border: 0px;
	position: relative;
	top: 10px;
}


#main #header #googleSiteSearch #googleSiteSearchHeading
{
	color: #800000;
}


#main #header #googleSiteSearch form
{
	display: inline;
}
/* Google Site Search */

div.ContentContainerDiv
{
	clear: both;
	padding-top: 1em;
}

/* SideMenu */
#container #main #leftNav
{
	width: 13em;
	float: left;
	clear: left;

}

div.SideMenuDiv 
{
/*	background-color: #EFEFEF; */
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-left-width: 0px;	
	padding: 5px;
	font-size: small;
	text-align: left;
	
	margin-bottom: 1em;
}
div.SideMenuDiv ul
{
	list-style-type: none;
	margin: 0;
	padding: .2em .1em;
	text-align: right;
}
div.SideMenuDiv ul li a
{
	color: #800000;
}
div.SideMenuDiv ul li a:hover
{
	background-color: #ff0000;
}

div.LastUpdate
{
	text-align: center;
}
div.SideMenuHeading
{
	text-align: center;
	color: #800000;
	font-weight: bold;
	background-image: url('images/Grey-Mesh.gif');
}

/* used by both TopMenu and SideMenu */
.CurrentPage
{
	color: #ff0000;
}
/* SideMenu */

/* footer */
#container #main #footerDiv 
{
	clear: both;
	text-align: right;
	margin-top: 2em;
}

#container #main #footerDiv p
{
	color: gray;
}
/* footer */

/* Content */
#container #main #content
{
	text-align: center;
	margin-left: 13em;
}

#container #main #content #downloads
{
	text-align: left;
}

#container #main #content #downloads p
{
	margin-left: 50px;
	padding-left: 50px;
}

#container #main #content #downloads p.new
{
	/* <img border="0" src="../images/new.gif" width="28" height="11"> */
	background-color:transparent;
	background-image: url('images/new.gif');
	background-repeat: no-repeat;
	background-position: left;

}

#CatalogueTitle
{
	font-size: x-large;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	background-image: url('images/Blue-Mesh-Thin.gif');
}
#CatalogueGroupNav
{
	text-align: right;
}

.CatalogueTbl
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.CTHL
{
	background-image: url('images/Grey-Mesh.gif');
	font-weight: bold;
	color: #800000;
	text-align: left;
}
.CTHC
{
	background-image: url('images/Grey-Mesh.gif');
	font-weight: bold;
	color: #800000;
	text-align: center;
}
.CTHR
{
	background-image: url('images/Grey-Mesh.gif');
	font-weight: bold;
	color: #800000;
	text-align: right;
}
.CTDL
{
	font-style: normal;
	border-bottom-width: 1px;
	border-color: #000000;
	text-align: left;
	border-bottom-style: solid;
	font-size: x-small;
}
.CTDC
{
	font-style: normal;
	border-bottom-width: 1px;
	border-color: #000000;
	text-align: center;
	border-bottom-style: solid;
	font-size: x-small;
}
.CTDR
{
	font-style: normal;
	border-bottom-width: 1px;
	border-color: #000000;
	text-align: right;
	border-bottom-style: solid;
	font-size: x-small;
}
.CTG
{
	font-weight: bold;
	font-size: x-small;
	color: #800000;
	background-image: url('images/Blue-Mesh-Thin.gif');
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-align: left;
}
.CTGL
{
	font-weight: bold;
	font-size: x-small;
	color: #800000;
	background-image: url('images/Blue-Mesh-Thin.gif');
	text-align: left;
}

P.news {
	text-align: left;
}

P IMG {
	border: 0px	
}

IMG.news-l { 
	float: left; 
	margin: 0em 1em; 
}
  
IMG.news-r { 
	float: right; 
	margin: 0em 1em;
}
/* Content */

