body { margin: 0; padding: 0; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center;}

a { text-decoration: none; color: #ca0303; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
img { border:0 }
form {margin: 0;}
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none;	background-color: white; color: black;}

.bold {font-weight: bold;}
.red {color: #ca0303;}

h1 {margin: 0 0 15px 0; font-size: 20px; font-family: Arial Narrow, Arial, Helvetica, sans-serif;}
h2 {margin: 0 0 0 0; font-size: 14px; font-family: Arial, Arial Narrow, Helvetica, sans-serif;}
h3 {margin: 0 0 5px 0; font-size: 13px; font-family: Arial, Arial Narrow, Helvetica, sans-serif;}

iframe#partner {
	width: 100%; 
	height: 900px;
	border: 0;
	overflow: auto;
}

iframe#partner-wide {
	width: 100%; 
	height: 900px;
	border: 0;
	overflow: auto;
}

a.double-arrow {
	display: block;
	background:url(/images/arrows.gif) no-repeat 0 5px;
	padding: 2px 0 2px 23px;
}

a.single-arrow {
	display: block;
	background:url(/images/arrow.gif) no-repeat 0 5px;
	padding: 2px 0 2px 12px;
	color: #000;
}

a.single-arrow-red {
	display: block;
	background:url(/images/arrow.gif) no-repeat 0 5px;
	padding: 2px 0 2px 12px;
	color: #ca0303;
}


div.dot-line {
	background: url(/images/kropki.gif) repeat-x;
	height: 1px;
	font-size: 0px;
	margin: 8px 0 8px 0;
}

/* top banner box */
#top-banner-box { width: 100%; margin-top: 17px; }

/* header box */
#header-box { 
	position: relative; 
	width: 931px; 
	height: 76px; 
	margin: 0 auto; 
	text-align: left;
}
#user-box { 
	text-align: right; 
	height: 18px; 
	padding: 8px 0px 1px 0; 
}
#logo{ 
	position:absolute; 
	left:1px; 
	top:16px;
}

#menu-top { 
	position: absolute; 
	left: 190px; 
	top: 42px; 
	height: 33px; 
}
#menu-top img { 
	margin-right: 2px; 
	border-bottom: 1px solid #fff; 
}
#menu-top img.select1 { border-bottom: 1px solid #6085AD; }
#menu-top img.select2 { border-bottom: 1px solid #409E89; }
#menu-top img.select3 { border-bottom: 1px solid #6085AD; }
#menu-top img.select4 { border-bottom: 1px solid #6085AD; }


/* main banner box */
#main-banner-box { 
	width: 100%; 
	position: relative; 
	clear: both; 
	text-align: left;
}
#main-banner-box table{ 
	width: 100%;
	height: 171px;
	empty-cells: show;
	border-collapse: collapse;
}
#main-banner-box table td#left {
	background-repeat: no-repeat;
	background-position: top right; 
}
#main-banner-box table td#right {
	background-repeat: no-repeat;
	background-position: top left; 
}
#main-banner-box table td#center {
	width: 931px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left; 
	vertical-align: bottom;
	padding: 0;
}

#main-banner-box .content {
	position: relative;
	height: 150px;
}

#main-banner-box .content .left { 
	position: absolute; 
	left: 0; 
	top: 0;
	width: 180px;
}

#main-banner-box .content .center { 
	position: absolute; 
	left: 191px; 
	top: 0;
	width: 549px;
}
#main-banner-box .content .right { 
	position: absolute; 
	left: 751px; 
	top: 0;
	width: 180px;
}

#portal-path {
	width: 100%; 
	height: 20px; 
	background-color: #E0E8E9; 
	border-top: 1px solid #fff;
}
#portal-path .items{
	margin: 3px 8px 0 8px;
}
#portal-path .hulahop{
	display: inline;
	color: #ca0303;
	margin-right: 1px;
}
#portal-path .item{
	color: #ca0303;
	margin: 0px 1px 0px 1px;
}
#portal-path .item-last{
	color: #000;
	margin: 0px 1px 0px 1px;
}

/* main-box */
#main-box { 
	position: relative;
	width: 931px; 
	margin: 0 auto; 
	text-align: left;
	background: url(/images/space.gif) #fff repeat-y 180px 0; 
}

#main-box table#main-box {
	empty-cells: show;
	border-collapse: collapse;
}
#main-box table#main-box td.left,
#main-box table#main-box td.center,
#main-box table#main-box td.right {
	vertical-align: top;
	padding: 10px 0 30px 0;
	margin: 0;
	border: 0px solid red;
}
#main-box table#main-box td.left { 
	width: 161px;
	padding-left: 10px;
	padding-right: 10px;
}

#main-box table#main-box td.center { 
	width: 529px;
	padding-left: 20px;
	padding-right: 20px;
}
#main-box table#main-box td.right { 
	width: 161px;
	padding-left: 10px;
	padding-right: 10px;
}
#main-box table#main-box td.right-wide { 
	width: 790px;
	padding-left: 10px;
	padding-right: 10px;
}


/* footer */
#footer { 
	position: relative;
	width: 100%; 
	text-align: center;; 
	background-color: #E3E3E3;
	height: 140px;
	clear: both;
}

#footer-line { 
	position: relative;
	width: 100%; 
	height: 10px;
	font-size: 0px;
	background: url(/images/gradient2.gif) #E3E3E3 repeat-x;
}
#footer-box { 
	position: relative;
	width: 931px; 
	margin: 0 auto; 
	text-align: left;
	font-size: 10px;
	color: #B2B2B2;
	background-color: #E3E3E3;
}
#footer-box .box{ 
	float: left;
	width: auto; 
	margin: 0px 55px 30px 0;
}
#footer-box a { display: block; color: #B2B2B2; }
#footer-box .select { color: #828282; }



/* left menu */
#menu-left {
	position: relative;
}

#menu-left a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#menu-left ul {
	margin: -10px 0 11px 0;
	padding: 0;
	list-style:none;
}
#menu-left ul a {
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

#menu-left ul li {
	background:url(/images/arrow.gif) no-repeat 0 5px;
	padding: 1px 0 0px 12px;
	border: 0px solid red;
}



/* promotion list */
div.promotions {
	border-bottom: 2px solid #D3D3D3;
	margin-bottom: 15px;
}
	
table.promotion-item {
	width: 530px;
	border-collapse: collapse;
	empty-cells: hide;
	margin: 0 0 10px 0;
	padding: 0;
}

table.promotion-item p{
	margin-top: 0px;	
}

table.promotion-item td.left-item {
	vertical-align: top;
	padding: 0 0 0 0;
}

table.promotion-item td.left-item img{
	margin: 0 10px 10px 0;
}

table.promotion-item td.right-item {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 0;
}

table.promotion-item td.right-item div.right-item{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 5px;
}

table.promotion-item td.right-item div.right-item-last{
	border-bottom: 0px solid #D3D3D3;
	padding-bottom: 5px;
}



div.list-of-links {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 5px;
	margin: 15px 0 15px 0;
}

div.list-of-links h3 a{
	color: #000;
}
