/* Global settings */
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/top-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana;
	line-height: 12pt;
}

input {
	font-family:Verdana;
	font-size:7pt;
}

ul, ol {
	padding:0px;
	padding-left:15px;
	padding-bottom:8px;
	margin:0px;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#ff9933;
}

a img {
	border:none;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

h1 {
	font-size:12pt;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-weight:bold;
}

h2 {
	font-size:11pt;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-weight:bold;
}

h3, h4, h5, h6 {
	font-size:10pt;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-weight:bold;
}


/* Layout */
#layout_wrapper {
	width: 100%;
	display:block;
	background-image:url(../images/bottom-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.layout_table {
	background-image: url(../images/layout-bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}

.side_placeholder {
	display: block;
	height: 310px;
	width: 15px;
}

.left_shadow_bottom {
	background-image: url(../images/left-shadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
	height: 100%;
}

.right_shadow_bottom {
	background-image: url(../images/right-shadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
	height: 100%;
}

#main_column {
	background-image:url(../images/content-bottom-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.main_wrapper {
	display: block;
	padding-right: 46px;
	padding-left: 45px;
	width: 724px;
	height:100%;
}

#header {
	height:220px; /* The menu and search + the flash image */
	width:724px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:4px;
	background-color:#FFFFFF;
}

.logo_wrapper {
	width:86px;
	height:60px;
	overflow:hidden;
	float:left;
}

#search {
	width:180px;
	height:20px;
	overflow:hidden;
	padding-left:463px;
}

#search div {
	float:left;
}

.search_label {
	font-size:7pt;
	width:41px;
}

.search_input_wrapper {
	width:108px;
	height:20px;
	overflow:hidden;
}

#search_input {
	width:104px;
	height:13px;
	border:solid 1px #999999;
}

#search_button {
	margin-left:2px;
	width:24px;
	height:16px;
	background-image:url(../images/search-button-bg.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.menu_wrapper {
	padding-top:18px;
	width:638px;
	height:22px;
	overflow:hidden;
	clear:both;
}

#menu {
	margin:0px;
	padding:0px;
}

	#menu li {
		float:left;
		margin-left:2px;
		padding:0px;
		list-style-type: none;
	}
		#menu li a {
			display:block;
			font-weight:bold;
			color:#FFFFFF;
			height:20px;
			padding-left:5px;
			padding-top:2px;
			font-size:8pt;
			text-decoration:none;
		}
		
		#menu li a.link {
			width:65px;
			background-image: url(../images/tab-off.gif);
		}
		
		#menu li a.link_long {
			width:76px;
			padding-left:4px;
			background-image: url(../images/tab-long-off.gif);
		}
			
		#menu li a.section,
		#menu li a.current {
			width:65px;
			background-image: url(../images/tab-on.gif);
		}
		
		#menu li a.section_long,
		#menu li a.current_long {
			width:76px;
			padding-left:4px;
			background-image: url(../images/tab-long-on.gif);
		}

#flash_img {
	width:724px;
	height:160px;
	overflow:hidden;
}

.content_margins {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:17px;
	padding-right:17px;
}

#content td {
	vertical-align:top;
}

#table_3 {
	width:690px;
}

#table_3 td {
	width:230px;
	padding-top:10px;
}

#table_3 td.intro_column {
	width:225px;
}

#table_3 td.intro_column b {
	color:#ff9933;
}

#table_3 td.intro_column strong {
	color:#ff9933;
}

#table_3 td.news_column {
	background-image:url(../images/column-bg.gif);
	background-repeat:repeat-y;
	width:225px;
	padding-left:10px;
	padding-right:5px;
}

#table_3 td.news_column a {
	color:#ee2e24;
}

#table_3 td.news_column b {
	color:#ee2e24;
}

#table_3 td.news_column strong {
	color:#ee2e24;
}

#table_3 td.events_column {
	background-color:#cbcbcd;
	background-image:url(../images/column-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:210px;
	padding-left:10px;
	padding-right:5px;
}

#table_3 td.events_column a{
	color:#ee2e24;
}

#table_3 td.events_column b{
	color:#ee2e24;
}

#table_3 td.events_column strong{
	color:#ee2e24;
}

#table_2 {
	width:690px;
}

#table_2 td {
	width:50%;
}

/* Images stiles */
img.right {
	float: right;
	margin-left: 15px;
}

img.left {
	float: left;
	margin-right:15px;
}

img.leftAlone {
	float: left;
	margin-right: 100%;
}

img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Products */
#table_product {
	width:690px;
}

#table_product td {
	vertical-align:top;
}

#table_product div.category_header {
	background-color:#f1f1f2;
	font-weight:bold;
	color:#888888;
	padding:5px;
}

#table_product ul {
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-left:5px;
}

#table_product li {
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

#table_product ul ul a {
	color:#888888;
	font-size:8pt;
}

#footer {
	height:53px;
	width:724px;
	display:block;
	overflow:hidden;
	position:relative;
	background-color:#FFFFFF;
	margin:0px;
}

.footer_text {
	font-size:7pt;
	padding-left:15px;
	padding-top:8px;
	text-align:left;
	vertical-align:top;
}
	.footer_text a {
		color:#333333;
	}

._3star_wrapper {
	width:65px;
}

.orica_wrapper {
	width:123px;
}