/* CSS Document */

/*------------basic page parameters------------*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr {
	display: none;
}

img {
    display: block;
	border: 0px;
}

p, ul, li, h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
}
div#comingSoon p {
	position: absolute;
	left: 40px;
	right: 40px;
	padding-top: 260px;
}
div#comingSoon {
}


ul {
}

li {
}

/*-------------page structure-----------*/

#wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100%;
}
div#comingSoon {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 471px;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* mac hide \*/
* html #wrapper{height:100%}
/* end hide */

#header {
	background-color: #006699;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	width: 780px;
}

#footer {
	clear: both;
}

/*--------------page navigation----------*/

#globalNav {
	background-color: #006699;
	float: left;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E3D5B;
}

#globalNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#globalNav a {
	float: left;
	margin: 0px;
	padding: 0px;
}

#globalNav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #006699;
}

