/* Base Tag Styles */
/* ========================================================================= */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin:0;
	padding:0
}
body {
	margin: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
}
img {
	border: 0px;
}
h1 {
	font-size: 32px;
	color: #C41230;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 1em;
	padding: 0px;
}
h2 {
	font-size: 24px;
	color: #C41230;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #666;
	font-weight: 700;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 8px;
	text-align: left;
	vertical-align: top;
}

p,td {
	font-size: 1em;
	color: #333333;
	font-weight: 100;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 1em;
}
ol, ul {
	padding: 0px;
	margin-left: 1.5em;

}
strong {
	font-weight: bold;
}
a, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	border: 0px;
}
form {
	display: inline;
	margin: 0px;
}
input,select,textarea {
	vertical-align: middle;
}
/*ol {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	margin-bottom: 1em;
}*/
ul.red li {
	list-style: url(../images/li_arrow_red.gif) none outside;
	margin-bottom: .5em;
}
ul.grey li {
	list-style: url(../images/li_arrow_grey.gif) none outside;
	margin-bottom: .5em;
}

/* Menu Section */
/* ========================================================================= */
div.menu {
	width: 752px;
	height: 35px;
	margin-left: 1px;
	padding: 0px;
	/*background-color: #C41230;
	background-image: url(../images/bk_menu.gif);*/
	text-align: center;
	vertical-align: middle;
}
div.menu_item {

	float: left;
	width: 187px;
	height: 35px;
	font-size: 12px;
	color:White;
	font-family:Arial;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	padding-top:10px;
	text-transform: uppercase;
	background-image: url(../images/asciano_home_menu_off.png);
	background-repeat:no-repeat;
	cursor: pointer;
	_background-image: none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/asciano_home_menu_off.png'); 

}
div.menu_item_over {

	float: left;
	width: 187px;
	height: 35px;
	color: white;
	font-weight:bold;
	font-size: 12px;
	font-family:Arial;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	padding-top:10px;
	text-transform: uppercase;
	background-image: url(../images/asciano_home_menu_on.png);
	background-repeat:no-repeat;
	cursor: pointer;
	_background-image: none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/asciano_home_menu_on.png'); 
}
div.menu_item_spacer {
	display: block;
	float: left;
	width: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	height: 24px;
}
div.menu a {
	text-decoration: none;
}
div.menu a:hover {
	text-decoration: none;
}
div.menu a:active {
	text-decoration: none;
}

/* Side Nav Section */
/* ========================================================================= */
div.nav {
	display: block;
	position: absolute;
	left: 0px;
	width: 187px;
	height:466px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	background-image:url(../images/asciano_content_subnav_panel.png);
	background-repeat:no-repeat;
}
div.nav a {
	text-decoration: none;
}
div.nav a:hover {
	text-decoration: none;
}
div.nav a:active {
	text-decoration: none;
}
div.nav_heading {
	display: block;
	margin: 0px;
	padding: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: black;
	background-color: #ccc;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
}
div.nav_item {
	display: block;
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #666;
	background-color: #ccc;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
}
div.nav_item_over {
	display: block;
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	background-color: #F3F3F3;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
}

/* Body Section */
/* ========================================================================= */
div.body {
	display: block;
	float: none;
	width: 600px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: left;
	vertical-align: top;
	min-height: 380px;
}
div.body_content {
	display: block;
	color: #666;
	font-size: 1em;
	width: 540px;
	padding: 30px 30px 1em;
}
div.body_content_two {
	display: block;
	color: #666;
	font-size: 1em;
	min-height: 300px;
	width: 570px;
	padding-top: 30px;
	padding-bottom: 1em;
	padding-left: 30px;
}
div.body_content a, div.body_content_two a {
	color: #000000;
}
.clear { clear:both; 	margin: 0px;	padding: 0px;}
.clearer {
	clear: both;
	display: block;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
}
.footnote{
	font-size: 10px;
	line-height: 12px;
}

div.shortcutASX {
	width: 300px;
	height: 24px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
div.shortcutASX a
{
	color:#a71930;
	font-weight:bold;
	font-size: 14px;
	line-height:130%;
}
/* Footer Section */
/* ========================================================================= */
div.footer {
	width: 750px;
	height: 26px;
	padding-top: 5px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	
	background-image: url(../images/asciano_home_content_bottom_box.png);
	background-repeat:no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/asciano_home_content_bottom_box.png'); 
	
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
}
div.footer_content {
	display: inline;
	padding-left:15px;
	padding-top: 25px;
	color: #353735;
	font-size: 11px;
	white-space: nowrap;
}
div.footer_content a {
	color: #353735;
	font-size: 11px;
}


/* Tables Section */
/* ========================================================================= */
table.latest_news_home {
	border-collapse: collapse;
	border-top: 2px solid #ccc;
	margin-top: 1em;
	width: 371px;
}
table.latest_news_home th {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	color: #C41230;
	font-weight: 700;
}
table.latest_news_home td {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}
/*- - - - - - - - - - - - - - - - - - - - - - - -*/
table.table {
	border-collapse: collapse;
	border-top: 0px none #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
table.table th {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0px none #ccc;
	vertical-align: top;
	text-align: left;
	color: #C41230;
	font-weight: 700;
}
table.table td {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-bottom: 0px none #ccc;
	vertical-align: top;
	text-align: left;
}

/* Other */
/* ========================================================================= */

iframe.homeprice {
	border: 0px solid black;
	width: 100px;
	height: 26px;
	overflow: hidden;
	margin: 0px;
	color:#ffffff;
}
iframe.priceinfo {
	width: 800px;
	height: 800px;
	margin: 0px;
	border: 0px;
}
iframe.releases {
	width: 560px;
	height: 1100px;
	margin: 0px;
	border: 0px;
}
iframe.LoginIframe {
	width: 560px;
	height: 1100px;
	margin: 0px;
	border: 0px;
}
.tabledate {
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}

/* More */
/* ========================================================================= */

.notice {
	background-color: #eee;
	width: 442px;
	padding: 10px 10px 0px;
	margin: 0 0 15px;
}

.notice p {
	color:#000;
}


.notice h2{
	margin:0 0 10px 0;
	font-size: 13px;
}


.notice h3{
	margin:0 0 10px 0;
	font-size: 13px;
}

.notice ul li{
	float: left;

	width: 120.px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
.notice label {
	color: #000000;
}
.notice .article {
}
.notice .article p {
	text-align: center;
}
.notice .article img {
}
.clear { clear:both; 	margin: 0px;	padding: 0px;}
.clearer {
	clear: both;
	display: block;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
}
