/* @override http://local.optimumts.com/styles/style.css */

/* zeroing code */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0px;
}

/* end zeroing code */

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cdcdcd;
	margin: 0;
}

body {
	text-align: center;
	background: #282a2e url(../images/site-bg.png) repeat center center;
	box-shadow: inset rgba(0,0,0,0.5) 0 0 60px 15px;
	font-size: 16px;
}

/*a:link { color: #cccccc; text-decoration: none;}
a:visited { color: #cccccc; text-decoration: none;}
a:hover { color: #f68933; text-decoration: none;}
a:active { color: #f68933; text-decoration: none;}*/

#pagewrapper {
	width: 1026px;
	margin: 0 auto;
}

#body {
	margin: 0;
	padding: 0;
}

header {
	float: left;
	clear: both;
	width: 100%;
	padding: 30px 0 47px 0;
}

#logo {
	width: 230px;
	float: left;
	padding: 0 0 0 70px;
}

#mainnav {
	float: right;
	padding: 1em 70px 0 0;
}

#message {
	padding: 0 0 37px 0;
}

#image {
	padding: 0;
}

.grey {
	background-color: #d2d4d6;
	background-image: url("../images/site-bg-light.png");
}

.hide {
	display: none;
}

#spinner {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(../images/icons/spinner.gif) no-repeat center center;
}

#clicktoreturn {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(/images/clicktoreturn.png) no-repeat center center;
}

