/*****************************************************
		PETEMCCRACKEN
		
		GLOBAL NAV CSS
		
		brandon sorg
		
*****************************************************/

/* body reset - ideally would not have in here, but not always set it other pages/sites */
body {
	margin: 0px;
	padding: 0px;
}

#globalNavHolder {
	width: 100%;
	}

#globalNav { /* positioning */
	top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
	font-family: Arial,Helvetica,sans-serif;
	height: 25px;
	background-color: white;
	width: 100%;
	min-width: 1023px; /* PLAZMFONTS site width */
	font-size:13px;
}

#shadow {
	background: url(shadow.png) repeat-x center 0px;
	height: 9px;
	line-height: 9px;
	width: 100%;
	min-width: 1023px;
}

#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px auto;
	width: 1023px;
}
#globalNav li {
	float: left;
	position: relative;
	margin-right: 27px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 1px;
}

#globalNav #title { /* McCracken Int. Inc. */
	color: #666;
	cursor: default; /* help; changed cursor to ? */
}

/* LINKS */
#globalNav a {
	color: #000;
	text-decoration: none;
}

#globalNav a:hover {
	color: #666;
}

/* ACTIVE */
#globalNav li.active {
	background-color: #000;
	padding: 0px 6px 0px 6px;
}
#globalNav li.active a {
	color: #fff;
}
#globalNav li.active a:hover {
	color: #ddd;
}

div.clear { /* make this to :after later? */
	clear: both;
	height: 0px;
	min-height: 0px;
	line-height: 0px;
}

/* QTIPS Styling */
/* (some also done in javascript - base here, fine tune in js) */
body div.qtip div.content{ /* reset for it */
   padding: 0;
   margin: 0;
   height: auto; min-height: auto;
   width: auto; min-width: auto;
}

.qtip {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.qtip-adjust .qtip-content, .contact-custom .qtip-content {
	margin-left: 5px;
	margin-right: 5px;
}

.contact-custom .qtip-content a {
	color: #fff;
	text-decoration: none;
}

.contact-custom .qtip-content a:hover {
	color: #aaa;
}
	


