﻿body
	{
	background-color:#727272;
	margin:0 auto;
	background-image:url('../_gfx/bg.gif');
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:0;
}
img
	{
	border:0;
}
.wrappper
	{
	width:914px;
	margin:0px auto;
	text-align:left;
	padding:0 28px 0 28px;
	background-color:#ffffff;
	height:100%;
	display:inline-block
}
a:link, a:active, a:visited
	{
	color:#3366cc;
	text-decoration:none;
}
a:hover
	{
	color:#3366cc;
	text-decoration:underline;

}
/* HEADER : starts */
.header
	{
	width:914px;
	height:100px;
	position:relative;
	background-color:#f3f3f3;
}
/* HEADER : ends */


/* MENU : starts */
.hormenu
	{
	width:914px;
	background-color:#f6d442;
	padding:0;
	font-weight:bold;
	display:inline-block;
	height:28px;
}
.menu A:link, .menu A:visited, .menu A:active	
	{
	color:#000;
	text-decoration:none;
}
.menu A:hover	
	{
	color:#fff;
	text-decoration:none;
}
.menu A.selected:link, .menu A.selected:visited, .menu A.selected:active	
	{
	color:#fff;
	text-decoration:none;
}
.menu A.selected:hover	
	{
	color:#000;
	text-decoration:none;
}

/* MENU : ends */



/* SPLASH : starts */
.splash
	{
	width:914px;
	height:139px;
	margin-bottom:19px;
}
/* SPLASH : ends */



/* CONTENT : starts */
.content
	{
	width:914px;
	float:left;
	padding:0;
	margin:0;
	display:inline-block;
}
.content .left
	{
	width:316px;
	float:left;
	padding:0;
	margin:0;
	display:inline-block;
}
.content .right
	{
	width:570px;
	float:left;
	padding:0;
	margin:0 0 5px 28px;
	display:inline-block;
}
.content .right h1
	{
	font-family:Georgia;
	color:#60bbe0;
	font-size:26px;
	font-weight:normal;
	padding:0 0 0 35px;
	margin:0;
	background-image:url('../_gfx/bg-h1.gif');
	background-position:0 5px ;
	background-repeat:no-repeat;
}
.content .right h2
	{
	font-family:Georgia;
	color:#e29133;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 0 0;
	margin:0;
	border-top:1px #60bbe0 solid;
}
.content .right p
	{
	line-height:150%;
}
.content .right td
	{
 	padding:5px 0 5px 0;
 	border-bottom:1px #000 solid;
}
/* CONTENT : ends */



/* CHOOSE STATE : starts */
.choose-state
	{
	width:316px;
	height:159px;
	background-image:url('../_gfx/bg-choose-state.gif');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:17px;
}
.choose-state select
	{
	width:210px;
	font-size:12px;
	position:absolute;
	top:90px;
	left:79px;
}
/* CHOOSE STATE : ends */


/* OPTION BOXES : starts */
a.us-incorporation:link,a.us-incorporation:visited,a.us-incorporation:active
	{
	width:140px;
	height:20px;
	background-image:url('../_gfx/bg-us-incorporation.gif');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin:0 9px 17px 9px;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:90px 0 0 0;
	font-weight:bold;
	display:inline-block;
}
a.us-incorporation:hover
	{
	color:#000;
}
a.bank-accounts:link,a.bank-accounts:visited,a.bank-accounts:active
	{
	width:140px;
	height:20px;
	background-image:url('../_gfx/bg-bank-accounts.gif');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin:0 9px 17px 9px;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:90px 0 0 0;
	font-weight:bold;
	display:inline-block;
}
a.bank-accounts:hover
	{
	color:#000;
}
a.merchant-accounts:link,a.merchant-accounts:visited,a.merchant-accounts:active
	{
	width:140px;
	height:20px;
	background-image:url('../_gfx/bg-bank-accounts.gif');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin:0 9px 17px 9px;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:90px 0 0 0;
	font-weight:bold;
	display:inline-block;
}
a.merchant-accounts:hover
	{
	color:#000;
}
a.prices:link,a.prices:visited,a.prices:active
	{
	width:140px;
	height:20px;
	background-image:url('../_gfx/bg-prices.gif');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin:0 9px 17px 9px;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:90px 0 0 0;
	font-weight:bold;
	display:inline-block;
}
a.prices:hover
	{
	color:#000;
}
/* OPTION BOXES : ends */


/* FOOTER : starts */
.footer
	{
	width:914px;
	border-top:2px #c5c5c5 solid;
	padding:15px 0 15px 0;
	margin:0 auto;
	display:inline-block;
	font-size:12px;
	color:#707173;
	text-align:center;
	float:left;
}
.footer .in
	{
	display:inline-block;
	margin:0 auto; 
	width:409px;
}
.footer a:link, .footer a:visited,.footer a:active
	{
	color:#707173;
	text-decoration:underline;
}
.footer a:hover
	{
	color:#000;
}
/* FOOTER : ends */




table.form td.tdleft

                {

                 border-bottom:1px #c1c1c1 dotted;

                 width:275px;

                 padding:10px 10px 10px 0;

}

table.form td.tdright

                {

                border-bottom:1px #c1c1c1 dotted;

                width:285px;

                padding:10px 0 10px 0;

}

table.form td.tdright input, table.form td.tdright textarea

                {

                width:285px;

}

.sm

                {

                font-size:11px;

}

.content .right h3

                {

                font-family:Georgia;

                color:#000;

                font-size:18px;

                font-weight:normal;

                padding:10px 0 0 0;

                margin:0;

}








