body {
	background:url("../images/background_bg.png") #003366;
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	font-family: Helvetica;
	color: #333;
}
#header {
	width: 980px;
	margin: 0 auto;
	padding:1em;
	color: #FFF;
}

#header h1 {
	margin:0;
	padding:0;
	color: #307799;
}

#header .slogan {
	padding:1em;
}

#nav_top {
	width: 980px;
	margin: 0 auto;
	padding:0em 1em 0 1em;
	background-color: #002233;
	height:54px;
}

#nav_top .menu {
	background-color: #002233;
	width:980px;
	height:54px;
	z-index:1000;
	text-decoration:none;
	font-style: normal;
	margin:0 auto;
}

/* hack to correct IE5.5 faulty box model */
* html #nav_top .menu {
	width:980px;
	w\idth:980px;
}

/* remove all the bullets, borders and padding from the default list styling */
#nav_top .menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	margin: auto 50px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav_top .menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
#nav_top .menu a, #nav_top .menu a:visited {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color: #FFF;
	font-style: normal;
	padding:22px;
}
#nav_top .menu a:hover {
	color: #AADDFF;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #nav_top .menu a, * html #nav_top .menu a:visited {
	width:50px;
	w\idth:50px;
}

#container {
	background-color: #FFF;
	width: 980px;
	margin: 0 auto;
	padding: 1em;
	min-height: 400px;
}
.carriers {
	float: right;
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding:0;
}
#footer .hr {
	border-bottom: 2px solid #ccc;
}

#footer ul {
	list-style: none;
	float: right;
	padding:0;
	margin: .2em;
}

#footer ul li {
	float: right;
	color: #999;
}

#footer ul li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #EEE;
}

#footer ul li a:hover {
	color: #CCC;
}
#footer .social a img {
	border: 0;
}

.platforms {
	text-align: center;
	margin-top:50px;
}
.platforms img {
	padding: 10px;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.big {
	font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}

#widget{ width:300px; height:176px; background-image: url("../images/widget.gif"); position:relative; overflow: hidden; margin: 0 auto; text-align: center; }
#widget div { top:100px; position:relative; }
#widget div input[type="text"] { width: 90px; }
#widget div button { width: 100px; }