/*
Theme Name: International Merchant Accounts
Theme URI: n/a
Description: My 3rd try @ tableless layouts XD
Version: 1.0
Author: Winston C., Feona S.
Author URI: http: n/a

Theme last updated: 08.05.06
*/

/******* Basics and Typography *******/

body {
	padding: 0;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
}

input, textarea, select {
	border: 1px solid #ADBCBE;
	color: #28292D;
	background-color:#FFFFFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}
a:link {
	color: #28292D;
	background-color:#FFFFFF;
	letter-spacing: .25px;
}
a:visited {
	color: #28292D;
	background-color:#FFFFFF;
	letter-spacing: .25px;
}
a:hover, a:active {
	color: #28292D;
	background-color:#FFFFFF;
	text-decoration: underline;
	letter-spacing: .25px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0;
	color: #28292D;
	background-color:#FFFFFF;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
}

/*navigation styles*/

.navistyle{
	float:left;
	font-weight: bold;
	width:800px;
	background:#FFFFFF;
	border-bottom:1px solid black;
}

.navistyle ul{
	background-color:#FFFFFF;
	color:#000000;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.navistyle ul li{
	display: inline;
}

.navistyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
	border:none;
	padding:10px;
}


.navistyle ul li a:hover{
	background-color:#FF6600;
	color:#FFFFFF;
}

.navistyle ul li a[rel]:before { /*HTML to indicate drop down link*/
	content: url(/images/ima/top-orangearrow.gif); /*uncomment this line to use an image instead*/
}

/* Layout */

#container {
	width:800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear:both;
}

a.linkToUs {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	background-color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	padding-right:10px;
	float:right;
}

a.linkToUs:hover {
	color:#666666;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/*****header styles********/

#floater {
	float:left;
	background:#ebebeb;
	width:800px;
	height:97px;
    margin-top:2em;
}

.floater-image{
	float:left;
	top:1em;
	width:600px;
	display:inline;
	color:#999999;
}

.floater-text{
	float:left;
	margin-top:4em;
	margin-left:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:right;
	font-weight:bold;
	font-size:11pt;
}

/******Main styles******/

#main-image{
	position:absolute;
	top:12em;
	margin-left:3em;
	border-top:solid;
	border-top-width:2px;
}

/***************START styles of steps-text*****************/

#steps-text{
	float: right;
	width: 98%;
	height: 30px;
	padding: 0 10px 0 10px;
	background-color: #FFCCCC;
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	word-spacing: 11px;
	line-height: 22px;
}

#steps-text span{
	font-size: 14pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#steps-text label {
	color:#990000;
	background-color:#FFCCCC;
	font-size: 14pt;
	font-family:Arial, Helvetica, sans-serif;
}

/***************END styles of steps-text*****************/

/*forms and main pic*/

#formcontainer{
	float:left;
	width:800px;
	margin-top:1em;
	font-size:9pt;
}

/***************START styles of content*****************/
.content {
	color:#666666;
	font-size:9pt;
	line-height: 20px;
	padding:0px 20px 20px 15px;
	float:left;
	width:365px;
	text-align:justify;
}

.content label {
	font-size:11pt;
	font-weight:bold;
	color:#FF6600;
}

#left-container {
	padding:0px 20px 20px 15px;
	text-align: justify;
	float: left;
	width: 395px;
}

#right-container {
	float: right;
	width: 360px;
}

#articlelist {
	padding: 10px 5px 10px 5px;
	clear: both;
}

/***************END styles of content*****************/

/***************START styles of formstylz*****************/

#form {
	width: 98%;
	float: right;
	margin-top:15px;
}

#formstylz{
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	margin-left: auto;
	margin-right: auto;
}

#formstylz label {
	font-size:11pt;
	position:relative;
	font-weight:bold;
	background-color:#FFFFFF;
}

#formstylz span {
	font-size:11pt;
	position:relative;
	background-color:#FFFFFF;
}

#formstylz input {
	background-color: #FFF8DC;
	position:static;
	display:inline;
	margin-top:1px;
	width:130px;
}

#formstylz .formbox2 {
	margin-left:20px;
	background-color:#FFFFFF;
}

#formstylz .continue{
	float:left;
	margin-top:15px;
	background-color:#464646;
	color: #FFFFFF;
	border: 2px solid #a1a1a1;
	font-size:11pt;
	font-weight:bold;
	width:110px;
	height:25px;
}

/***************END styles of formstylz*****************/

#errormsg-container {
	float:left;
	width:750px;
}

.error {
	color: rgb(204,0,0);
	font-weight: bold;
}

#buttoncontainer {
	margin:10px auto;
	width:175px;
}

#buttoncontainer input{
	border: 1px solid #a1a1a1;
	color: #ffffff;
	background-color:#464646;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	width:55px;
}

/***************START styles of leftcontainer*****************/

#leftcontainer {
	float:left;
	text-align:right;
	width:369px;
	padding-right:10px;
	padding-left:10px;
}

#leftcontainer label {
	font-size:11pt;
	position:relative;
	font-weight:bold;
	background-color:#FFFFFF;
}

#leftcontainer span {
	font-size:11pt;
	position:relative;
	background-color:#FFFFFF;
}

/***************END styles of leftcontainer*****************/

/***************START styles of formstylzcontainer*****************/

#formstylzcontainer {
	float:left;
}

#formstylzcontainer .error {
	color: rgb(204,0,0);
	font-weight: bold;
	float:right;
	padding:0px;
}

#formstylzcontainer input {
	background: #FFF8DC;
	position:static;
	display:inline;
	margin-top:1px;
	width:150px;
	padding-bottom:4px;
}

#formstylzcontainer textarea {
	background: #FFF8DC;
	position:static;
	display:inline;
	margin-top:1px;
	width:150px;
}

#formstylzcontainer select {
	background: #FFF8DC;
	position:static;
	display:inline;
	margin-top:1px;
	width:154px;
}

#formstylzcontainer .formbox{
	background-color:#FFFFFF;
	clear:right;
}

#formstylzcontainer .formcheckbox {
	width:15px;
	background:none;
	border:none;
}

#formstylzcontainer label {
	font-size:11pt;
	font-weight:bold;
	background-color:#FFFFFF;
	width:390px;
	float:left;
	text-align:right;
	padding-right:10px;
	height:26px;
}

#formstylzcontainer span {
	font-size:11pt;
	background-color:#FFFFFF;
	width:390px;
	float:left;
	text-align:right;
	padding-right:10px;
	height:26px;
}

/***************END styles of formstylzcontainer*****************/

.LinkToUs{
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	background-color:#FFFFFF;
	position:inherit;
	display:block;
	margin-left:690px;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	float:right;

}

/* Footer Styles */

#footer {
	float:left;
	height: 38px;
	width: 800px;
	margin-top:5px;
	padding-top:10px;
	border-top: 2px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	text-align:center;
}

/***************START styles of feeds*****************/

#feeds {
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	float: left;
}

.feeds-container {
	padding: 5px;
	overflow: auto;
	font-size: 8pt;
	float: left;
	width: 190px;
}

.top {
	margin-bottom: 5px;
	background-color: #D0D0D0;
	padding: 5px;
}

.bottom {
	padding: 5px;
	background-color: #F0F0F0;
}

#feeds a,h2 {
	text-align:center;
	color:#666666;
	font-size: 8pt;
}

#feeds a:hover {
	color:#FF6600;
}

/***************END styles of feeds*****************/

#listcheckbox {
	width:225px;
	float:left;
	margin-top:5px;
}

#listcheckbox input{
	width:12px;
	background:none;
	border:none;
	float:left;
}

#listcheckbox .other {
	width:130px;
	border: 1px solid #ADBCBE;
	color: #6D7D84;
	font-size: 11px;
}

#listcheckbox label {
	font-size: 13px;
	color: black;
	float:left;
	font-weight:normal;
	width:auto;
	clear:both;
}

#secondary-terms {
	float: left;
	margin-top:10px;
	font-size:8pt;
}

.secondarycontent {
	float:left;
	padding:4px;
	width: 180px;
	margin:5px;
	background-color: #F0F0F0;
	text-align:center;
	font-weight:bold;
}

#secondary-terms a {
	color:#666666;
	background: none;
}

#secondary-terms a:hover {
	color:#FF6600;
}