/********************************************
   HTML ELEMENTS
********************************************/ 


/* links */
a, a:visited {	
	color: #6d6e70;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #b03035;
	background: inherit;
	text-decoration: underline;	

}

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	text-align: center;
	margin: 0 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-position: center;
}

#wrap {
	position: relative;
	width: 900px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	padding: 0;
	margin-left: 0px;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 978px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
}

#header2 {
	position: relative;
	width: 978px;
	height: 100px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;

}
/* Navigation */
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	background-repeat: no-repeat;
	width: 978px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 870px;
	height: 30px;
	text-transform: uppercase;
	margin: 0 0 0 30px;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

/* Typography */
.copyrightdarkgrey {
	color: #6d6e70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.copyrightlightgrey {
	color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.copyrightwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;

}
.copyrightlightgrey_small {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


.termsandconditions{
	font-size: 10px;
	height: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 16px;
	right: -22px;
	width: 139px;
	padding: 4px;
	}
	
	
.text{
	font-size: 10px;
	height: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; 
	top: 300px; 
	right: 300px; 
	width: 111px; 
	padding: 4px;
	
	}

.hand {cursor: pointer;} 

