/* - - - - - - - - - - - - - - - - - - - - -

Title : The Natural Stone Factory
URL : www.naturalstonefactory.com.au

Author : Unit Fifteen
Author URL : http://www.unitfifteen.com

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

body {
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:5px;
	font: normal 12px arial;
	color: #333333;
	line-height:18px;
}

a {
	color: #80756c;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

H1 { 
	font: normal 20px arial;
	color: #01013d;
	}
	
p, td {
	font: normal 12px arial;
	color: #333333;
	line-height:18px;
}

li {
	font: normal 12px arial;
	color: #333333;
	line-height:18px;
	list-style-image:url(../images/dot.jpg);
}

img {
border-color:#ffffff;
behavior: url(iepngfix.htc)
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}


/*
----------------------------------------------------------------------------- 
LAYOUTS & WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 914px;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	}


#banner {
	width: 883px;
	height: 133px;
	border-right: 17px solid #ffffff;
	border-left: 14px solid #ffffff;
	border-top:17px solid #ffffff;
}

#contentWrapper {
	border-right: 17px solid #ffffff;
	border-left: 14px solid #ffffff;
	border-bottom: 17px solid #ffffff;
	background-color:#efede4;
	padding:10px;
	width: 880px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 860px;
	}
	
	html>#contentWrapper {
	width: 860px;
	}

#flashcontent {
	float:left;
	width: 580px;
	height: 400px;
}

#flashcontent_gallery {
	width: 778px;
	height: 500px;
	position:relative;
	left: 50px;
}

#stoneLinks {
	float:right;
	width: 280px;
}

/* Main Menu */

#menuWrapper {
	border-right: 17px solid #ffffff;
	border-left: 14px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 880px;
	height:41px;
	background: url(../images/menu_bg.jpg) no-repeat;
}

home {
background:url(../images/home_over.jpg) no-repeat;
background-position:top;
}

#menu  {  
	font: bold 12px/42px Arial;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	}
#menu a {
	font: bold 12px/22px Arial;
	text-transform:uppercase;
	color:#ffffff;
	padding:0px 50px;
	text-decoration:none;
}
#menu a:hover {
	color:#000000;
	text-decoration:none;
}

/* Sub Menu */

#subMenuWrapper {
	border-right: 17px solid #ffffff;
	border-left: 14px solid #ffffff;
	background-color: #fbd87e;
	width: 880px;
	height: 30px;
	text-indent: 4px;
}

#subMenu {
	font: normal 11px/28px Arial;
	text-transform:uppercase;
	color:#ff9800;
	text-align:left;
}

#subMenu a{
	font: normal 11px/28px; Arial;
	text-transform:uppercase;
	color:#000000;
	text-align:left;
	padding:0px 10px;
		text-decoration:none;
}

#subMenu a:hover{
	color:#ff9800;
	text-decoration:none;
}




	
#footer {
	margin: 0px auto;
	width: 912px;
	color:#666666;
}	

#footer a{
	color:#666666;
	text-decoration:underline;
}	

#footer a:hover{
	color:#666666;
	text-decoration:none;
}	

