﻿/* Layout Begin */

.test{
	top:	20px;
	width:	550px;
}

.background {
	background-color:	#A7A9AC;
	background-image: 	url('images/background.png');
	background-repeat:	repeat-x;
}

.layout {
	top: 				0px;
	position: 			absolute;
	width: 				800px;
	left:				50%;
	margin-left: 		-400px;
	height:				600px;
}

.table {
	top:				0px;
	position:			absolute;
	width:				800px;
	border-collapse: 	collapse;
	border-spacing:		0px;
	height:				600px;
}

.leftcolumn {
	border-color:		#2E3192;
	border-left: 		1px solid;
	border-right: 		1px solid;
	border-top: 		0px solid;
	border-bottom: 		1px solid;
	background-color: 	white;
	width: 				50px;
	vertical-align:		top;
}

.secondcolumn {
	width:				200px;
	vertical-align:		top;
}

.logo {
	width:				200px;
	height:				176px;
	text-align:			center;
	vertical-align:		bottom;
	background-image:	url('images/bel-web-logo.png');
	background-position:center 20px;
	background-repeat:	no-repeat;
}

.thirdcolumn {
	width:				550px;
	border-left: 		1px solid;
	border-right: 		1px solid;
	border-top: 		0px solid;
	border-bottom: 		1px solid;
	background-color: 	white;
	border-color:		#2E3192;
	vertical-align:		top;
}

.centercolumn {
	width:				200px;
	border-collapse: 	collapse;
	border-spacing:		0px;
}


.home-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/home-banner.png');
}

.restaurant-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/restaurant-banner.png');
}

.about-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/about-banner.png');
}

.contact-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/contact-banner.png');
}

.hotel-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/hotel-banner.png');
}

.print-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/print-banner.png');
}

.privacy-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				40px;
	position:			absolute;
	background-image:	url('images/privacy-banner.png');
}

.terms-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/terms-banner.png');
}

.workwear-banner {
	top:				20px;
	left:				270px;
	width:				510px;
	height:				175px;
	position:			absolute;
	background-image:	url('images/workwear-banner.png');
}

.mainbody {
	top:				200px;
	left:				273px;
	width:				550px;
}

.mainbodyp {
	top:				60px;
	left:				273px;
	width:				550px;
}

/* Layout End */

/* Font Begin */

h1 {
	font-family:		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#2E3192;
	font-weight:		bold;
	text-align:			left;
	margin:				20px 0px 5px 0px;
	border-top:			1px #928E2E solid;
	border-bottom:		1px #928E2E solid;
	line-height:		25px;
	margin:				219px 20px 0px 20px;
	text-transform:		uppercase;
}

h2 {
	font-family:		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#2E3192;
	font-weight:		bold;
	text-align:			left;
	margin:				20px 20px 5px 20px;
	line-height:		25px;
	text-transform:		uppercase;	
}

h3 {
	font-family:		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#2E3192;
	font-weight:		bold;
	text-align:			left;
	margin:				20px 0px 5px 0px;
	border-top:			1px #928E2E solid;
	border-bottom:		1px #928E2E solid;
	line-height:		25px;
	margin:				80px 20px 0px 20px;
	text-transform:		uppercase;
}

p{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:				#2E3192;
	margin:				10px 20px 20px 20px;
}

.nav{
	font-family:		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#2E3192;
	font-weight:		bold;
	text-align:			center;
	margin:				5px 20px 5px 20px;
	border-bottom:		1px #928E2E solid;
	text-decoration:	none;
}

.nav:hover {
	color:				#928E2E;
}

.navtext{
	font-family:		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#2E3192;
	font-weight:		bold;
	text-align:			center;
	margin:				30px 20px 5px 20px;
}

.bodysmall {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			8pt;
	margin:				30px 0px 0px 0px;
	color:				#2E3192;
	text-align:			center;
	font-style:			normal;
}

.thinkingvirtually	{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			6pt;
	margin:				10px 0px 0px 0px;
	color:				#2E3192;
	text-align:			center;
	font-style:			normal;
}
.thinkingvirtuallylink {
	text-decoration:	none;
	font-style:			normal;
	color:				#2E3192;
}

.link {
	text-decoration:	underline;
	font-style:			normal;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:				#2E3192;
	margin:				10px 20px 20px 20px;
}



/* Font End */