* { 
    -moz-box-sizing: border-box; 
} 
#table {
	width: 250px;
	height: 190px;
	color: #fff;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
#tr {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
#td {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
#left_col {
	position: relative;
	border: 1px solid black;
	width: 200px;
	height: auto;
	margin-top: 10px;
	background-color: white;
}
#left_col_header {
	position: relative;
	height: 20px;
	width: 200px;
	background-image: url(../images/menu_bg_ver3.png);
	background-repeat: repeat-x;
	line-height: 2em;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px;
}
#left_col_body {
	position: relative;
	height: auto;
	width: 200px;
	border-right: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 10px 0px;
}

#left_col_body a {
	background-color: none;
	height: auto;
	line-height: 1.5em;
	float: left;
	width: 190px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}
#left_col_body a:visited {
	background-color: #none;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px;
}
#left_col_body a:hover {
	background-color: #ECE9D8;
}
#right_col {
	position: absolute;
	border: 1px solid black;
	width: 793px;
	height: 500px;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	text-align: right;
	padding: 0px 10px 0px 10px;
	line-height: 1.5em;
	background-color: white;
}
#centered {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 30px 0px 30px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 12px;
}
#otherServiceMain {
	position: relative;
	width: 100%;
	height: 160px;
	border: 0px solid black;
	margin-bottom: 5px;
}
#otherServicePic {
	float:left;
	width: 160px;
	height: 160px;
	border: 1px solid #002F5F;
}
#otherServiceText {
	float: right;
	width: 930px;
	height: 160px;
	border: 0px solid black;
}
#roofsLeftColumn {
	float: left;
	width: 400px;
	border: 0px solid #002F5F;
	margin-left: 10px;
}
#roofsRightColumn {
	float: right;
	width: 600px;
	border: 0px solid #002F5F;
	margin-right: 30px;
	margin-bottom: 20px;
}
#gallery_container_sub {
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #A8A8A8;
	text-align: left;
	padding-top:20px;
	
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -66px;
	left: -90px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: none;
	border-color: red;
	border-style: 0px solid;
	border-width: 1px;
	color: inherit;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}
