/* ======== Element styles ======= */

body
{
	font-size: 0.8em; 
	line-height: 1.5;
	font-family: arial, helvetica, serif;
}

h1
{
	font-size: 1em;
}

h1#logo
{
	font-size: 1em;	
}

h2 
{
	font-size: 1.1em;	
}

h3
{
	font-size: 1em;	
}


#main-menu
{
	
}


#footer
{

}

.small
{
	font-size: 0.9em;

}

.large
{
	font-size: 1.1em;	
}


.print-version
{
	display: block;
}

.screen-version
{
	display: none;
	visibility: hidden;		
}

a img
{
	border: none;
}

.clear
{
	clear: both;	
	font-size: 0;
}

/* ============== BODY ELEMENT STYLES ============== */

body
{
	margin: 0;
	padding: 0;
	color: #000;
}

a
{
	color: #000;
	text-decoration: underline;
}

h1
{
	padding: 0.5em 0 0.5em 0;
	margin: 1em 0;
	color: #000;
	letter-spacing: 0.1em;
	font-size: 1.4em;	
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2
{
	font-weight: bold;
	border-top: 1px dashed #ccc;
	margin-top: 3em;
}
h2.first
{
	border-top: none;
}


/* ============== HEADER STYLES ============== */

#header
{
	width: 100%;
	background-color: #fc0;
	position: relative;
	margin: 0;
	padding: 0;
}

#banner
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#logo
{
	display: static;
}

#jump-to
{
	display: none;
}


/* ============== Main menu ============== */

#navigation, #submenu1, #submenu2, .submenu3
{
	display: none;
}




/* ============== MAIN BODY STYLES ============== */

#contents
{
	width: 100%;
	padding: 1em 0 0 0;
	margin: 0;
	position: relative;
}

#main-body
{
	width: 100%;
	position: relative;
}



/* ============== FOOTER STYLES ============== */

#footer
{
	padding: 1em 0 0 0;
	border-top: 1px solid #ccc;
	margin: 4em 0 0 0;
}

#footer a:link, #footer a:visited
{
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:active
{
	color: #333;
	text-decoration: underline;
}


/* ============== Order now link styles ============== */

#order-link
{
	display: none;
}


/* ============== DESCRIPTOR LIST LINK STYLES ============== */

ul#descriptor-list
{
	margin: 1em 0 0 0;
	padding: 0;	
	list-style-type: none;
}
ul#descriptor-list li
{
	padding-bottom: 0.3em;	
}

#descriptor-list a:link , #descriptor-list a:visited, #descriptor-list a:hover, #descriptor-list a:active
{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#descriptor-list a:hover, #descriptor-list a:active
{
	color: #c90;
}

#descriptor
{
	display: none;
}


/* ============== OTHER STYLES ============== */

.gold
{
	color: #000;
}


#map
{
	width: 300px;
	height: 300px;
	padding-top: 0.5em;
}


