/************************************************************************
	COMMON
************************************************************************/
html *
{
	margin: 0;		/* NO margins and padding from all items 	*/
	padding: 0;		/* We can manually adjust later on.					*/
}

body {
	/* 
		note that we are centering the entire body, so
		a wrapper is no longer needed.  adjust
		the width and height accordingly.
	*/
	position: absolute;
	background-color:#fff;
	font-family: "Times New Roman", Times, serif;
	font-color: #B39D8B;
	font-size: 12px;
	width: 700px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -350px;		/* This is the width / 2 	*/
	margin-top: -175px;			/* This is the height /2  + 25 points added vertical centering	*/
}
a 
{ 
	text-decoration: underline; 
	color: #B39D8B;
}
#catalogImage
{
	text-align: center;
	height: 300px; 				/* Minimum height must be the height of the image to be displayed 	*/
	width: 100%;
}

#catalogNavigator
{
	vertical-align: top;
	text-align: center;
	height: 60px;
	width: 100%;
	/*border: 1px lime solid;*/
}
#catalogNavigator #B1 { vertical-align: middle; text-align: left;}
#catalogNavigator #B2 { vertical-align: middle; text-align: right;}

#catalogNavigator #idDescription
{
	vertical-align: middle; text-align: left; font-weight: bold;font-size: 14px;
}


/************************************************************************
	HOME PAGE ( Default.asp )
************************************************************************/
#homepage h1
{
	background-image:url(/images/Logo_509x291_2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px; 				/* Minimum height must be the height of the image to be displayed 	*/
	width: 100%;
	margin-bottom: 60px;
}
#homepage h1 span { display: none; }

/************************************************************************
	NAVIGATION
************************************************************************/
ul#nav {
	color:#B39D8B;
	list-style: none;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

ul#nav li {
	border-left: 1px solid #B39D8B;
	text-transform: lowercase;
	display: inline;
	padding: 0 12px;
}

ul#nav a 
{ 
	text-decoration: underline; 
	color: #B39D8B;
}

ul#nav a.selected  /* This is the current (selected) link */
{ 
	cursor: default;
	text-decoration: none; 
	font-weight: bold;
	color:#000000;
}
ul#nav li#home a.selected {  background: url("images/Logo_50x29.gif") no-repeat 10px 2px; }

ul#nav li.first, ul#nav li.last {
	border: none;
}
/************************************************************************
	CONTACT PAGE 
************************************************************************/

#contact h1
{
	background-image:url(/images/Logo_509x291_2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px; 				/* Minimum height must be the height of the image to be displayed 	*/
	width: 100%;
	margin-bottom: 60px;
}
#contact h1 span { display: none; }


#contact #bodyContact
{
	background-image:url(/images/contact2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px; 			/* Minimum height must be the height of the image to be displayed 	*/
	width: 100%;
	margin-bottom: 58px;
	margin-left: 10px;
border: 1px white solid;
}

#contentContact
{
	padding-left: 75px;
	margin-top: 40px;
	text-align: left;
	color: #B39D8B;
}

/************************************************************************
	PROCESS PAGE 
************************************************************************/
#processTitle 
{
	color: #B39D8B;
	padding-bottom: 5px;	
	padding-left: 55px;
}
div.processContent { 
	color: #B39D8B;
	padding-right: 5px;
}
#process #processPage
{
	background-repeat: no-repeat;
	background-position: center;
	height: 300px; 				/* Minimum height must be the height of the image to be displayed 	*/
	margin-bottom: 30px;
	margin-top: 30px;
}

