/*  */
*{
	margin: 0px;
	padding: 0px;
	}
body{
	background:url(../assets/images/body-bg.gif) repeat-x;
	width: 786px;
	margin: 0 auto;
	font: normal 13px Verdana, sans-serif;
	}
#frame{
	width: 786px;
	margin: 0 auto;
	}
#mainContainer{
	width: 786px;
	background: transparent url(../assets/images/mainContainerBg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	border: none;
	}
/* +++++++++++++++++++++++++++++++++++ All in the head! */
#mastHead{
	width: 786px;
	background: transparent;
	}
#headerTop{
	height: 189px;
	background: transparent url(../assets/images/logo.jpg) left top no-repeat;
	}

#headerTop h1{
	color: #0088E6;
	font: bold italic 10px Verdana, sans-serif;
	position: relative;
	top: 91px;
	left: 65px;
	}
#headerTop .btnBox {
	width: 111px;
	float: right;
	margin-right: 12px;
	margin-top: 40px;
	}
	/* NAV1 IN BROWN BAR BEGINS BTNs -
	
    * Gallery
    * Tiling
    * Floors
			*/
#headerMid .Nav1 ul{
	padding: 25px .1em;
	margin-right: 5px;
	font: bold 12px Verdana, sans-serif;
	float: right;
	/* position the nav */
	position: relative;
	top: 1px;
	}	
#headerMid .Nav1 ul li{
	list-style: none;
	display: inline;
	width: 100%;
	}
#headerMid .Nav1 ul li a{
	padding: 25px .9em;
	margin: -2px;
	text-decoration: none;
	}
#headerMid .Nav1 ul li a {
	width: auto;
	}
#headerMid .Nav1 ul li a:link{
	color: #fff;
	background: transparent url(../assets/images/brownBtnLine.gif) left top no-repeat;
	}
#headerMid .Nav1 ul li a:visited{
	color: #eef;
	background: transparent url(../assets/images/brownBtnLine.gif) left top no-repeat;
	}
#headerMid .Nav1 ul li a:link:hover, #headerMid .Nav1 ul li a:visited:hover{
	color: #000;
	background: transparent url(../assets/images/brownBtnBg.jpg) left top repeat;
	width: 100%;
	}
/**/
/* NAV2 IN GREY BAR BEGINS - BTNs: 
    * Home
    * About Us
    * Contact Us
*/
#Nav2 ul{
	padding: 13px 1.1em;	
	border-bottom: none;
	font: bold 12px Verdana, sans-serif;
	background: transparent url(../assets/images/nav-bg.jpg) left top repeat;
	}
#Nav2 ul li{
	margin-right: -10px;
	list-style: none;
	display: inline;
	}
#Nav2 ul li a {
	padding: 13px 1.1em;
	text-decoration: none;
	}
#Nav2 ul li a:link{
	color: #fff;
	background: transparent url(../assets/images/greyBtnLine.gif) left top no-repeat;
	}
#Nav2 ul li a:visited{
	color: #eef;
	background: transparent url(../assets/images/greyBtnLine.gif) left top no-repeat;
	}
#Nav2 ul li a:link:hover, #Nav2 ul li a:visited:hover{
	color: #000;
	background:  #ccc url(../assets/images/greyBtnBg.gif) left top repeat;
	border: none;
	}
html>body.home #Nav2 ul li a.home{	color: #000; background: transparent url(../assets/images/greyBtnBg.gif) left top no-repeat;}
html>body.aboutUs #Nav2 ul li a.aboutUs{	color: #000; background: transparent url(../assets/images/greyBtnBg.gif) left top no-repeat;}
html>body.contactUs #Nav2 ul li a.contactUs{	color: #000; background: transparent url(../assets/images/greyBtnBg.gif) left top no-repeat;}
/**/
/* +++++++++++++++++++++++++++++++++++ All in the main body content area */
/* Sidebar and Content Global */
#sidebar, #content {
	line-height: 1.6em;
	display: inline;
	}
	/* Sidebar */
#sidebar {
	padding: 0em;
	float: left;
	width: 210px;
	margin: 2em 0px 2em 15px;
	border: 1px solid #ccc;
	font: bold normal 13px "Trebuchet MS", "Century Gothic", sans;
	}
#sidebar ul {
	width: 192px;
	margin: 1em auto;
	padding: 0px;	
	list-style:none;
	background-color: #fff;
	}

#sidebar .service a:link, a:visited, a:active {	background: transparent url(../assets/images/icon-service.gif) left top no-repeat;}

#sidebar ul li {
	margin: .3em 0px;
	border: 1px solid #ccc;
	}
#sidebar ul li a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	width: 100%;
	background-color: transparent;
	padding-left: 30px;
	}
#sidebar ul li a:link{
	color: #ED1C24;		
	background-color: transparent;
	}
#sidebar ul li a:visited {
	color: blue;
	background-color: transparent;
	}
#sidebar .email a:link:hover, #sidebar .email a:visited:hover, #sidebar .service a:link:hover, #sidebar .service a:visited:hover, #sidebar .gallery a:link:hover, #sidebar .gallery a:visited:hover {
	color: #0088E6;
	text-decoration: underline;	
	}
#sidebar .email a:link:hover, #sidebar .email a:visited:hover  {
	background: transparent url(../assets/images/icon-emailOn.gif) left top no-repeat;
	}
#sidebar .service a:link:hover, #sidebar .service a:visited:hover  {
	background: transparent url(../assets/images/icon-serviceOn.gif) left top no-repeat;
	}
#sidebar .gallery a:link:hover, #sidebar .gallery a:visited:hover  {
	background: transparent url(../assets/images/icon-galleryOn.gif) left top no-repeat;
	}
#sidebar img{
	margin: 10px auto;
	text-align: center;
	padding-left: 10px;
	width: 190px;
	}
/* Content */
#content {
	padding: 0em;
	float: right;
	width: 520px;
	margin: 2em 15px 2em 0px;
	border: none;
	color: #333;
	}
#content strong{
	font-weight: bold;
	color: #000;
	}
#content img, p{
	padding: 15px 0px;
	}
#content a {
	text-decoration: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	}
#content a:link {
	color: #0088E6;
	}
#content a:visited {
	color: blue;
	}
#content a:link:hover, #content a:visited:hover {
	color:#ED1C24;
	text-decoration: underline;
	background: transparent;
	}
#content h2 {
	color: #0088E6;
	font: normal 24px Georgia, sans;
	width: 520px;
	border: 0px;
	border-bottom: 2px solid #0088E6;
	padding: 0px;
	padding-bottom: .2em;
	}
/* */
/* FOOTER STARTS */
#footer {
	min-height: 40px;
	height: auto;
	clear: both;
	background: #8C6B38 url(../assets/images/footerBg.jpg) left top repeat-x;
	font: normal 11px "Century Gothic", sans;
	margin-bottom: 4em;
	text-align: center;
	}
#footer ul {
	margin: 1em 15px 0em 15px;
	color: #eff;
	padding: 0px 15px;
	}
#footer ul li{
	list-style: none;
	display: inline;
	}
	/* Author's Link */
#footer .StarterWebsites {
	margin-left: 1em; /* this is positioning Author content 120px to the right of copyright content */
	}
#footer a, #footer a:visited, #footer a:active{
	background: transparent;
	color: #000;
	}
/* Image floats */	
.imageRight{
	float: right;
	padding: 0px;
	margin:0 20px 0 20px;
	}

table{
	margin: 15px auto;
	}
td{border: 1px solid #ccc; padding: 5px;}
tr.trHeader{background: #0089BA; color: #fff;}
tr.dark{background: #E6E6E6;}
tr.lite{background: #F2F2F2;}
/**/
.boldblackunderlineupper{
	font-weight: bold;
	color: black;
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase; /* force text to uppercase */
	}
.formName{padding-right: 60px;}
.formTele{padding-right: 28px;}
.formEmail{padding-right: 62px;}
.formQuery{padding-right: 58px;}
.submitBtn{margin-left: 104px;}
.warning{font-weight: bold; color: #f00;}
.dividerLine{
	margin: 0 20px;
	border-bottom: 1px dashed #F89458;
	height: 5px;}
.indent{margin-left: 170px;font-style: italic;}

