@charset "utf-8";
/* CSS Document */

body {
	background-color:#5A4738;
	background-image:url(../img/default/layout/background-gradient2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font:normal 13px Arial, Verdana, sans-serif;
	background-attachment:fixed;
}

* {
	margin:0px;
	padding:0px;
}

a {color:#330;text-decoration:none;font-weight:600;}
a:link {color:#630;}
a:visited {color:#630;}
a:hover {color:#fc9;}
a:active {color:#630;}

div#pageshadows{
	width:1002px;
	background-image:url(../img/default/layout/shadows.png);
	background-repeat:repeat-y;
	margin:0px auto;
}

div#bottomshadow{
	width:1002px;
	height:18px;
	background-image:url(../img/default/layout/bottomshadow.png);
	background-position:top;
	margin:0px auto;
}

div#page{
	width:962px;
	background-color:#7f6048;
	margin:0px auto;
}

div#header{
	width:962px;
	height:55px;
	background-image:url(../img/default/layout/bottom-bar.png);	
}

div#menu{
	width:752px;
	height:19px;
	background-color:#713A2B;
	background-image:url(../img/default/layout/bg_menu3.jpg);
	padding-left:210px;
	padding-top:4px;
}

div#submenu{
	width:962px;
	height:98px;
	background-image:url(../img/default/layout/filmstrip2.png);
	background-repeat:repeat-x;	
	padding:1px 0px;
	text-align:center;	
}

div#redstrip{
	width:962px;
	height:23px;
	background-image:url(../img/default/layout/bg_menu3.jpg);
	border-bottom:1px solid #000000;
	background-color:#713A2B;
}

div#redstrip2{
	width:962px;
	height:23px;
	background-image:url(../img/default/layout/Menu-Bar.png);
	border-bottom:1px solid #000000;
	background-color:#713A2B;
}

div#redstrip3{
	width:962px;
	height:33px;
	background-image:url(../img/default/layout/Menu-Bar2.png);
	border-bottom:1px solid #000000;
	background-color:#713A2B;
}

div#content{
	width:962px;
	min-height:498px;
	background-color:#AF865C;
	background-image:url(../img/default/layout/center-texture.jpg);
	background-position:center top;
}

div.mainRight {
	display:table-cell;
	vertical-align:text-top;
}

div.mainRight img {
	border:5px solid #3c2c1f;
}

div.mainRight a {
	color:#fff;
	text-decoration:none;
	padding:20px 0px;
}

div.mainRight a:link {color:#FFFFFF;}
div.mainRight a:visited {color:#FFFFFF;}
div.mainRight a:hover {color:#FFCC99;}
div.mainRight a:active {color:#FFFFFF;}


table.sidemenu {

}

div.text {
	background:#c7b389;
}

div.info {
	margin:10px auto;
	min-height:100px;
	width:90%;
}

div.info img {
	border:5px solid #3c2c1f;
	float:left;
}

div#footer{
	width:962px;
	padding:5px 0px;
	text-align:center;
	background-image:url(../img/default/layout/bottom-bar.png);
}

div#menuitem{
	width:89px;
	height:47px;
	float:left;
	margin:13px 9px;
}

a.mmenu {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	margin-right:10px;
}

p {
	margin:5px 5px 10px 5px;
	padding:0px;
}

p.imgsubtxt {
	color:#FFFFFF;
	font-weight:bold;
	margin:86px 0px 0px 4px;
	padding:3px 0px;
	width:99px;
	z-index:1;
	position:absolute;
}

a:link.mmenu {color:#FFFFFF;}
a:visited.mmenu {color:#FFFFFF;}
a:hover.mmenu {color:#FFCC99;}
a:active.mmenu {color:#FFFFFF;}

