/* Global
-------------------------------------------------- */
html, body, div, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	color: #666;
	background: #fff;
	font: normal 12px/18px Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
}
a {
	color: #0275d4;
	outline: none;
}
a:hover {
	color: #1b89e4;
	text-decoration: none;
}
a img {
	border-width: 0; 
	border-style: none;
}
.clear {
	clear: both;
}

/* Navi
-------------------------------------------------- */
#naviContainer {
	float: right;
	width: 863px;
	background: url(../images/bg_navi.gif) repeat-x 0 0;
}
#naviContainer ul {
	float: right;
	width: 585px;
	height: 31px;
	background: url(../images/navi.gif) no-repeat 0 0;
}
#naviContainer ul li {
	float: left;
	text-indent: -9999px;
	line-height: 31px;
}
#naviContainer ul li a {
	display: block;
	background: url(../images/navi.gif) no-repeat 0 0;
}
	
li#nav1 a {	width: 53px; height: 31px; }
li#nav2 a { width: 104px; height: 31px; }
li#nav3 a { width: 73px; height: 31px; }
li#nav4 a { width: 108px; height: 31px; }
li#nav5 a { width: 77px; height: 31px; }
li#nav6 a { width: 81px; height: 31px; }

li#nav1 a:link, li#nav1 a:visited { background-position: 0px 0px; }
li#nav1 a:hover, li#nav1 a:focus { background-position: 0px -31px; }

li#nav2 a:link, li#nav2 a:visited { background-position: -53px 0px; }
li#nav2 a:hover, li#nav2 a:focus { background-position: -53px -31px; }

li#nav3 a:link, li#nav3 a:visited { background-position: -157px 0px; }
li#nav3 a:hover, li#nav3 a:focus {	background-position: -157px -31px; }

li#nav4 a:link, li#nav4 a:visited { background-position: -230px 0px; }
li#nav4 a:hover, li#nav4 a:focus { background-position: -230px -31px; }

li#nav5 a:link, li#nav5 a:visited { background-position: -338px 0px; }
li#nav5 a:hover, li#nav5 a:focus { background-position: -338px -31px; }

li#nav6 a:link, li#nav6 a:visited { background-position: -415px 0px; }
li#nav6 a:hover, li#nav6 a:focus { background-position: -415px -31px; }


/* Selected nav items
------------------------------------------------------------------*/
li#nav1 a.current:link, li#nav1 a.current:visited { background-position: 0px -31px; }
li#nav2 a.current:link, li#nav2 a.current:visited {	background-position: -53px -31px; }
li#nav3 a.current:link, li#nav3 a.current:visited { background-position: -157px -31px; }
li#nav4 a.current:link, li#nav4 a.current:visited { background-position: -230px -31px; }
li#nav5 a.current:link, li#nav5 a.current:visited { background-position: -338px -31px; }
li#nav6 a.current:link, li#nav6 a.current:visited { background-position: -415px -31px; }

/* Sub nav items for Technology
------------------------------------------------------------------*/
ul#subnav1 {
	width: 261px;
	height: 24px;
	margin: 0 0 0 18px;
}
ul#subnav1 li {
	display: block;
	text-indent: -9999px;
}
ul#subnav1 li a {
	border: 0;
	height: 24px;
	display: block;
	text-decoration: none;
	background: url(../images/subnav_about.gif) no-repeat 0 0;
}
ul#subnav1 li#oneone { width: 71px; }
ul#subnav1 li#onetwo { width: 72px; }
ul#subnav1 li#onethree { width: 118px; }

li#oneone a:link, li#oneone a:visited {	background-position: 0 0; }
li#oneone a:hover, li#oneone a:focus { background-position: 0 -24px; }
li#onetwo a:link, li#onetwo a:visited {	background-position: -71px 0; }
li#onetwo a:hover, li#onetwo a:focus { background-position: -71px -24px; }
li#onethree a:link, li#onethree a:visited {	background-position: -143px 0px; }
li#onethree a:hover, li#onethree a:focus { background-position: -143px -24px; }

/* Selected subnav items
------------------------------------------------------------------*/
li#oneone a.current:link, li#oneone a.current:visited {	background-position: 0 -24px; }
li#onetwo a.current:link, li#onetwo a.current:visited {	background-position: -71px -24px; }
li#onethree a.current:link, li#onethree a.current:visited {	background-position: -143px -24px; }






/* Layout
-------------------------------------------------- */
#wrapper {
	width: 863px;	
	margin: 0 auto;
	text-align: left;
	padding-bottom: 8px;
	border: 1px solid #e2e4dc;
}

/* Header
-------------------------------------------------- */
#header {
	width: 863px;
	height: 144px;
	background: transparent url(../images/bg_header.jpg) no-repeat top left;
}
#logo {
	float: left;
	margin: 16px 0 0 18px;
}
#logo a {
	display: block;
	width: 333px;
	height: 49px;
	background: url(../images/logo_gmm.gif) no-repeat top left;
	text-indent: -99999px;
}

.aux {
	float: right;
	display: none;
}

#content {
	float: left;
	width: 863px;
	background: url(../images/bg_content.gif) repeat-x 0 0;
	padding-top: 28px;
}
#leftColumn {
	float: left;
	width: 260px;
}
#mainContent {
	float: left;
	width: 545px;
	margin: 0 15px 0 28px;
}

/* Content
-------------------------------------------------- */
h2.slogan {
	text-indent: -99999px;
	background: url(../images/title_slogan.gif) no-repeat 0 0;
	line-height: 21px;
	margin-bottom: 6px;
}
h3 {
	font: bold 14px/22px Arial, sans-serif;
	margin-bottom: 3px;
}
h4 {
	font: bold 12px/18px Arial, sans-serif;
}
p {
	margin-bottom: 12px;
}
p.bodytext {
	margin-bottom: 22px;
}
p.intro {
	font: 16px/22px Arial, sans-serif;
	margin-bottom: 20px;
}
p.sign {
	text-align: right;
	font-style: italic;
}
ul.lists { margin: 0 0 20px 12px; }
ul.lists li { padding-left: 10px; line-height: 26px; background: url(../images/icon_bullets.gif) no-repeat left center; }
ul.lists li span { color: #333; font-weight: bolder; }
ul.lists ul { float: left; width: 220px; padding: 0 0 8px 0; margin-right: 10px; }
ul.lists li a { dispaly: block; vertical-align: middle; }

ul.features { margin-left: 0; }
ul.features li { line-height: 24px; }
ul.features li span { padding-left: 3px; color: #2186d9; font: bold 10px Arial, sans-serif; }

.module {
	margin: 8px 0 27px;
}

/* Left side Content
-------------------------------------------------- */
.leftModule p {
	font: 11px/16px Arial, sans-serif;
	padding: 10px 30px 12px 18px;
	margin: 0;
}
.leftModule p.img {
	padding: 0 0 0 18px;
}
.account {
	height: 121px;
	background: url(../images/bg_young_guy.jpg) no-repeat right bottom;
}
h2.title {
	line-height: 22px;
	text-indent: -999999px;
	background: #e2e4dc url(../images/title_open_account.gif) no-repeat 14px center;
}
h2.title a {
	display: block;
	height: 22px;
}
h2.yourBranch {
	background: #e2e4dc url(../images/title_branch.gif) no-repeat 14px center;
}
h2.partners {
	background: #e2e4dc url(../images/title_partners.gif) no-repeat 14px center;
}
.rule {
	border-bottom: 5px solid #e2e4dc;
}

/*Form
-------------------------------------------------- */
input, select, fieldset img {
    vertical-align: middle;
}
fieldset {
  margin: 0 0 1em;
  padding: 1em;
  border: none;
}
p.required {
  font-size: 10px;
  color: #760000;
}
label {
  display: block;
}
.feedback {
	display: inline;
	font: bold 10px/14px Arial, sans-serif;
	color: #760000;
	margin: 0;
}
/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}
input {
  width: 200px;
}
input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
input.radio, input.checkbox, input.submit {
  width: auto;
}
input:focus, textarea:focus {
  background: #ffc;
}
textarea {
  width: 300px;
  height: 100px;
}

/* Contact
-------------------------------------------------- */
address {
	font: 12px/18px Arial, sans-serif; 
	padding: 0 0 20px 12px;
}
address p {
	margin: 7px 0;
}




/* Footer
-------------------------------------------------- */
#footer {
	width: 863px;	
	font: bold 10px/20px Arial, sans-serif;
	margin: 10px auto;
	text-align: left;
}
#footer p {
	color: #ccc;
	margin: 0;
}