
body, td, th, a {
	color: #676767;
	font-family: arial;
	font-size: 12px;
}

.transMenu td {
	font-size: 11px;
}

body {
	background: #dfdfdf url(/images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#Main {
	width: 978px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#Main-2 {
	padding-top: 82px;
	width: 978px;
	position: relative;
}

#TopImage {
	margin-bottom: 10px;
}

/* MENU LINE */

#MenuContainer {
	position: absolute;
	top: 0;
	width: 987px;
	height: 74px;
	margin-left: -4px;
	background: url(/images/menu_bg.jpg) no-repeat;
}

#Logo {
	height: 55px;
	width: 116px;
	margin-left: 69px;
	margin-top: 5px;
}

#MenuLine {
	position: absolute;
	width: 671px;
	height: 25px;
	color: white;
	bottom: 0;
	left: 0;
	margin-left: 285px;
	margin-bottom: 14px;
}
#MenuLine * {
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
li.Level0Item {
	display: block;
	float: left;
}
a.Level0Item, a.Level0ItemSelected {
	padding: 4px 33px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 13px;
	float: left;
}

a.Level0Item:hover, li.Level0Item:hover a.Level0Item {
	background: url(/images/menu_selected.jpg) repeat-x;
	height: 25px;
}

a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: none;
	color: white;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	text-decoration: underline;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}


/* CONTENT */

#BottomImage {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 40px;
	z-index: 20;
}
#PageContainer {
	margin-top: -10px;
}

#PageContent {
	color: #f8f9f8;
	position: relative;
	min-height: 100px;
	background: url(/images/main_bg.png) repeat-y;
	padding-bottom: 15px;
}
#PageBottom {
	margin-bottom: 30px;
}
#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}

#Footer {
	background-color: #1d9ed4;
	width: 100%;
	height: 24px;
	position: fixed;
	bottom: 0;
	z-index: 21;
}

#FooterText {
	position: relative;
	color: white;
	margin: 5px auto;
	text-align: right;
	width: 964px;
	font-size: 11px;
}

#FooterText a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#HeadImageContainer {
	padding-top: 5px;
	width: 921px;
	height: 141px;
	background: url(/images/head_line.jpg) no-repeat;
	margin-left: 28px;
}

#HeadImage {
	margin-top: 1px;
	margin-left: 6px;
}

#HeadLine {
	color: #1d9ed4;
	font-size: 22px;
}

#SubHeadLine {
	font-size: 16px;
	margin-top: 3px;
}

#HeadLineContainer {
	width: 160px;
	height: 61px;
	float: left;
}

#PageTextContainer {
	margin-left: 65px;
	margin-top: 15px;
	color: #676767;
	width: 870px;
}

#ProductsText {
	width: 663px;
	padding-left: 28px;
	float: left;
	background: url(/images/product_line.jpg) repeat-y left;
	min-height: 55px;
}

#ProductsContainer {
	margin-left: 65px;
	margin-top: 30px;
	width: 850px;
}

.Product {
	float: left;
	margin-bottom: 10px;
}

.ProductImage {
	background: url(/images/product_image_border.jpg) no-repeat;
	width: 200px;
	height: 180px;
	padding-top: 5px;
	padding-left: 5px;
}

.ProductName {
	background: url(/images/product_text_border.jpg) no-repeat;
	width: 200px;
	height: 36px;
	color: #1d9ed4;
	font-size: 13px;
	text-align: right;
}

.ProductNameText {
	padding-top: 10px;
	margin-right: 14px;
}

/* EDITOR */

.blue {
	color: #1d9ed4;
}
.bigger {
	font-size: 15px;
}
.bluebigger {
	color: #1d9ed4;
	font-size: 15px;
}
.smaller {
	font-size: 11px;
}
