/*
-----------------------------------------------
Toyota Website

author: Ryan O'Connell
studio:	hothouse interactive
website:www.hothouse.com.au
email: 	info@hothouse.com.au

----------------------------------------------- */

/*
STANDARD ELEMENTS
----------------------------------------------- */

/* 
begin standard elements 
----------------------------------------------- */

html {
	
}	

	
.skip {
	height:0;
	width:0;
	left:-19000px;
	overflow:hidden;
	position:absolute;
}	
.hide, .oldbrowsers { 
	display: none;
}
/*------Start images-----------------------------------------------------------------------------------------------------------*/
img {
	border: 0;
}
.img_floatleft {
	float: left;
	margin-right: 1em;
}
.img_floatright {
	float: right;
	margin-left: 1em;
}


}
.button {
	text-transform:uppercase;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bolder;
	font-size:10px;	
	/*color:#EA1E27; */
	cursor: hand;
	margin:0 5px 0 0;
	background: #F2F2F2 url("../images/bt_bg.jpg") left bottom repeat-x;  
	/*background: #c8c8c8 ; */
	border: 1px solid #CBCBCB;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding:1px;
	text-decoration:none;
}
.button_zoomOut {
	text-transform:uppercase;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:90%;	
	color:#EA1E27;
	cursor: hand;
	margin:0 5px 0 0;
	background: #F2F2F2 url("../images/bt_zoomOut.gif") left bottom repeat-x;
	border: 1px solid #CBCBCB;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding:1px 1px 1px 25px;
}
.button_zoomIn {
	text-transform:uppercase;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:90%;	
	color:#EA1E27;
	cursor: hand;
	margin:0 5px 0 0;
	background: #F2F2F2 url("../images/bt_zoomIn.gif") left bottom repeat-x;
	border: 1px solid #CBCBCB;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding:1px 1px 1px 25px;
}

label {
	vertical-align: middle;
}

}
.p_emty {
 margin:0;
 padding:0;
}
body {
/*	margin: 5px 0 5px 0; */
	padding: 0px;
/*	background-color: #EDEDEC; */
    background-color:#B9C8C7;
	color: #c0c0c0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;
	font-size:small;
} html>body {font-size:small;} /* be nice to Opera */	
	
/*-------Start containers to hold all the content in place---------------------------------------------------------------------------*/
.container_main {
	background-color: #fff;
	margin: 0px auto 0px auto;
	border:1px solid #CDCDCB;
	position:relative; /* IE 6 Peekaboo bug hack */
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: 770px; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:770px; 
	height: auto;
} html>body .container_main { width:770px;  }  /* For browsers that also couldn't see the correction but use the correct box model */

#smallText {
font-size:90%;
}
#largeText {
font-size:100%;
}