* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
	
}
h1, h2, h3, h4, h5, h6 {
	color: #eb5b17;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:1.5em;
	padding: 1em;
}
a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:active {
	color: #FF6633;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h1.inline {
	display:inline;
}
#navMain {
	line-height:30px;
}
#navMain ul {
	list-style:none;
	margin:0;
	position:absolute;
	right:0;
	background-color: #d3d3d3;
	padding-top: 30px;
	padding-bottom: 25px;
}
#navMain li {
	display:inline;
	font-size:16px;
	padding:0;
	border-right-color:#ffffff;
	border-right-style:dotted;
	border-right-width: 2px;
}
#navMain a {
	padding:0 9px;
	color:#fff;
}
#navMain a:hover, a:active {
	color: #ff9951;
}
#navMain li.last {
	border:none;
}
#rightNav {
	line-height:30px;
}
#rightNav a {
	text-decoration: none;
	/*padding: 0em 0.5em;*/
	color:#999;
}
#rightNav li {
	list-style-image:url(../images/bullet.png);
	font-size:16px;
	margin-left:30px;
}
#rightNav li.first {
	list-style:none;
}

#rightNav a:active {
	color: #FF6633;
}
#rightNav a:hover {
	text-decoration:underline;
}
#rightNav hr {
	color: #fff;
	background-color: #fff;
	border: 2px dotted #d3d3d3;
	border-style: none none dotted;
}
/* highlight active page in nav*/
div#standard a#standardnav,
div#hire a#hirenav,
div#shopfitting a#fitoutnav,
div#home a#homenav{
	color:#FF6633;
}

#footer{
	text-align:center;
	font-size:0.8em;
}
/* Thumbnail Gallery Borders */

#thumbgallery td.topLeft{
	border-bottom: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #d3d3d3;
	border-right: 2px;
	border-right-style:dotted;
	border-right-color: #d3d3d3;
}
#thumbgallery td.topRight{
	border-bottom: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #d3d3d3;
}

#thumbgallery td.topRow{
	border-right: 2px;
	border-right-style:dotted;
	border-right-color: #d3d3d3;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d3d3d3;
}

#thumbgallery td.botRow{
	border-right: 2px;
	border-right-style:dotted;
	border-right-color: #d3d3d3;
	
}

#thumbgallery td.botLeft{
	border-right: 2px;
	border-right-style:dotted;
	border-right-color: #d3d3d3;
}
#thumbgallery td.botRight{
	
}


/* Detail table border */
#detailTable td.leftCell{
border-right: 2px;
border-right-style:dotted;
border-right-color: #d3d3d3;
padding:10px;
}

#detailTable td.rightCell{
padding:10px;
}
.rightCell{
	vertical-align:top;
}
