@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	background-color: RGB(213, 214, 134);
	background-image: url(../Images/Graphics/BG-img.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.t4e #container {
	width: 840px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Images/Graphics/roundCornerTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageContainer {
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
	outline: none;
}


/* --- Header --- */
.t4e #header {
	padding: 0;
	height: 60px;
	background-image: url(../Images/Graphics/t4e-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header h1 {
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.headerCom {
	float: right;
	margin-top: 8px;
	display: block;
 *width: 150px; /* IE 6 and 7 hack */
 *margin-top: 15px; /* IE 6 and 7 hack */
}
.headerCom .tel {
	/*width: 140px;*/
	overflow: visible;
}
.headerCom .tel p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	clear: both;
	display: block;
}
.headerCom .social {
	height: 25px;
	display: block;
	margin-top: 3px;
}
.social img, .social a img {
	border: none;
	margin-right: 9px;
	margin-left: 0px;
}

#header .fcbk {
	width: 250px;
	height: 35px;
	float: left;
	margin: 20px 0 0 300px;
	overflow: visible;
}



/* --- END  Header --- */



/* --- Navigation --- */

.t4e #nav {
	padding: 0;
	height: 45px;
	overflow: hidden;
	background: rgb(102,102,102);
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
ul#menu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#menu li {
	float:left;
	list-style: none;
}
ul#menu li a {
	float: left;
	display: block;
	color:#fff;
	background: rgb(102,102,102);
	line-height: 45px;
	text-decoration: none;
	margin: 0px; /* required for IE 6 double margin on float */
	padding:0 50px 0 20px;
	height: 45px;
	border-right: 1px solid #FFF;
}
ul#menu li a:hover {
	background: rgb(132,157,31);
}
/*ul#menu li a.current{
	color:#fff;
	background: rgb(132,157,31);
	}

ul#menu li a.current:hover{
	color:#fff;
	background: rgb(132,157,31);
	}*/
	
	

/* --- END  Navigation --- */

#brochure {
	background: none;
	position: relative;
	top: -10px;
	left: 745px;
	margin-bottom: -96px;
	z-index: 100;
	width: 96px;
	height: 96px;	/* [IE dislikes it] width:96px;
	background-color: none;
	clear: none;
	margin-top: -55px;
	margin-left: 740px;*/
	display: none;
}
#brochure a img, #brochureTMP a img,  {
	border: none;
}

#brochureTMP {
	background: none;
	position: relative;
	top: -5 px;
	left: 750px;
	margin-bottom: -96px;
	z-index: 101;
	width: 96px;
	height: 96px;
}

/* --- Footer --- */
.t4e #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
}
.t4e #footer p {
	margin: 0;
	padding: 10px 0;
	color: #999;
	font-size: 11px;
}
#footer .copyright {
	/*float: left;*/
    display: block;
	width: 50%
}
.t4e #footer .social {
	display: block;
	float: right;
	padding: 0px;
	width: 50%;
}
.t4e #footer .social img {
	width: 18px;
	height: 18px;
	margin: 0px;
	vertical-align: middle;
}
.t4e #footer .social ul.social {
	margin: 7px 0px;
	color: #999;
	font-size: 11px;
	width: auto;
}
.t4e #footer .social ul.social li {
	margin-left: 10px;
	padding: 5px 0px;
	display: inline;
}
/* --- END of  Footer --- */


/* --- Main Content Area --- */
.t4e #generalArea {
	background:#FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 15px; /* This might get effected by #brochure*/
	min-height: 400px;
	height: auto;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
p {
	margin: 0px 0px 0.7em 0px;
}
#generalArea a {
	color: rgb(25,135,170);
	text-decoration: none;
}
#generalArea a:hover {
	text-decoration: underline;
}
#generalArea a:active {
	color: rgb(234, 53, 34);
	text-decoration: underline;
}
#generalArea h2 {
	margin-top: 0px;
	color: RGB(132, 157, 31);
	font-size: 2.5em;
}
#generalArea h3 {
	color: #666;
	font-size: 1.8em;
}
#generalArea h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
#generalArea h5 {
	color: #666;
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
/* fullBody template */
#mainContainer {
}
/* textLeft template */
.t4e #picContent {
	float: right; /* since this element is floated, a width must be given */
	width: 440px;
	height: 440px;
   	overflow: hidden;
	display: block;
}
#picContent img {
    top: 0;
    left: 0;
   
	
}

/*Contact us page*/
.findFacebook {
	display: block;
	height: 77px;
	width: 249px;
	margin-top: 20px;
}
.findFacebook a {
	background-image: url(../Images/Graphics/findusonFacebook_UP.gif);
	display: block;
	height: 77px;
	width: 249px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
.findFacebook a:hover {
	background-image: url(../Images/Graphics/findusonFacebook_HOVER.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.t4e #textContentLeft, #formContainer /*Contact page*/ {
	margin: 0 450px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the picContent div contains, the column space will remain. You can remove this margin if you want the #textContentLeft div's text to fill the #picContent space when the content in #picContent ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#formContainer .contact {
	padding-right: 10px;
	padding-left: 10px;
}

.contact .message {
	width: 310px;
	height: 13em;
	border: 1px solid #777;	
}

#name, #emailfrom {
	width: 310px;
	border: 1px solid #777;
}

.contact .submitButton {
	
	margin-top: 20px;
	margin-left: 240px;	
}

.contact p {
	margin-left: -10px;
}





/* Gallery template, Gallery page */

#gallery {
}
#gallery .pix, #gallery .pixn {
	margin: 3px;
	float: left;
	height: 124px;
	width: 124px;
	display: block;
}
#gallery .pix, #gallery .galPic {

	background-color: #DBDE98;
}
#gallery .pixn {

}

#gallery .pix a img {
	border: none;
}

#gallery .galContainer {
	width: 510px;
	height: auto;
	margin: 0 auto;
}

#gallery .galPic {
	
margin: 0px;
	height: 150px;
	width: 150px;
}

#gallery .galPicCont {
	width: 150px;
	float: left;
	margin: 0px 10px 15px 10px;
	display: block;
	}
	
#gallery .galPicCont p {
	margin: 5px 0px 0px 2px;
	}
	
	
	
	/* Gallery menu */

.selectGal {
	margin-bottom: 20px;
}

.selectGal ul {
	margin: 0px auto;
	padding: 0;
	width: 665px;
	list-style-type: none;
	height: 20px;
}
.selectGal ul li {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 110px;
	float: left;
	color: rgb(132,157,31);
	font-weight: bold;
	border-left: 1px #777 solid;
	
}

.selectGal ul li a {
	font-weight: normal;	
}






/* Home page */

/*the slideshow*/
#slideshow {
    position: relative;
    width: 780px;
	height: 480px;
	overflow: hidden;
	display: block;
}

#slideshow IMG {
	 width: 780px;
	height: 480px;
    top: 0;
    left: 0;
}

/*#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}*/

/*slideshow END*/

.homeDisplay {
	background-image: url(../Images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 480px;
}

.homeMsgContainer {
	height: auto;
	float: left;
	margin-top: 360px;
	width: 780px;
	background-image: url(../Images/Graphics/blackTranslucent.png);
	background-repeat: repeat;
}

.homeMsgContainerShow{  /*Slideshow home page*/
	position: absolute;
	top: 340px;
	height: auto;
	width: 780px;
	background-image: url(../Images/Graphics/blackTranslucent.png);
	background-repeat: repeat;
	z-index:101;
	left: 0px;
}

.homeMsg {
	margin:15px 10px 18px 10px;
}
.homeMsgShow {  /*Slideshow home page*/
	display: block;
	padding: 18px 30px 20px;
}
#generalArea .homeMsg h1, #generalArea .homeMsgShow h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: normal;
}
#generalArea .homeMsg p, #generalArea .homeMsgShow p {
	color: #FFFFFF;
	font-size: 12px;
}

#generalArea .homeMsg h6, #generalArea .homeMsgShow h6 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Price list tables */
table.priceList {
	color: #333;
	font-size: 12px;
	text-align: center;
	background-color: RGB(230, 235, 210);
	border: 1px solid RGB(230, 235, 210);
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
}
.priceList span.long {
	font-size: 10px;
}
.priceList td {
	border: 1px solid #fff;
}
td.item {
	padding-right: 15px;
	background-color: #FFFFFF;
	border: 1px solid RGB(230, 235, 210);
}
.priceList .item {
	text-align: right;
	font-weight:bold;
}
tr.pl:hover {
	background-color: #FFF;
}
tr.pl:hover td {
	border: 1px solid RGB(230, 235, 210);
}
/* --- END Main Content Area --- */



.green {
	color: RGB(132, 157, 31);
}
.lightGreen {
	color: RGB(213, 214, 134);
}
.threePX { /*hr tag*/
	background-color: RGB(132, 157, 31);
	padding: 0;
	margin: 0;
	height: 4px;
	border: none;
	width: 100%;
}
.homeMsg h1 {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

.astersik {
	color: #C00;
}

