/*fundamental structure---------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	text-align: center;
}
h1,h2,h3,p,ul {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
input,texterea {
	font-size: 1em;
}

/*container styles-------------------------------------------------*/

#container {
	width :950px;
	margin: 0 auto;
	text-align: left;
}
#container li {
	margin-left: 1em;
 	list-style: none;
	 float: left;
}

/*ISP logo & maintenance image styles-------------------------------------------------*/

#ISPlogo {
	width: 250px;
	float: left;
	position: relative;
}
#maintenance {
	width: 450px;
	float: left;
	position: relative;
	text-align: center;
}
#maintenance table {
	position: relative;
	margin: 0 auto;
}
#ISPlogo br, #maintenance br {
	display: none;
}

/*header styles-------------------------------------------------*/

#header {
	width: 950px;
	height: 50px;
	background-color: #ff6699;
	clear: left;
}
#header img {
	position: absolute;
	border-style: none;
}
#header ul {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}
#header li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 5px;
}
.copyright {
	clear: right;
}

/*main styles-------------------------------------------------*/
.txt-a {
	font-size: 23px;
	font-weight: bold;
	color: #f69;
	font-family: sans-serif;
	text-align: center;
}
.txt-a2 {
	font-size: 27px;
	font-weight: bold;
	color: #f69;
	font-family: sans-serif;
	text-align: center;
}
.black {
	color: #000;
	font-weight: bold;
	font-family: sans-serif;
}

/*purchase styles-------------------------------------------------*/

#purchase {
	width: 950px;
	height: 160px;
	background-color: #f69;
}
#purchase-button {
	height: 150px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 20px;
}
#purchase-button img {
	border-style: none;
}
#purchase-button p {
	font-size: 12px;
	text-align: center;
	font-family: sans-serif;
}
.purchase-text {
	margin-top: 5px;
	padding-top: 5px;
	height: 100%;
}
.purchase-text p {
	font-size: 14px;
	color: #fff;
	font-family: sans-serif;
	padding: 2px;
	_margin-left: 20px;
    /* there is safari hack in the lower part */
}

/*row styles-------------------------------------------------*/

.contents {
	width: 950px;
	height: 152px;
	background-color: #f69;
	clear: left;
	margin-top: 3px;
	position: relative;
	z-index: 0;
}
.contents img {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	border-style: none;
}
.text {
	width: 179px;
	_width: 181px;
	height: 146px;
	_height: 148px;
	background-color: #c40134;
	margin-top: 2px;
	margin-left: 2px;
	_margin-left: 1px;
	float: left;
	padding: 1px;
}
.contents .text img{
	position: absolute;
	left: 9px;
	top: 116px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: sans-serif;
	margin-top: 3px;
	margin-left: 2px;
	line-height: 1.3em;
}
.txt-b2 {
	font-size: 11px;
	font-family: sans-serif;
	color: #fff;
	margin-left: 3px;
	line-height: 1.5em;
}
*+html .txt-b2 { /* IE7 hack */
	font-size: 10px;
}
.pay .txt-b2 {
	padding-top: 30px;
}


/*footer styles-------------------------------------------------*/

#footer {
	height: 60px;
	padding-top: 3px;
}
#footer img {
	border-style: none;
	margin-right: 2px;
	float: left;
}
#footer ul li  {
	text-decoration: none;
}
#footer ul li a {
	font-size: 12px;
	color: #f69;
	font-family: sans-serif;
	display: block;
	border-right: solid 1px #f69;
	padding-right: 5px;
	text-decoration: none;
}



/*safari hack -------------------------------------------------*/

.purchase-text p {
	letter-spacing: -1px;
}
.purchase-text p {
	letter-spacing: 0; #
}