@charset "UTF-8";
/* CSS Document
Uniguest
Common CSS
©2010 Uniguest
Created 4/8/10 9:27AM
Updated 4/8/10 9:27AM
Validated 4/8/10 9:27AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}

/* resize TradeMark symbol */

sup {
	font-size: 80%;
	line-height: normal;
}

/* Create a clear floats div */

div.clearfloats {
	clear: both;
}
		
/* UNIVERSAL */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
/* LAYOUT ELEMENTS */
	
div#wrapperdiv {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
	}
	
div#topnavdiv {
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 12px;
	right: 0;
	width: 700px;
	height: 35px;
	color: #fff;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* LINKS */

div#topnavdiv a {
	color: #fff;
	text-decoration: none;
}

div#topnavdiv a:hover {
	color: #ffd434;
}

/* FORMS */

form#paypalform {
	display: inline;
	height: 1px;
	width: 1px;
}

