body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td {
    vertical-align: top;
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border-collapse: collapse;
}

html { height: 100%; }

img { border:none; }

.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.clearfix { display: inline-block; }
 
/* start commented backslash hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {
	font-size: 0;
	clear: both;
}

body {
	text-align: left !important;
	text-align: center;/*IE6*/ 
	height: 100%;
	font: normal 12px Trebuchet MS;
}

#wrap {
	margin: 0 auto;
	text-align: left;/*IE6*/
	min-width: 980px; width: 980px;
	min-height: 100%;
	height: auto !important;/*ie6*/
	height:100%;/*ie6*/ 
	background: url(/img/back.png) center top no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	display: block;
	width: 76px; height: 35px;
	background: url(/img/logo.png) left top no-repeat;
	top: 30px;
	left: 75px;
}

#logosub {
	font: normal 12px Arial;
	color: #ff0000;
	display: block;
	position: absolute;
	text-align: right;
	top: 70px; left: 80px;
}

.menu {
	background: #bd0000;
	padding: 5px;
	margin: 20px 0;
}

.menu a {
	color: #fff;
	font: normal 12px Trebuchet MS;
	padding: 5px 8px;
}

.menu a.set {
	text-decoration: none;
	background: #f00;
	font-weight: bold;
}

h1 {
	color: #bd0000;
	font: normal 36px Trebuchet MS;
	padding: 60px 0 0 217px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

h2 {
	color: #bd0000;
	font: normal 24px Trebuchet MS;
	padding: 0px 0 0 217px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

p.desc {
	font: normal 14px/18px Arial;
	padding: 0 0 30px 217px;
}

p.desc span {
	color: #ed1c24;
	font-size: 18px;
	margin-right: 20px;
}

p.desc a {
	color: #ed1c24;
}

.info {
	padding: 0 0 20px 217px;
	position: relative;
}

.infoheader {
	display: block;
	position: absolute;
	top: 0; left: -60px;
	width: 217px;
	height: 146px;
	background: url(/img/info.png) right top no-repeat;
	text-align: right;
	padding: 57px 30px 0 0;
	color: #bd0000;
	text-transform: uppercase;
	font: normal 14px Tahoma;
}

#small, #small2 {
	position: absolute;
	top: 0; left: 605px;
	width: 120px; height: 255px;
	display:block;
	overflow: hidden;
}

.big, .big2 {
	width: 381px; height: 254px;
}

.sm {
	width: 120px; height: 80px; display: block;
	margin-bottom: 7px;
}

.plan {
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
}

.plan img {
	height: 80px;
}

.plan span {
	display: block;
	text-decoration: underline;
	color: #ff0000;
}

table {
	width: auto;
	margin: 20px 0;
}

th {
	background: #eee;
}

th, td {
	border: #777 1px solid;
	padding: 10px;
}

ol {
	margin: 10px 0 10px 20px;
}

ul {
	margin: 5px 0 5px 20px;
}