@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #f3f3f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.5;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 3px solid #d0d0d0;
	margin-bottom: 10px;
}
#banner {
	width: 880px;
	height: 210px;
	margin: 10px;
	background-image: url('http://www.buytas.com.au/images/interface/site-banner.jpg');
	/*color: #999;
	font-size: 110%;
	font-weight: bold;
	text-align: right;*/
}
#banner a {
	text-decoration: none;
	color: #999;
}
#banner a:hover {
	text-decoration: underline;
}
#nav-bg {
	background-image: url('http://www.buytas.com.au/images/interface/nav-bg.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 880px;
	margin: 0 auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 55px;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	width: 6em;
	text-decoration: none;
	color: #fff200;
	font-weight: bold;
}
 
#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	height: 1%;
}
 
#nav li ul { /* second-level lists */
	margin: 0;
	position: absolute;
	background: #e9e9e9;
	width:15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.main-nav {
	padding-top: 13px;
	height: 27px;
}
ul.sub-nav {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
ul.sub-nav li {
	padding-right: 3.4em;
	border-bottom: 1px solid #c9c9c9;
}
ul.sub-nav li a {
	padding: 10px 0 10px 10px;
	font-size: 90%;
color: #000;
}
ul.sub-nav li a:hover {
	background-color: #dedede;
}
#breadcrumb {
	list-style: none;
	text-align: left;
	/*margin: 0 auto;*/
margin-left: 30px;
margin-bottom: 50px;
	padding: 5px;
	width: 200px;
float: right;
background: #f6f6f6;
border: 2px solid #ededed;
}
#breadcrumb p {
margin: 0; padding: 5px; background: #e3e3e3; font-weight: bold; font-size: 90%; text-align: center; color: #b7b7b7;
}
#breadcrumb li {
	/*display: inline;*/
padding-left: 10px;
}
#breadcrumb a {
	padding: 3px 10px;
	font-size: 80%;
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
text-decoration: underline;
}
#main-content {
	clear: left;
	width: 780px;
	margin: 0px auto;
	padding: 10px 30px 30px 30px;
}
#latest-news {
	width: 760px;
	margin: 0px auto;
	background-image: url('http://www.buytas.com.au/images/interface/latest-news.gif');
	background-repeat: no-repeat;
	padding: 30px 10px 20px 10px;
}
#latest-news a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 70%;
}
#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer ul { /* footer list */
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
font-size: 110%;
}
#footer li a:link, #footer li a:visited {
	padding: 3px 10px 3px 10px;
	color: #999;
	text-decoration: none;
	border-left: 1px dotted #999;
	border-bottom: none;
}
#footer li a:hover {
	text-decoration: underline;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
#three-reasons-list {
font-size: 120%;
margin: 0 auto;
padding-left: 0;
list-style: none;
width: 650px;
}
#three-reasons-list-sub {
font-size: 120%;
margin: 0 auto;
padding-left: 0;
list-style: none;
width: 68%;
float: left;
}
#three-reasons-list li {
background-image: url(http://www.buytas.com.au//images/interface/tick.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 8px 0px 8px 45px;
}
#three-reasons-list-sub li {
background-image: url(http://www.buytas.com.au//images/interface/tick.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 8px 0px 8px 45px;
}
#three-reasons-list a {
color: #5d2882;
}
#three-reasons-list-sub a {
color: #5d2882;
}
.happy {
text-align: center;
font-weight: bold;
color: #5d2882;
display: block;
clear: left;
padding-top: 10px;
}