/* Main Interface Styles */

body
{
	margin: 0 auto;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #606060;
	background-image: url(../img/greyTile.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #e1e1e1;
}

#container
{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	background-image: url(../img/mainBGTile.gif);
	background-repeat: repeat-x;
}

#topPanel
{
	margin: 0 auto;
	width: 800px;
	height: 90px;
}

#logoCell
{ 	
	width: 160px;
	float: left;
}

#brandsCell
{
	float: right;
}

#flashPanel
{
	margin: 0 auto;
	width: 800px;
}

.mainBodyPanel
{
	margin: 0 auto;
	min-height: 370px;
	width: 800px;
	background: url(../img/bodyTile.gif) repeat-y;
}

.mainBodyPages
{
	background: url(../img/pageBodyTile.gif) repeat-y;
}

.content
{
	width: 520px;
	float: left;
	background: url(../img/titleBG.gif) no-repeat;
	padding: 20px 20px 30px 30px;
	text-align: justify;
	font-size: 12px;
	line-height: 140%;
}

.content ul
{
	list-style-type: disc;
	margin-left: 20px;
	color: #606060;
	font-size: 12px;
}

.pages
{
	width: 740px;
	padding: 20px 30px 30px 30px;
}

#tradePanel
{
	width: 230px;
	height: 370px;
	float: right;
	background: url(../img/tradeLoginPanel.jpg) no-repeat;
}

#footerPanel
{
	width: 800px;
	height: 40px;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
}

#footerPanel a:link,#footerPanel a:visited,#footerPanel a:active
{
	color: #535353;
}

#footerPanel a:hover
{
	color: #3bbef9;
}

.footerLeft
{
	float: left;
}

.footerRight
{
	float: right;
	text-align: right;
}

.footerCell
{
	width: 340px;
	padding: 20px 30px 0px 30px;
}

/* Trade Login Panel Properties */

#tradePanel p
{
	margin: 20px;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 0px;
}

#tradePanel input
{
	margin-top: 20px;
	margin-left: 20px;
}

#tradePanel #username,#password
{
	width: 166px;
	height: 16px;
	padding: 8px;
	background: url(../img/tradePanelField.gif) no-repeat;
	border: none;
}

#tradePanel .tradeButtons
{
	margin-left: 20px;
}

#tradePanel #submitbutton
{
	margin-left: 20px;
}

#tradePanel .newsButtons img
{
	margin: 20px 20px 0px 20px;
}

/* Content Area Typography Properties */

h1,h2,h3,h4,h5,p,ul
{
	margin-bottom: 20px;
}

strong
{
	font-weight: bold;
}

a
{
	text-decoration: none;
}

.content a:link,.content a:visited,.content a:active
{
	color: #3bbef9;
}

.content a:hover
{
	color: #000000;
	border-bottom: dotted 1px #000000;
	background-color: #cccccc;
}

h1
{
	color: #474747;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

h2
{
	color: #3bbef9;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}

h3
{
	color: #222222;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	color: #3bbef9;
	font-size: 13px;
	font-weight: bold;
}

/* Main Menu Properties */

#menuPanel
{
	margin: 0 auto;
	width: 800px;
}

#menuPanel ul
{
	margin: 0px;
	padding: 0px;
}

#menuPanel ul li
{
  	list-style-type: none;
	float: left;
}

#menuPanel ul li a
{
	height: 50px;
	text-decoration: none;
	float: left;
}

#menuPanel ul li a:hover
{
	background-position: 0px -50px;
}

a#menu-home
{
	width: 129px;
	background:url(../img/menuHome.gif);
}

a#menu-about
{
	width: 143px;
	background:url(../img/menuAbout.gif);
}

a#menu-products
{
	width: 236px;
	background:url(../img/menuProducts.gif);
}

a#menu-trade
{
	width: 116px;
	background:url(../img/menuTrade.gif);
}

a#menu-contactus
{
	width: 176px;
	background:url(../img/menuContact.gif);
}


/* Contact Form Properties */

.business_name, .contact_person, .abn, .business_address, .shipping-address,.business_email, .business_phone,.business_fax, .mobile, .pass
{
	width: 260px;
	border: solid #f9a23b 1px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../img/diaBG.gif);
	height: 20px;
}

.regtable textarea
{
	height: 60px;
}


#std_form input,textarea
{
	height: 20px;
	width: 260px;
	border: solid #f9a23b 1px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../img/diaBG.gif);
}


#std_form textarea
{
	height: 120px;
}

#std_form td, .regtable td
{
	vertical-align: top;
	text-align: right;
}

#std_form #submitbtn
{
	width: 80px;
	height: 30px;
	border: none;
}

iframe
{
	border: 1px solid #222222;
	text-align: right;
}
