/* --Start of Main CSS File for Sharnbrook Hotel Wedding Show-- */
/* --Script version 1.1-- */
/* Script browser version:  for home page */


body {
	padding: 0px;
	margin: 0px;
	background-color: #e9e4e1; /* Light Mocha */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
a { text-decoration: none; }
a:link { color: #7e0b37; } /* Deep Red */
a:visited { color: #7e0b37; } /* Deep Red */
a:focus { color: #8c7c6c; } /* Chocolate */
a:hover { color: #8c7c6c; } /* Chocolate */
a:active { color: #7e0b37; } /* Deep Red */

.global_container {
	width: 100%;
	height: 100%;
}
.common_height { height: 1550px; } /* Used as div multi class */
.main_container {
	width: 768px;
	margin:0 auto;
	background-color: #d0cac5;
	border-left: 2px solid #7e0b37;
	border-right: 2px solid #7e0b37;
}
.wrapper {
	position: relative;
	width: 768px;
	margin:0 auto;
}

/* Main column containers */

.column_1 {
	position: absolute;
	top: 0px;
	left:0px;
	width: 361px;
	background-color: #d0cac5;
}
.column_2 {
	position: absolute;
	top: 0px;
	left: 361px;
	width: 224px;
	background-color: #9d3a60;
	border-left: 2px solid #7e0b37;
	border-right: 2px solid #7e0b37;
}
.column_3 {
	position: absolute;
	top: 0px;
	left: 589px;
	width: 179px;
	background-color: #d0cac5;
}

/* Left column containers and styles */

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 71px;
	border-bottom: 2px solid #7e0b37;
}
.show_text {
	position: absolute;
	top: 73px;
	left: 0px;
	width: 351px;
	height: 344px;
	padding: 5px;
	text-align: center;
}
.show_img {
	position: absolute;
	top: 427px;
	left: 0px;
	width: 361px;
	height: 229px;
	border-top: 2px solid #7e0b37;
	border-bottom: 2px solid #7e0b37;
}
.show_list {
	position: absolute;
	top: 670px;
	left: 0px;
	width: 361px;
	height: 460px;
	text-align: center;
}
.list_container {
	position: relative;
	width: 361px;
}
.list_1 {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 335px;
}
ul, li {
	margin-left: 10px;
	padding-left: 5px;
	line-height: 18px;
}
.left_img2 {
	position: absolute;
	top: 1160px;
	left: 0px;
	width: 361px;
	height: 361px;
	text-align: center;
	border-top: 2px solid #7e0b37;
	border-bottom: 2px solid #7e0b37;
}

/* Center container, set as id as javascript used to re-write css */

#center_wrapper {
	position: absolute;
	top: -1526px;
	left: 0px;
	width: 224px;
}
.main_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 224px;
	height: 658px;
}
.enquiry {
	position: absolute;
	top: 658px;
	left: 0px;
	width: 224px;
	height: 375px;
	background-image: url(../images/enquiry_gradient.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.enq_title {
	color: #fff;
	margin: 5px 0px 10px 0px;
}
.enq_tbl {
	color: #fff;
	line-height: 18px;
}
#submit {
	margin-top: 7px;
}
.enquiryLoader {
	width: 80px;
	height: 60px;
	margin: 0 auto;
	margin-top: 120px;
	text-align: center;
	color: #ffffff;
	text-decoration: blink;
}
.center_img2 {
	position: absolute;
	top: 934px;
	left: 0px;
	width: 224px;
	height: 224px;
	border-top: 2px solid #7e0b37;
	border-bottom: 2px solid #7e0b37;
}
.center_img3 {
	position: absolute;
	top: 1162px;
	left: 0px;
	width: 224px;
	height: 361px;
	border-bottom: 2px solid #7e0b37;
}

/* Right column styles */

.ad_title {
	margin: 10px 0px 10px 0px;
	width: 179px; 
	text-align: center;
	color: #7e0b37;
	font-size: 120%;
	font-family: "Century Gothic", Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.ad {
	margin: 0px 0px 0px 0px;
	width: 179px;
}
.advert {
	margin: 0px 5px 0px 5px;
	width: 169px;
	height: 88px;
}
.spacer {
	margin: 6px 19px 6px 18px;
	width: 142px;
	height: 3px;
}
.first {
	margin-top: 6px;
}

/* Admin area styles */

.admin_header, .other_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	text-align: center;
	font-family: "Century Gothic", Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #7e0b37;
	padding-top: 3px;
}
.admin_login, .other {
	position: relative;
	left: 10px;
	top: 10px;
	width: 748px;
}
.admin_height, .other_height {
	height: 900px;
}
.login_field {
	position: relative;
	top: 180px;
	width: 300px;
	height: 160px;
	margin: 0 auto;
}
.login_legend {
	font-weight: bold;
	font-size: 110%;
}
.login_tbl {
	margin-top: 15px;
	margin-left: 10px;
	width: 280px;
}
.loginLoader {
	width: 80px;
	height: 60px;
	margin: 0 auto;
	margin-top: 180px;
	text-align: center;
	color: #7e0b37;
	text-decoration: blink;
}
.theLoader {
	width: 80px;
	height: 60px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	color: #7e0b37;
	text-decoration: blink;
}
.loader img {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.admin_topbar {
	position: relative;
	width: 100%;
	height: 20px;
}
.atp_left {
	top: 0px;
	width: 92%;
	color: #111111;
	font-weight: bold;
	float: left;
	padding-top: 2px;
}
.atp_right {
	top: 0px;
	width: 8%;
	float: left;
}
#logout {
	margin: 0px;
	padding: 0px;
}
#logsub {
	color: #7e0b37;
	font-weight: bold;
	font-size: 90%;
}
.admin_menu_box {
	position: relative;
	width: 100%;
	height: 200px;
	padding-top: 100px;
}
.admin_fieldset {
	width: 420px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
}
.admin_legend {
	font-size: 120%;
	color: #7e0b37;
}
.menu_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.admin_menu {
	position: absolute;
	top: 20px;
	width: 100px;
	height: 150px;
	text-align: center;
}
.admin_menu img {
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
#menu_1 {
	left: 0px;
}
#menu_2 {
	left: 100px;
}
#menu_3 {
	left: 200px;
}
#menu_4 {
	left: 300px;
}
.tppg {
	width: 300px;
	height: 252px;
	margin: 0 auto;
}

/* Global Styles */

h1 {
	font-size: 160%;
	letter-spacing: 1px;
	font-family: "Century Gothic", Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 120%;
	margin: 10px 0px 15px 0px;
}
h3 {
	font-size: 110%;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.lrg {
	font-size: 110%;
}
.vlrg {
	font-size: 120%;
}
.sml {
	font-size: 90%;
}
.vsml {
	font-size: 80%;
}
.b {
	font-weight: bold;
}
.nb {
	font-weight: 500;
}
.error {
	color: red;
	margin: 8px 0px 8px 0px;
	padding: 0px 5px 0px 5px;
}

