@charset "UTF-8";
/* CSS Document */

/* --------------
* Filename: nova_style.css
* Version: 1.0.0 (2008-06-06)
* Website: www.novahomedevelopment.com.au
* Author: Ari Rizos
* Description: Handles all the CSS style
*/


/*** MAIN BODY ***/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #cbcbcb;
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-x;
}

/** LAYOUT COMPONENTS **/

* { padding: 0; margin: 0; }

#wrapper { 
 	margin: 0 auto;
	margin-top:15px;
 	width: 762px;
	background:#dfdede;
	padding: 20px 20px 5px 20px;
}

#navigation {
	width:762px;
	height:65px;
}

#maincontent {
	width:605px;
	padding-top:45px;
	padding:45px 0px 29px 115px;
}

#footer {
	width: 742px;
	padding: 10px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
	color:#FFF;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:45px;
}

#footer a {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}


/** NAVIGATION **/

ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#prepurchase a {
	width:191px;
	height:65px;
	background-image:url(../images/btn-prepurchaseinspections.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#prepurchase a:hover {
	background-position:0px -65px;
}

body#prepurchase-page ul#nav li#prepurchase a {
	background-position:0px -65px;
}

/*Order Inspections Button*/
li#orderinspections a {
	width:137px;
	height:65px;
	background-image:url(../images/btn-orderinspections.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#orderinspections a:hover {
	background-position:0px -65px;
}

body#orderinspections-page ul#nav li#orderinspections a {
	background-position:0px -65px;
}


/*Strata Reports Button*/
li#stratareports a {
	width:117px;
	height:65px;
	background-image:url(../images/btn-stratareports.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#stratareports a:hover {
	background-position:0px -65px;
}

body#stratareports-page ul#nav li#stratareports a {
	background-position:0px -65px;
}

/*Building Button*/
li#building a {
	width:73px;
	height:65px;
	background-image:url(../images/btn-building.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#building a:hover {
	background-position:0px -65px;
}

body#building-page ul#nav li#building a {
	background-position:0px -65px;
}

/* Gallery Button */
li#gallery a {
	width:69px;
	height:65px;
	background-image:url(../images/btn-gallery.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#gallery a:hover {
	background-position:0px -65px;
}

body#gallery-page ul#nav li#gallery a {
	background-position:0px -65px;
}

/*About Us Button*/
li#about a {
	width:79px;
	height:65px;
	background-image:url(../images/btn-aboutus.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#about a:hover {
	background-position:0px -65px;
}

body#about-page ul#nav li#about a {
	background-position:0px -65px;
}

/*Contact Button*/
li#contact a {
	width:96px;
	height:65px;
	background-image:url(../images/btn-contactus.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contact a:hover {
	background-position:0px -65px;
}

body#contact-page ul#nav li#contact a {
	background-position:0px -65px;
}


/*** ORDER NOW BUTTON ***/

#ordernow
{
  display: block;
  width: 564px;
  height: 52px;
  background-image:url(../images/ordernow.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;

}

#ordernow:hover
{ 
  background-position: 0 -52px;
}

#ordernow span
{
  display: none;
}

/*** TEXT STYLES ***/
.highlightorange {
	color:#e88e23;
	font-weight:bold;
}

.smalltext {
	font-size:10px;
}

/*** NORMAL LINKS ***/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}


/*** FORM STYLE ***/
input, textarea {
	background-color: #cbcbcb;
	border: 1px solid ;
	border-color:#FFFFFF;
	margin: 2px 0px 2px 0px;
	padding: 2px;
}

select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

/*** POP UP IMAGES LINKS ***/
.popup a:link img {
	border: 1px solid ;
	border-color:#FFFFFF;	
}
.popup a:visited img {
	border: 1px solid ;
	border-color:#FFFFFF;		
}
.popup a:hover img {
	border: 1px solid ;
	border-color:#333333;		
}
.popup a:active img{
	border: 1px solid ;
	border-color:#FFFFFF;		
}
