@charset "utf-8";
/* Layout */

html {
	background:url(../images/Banner.jpg) no-repeat #6f8c8f;
}

body {
	color: #ffffcc;
	width:100%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a {color: #ffffcc;text-decoration:none;}
a:hover {text-decoration:underline;}
a:active a:visited {text-decoration: none;}

h1 {font-size:36px;font-family: Tw Cen MT Condensed;}
h2 {font-size:24px; margin:15px 0px; font-family: Tw Cen MT Condensed;}

img {border:none;}

#wrapper {width:100%;}

#header {
	height:230px;
	margin:0;
	margin:10px 20px 170px 20px;	
}

#header-left {
	width:400px;
	float:left;
	padding:0 10px;
}

#header-right {
	width:400px;
	float:right;
}

#header-middle {margin: 0px 405px;}


#header-left img {
	margin:0 10px 10px 0;
}

#main-menu {
	margin:0;
	margin-top:10px;
	float:right;
}

#main-menu li {
	background-image: url(../images/MenuItem.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 2px;
	height: 22px;
	list-style-type: none;
	font-family: Tw Cen MT;
}

/* Left Column ------------------------------------------------------------- */

#left {
	float:left;
	width:250px;
	padding:0 10px;
}

/* Right Column ------------------------------------------------------------- */

#right {
	width:250px;
	float:right;
}

/* Main Content ------------------------------------------------------------- */
#main-content {
	margin: 5px 265px 0px 265px;
}

#main-content p {
	font-size:16px;
	text-align:left;
	vertical-align:middle;
}

#main-content ul {
	font-size:18px;
	text-align:center;
	list-style:none;
}

#footer {
	margin:0;
	clear:both;
}

.nf {
	display:none;
}

.text {
	color: #ffffcc;
	font-family: Tw Cen MT Condensed;
	font-size: 18px;
	margin: 0px;
	text-transform: none;
}
.company-name {
	text-transform: uppercase;
	font-weight:normal;
	margin:0;
}
.page-title {
	float: right;
	width: 300px;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 10px;
}
.email {
	text-decoration:underline;
	text-transform:lowercase;
	font-size:16px;
}

.tel {
	margin-top:3px;
	font-size:16px;
}

.gallery-image-small{
	float:left;
	width:100px;
	padding:10px 10px;
}

.gallery-image-large{
	float:left;
	width:220px;
	padding:5px 10px;
}

.enlaged-image {
	display:none;
	background:#333;
	border:1px solid #000;
	padding:5px;
}
