﻿* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:none;
}

html {
	background-image:url('../images/leather_bkg_13_13.jpg');
	background-repeat:repeat-x;
	background-position:center 175px;
	background-color:#aaaaaa;
}

/***********Classes*******/

span.navFont {
	font-size:small;
}

/*********End Classes*****/



#container {
	position:relative;
	margin:0 auto;
	width:875px;
	height:auto;
}

/*******Begin Top Header*****/

#header {
	width:875px;
	height:auto;
}

#logoTag img {
	position:absolute;
	width:336px;
	height:140px;
	margin-left:-5px;
	display:block;
	border:none;
	z-index:2;
}


#navBar {
	background-image:url('../images/navbar_png_02_02.png');
	position: absolute;
	width:585px;
	height: 70px;
	margin-left:290px;
	text-align:center;
}

#navBar ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 45px;
}

#navBar li img {
	border:none;
	margin-bottom:13px;
}

#navBar li {
	text-decoration:none;
}

	
#navItem0 {
	width:62px;
	height:54px;
	}
	

#navItem1 {
	width:53px;
	height:54px;
	margin-left:95px;
	margin-top:-54px;
}

#navItem2 {
	width:57px;
	height:54px;
	margin-left:185px;
	margin-top:-54px;
}

#navItem3 {
	width:55px;
	height:54px; 
	margin-left:280px;
	margin-top:-54px;
}

#navItem5 {
	width:54px;
	height:54px;
	margin-top:-54px;
	margin-left:375px;
}

/**#navItem5 {
	width:54px;
	height:54px;
	margin-left:460px;
	margin-top:-54px;
}**/

#navBar a {
	text-decoration:none;
}

#navBar a:link {
	color:#aaaaaa;
}

#navBar a:visited {
	color:#aaaaaa;
}

#navBar a:hover {
	color:blue;
}

#navBar a:active {
	color:blue;
}
/********************************/
/********End Top Header**********/



/***** Begin Main Container*********/
/***********************************/

#emailRegistrationIcon {
	position:absolute;
	width:75px;
	height:75px;
	margin-left:800px;
	margin-top:-20px;
}

#top_title {
	background-image:url('../site_images/images/index_top_title.png');
	background-repeat:no-repeat;
	width:890px;
	height:60px;
}

#expantion {
	background-image:url('../site_images/images/index_expantion.png');
	background-repeat:repeat-y;
	width:890px;
}

#bottom {
	background-image:url('../site_images/images/index_bottom.png');
	background-repeat:no-repeat;
	width:890px;
	height:34px;
}


#mainContainer {
	position:absolute;
	width:875px;
	margin:145px auto;
}


/************End Main Content***/
/*******************************/



/********Begin Footer***********/

#navFooter h3 {
	font-size:13px;
	color:white;
	text-align:center;
}
 
#navFooter ul {
	list-style:none;
	color:white;
	padding-top:10px;
	margin-left:200px;
	font-size:15px;
}

#navFooter li {
	display:inline;
}

#navFooter a {
	text-decoration:none;
	color:white;
	}

#navFooter li a:link {
	color:white;
}

#navFooter li a:visited {
	color:white;
}

#navFooter li a:hover {
	color:gray;
	text-decoration:underline;
}

#navFooter li a:active {
	color:gray;
}


#facebookLink {
	position:absolute;
	margin:-65px 0 0 780px;
	
}

#facebookLink img{
	width:68px;
	height:68px;
	display:block;
	border:none;
}

#webineerStamp {
	width:100px;
	height:56px;
	margin-top:-40px;
	margin-left:550px;
	z-index:1;

}


/*************End Footer**********/


