/*******************************************
**   Client: Hoffman Lighting Inc.
**   Site: www.hoffmanlighting.ca
**   Designer: MXS Media Solutions LTD./MV
**   Online: www.mxs.ca
**   E-mail: info@mxs.ca
** 
**   Created: Friday September 7th, 2007
********************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Arial, Verdana, Century Gothic;
	text-align: center;
	background: #FFF url('/img/bglogo3.jpg') no-repeat top left;
	}

h2, h3, b, a:link, a:visited, a:hover {
	color: #960005;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h2 {
	font-size: 40px;
	font-weight: normal;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	}

h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	}

#wrapper {
	margin: 0;
	padding: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#ColLeft {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 678px;
	background: url('/img/brand.jpg') no-repeat top left;
	}

#Content {
	margin-top: 310px;
	padding: 0;
	border: 1px solid #FFF;
	border-left: 0;
	border-bottom: 0;
	}

#InnerLeft {
	display: inline;
	float: left;
	padding: 0;
	width: 460px;
	}

#InnerLeft p, #Content p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0.25em;
	line-height: 24px;
	}

#InnerRight {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #e9ebed;
	font-size: 14px;
	margin-bottom: 10px;
	}

#InnerRight h3, #InnerRight p {
	padding: 5px;
	}

#Copyright {
	clear: both;
	font-size: 12px;
	color: #8f8d8d;
	border-top: 1px solid #960005;
	padding-top: 20px;
	text-align: center;
	}

#Copyright a:link, #Copyright a:visited {
	color: #8f8d8d;
	}

#Copyright p {
	font-size: 11px;
	}

#ColRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 222px;
	padding-top: 70px;
	background: url('/img/ColRightBg.jpg') no-repeat top left;
	}

#ColRight ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#ColRight li {
	font-size: 17px;
	padding: 0;
	margin: 0;
	background: url('/img/menuTab.jpg') no-repeat top left;
	line-height: 50px;
	text-indent: 40px;
	font-weight: bold;
	}

#ColRight .TabTop {
	background-image: url('/img/menuTabTop.jpg');
	}

#ColRight .TabOn {
	background-image: url('/img/menuTabOn.jpg');
	}

#ColRight a:link, #ColRight a:visited {
	color: #000;
	}

#ColRight .SubMenu {
	margin-top: 10px;
	margin-left: 21px;
	}

#ColRight .SubMenu li {
	background: #FFF url('/img/SubMenuArrow.jpg') repeat-y top left;
	line-height: 30px;
	font-size: 14px;
	}

#ColRight .SubMenu a:link, #ColRight .SubMenu a:visited {
	font-weight: normal;
	color: #333;
	}

#ColRight .lowerTab{
	background-image: url('/img/menuTabLower.jpg');
	}

.clear {
	clear: both;
	}

#Content .tes {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2px;
	}

#Content .sign {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 35px;
	}
	
/* Galleries */

#thumbs, #mainPhoto { 
	width: 640px;
	text-align: left; 
	}



#thumbs img {
	cursor: pointer;
}

/* Content bullets */

.list {
	list-style-type: none;
	margin: 0;
	}

.list li {
	line-height: 30px;
	background:	url('/img/bullet.gif') no-repeat left center;
	text-indent: 20px;
	font-size: 14px;
	}

.list a:link, .list .SubMenu a:visited {
	font-weight: normal;
	color: #333;
	}
 
 