@charset "ISO-8859-8-I";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1e0f00;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(_images/pattern2_bg.gif);
	color: #7A6F64;
	font-size: 10px;
}

.title {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #8c8271;
	line-height: 16px;
}

h1 {
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 24px;
	text-shadow: 0 0 0 #000;
}

h2, h3, h4 {color: #fff;}

.text {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8c8271;
	line-height: 16px;
}

#header {
	border-bottom: 1.5px solid #7A6F66;
	background-color: #1e0f00;
	min-height: 70px;
}

#header-content {
	margin: 0 auto;
	width: 1000px;
}

#logo {
	width: 100%;
	text-align: center;
	
}

#swiss {
	width: 950px;
	margin-top: -40px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #8c8271;
	line-height: 16px;
	text-align:right;
	padding-right: 50px;
	
}

#wrapper {

}

#page {
	margin: 0 auto; 
	background-color: #1e0f00;
	width: 1000px;
	border-left: 1.5px solid #7A6F66;
	border-right: 1.5px solid #7A6F66;
	border-bottom: 1.5px solid #7A6F66;
}

#nav-column {
	float: left;
	width: 165px;
}

#page-column {
	float: left;
	border-left: 1.5px solid #7A6F66;
	text-align: left;
	width: 825px;
}


#page-column #subpage {
	min-height: 500px;
	color: #776E64;
}

#home-content {
	padding: 0;	
	background-color: #040308;
}

#page-content {
	padding: 25px 30px 0 30px;	
}

.menu-item {
	border-bottom: 1.5px solid #7A6F66;
	padding: 8px 18px 8px 18px;
	text-align: left;
}

.menu-item2 {
	border-top: 1.5px solid #7A6F66;
	border-bottom: 1.5px solid #7A6F66;
	padding: 8px 18px 8px 18px;
	text-align: left;
}

.menu-item-sub {
	padding: 10px 18px 2px 25px;
	text-align: left;
}

.submenu {
	padding: 10px 0 10px 20px;
	border-bottom: 1.5px solid #7A6F66;	
	width: 815px;
}

a:link, a:visited { 
	color: #cccccc; 
	text-decoration: none; 
	font-weight: normal; 
}
a:hover { 
	color: #ffffff; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: normal; 
	text-decoration: underline;
}
a:active { 
	color: #cccccc; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: normal; 
}
/*----*/

a.menu-link:link, a.menu-link:visited { 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal; 
	text-transform: uppercase;
}
a.menu-link:hover { 
	color: #E22222; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: normal; 
	text-transform: uppercase;
}
a.menu-link:active { 
	color: #fff; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: normal; 
	text-transform: uppercase;
}
/*----*/

a.menu-link-sub:link, a.menu-link-sub:visited {
	font-size: 9px;
	color: #7A6F66;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu-link-sub:hover{
	color: #E22222;
	text-transform: uppercase;
	text-decoration: none;
}

a.red:link, a.red:visited { 
	color: #E22222; 
	text-decoration: none; 
	text-transform: uppercase;
	font-weight: normal; 
}
a.red:hover { 
	color: #E22222; 
	cursor: pointer; 
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: normal; 
}
a.red:active { 
	color: #E22222; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: normal; 
	text-transform: uppercase;
}

.thumbs {
	padding-left: 20px;
	float: left;
}

.thumbs img {
	/*border: 1px solid #9e948c;*/
	margin-bottom: 10px;
}

.title-pad {
	padding: 5px;
}

.bottom-pad {
	padding-bottom : 30px;
}

#copy {
	margin: 0 auto;
	padding-top: 5px;
	width: 1000px;
	text-align: right;
	font-size: 9px;
}




