* {
	margin: 0;
}

body {
	margin: 40px 15px 40px 15px;
	background-image: url('images/bg_body.gif');
	background-position: center top;
}

div.container{
	width: 920px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

div.banner{
	background-image: url('images/bg_banner.gif');
	background-repeat: repeat-x;
}

div.navbar{
	text-align: right;;
}

div.logo{
	float: left;
	margin-left: 28px;
}

#nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#nav li {
    list-style:none;
    display:inline;
	margin-left: 0px;
}

div.mid-grey-b{
	background-color: #1c2124;
	border-top: 10px solid #000000;
	padding: 40px;
}

div.mid-grey{
	background-color: #1c2124;
	padding: 40px;
}

div.mid-white{
	background-color: #ffffff;
	padding: 40px;
}

div.footer{
	background-color: #121213;
	padding: 30px 40px 30px 40px;
	font-family: arial;
	font-size: 11px;
	color: #555555;
	line-height: 18px;
}

div.footer-left{
	float: left;
	text-align: left;
}

div.footer-right{
	float: right;
	text-align: right;
}


.txt_ongrey{
	font-family: arial;
	font-size: 11px;
	color: #cccccc;
	line-height: 18px;
}

div.clear{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
	width: 0;
	height: 0;
}

div.grey-left{
	float: left;
	width: 500px;
}

div.white-left{
	float: left;
	width: 500px;
}

div.grey-right{
	float: right;
	width: 226px;
	border-left: 1px solid #333333;
	padding-left: 40px;
}

div.white-right{
	float: right;
	width: 226px;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
}

div.white-content-l{
	width: 226px;
	float: left;
	padding-right: 40px;
}

div.white-content-m{
	width: 226px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.white-content-r{
	width: 226px;
	float: left;
	padding-left: 40px;
}

.txt_onwhite{
	font-family: arial;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

div.btn{
	text-align: center;
	margin-top: 20px;
}

#foot a:link{
	color: #555555;
	text-decoration: none;
}

#foot a:visited{
	color: #555555;
	text-decoration: none;
}

#foot a:active{
	color: #555555;
	text-decoration: none;
}

#foot a:hover{
	color: #777777;
	text-decoration: underline;
}

a.link-grey:link{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a.link-grey:visited{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a.link-grey:active{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a.link-grey:hover{
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}

label {
	width: 10em;
	text-align: right;
	padding-right: 5px;
	float: left;
	display: block;
}

input.text-input{
	width: 300px;
	border: 1px solid #999999;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin-left: 0;
}

textarea {
	border: 1px solid #999999;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	width: 415px;
}

#newsletter label {
	width: 7em;
	text-align: right;
	padding-right: 5px;
	float: left;
	display: block;
}

#newsletter input.text-input{
	width: 130px;
	border: 1px solid #999999;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin-left: 0;
}


div.port-grey-left{
	float: left;
	width: 380px;
}

div.port-white-left{
	float: left;
	width: 380px;
}

div.port-grey-right{
	float: right;
	width: 380px;
	border-left: 1px solid #333333;
	padding-left: 40px;
}

div.port-white-right{
	float: right;
	width:380px;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
}

img.port-img{
	float: left;
	margin-right: 20px;
}
