.container {
	font-family: Arial, Helvetica, sans-serif;
	height: 692px;
	width: 900px;
	text-align: left;
}
.sidebarleft {
	float: left;
	height: 692px;
	width: 131px;
}
.sidebarright {
	float: right;
	height: 692px;
	width: 131px;
}
.navigation {
	height: 198px;
	width: 638px;
	padding-top: 86px;
	float: left;
}
.one {
	float: left;
	height: 86px;
	width: 67px;
}
.two {
	height: 86px;
	width: 76px;
	float: left;
}
.three {
	float: left;
	height: 86px;
	width: 55px;
}
.maincontent {
	float: left;
	height: 267px;
	width: 330px;
	padding-left: 32px;
	padding-right: 30px;
}
.portleft {
	float: left;
	height: 243px;
	width: 360px;
	padding-left: 20px;
}
.portright {
	height: 243px;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	padding-right: 18px;
	float: right;
}
.portmain {
	float: left;
	height: 243px;
	width: 606px;
	padding-left: 32px;
}
.buttons {
	height: 15px;
	width: 620px;
	text-align: right;
	float: left;
	padding-right: 18px;
}
.brief {
	height: 228px;
	width: 215px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #BF033B;
	font-size: 24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #222;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF033B;
}
.2ndarycontent {
	float: left;
	height: 267px;
	width: 226px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BF033B;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BF033B;
}
.enquiries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	font-weight: normal;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	height: 243px;
	width: 638px;
	float: left;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

