/*GLOBAL*/
body {
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
	background: #000 url(img/main_bg.jpg) repeat-x top left;
}

#mainContainer {
	margin: 20px auto 0;
	padding: 0;
	width: 965px;
	background: #484747;
}

#heightWrapper {
	height: 450px;
	min-height: 450px;
}

html>body #heightWrapper {
	height: auto;
}

.header {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	color: #fff;
}

h2 {
	font-size: 140%;
	margin: 15px 0 15px 0;
	padding: 0;
	color: #942323;
}

h2.top {
	font-size: 140%;
	margin: 0 0 15px 0;
	padding: 0;
	color: #942323;
}

h3 {
	font-size: 120%;
	margin: 15px 0 15px 35px;
	padding: 0;
}

.clear {
	clear: both;
}

.statcounter {
	visibility: hidden;
}

/*TOP BAR*/
#topBar {
	font-size: 140%;
	margin: 0 0 20px 20px;
	padding-bottom: 5px;
}

#logo {
	padding-top: 10px;
}

#logo p {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#logo p a {
		display: block;
		background: url(img/logo.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 15px;
		width: 115px;
		min-width: 115px;
	}

/*Lat nav*/

#latNav {
	font-size: 110%;
	float: right;
	margin: 5px 0 0 0;
}

#latNav a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#latNav a:hover {
	text-decoration: underline;
}

/*MAIN NAV*/
#menuCont {
	margin: 0 20px 20px 20px;
}

#mainMenu {
	font: 128% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px 0;
	background: url(img/nav_bg.gif) bottom repeat-x #a3a4a4;
}

#menuTop {
	height: 5px;
	background: url(img/nav_top.gif) top no-repeat;
	font-size: 1%;
}

#mainMenu ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
}

#mainMenu ul li {
	display: inline;
	padding: 0 5px;
}

#mainMenu ul li a {
	color: #fff;
	text-decoration: none;
}

#mainMenu ul li a:hover {
	text-decoration: underline;
	color: #ccc;
}

#mainMenu a.select {
	font-weight: bold;
	color: #fff;
}

/*Header styles*/

#title {
	margin: 0 20px 0 0;
	float: right;
}
	
	#title h1 {
		padding: 0;
		margin: 0;
	}
	
	#title h1.child a {
		display: block;
		background: url(img/child_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 220px;
		min-width: 220px;
	}
	
	#title h1.office a {
		display: block;
		background: url(img/office_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 260px;
		min-width: 260px;
	}
	
	#title h1.deco a {
		display: block;
		background: url(img/dec_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 165px;
		min-width: 165px;
	}
	
	#title h1.floor a {
		display: block;
		background: url(img/floor_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 160px;
		min-width: 160px;
	}
	
	#title h1.murals a {
		display: block;
		background: url(img/murals_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 77px;
		min-width: 77px;
	}
	
	#title h1.trompe a {
		display: block;
		background: url(img/trompe_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 149px;
		min-width: 149px;
	}
	
	#title h1.repair a {
		display: block;
		background: url(img/repair_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 140px;
		min-width: 140px;
	}
	
	#title h1.metallic a {
		display: block;
		background: url(img/metallic_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 106px;
		min-width: 106px;
	}
	
	#title h1.welcome a {
		display: block;
		background: url(img/welcome.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 108px;
		min-width: 108px;
	}
	
	#title h1.contact a {
		display: block;
		background: url(img/cont_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 126px;
		min-width: 126px;
	}
	
	#title h1.sitemap a {
		display: block;
		background: url(img/map_title.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 30px;
		width: 103px;
		min-width: 103px;
	}

/*PAGE CONTENT*/

p.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.6em;
	margin: 0 71px 20px 71px;
	color: #fff;
}

#iconsTitles a {
	text-decoration: none;
	color: #000;
}
#iconsTitles a:hover {
	text-decoration: underline;
}

.iconCont {
	margin: 0 0 10px 80px;
	width: 900px;
}

.iconCont div {
	float: left;
	margin: 20px 0 15px 0;
	padding: 0 21px;
	text-align: center;
	width: 88px;
}

.iconLeft {
	float: left;
	margin: 20px 0 15px 0;
	padding: 0 21px 0 0;
	text-align: center;
}

.iconRight {
	float: left;
	margin: 20px 0 15px 0;
	padding: 0 0 0 21px;
	text-align: center;
}

.iconCont div a, .iconLeft a, .iconRight a {
	color: #fff;
	text-decoration: none;
}

.iconCont div a:hover, .iconLeft a:hover, .iconRight a:hover {
	text-decoration: underline;
}

.iconCont div p, .iconLeft p, .iconRight p {
	margin: 10px 0 0 0;
	padding: 0;
}

#imgCont {
	clear: both;
	margin: 0 20px;
}

#imgCont p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
}

#imgA {
	width: 532px;
	float: left;
	margin: 0 0 20px 0;
}

#imgA img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}

#imgALong {
	width: 532px;
	float: left;
	margin: 0 0 180px 0;
}

#imgALong img {
	border: 1px solid #ccc;
}

#imgA p, #imgALong p {
	padding: 0;
	margin: 10px 0 20px 0;

}

#imgB, #imgC, #imgD, #imgE, #imgF, #imgG {
	float: right;
	margin: 0 0 0 35px;
}

#imgB img, #imgC img, #imgD img, #imgE img, #imgF img, #imgG img {
	border: 1px solid #9b9b9b;
}

#imgB p, #imgC p, #imgD p, #imgE p, #imgF p, #imgG p {
	padding: 0;
	margin: 8px 0 10px 0;
	font-size: 90%;
	text-align: center;
}

/*HOME PAGE*/

#homeBgContainer {
	background: #000 url(img/home_main_bg.jpg) no-repeat top left;
	margin: 20px auto 0;
	padding: 0;
	width: 1170px;
}

#homeContainer {
	background: #484747 url(img/home_bg.jpg) no-repeat top left;
	margin: 0 auto 0;
	padding: 0;
	width: 965px;
}

#homeImg {
	margin: 10px 0 20px 0;
	float: left;
}

.animBar {
	background: url(img/top_panel.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 107px;
}


/*#homeImg img {
	border: 1px solid #9b9b9b;
}*/

#homeImg p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}

#homeLeft {
	margin: 0 0 20px 20px;
	width: 483px;
	float: left;
}

.homeCopy {
	padding: 10px;
	background: url(img/home_copy_bg.png) repeat-y;
	border: 1px solid #353535;
}

#homeLeft h2, #homeRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 1.5em;
	color: #fff;
	padding: 8px 0 2px 0;
	clear: both;
	margin: 0;
	letter-spacing: -1px;
}

#homeLeft h2.top, #homeLeft p.top {
	margin: 0;
}

#homeLeft p, #homeRight p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #fff;
	margin: 8px 0 0 0;
	padding: 0;
}

#homeLeft p a, #homeRight p a {
	color: #fff;
	text-decoration: underline;
}

#homeLeft p a:hover, #homeRight p a:hover {
	color: #ccc;
	text-decoration: none;
}

#homeLeft ul.left {
	margin: 0 30px 0 30px;

}

#homeLeft ul.right {
	margin: 0 0 0 30px;
}

#homeLeft span {
	float: left;
	margin: 30px 0 30px 0;
}

#homeLeft ul {
	padding: 0;
	margin: 0;
}

#homeLeft ul li {
	padding: 5px 0;
}


#homeLeft ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 120%;
	padding: 5px 0;
}

#homeLeft ul li a:hover {
	text-decoration: underline;
	color: #942323; 
}

.iconContHome {
	margin: 30px auto 10px auto;
	width: 880px;
}

.iconContHome div {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	width: 110px;
}

.iconContHome div p a, #homeRight .iconContHome div p a {
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 1em;
}

.iconContHome div p a:hover, #homeRight .iconContHome div p a:hover {
	text-decoration: underline;
}

.iconContHome div p {
	margin: 10px 0 0 0;
	padding: 0;
}

#homeRight {
	width: 425px;
	margin: 0;
	float: right;
}

/*CONTACT PAGE*/

#contContent {
	margin: 0 71px 20px 71px;
}

#contContent p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 115%;
	color: #fff;
}

#contContent h2 {
	color: #fff;
}

.contImg {
	margin: 20px 0 0 0;
}

.contImg p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 115%;
	vertical-align: middle;
}

#contContent img {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	border: 1px solid #ccc;
}

#contContent a {
	color: #fff;
	text-decoration: none;
}

#contContent a:hover {
	color: #ccc;
	text-decoration: underline;
}

.contLinks {
	float: left;
	margin: 20px 10px 10px 35px;
	clear: left;
	padding: 0;
	font-size: 115%;
	font-weight: bold;
}


/*Portfolio pages*/

#portTitle h2 {
	margin: 0 0 0 71px;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #fff;
}

#portTitleBar {
	margin: 0 20px 0 20px;
	/*border: 1px solid red;*/
	zoom: 1;
	color: #fff;
}

#portTitleBar h2 {
	color: #fff;
}

#exampTitle h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
}

/*Site map page*/

.mapContent h2 {
	font-weight: bold;
	color: #666666;
	font-size: 125%;
	margin: 0 0 5px;
	padding: 0;
}

.mapContent p {
	margin: 0 0 5px;
	padding: 0;
	text-indent: 10px;
}

.mapContent h2 a {
	color: #006666;
	text-decoration: none;
}

.mapContent p a {
	color: #000;
	text-decoration: none;
}

.mapContent p a:hover, .mapContent h2 a:hover {
	text-decoration: underline;
}

#leftCol {
	float: left;
	width: 532px;
	margin: 0 0 0 100px;
}

/*FOOTER*/
#footer {
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 20px 20px 0 20px; 
	clear: both;
	font-size: 91%;
	color: #fff;
}

#footer ul {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
}

#footer ul li {
	display: inline;
	padding: 0;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
