/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	background-color:#f4f6d4;
	font-family: Arial, Helvetica, sans-serif;
	color: #bbac7c;
	font-size: 62.5%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
}

#wrap {
	width: 800px;
	margin: auto;	
	padding: 0px;
}

#mainContainer {
	width: 770px;
	margin: auto;
	padding: 0px;
	float: left;	
}
html>body #mainContainer {
	width: 759px;
}

#mainContainerLeft {
	background-repeat: repeat-y;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 9px;
	height: 1000px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://192.168.1.90/Trump%20Cafe/images/leftBorder.png');*/
	filter:Shadow(color=#000000, direction=270);
}
html>body #mainContainerLeft {
	background-image: url(../images/leftBorder.png);
	padding: 0;
}

#mainContainerRight {
	background-repeat: repeat-y;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 9px;
	height: 1000px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://192.168.1.90/Trump%20Cafe/images/rightBorder.png');*/
	filter:Shadow(color=#000000, direction=90);
}
html>body #mainContainerRight {
	background-image: url(../images/rightBorder.png);
}

#mainContainerMiddle {
	background: #333300;
	height: 1000px;
	width: 750px;
	float: left;
	text-align: left;
}
html>body #mainContainerMiddle {
	background: #434300;
}

#cafeLogo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/cafeLogo.png');
	width: 152px;
	height: 112px;
	float: left;
}
html>body #cafeLogo {
	background: url(../images/cafeLogo.png); 
}

#copy {
	width: 730px;
	margin-left: 10px;
	margin-top: 10px;
}
html>body #copy {
	width: 710px;
	margin-left: 20px;
}

#navigation {
	width: 570px;
	float: right;
	padding-left: 30px;
}
html>body #navigation {
	width: 520px;
	float: right;
	padding-left: 0px;
	padding-right: 28px;
}

#mainMenu ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#mainMenu a, #mainMenu img {
	border: 0px;
	text-decoration: none;
}

#subMenu ul li {
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	color: #f4f6d4;
}

#subMenu a {
	color: #f4f6d4;
}

#subMenu {
	width: 520px;
	float: right;
	margin: 10px 10px 10px 0;
}
html>body #subMenu {
	margin: 0  30px 10px 0;
	width: 500px;
}

.subMenuItem {
	border-left: 1px solid #f4f6d4;
}
.lastMenuItem {
	border: 0px;
}

#tertiaryMenu ul li {
	list-style: none;
	list-style-image: none;
	float: right;
	display: block;
	font-size: 1.1em;
	color: #bdbfa4;
}
#tertiaryMenu a{
	padding:3px 5px 3px 5px;
	height:14px;
	margin:0 0 0 1px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	float:left;
	display:block;
	background-image:url(../images/tileSubNav.jpg);
	background-repeat: repeat-x;
}

#tertiaryMenu a:link,#tertiaryMenu a:visited {
	color: #5b580f;
	font-weight:bold;

}
#tertiaryMenu a:hover{
	color: #000000;
	font-weight:bold;
	background-image:url(../images/tileSubNavO.jpg);
	background-repeat: repeat-x;
}


#tertiaryMenu {
	width: 555px;
}
html>body #tertiaryMenu {
	width: 680px;
}

.tertiaryMenuItem {
	
}

#homeBG {
	background: url(../images/homeBG.jpg);
	width: 648px;
	height: 363px;
	padding: 0px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-align: center;
}
html>body #homeBG {
	background: url(../images/homeBG_ff.jpg);
	width: 652px;
	height: 363px;
	margin: auto;
	margin-bottom: 20px;
}

#ambianceGallery img {
	border: 0px;
	margin: 5px;
}

hr {
	border: 0px;
	width: 100%;
	color: #605e45;
	background-color: #605e45;
	height: 1px;
}

h1 {
	color: #a7c41f;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	display:inline;
}
html>body h1 {
	font-weight: normal;
}

h2 {
	color: #f4f6d4;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	display: inline;
}
html>body h2 {
	font-weight: normal;
}

p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
	color: #f4f6d4;
}

a{
position:relative;
}

a:link {
	color:#FFFFCC;
	text-decoration:none;
	
	}
	
a:visited {
	color:#FFFFCC;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}


	
h3 {
	font-size:12px;
	color:#F7FFCC;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin: 36px 0 0 0;
	}

.boldGreen {
	color: #A7C41F;
	font-weight: bold;
}	
	
.container{
	margin:5px 0 0 0;
}

.content{
	background: url(../images/tile_y.png);
	background-repeat: repeat-y;
	background-position: top;
	height:100%;
	width:761px;
	padding:0 7px 0 7px;
	font-size: 12px;
	
}

.header{
text-align:center;
padding:5px 0 0 0;


}

.mainnav{
height:37px;
margin:5px 0 0 0;

}

.pagecontent{
padding:26px 20px 20px 20px;

}
.contentimg{
border:1px solid #4e2b2b;
}

.footer{
border-top:1px solid #605e45;
font-size:10px;
margin:20px 0 0 0;
padding:10px 0 0 0;
line-height: 14px;
}


.footer p {
	color: #bdbfa4;
	font-size: 1em;
}

.footer a:link{
color: #bdbfa4;
text-decoration:none;
}

.footer a:visited{
color: #bdbfa4;
text-decoration:none;
}

.footer a:hover{
color: #ffffff;
text-decoration:underline;
}

.siteBy, .siteby a:visited {
	color: #7e806e;
	font-size: .9em;
}

.sub_navs{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFCC;
	margin: 9px 0 12px 16px;
	font-weight: 100;
	}
	
.sub_navs a:link {
color:#bbac7c;
text-decoration:none;
}

.sub_navs a:visited {
color:#bbac7c;
text-decoration:none;
}

.sub_navs a:hover {
color:#FFFFCC;
}



.sub_navs_sub {
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFCC;
	margin: 9px 0 25px 17px;
	font-weight: 100;
	}
	
.sub_navs_sub a:link {
color:#bbac7c;
text-decoration:none;
}

.sub_navs_sub a:visited {
color:#bbac7c;
text-decoration:none;
}

.sub_navs_sub a:hover {
color:#FFFFCC;
}



.menu_txt {
	margin:8px 0 0 17px;
	line-height:12px;
	}
	
.menu_txt img {
	margin:0 0 6px 0;
	}
	
.thumbnails{
	float:left;
	padding:0 6px 0 16px;
	}
	
.thumbnails img{
	margin: 12px 12px 0 0;
	border:1px solid #4e2b2b;
	}

.home_txt{
	width:400px;
	margin: 25px 0 35px 15px;
	}

.home_txt img {
	margin-bottom:7px;
	}

.section_hdr_img {
	margin:0 0 0 15px;
	}
