@charset "utf-8";
/* CSS Lochside Bar Aberdeen */

/* DEFAULTS */
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	
}
/* MAIN START */

body {
	background: url(../images/lochside_background.png) repeat-x #FFFFFF;
	padding: 10px 0px 0px 0px;
	margin: 0;
	
}

/* CONTAINER */

#containerTop{
	background: url(../images/lochside_container_top.jpg) no-repeat #FFFFFF;
	width: 940px;
	height: 30px;
	margin: 0 auto;
}

#container {
	background: url(../images/lochside_container_bg.jpg) repeat-x #FFFFFF;
	width: 940px;
	min-height: 780px;
	margin: 0 auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* HEADER */

#header{
	width: 925px;
	padding: 0px 0px 0px 15px;
	font-family: Howard-Light;
	font-size: 130px;
	font-weight: bold;
	color: #ffffff;
}

/* MENU */

#menu {
	background: url(../images/lochside_nav.png) no-repeat;
	width: 900px;
	height: 29px;
	padding: 7px 0px 20px 20px;
	margin: 0px 10px 0px 10px;
	font-family: "Lucida Sans";
	font-size: 19px;
	color: #ffffff;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
	list-style: none;
}
#menu a, #menu a:visited {
	color: #ffffff;
}

/* CONTENT LEFT */

#contentLeft {
	width: 610px;
	float: left;
	margin: 0px 5px 25px 10px;
	font-family: "Lucida Sans";
	text-align: left;
	color: #1a6625;
	font-size: 14px;
}

#contentLeft a, #contentLeft a:visited {
	color: #1a6625;
	font-weight: bold;
}

#contentLeft #pageH1 {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-weight: normal;
	text-shadow: 2px 2px 5px #000000;
	text-transform: lowercase;
}

/* CONTENT RIGHT */

#contentRight {
	width: 300px;
	float: right;
	margin: 10px 10px 25px 5px;
}

.contentRightTitle {
	background: url(../images/lochside_side.png) no-repeat;
	width: 285px;
	height: 27px;
	padding: 9px 0px 0px 15px;
}
.contentRightTitle h1{
	width: auto;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans";
	font-size: 15px;
	color: #ffffff;
}
.contentRightContent {
	background: url(../images/lochside_side_bg.png) repeat-x #FFFFFF;
	width: 280px;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	font-family: "Lucida Sans";
	text-align: justify;
	color: #1a6625;
	font-size: 14px;
	overflow: hidden;
}
.contentRightContent a, #contentRightContent a:visited {
	color: #1a6625;
}

/* PAGINATION */

.pagination a, .pagination a:visited {
	color: #1a6625;
}

/* FOOTER */

#footer {
	background: url(../images/lochside_nav.png) no-repeat;
	width: 900px;
	height: 29px;
	padding: 7px 0px 0px 20px;
	margin: 0px 10px 0px 10px;
	clear: both;
	font-family: "Lucida Sans";
	font-size: 19px;
	color: #ffffff;
}
#footer ul {
	padding: 0;
	margin: 0px 0px 0px -10px;
	float: left;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#copy {
	position: relative;
	left: -10px;
	width: auto;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #1a6625;
}
#copy a, #copy a:visited {
	color: #1a6625;
}

/* STARS */

#star1 {
	position: relative;
	vertical-align: top;
	right: -212px;
	top: -50px;
}
#star2 {
	position: relative;
	vertical-align: top;
	left: -30px;
	top: -30px;
	float: left;
}

/* TABLES */

.menuTable {
	width: 100%;
}
.menuTitle {
	font-size: 18px;
}
.menuName {
	width: 75%;
	padding: 0px 0px 0px 10px;
}
.menuUnits {
	width: 15%;
}
.menuPrice {
	width: 10%;
	text-align: right;
}
.menuDesc {
	padding: 0px 0px 0px 10px;
}
#securityCode {
	width: 118px;
}
dt{
	color: #1a6625;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
}
dd {
	margin: 0;
	padding: 0px 0px 0px 15px;
	overflow: auto;
}
dd a, dd a:visited {
	color: #1a6625;
}

/* FORMS */

input {
	width: 250px;
	border: 1px solid #1a6625;
}
textarea {
	width: 500px;
	height: 150px;
	border: 1px solid #1a6625;
}
.submit {
	background: #ffffff;
	width: 100px;
	border: 1px solid #1a6625;
}
#captchaImg {
	vertical-align: middle;
}


/* NEWS */

.newsTitle {
	font-family: "Lucida Sans";
	text-align: left;
	color: #1a6625;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
}
