/* stlye-main.css - common elements for the site */

/* Colours 
#D2AB67 - Beige
#336600 - Green
*/


/* Elements */
body 
{
	background: #336600;
	color: #336600;
}

h1
{
	color: #000000;/*#336600*/;
	font-family: "EuroRoman";
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h2
{
	color: #000000;/*#336600*/;
	font-family: "EuroRoman";
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

td
{
/*	background: #336600;*/
	padding: 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
}

ul
{
	text-align: left;
	list-style-type: disc;	
}

/* Identifier Specific */

#address
{
	
}

#basketRightColumn 
{
	padding: 5px;
	text-align: left;
	width: 200px;
	border: solid 1px #000000;
}

#centerColumn 
{
	padding: 5px;
	width: 420px;
	border: solid 1px #000000;
}

#leftColumn 
{
	background: #336600;
	padding: 1px;
	text-align: left;
	width: 200px;
	border: none /*solid 0px #000000*/;
}

/* Vertical Divisions */
#footer
{
	background: #ffffff;
	border: 2px solid #D2AB67;
	background: #ffffff;
	font-family: "EuroRoman";
	font-size: 12pt;
	padding: 5px;
	text-align: center;
}

.heading
/* Used in main navigation and as a header without a anchor */
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}
#header 
{
	color: #D2AB67;
	font-weight: bold;
	width: 800px;
}

#main
{
	background: #ffffff;
	border: solid 0px #000000;
	font-family: EuroRoman;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	width: 100%;	
}


#mainTable 
/* top TABLE containing all ather page elements */
{
	background: #ffffff;
	padding: 5px;
	border: 2px solid #D2AB67;
	border-bottom-width: 6px;
	border-right-width: 6px;
	font-family: EuroRoman;
	font-size: 12pt;
	font-weight: bold;
	width: 800px;
}
#main td
{
	padding: 5px;
}
	



/* Navigation */
/*
	NOTE:
	a:hover must be the last style declared to properly work as a mouse over
*/

/* Colours 
#D2AB67 - Beige
#336600 - Green
*/


#nav 
{
	padding: 7px;
	background: #ffffff;
	font-family: EuroRoman;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

#thumbnailNav 
{
	width: 100%;
	background: #ffffff;
	border: none /*solid 1px #000000*/;
	font-family: EuroRoman;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}


/* LINKS - ANCHORS */
a:link
{
	color: #D2AB67;
	background:transparent;
	text-decoration: none;
}

a:visited
{
	color: #D2AB67;
	background: transparent;
	text-decoration: none;
}

a:hover
{
	/*border: solid 1 #CC0033;*/
	color: #336600;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #D2AB67;
	background: transparent;
	text-decoration: none;
}
