
body {
	xbackground: white url(/repo/templates/images/bgr.jpg);
}

img {
	border: none;
}

#container {
	text-align: center;
}

/* --------------- Main Panel -------------- */

#panel {
	position: relative;
	width: 770px;
	height: 561px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

#panelBgr {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 770px;
	height: 561px;
	overflow: hidden;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 687px; 
	top: 32px;
	width: 52px;
	height: 90px;
	overflow: hidden;
	z-index: 1;
}

/* --------------- Right Menu -------------- */

#mList {
	position: absolute;
	left: 654px; 
	top: 160px;
	width: 85px;
	height: 313px;
	overflow: hidden;
	z-index: 20;
}

.mIncon {
	text-align: right;
}

.mIncon img {
	width: 25px;
	height: 25px;
	border: none;
}

.mItem {
	text-align: right;
	font-family: "Geometric 706 Medium TL","Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
}

.mItemAct {
	color: #D4231B;
	font-weight: bold;
}

.mItemInact {
	color: #7A7A7A;
}

.mItemInact a {
	color: #7A7A7A;
	text-decoration: none;
}

.mItemInact a:hover {
	color: #D4231B;
	text-decoration: none;
}

/* --------------- Round corners and background image -------------- */

.corner {
	position: absolute;
	width: 15px;
	height: 16px;
	z-index: 99;
}

.c1 {	left: 33px; top: 33px; }
.c2 {	left: 625px; top: 33px; }
.c3 {	left: 33px; top: 399px; }

.bgImage {
	left: 33px;
	top: 33px;
	position: absolute;
	width: 606px;
	height: 381px;
	z-index: 10;
}

/* --------------- Tabpages -------------- */

.t1i {	left: 444px; top: 484px; }
.t2i {	left: 534px; top: 484px; }
.t3i {	left: 624px; top: 484px; }

.t1t {	left: 357px; top: 504px; }
.t2t {	left: 447px; top: 504px; }
.t3t {	left: 537px; top: 504px; }

.tTabBgr {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 10;
}

.tTab {
	position: absolute;
	width: 100px;
	height: 23px
	overflow: hidden;
	font-family: "Geometric 706 Medium TL","Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 11px;
	text-align: right;
	z-index: 20;
}

.tTabAct {
	color: #D4231B;
	font-weight: bold;
}

.tTabInact {
	color: #7A7A7A;
}

.tTabInact a {
	color: #7A7A7A;
	text-decoration: none;
}

/* --------------- Main content pane -------------- */

#mainCont {
	position: absolute;
	left: 33px; 
	top: 33px;
	width: 606px;
	height: 381px;
	z-index: 30;
	overflow: hidden;
}

#textBox {
	margin: 0;
	padding: 0px 0px 15px 200px;
	text-align: right;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: black;
}

#fullTextBox {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: black;
}

#footerBox {
	position: absolute;
	left: 33px; 
	top: 435px;
	width: 606px;
	height: 54px;
	z-index: 30;
	overflow: hidden;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	text-align: right;
}

#footerBox a {
	color: #7A7A7A;
	text-decoration: none;
}

#footerBox .active {
	color: #7A7A7A;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}

.slogan {
	margin: 10px 0 20px 0;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;
	font-family: "Century Gothic", Arial, Helvetica, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

li {
	list-style: none;
	padding: 2px 0;
}


/* --------------- Photo gallery -------------- */

#gallery {
	width: 606px !important;
	height: 381px !important;
}

