body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:1.22;
	margin:0pt;
	padding:0pt;
	color:#333;
	background-color:#2f3192	
}

a:link img, a:visited img {
	border:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.bg {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	z-index:-1;
	padding:0pt;
	margin:0pt;
	background:#2f3192 url(./bg.gif) repeat-x bottom left scroll;
}


#page, #pageBot {
	width:100%;
	height:100%;	
}

#pageContents {
	width:950px;
	height:100%;
	padding:5px;
	background-color:#ec008c;
}

#pageContentsBot {
	width:960px;
	height:100%;
}


#header {
	text-align:center;
	width:950px;
	background-color:#ec008c;
}
/*
#header {
	filter:alpha(opacity=0);
}

#header {
	opacity:0;
}
*/
#body {
	width:950px;
	height:100%;
}

#tabs {
	margin:0px;
	padding:0px;
	background-color:#2f3192;
/*	border-bottom:3px solid lightpink;*/
	background:#2f3192 url(./tabs_bg.gif) repeat-x;
	height:40px;
}

#tabs li {
	list-style:none;
	text-align:center;
	background-color:transparent;
	line-height:40px;
	padding-right:15px;
	padding-left:15px;
	color:white;
	text-decoration:none;
	cursor:pointer;
	margin:0px 1px;
}

#tabs li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

.left {
	float:left;
}

.right {
	float:right;
}


#tabs li.sel {
	background:white url(./tabs_sel.gif) repeat-x;

}

#tabs li.sel a {
	color:#2f3192;
}

#tabs li.imglt {
	width:10px;
	height:40px;
	background:#ec008c url(./tabs_lt.gif) top left no-repeat;
	padding:0px;
	margin:0px;
}

#tabs li.imgrt {
	width:10px;
	height:40px;
	background:#ec008c url(./tabs_rt.gif) top left no-repeat;
	padding:0px;
	margin:0px;
}

#main {
	padding:10px 20px 30px;
	background:white url(./main_bg.gif) bottom left repeat-x;
	height:100%;
	text-align:justify
}

#main p#logos a img {
	border:2px solid white;
}

.question  {
	color:#2f3192;
	font-size:11pt;
	font-weight:bold;
}

h4, .phraseStart, .storeName {
	color:#2f3192;
	font-size:12pt;
	font-weight:bold;
}

.storeName {
	line-height:30px;
}

.answer {
}

.supplier {
	color:#2f3192;
	font-weight:bold;
}

span.supplier {
	color:black
}

.largefont {
	font-size:13pt;
}

a.supplier:hover {
	color:#ec008c;
}

a.supplier {
	color:#2f3192;
}

h3 {
	font-size:13pt
}

h3.header {
	padding-bottom:10px;
	text-decoration:underline
}

.disclaimer {
	color:#2f3192;
	text-align:right;
	margin-top:1em;
	text-decoration:underline;
}

.specTop {
	background:white url(./specTop.jpg) top left no-repeat;
	width:910px;
	height:40px;
}

.specBody {
	margin:-10px 0px 0px;
	background:white url(./specBg.jpg) top left repeat-y;
	width:910;
	padding:0px 40px;
}

.specBot {
	background:white url(./specBot.jpg) top left no-repeat;
	width:910;
	height:40px;
	margin-bottom:20px;
}

.itemName {
	font-size:12pt;
	margin:0px;
	color:#2f3192
}

.itemPrice {
	font-size:12pt;
	font-weight:bold;
	float:right;
	color:red;
}

.itemPrice a, itemPrice a:visited {
	color:red;
	text-decoration:none;
}

.itemWas {
	text-decoration:line-through;
	font-weight:normal;
	float:right;
	margin-right:20px
}

.itemImage {
	border:1px solid #2f3192;
	height:200px;
	width:200px;
	float:left;
	line-height:200px;
	text-align:center;
	font-size:14pt
}

.itemImage img {
	height:200px;
	width:200px;
}

.itemDesc {
	margin-left:210px;
	line-height:25px;
}

.botLt {
	background:transparent url(./bot_lt.gif) top left no-repeat;
	width:10px;
	height:10px;
}

.botFiller {
	width:940px;
	height:10px;
	background-color:#ec008c;
	line-height:0px;
	font-size:8px;
	margin:0pt;
	padding:0pt;
	border:none;
}

.botRt {
	background:transparent url(./bot_rt.gif) top left no-repeat;
	width:10px;
	height:10px;
}

#hoppers_crossing, #geelong {
	height:380px;
	width:480px;
	float:right;
	border:2px solid #2f3192;
}

.field {
	padding:4px 0px
}

.fieldLabel {
	padding-top:3px;
	width:80px;
	text-align:right;
	margin-right:10px;
	float:left
}

.fieldValue {
	float:left;
}

form {
	margin:0pt;
	padding:0pt;
}

input[type='text'], textarea {
	border:2px solid #2f3192;
	background-color:white
}

input[type='submit'] {
	background: white url(./send.gif) no-repeat top left;
	width:100px;
	height:40px;
	border:none;
	color:white;
	cursor:pointer;
	font-weight:bold;
	padding-bottom:2px;
}



