* {
	margin: 0;
	padding: 0;
	
	
	
}

p, h1, h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
}

h2 {
	font-size: 20px;
	margin-bottom: 8px;
	font-family: arial;
	/*color: #961708;*/
	color: #004a9c;
}

h1 {
	font-size: 28px;
	padding-top: 25px;
	margin-bottom: 8px;
	margin-top: 0px;
	font-family: "Century Gothic", arial;
	color: #004a9c;
	font-weight: bold;
}

#main-content p {
	color: #595959;
	font-size: 14px;
	font-family: 'century gothic', arial, sans-serif;
	line-height: 24px;
}

.article a {
	color:  #595959;
}

/* Default
======================================================================================= */
* {
	margin: 0; padding: 0;
	font-family: "Century Gothic", arial;
}

html {
	overflow-y: scroll;
	width: 100%; height: 100%;
}



ul {
	
}

li {
	
}

a:visited {
	color: #000099;
}

#main-content #appProduct h1 {
	padding-top: 30px;
}

#main-content #appProduct {

	background-image: url(app-product-background.gif);
	background-color: #d2edf5;
	background-position: bottom right;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top: 1px solid white;

}

#main-content #appProduct a.productButton{

	background-image: url(app-product-button-out.gif);
	background-repeat: repeat-x;
	display: block;
	height: 40px;
	width: 200px;
	line-height: 40px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}

#main-content #appProduct div.imageHolder {
	float: left;
	width: 360px;
}

#main-content #appProduct div.imageHolder img {
	vertical-align: bottom;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

#main-content #appProduct img {
	border: 0px;
}


#main-content #appProduct h1 {
	font-size: 30px;
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	
}

#main-content #appProduct div.contentHolder {
	
	margin-left: 390px;
	margin-right: 22px;
}


#main-content div.appCategoryProduct {
	clear: both;
	background: url(app-product-list-background.gif);
	height: 230px;
	width: ;
	position: relative;
	border-bottom: 1px solid white;
}



#main-content div.appCategoryProduct h1 {
	font-size: 20px;
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	
}

#main-content div.appCategoryProduct a.readMore {
	font-weight: normal;
	color: #3c3c3c;
	text-decoration: none;
	display: block;
	margin-top: 25px;
	
}

#main-content div.appCategoryProduct div.appCategoryProductImageContainer {
	height: 160px;
	width: 240px;
	
	top: 30px;
	left: 30px;
	position: absolute;
	
}

#main-content div.appCategoryProduct div.appCategoryProductContentContainer {
	height: 160px;
	width: 600px;
	
	top: 30px;
	left: 318px;
	position: absolute;
	overflow: hidden;
}

#main-content div.appCategoryProduct div.appCategoryProductImageContainer img {
	border: 0px;
	
}

#main-content div.appCategoryProduct p {
	font-weight: bold;
}

div.clear {
	clear: both;
}

div.article {
	width: 960px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	border-top: 1px solid white;
	background-image: url(app-product-background.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
		background-color: #d2edf5;
	border-bottom: 25px solid white;
}

div.article div.article-image-holder {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	min-height: 480px;
	margin-right: 20px;
	margin-top: 0px;
}

div.article div.article-image-holder .caption {
	
	margin: 8px 8px 10px 8px;
	color: #3c3c3c;
}


div.article div.article-image-holder a img {
	border: 0;
	margin: 0px;
}

div.article div.article-image-holder a:hover img {

}


div.article div.article-content {
	width: 580px;
	float:left;
}


/* Sitewide (Non specific styles, used throughout the site)
======================================================================================= */
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: white;
	/*background-image: url("../images/background.gif");
	background-position: 0px 245px;*/
}


#inner-container {
	border-top: 1px solid white;
	
	/*background: url("../images/header.jpg") no-repeat;*/
}

#logo {
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	width: 271px;
	height: 130px;
}

#newsContainer {
	background-image: url("app-news-background.gif");
	background-repeat: no-repeat;
	width: 639px;
	height: 40px;
	position: absolute;
	top: 60px;
	right: 10px;
	padding-left: 25px;
	padding-top: 12px;
	color: white;
}

#newsContainer {
	font-size: 13px;
}

#newsContainer a {
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#news {
	list-style-type: none;
	line-height: 40px;
	margin: 0;
	font-size: 12px;
	display: inline;
}

#news li {
	
	display: inline;
}



#logo a {
	width: 271px;
	height: 130px;
	display: block;
}

#footer {
	font-family: verdana;
	font-size: 11px;
	width: 1000px;
	position: relative;
	margin: 14px auto 0 auto;
	padding: 0 0 0 0;
}

#footer div, #footer div a {
	color: white;
	text-decoration: none;
	position: relative;
}

#footer div.developer
{
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer div.copyright{
	top: 0px;
	color: white;
	position: absolute;
}



#header {
	
	height: 130px;
	position: relative;
	margin-left: 20px;
	width: 970px;
	margin-top: 0px;
}


#breadcrumb {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
	color: white;
	background: #0f78b0;
	height: 40px;
	line-height: 40px;
	border-bottom: 0px solid white;
}

#breadcrumb a {
	margin-left: 5px;
	margin-right: 5px;
}

#breadcrumb a:first-child {
	margin-left: 15px;
	margin-right: 5px;
}

/*#breadcrumb a.first {
	margin-left: 0px;
	margin-right: 5px;
}*/

#breadcrumb a {
	color: white;
	text-decoration: none;
}

div.product {
	padding-top: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 1px solid silver;
	clear: both;
}

div.product div.productPrimaryImage {
	float: right;
	

}

div.product div.productPrimaryImage .caption {
	font-size: 10px;
	margin-top: 5px;
	padding: 10px;
	background: #efefef;
	color: #999999;
}


#submission-form {
	position: absolute;
	background-position: 0px 41px;
	background-repeat: repeat-x;
	left: 0px;
	width: 360px;
	height: 441px;
	background-image: url('form-background.gif');
}

#submission-form div.fieldName {
	padding-top: 12px;
	padding-bottom: 2px;
	font-size: 14px;

}

#submission-form input.textField {
	width: 320px;
	height: 20px;
}

#main-content {
	font-family: verdana;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	position: relative;
}

#main-content .store-finder {
	padding: 10px;
	background: #ffffcc;
}

#main-content p {
	margin-top: 8px;
	margin-bottom: 10px;
}

#main-content .right-section {
	float: right;
	margin-right: 20px;
	width: 290px;
}
#main-content .left-section {
	float: left;
}

#main-content h1 {
	font-size: 28px;
	padding-top: 25px;
	margin-bottom: 8px;
	margin-top: 0px;
	font-family: "Century Gothic", arial;
	color: #004a9c;
	font-weight: bold;
}

#main-content h2 {
	font-size: 20px;
	margin-bottom: 8px;
	font-family: arial;
	/*color: #961708;*/
	color: #004a9c;
}

#main-content .profile-blurb {
	width: 560px;
}

#main-content .right-section .map {
	margin-top: 10px;
}

#main-content .right-section .address {
	margin-top: 10px;
	font-size: 12px;
}

#main-content .right-section .address span {
	margin-top: 10px;
	font-size: 11px;
}

#main-content .contact-details ul {
	list-style: none;
}

#main-content .contact-details li {
	font-size: 12px;
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 35px;
}

#main-content .contact-details li.phone {
	font-size: 12px;
	background-image: url("../images/phone.jpg");
}

#main-content .contact-details li.fax {
	font-size: 12px;
	background-image: url("../images/fax.jpg");
}

#main-content .contact-details li.email {
	background-image: url("../images/email.jpg");
}

#main-content .right-section .opening-hours h4 {
	font-size: 14px;
}

#main-content .right-section .opening-hours {
	font-size: 12px;
	margin-top: 10px;
}

#main-content .right-section .opening-hours dl {
	padding-bottom: 10px;
	clear: both;
}

#main-content .right-section .opening-hours dt {
	float: left;
    clear: left;
    width: 100px;
    text-align: left;
}

#main-content .right-section .opening-hours dd {
	margin-left: 130px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/*	storeList styles */
#storeListTop {
	width: 400px;
	margin-top: 10px;
}

#storeListTop ul {
	list-style: none;
	margin-left: 15px;
}

#storeListTop ul li {
	float: left;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}


#storeListTop ul li a {
	display:block;
	padding-left: 7px;
	padding-right: 13px;
	font-family: "verdana",  sans-serif;
	font-size: 13px;
	color: #d9cd93;
	text-decoration: none;
}

#storeListTop ul li a:hover {
	color: #feb117;
}

#storeListBottom {
	padding-top: 17px;
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
}

#storeListBottom ul {
	list-style: none;
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#storeListBottom ul li {
	float: left;
	display:block;
	position:relative;
	right: 50%;
	list-style:none;
}


#storeListBottom ul li a {
	display:block;
	padding-left: 9px;
	padding-right: 9px;
	font-family: "verdana",  sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;

}

#storeListBottom ul li a:hover {
	color: #961708;
}





#pics {
	width: 590px;
}

#pics div.thumbnail {
	height: 120px;
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
}

.dealerTable tr.highlight {
	background-image: url("dealer-list-background.gif");
}

.dealerTable td {
	font-size: 14px;
	border-top: 1px solid #bfbfbf;
	color: #7d7d7d;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
}

.dealerTable td.noPadding {
	height: 52px;
	width: 1px;
	padding: 0px !important;
}

.dealerTable td a {
	text-decoration: none;
	color: #7d7d7d;
}

.dealerTable td.suburb {
	color: #1c87c6;
	font-weight: bold;
}

.dealerTable {
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
}

h1.dealerTitle, h2.dealerTitle {
	margin-left: 9px;
}

h2.dealerTitle {
	margin-top: 19px;
	padding-bottom: 8px;
}

#dealerSearch {
	background-image: url("app-dealer-locator-background.gif");
	background-repeat: repeat-x;
	height: 225px;
	padding-left: 33px;
	position: relative;
	line-height: 140%;
	color: #7d7d7d;
	margin-bottom: 225px;
}

#dealerSearch a {
	color: #7d7d7d;
	text-decoration: none;
}

#dealerSearch .searchArea {
	position: absolute;
	top: 33px;
	left: 38px;
}

#dealerSearch .browseArea {
	position: absolute;
	top: 33px;
	left: 525px;
}

#dealerSearch .divider {
	background-color: white;
	position: absolute;
	top: 0px;
	left: 478px;
	width: 2px;
	height: 225px;
}

#dealerSearch .map {
	
	position: absolute;
	top: 0px;
	right: 0px;
}

#dealerSearch .title {
	color: #1c87c6;
}

#dealerSearch .postcodeInput {
	width: 110px;
	margin-top: 18px;
	margin-bottom: 12px;
}

.dealerTablePostcode {
	width: 479px;
	border-bottom: 1px solid #bfbfbf;
}

.dealerTablePostcode td {

	font-size: 14px;
	border-top: 1px solid #bfbfbf;
	color: #7d7d7d;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
}

.dealerTablePostcode td.noPadding {
	height: 111px;
	padding: 0px;
}

.dealerTablePostcode td.suburb {
	width: 140px;
}

.dealerTablePostcode td span.suburb {
	color: #1c87c6;
	font-weight: bold;
}

#TB_closeAjaxWindow, #TB_closeWindow
{
	font-size: 12px;
	color: gray;
}

#TB_closeAjaxWindow a, #TB_closeWindow a
{
	font-size: 12px;
	color: gray;
}
