/* main elements */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #434c53;
	/*
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ea6c19;
	scrollbar-shadow-color: #ea6c19;
	scrollbar-3dlight-color: #ea6c19;
	scrollbar-arrow-color: #ea6c19;
	scrollbar-track-color: #c9b793;
	scrollbar-darkshadow-color: #ea6c19;
	*/
}
H1{
	height: 20px;
	color:#FE7103;
	vertical-align: bottom;
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
}
H2{
	height: 20px;
	color:#FE7103;
	vertical-align: bottom;
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
}

/* main tables */
table.main-table {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.menu-containter {
	width: 680px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td.top-line {
	height: 5px;
	background-color: #FE7103;
}

/* menu items and lines */
table.menu-table{
	margin-left:0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
td.menu-item-separator{
	width:20px;
}
td.menu-item-separator2{
	width:5px;
}
td.menu-line {
	height: 40px;
	background-color: #575757;
	vertical-align: bottom;
	font-family: Arial;
	font-size:12px;
	font-weight: 100;
	cursor:pointer;
}
div.menu-item{
	height: 20px;
	color:#999999;
	vertical-align: bottom;
	font-family: Arial;
	font-size:12px;
	font-weight: 500;
	cursor:pointer;
	text-align: left;
}
div.menu-item:hover{
	height: 20px;
	color:#FE7103;
	vertical-align: bottom;
	font-family: Arial;
	font-size:12px;
	font-weight: 500;
	cursor:pointer;
	text-align: left;
}
div.menu-item-active{
	height: 20px;
	color:#FE7103;
	vertical-align: bottom;
	font-family: Arial;
	font-size:12px;
	font-weight: 500;
	cursor:pointer;
	text-align: left;
}
div.menu-item-line{
	margin-top:3px;
	height: 2px;
}
div.menu-item-line-hover{
	margin-top:3px;
	height: 2px;
	background-color: #FE7103;
}

/* other page items */
td.left-border {
	background-image: url("side_left.png");
	width: 10px;
}

td.right-border {
	background-image: url("side_right.png");
	width: 10px;
}

table.internal-table {
	width: 980px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td.logo-top {
	background-image: url("logo-top.png");
	width: 300px;
	height: 45px;
	background-repeat: no-repeat;
}

td.logo-bottom {
	background-image: url("top.png");
	width: 980px;
	height: 241px;
	background-repeat: no-repeat;
}

td.body-content {
	width: 600px;
	height: 244px;
	background-color: #FFFFFF;
}

td.right-body-content {
	width: 380px;
	background-color: #434C53;
}

td.footer {
	background-color: #575757;
	height: 20px;
	padding-left: 20px;
	color:#FE7103;
	vertical-align:middle;
	font-family: Arial;
	font-size:10px;
}
/* admin staff */
table.admin-menu-table{
	border-width:1px;
	border-color:#000000;
	background-color: #575757;
	padding-bottom: 20px;
	height:161px;
}
div.body-content-layer{
	float:left;
	padding:10px;
	text-align: left;
	color:#565656;
	font-family: Arial;
	font-size:10px;
}
div.offer-thumb{
	border: thin;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	border-color: #767676;
	width: 100px;
	height: 100px;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}
div.offer-line-separator{
	height:1px;
	width:576px;
	background-color:#767676;
}
div.image-canvas-layer{
	border: thin;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	border-color: #000000;
	width: 260px;
	padding:5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
	background-color:#ffffff;
}
div.image-thumb-canvas-layer{
	border: thin;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	border-color: #000000;
	width: 64px;
	padding:2px;
	text-align: center;
	cursor: pointer;
	background-color:#ffffff;
	cursor: pointer;
}
div.close-layer{
	float:right;
	cursor:pointer;
	font-weight:bold;
}
div.close-layer{
	float:right;
	cursor:pointer;
	font-weight:bold;
}