﻿#navMain 
{
	
	background:Black url(../../images/menuBack.jpg) repeat-x;
	font-size:0.9em;
	/*background-color:#404040;*/
	margin-left:auto;
	margin-right:auto;
	width:950px;
	padding:0 0 0 0;
	position:relative;
	margin-top:0px;	
	z-index:999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header 
{
	height:85px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:.85em;
	position:relative;
	width:950px;
	}
	
#headerLogo {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:80px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	}
	
#headerHome {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:1em;
	right:10px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
	}

#headerContact {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:3em;
	right:10px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
	}
	
#headerLogin
{
	text-align:right;
	/*border-bottom:1px dashed #CACACA;*/
	position:absolute;
	top:5em;
	right:10px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
}

#header a:link, #header a:visited, #header a:active {text-decoration:none; font-weight: normal; color:#900010 }
#header a:hover{text-decoration: none; font-weight:bold ; color:#900010 }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {	
	margin:0 auto;
	width:950px;
	height:60px;
	display:block;
	font-size:.8em;
	clear:both;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;	
	text-align:right;
}
