/* ----------------------------- elements ----------------------------- */

form {
	padding: 0px;
	margin: 0px;
	clear: none;
}

/*input {
	font-size: 90%;
	padding: 1px 0px 1px 4px;
	border: 1px solid #666;
}*/

select {
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
}

.QF {
	color: #515AC2;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- Page ID's ----------------------------- */

#MenuBar {
	position: relative;
	background-image: url(image/menubar_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 22px;
	top: 10px;
}

#MenuOuterWrap {
	text-align: center;
}

#MenuInnerWrap {
	display: table;
	width: 100%
}

#Menu {
	font-family: Arial, Verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height:normal;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#Menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0;
	list-style: none;
}

#Menu li {
	display: inline;
	margin: 0px -3px 0px -1px;
}
/*
#Menu #ltab {
	display: inline;
	background-image: url(old-image/tab_off_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background: bottom;
	padding: 5px 0px 5px 0px;
	width: 6px;
	height: 22px;
}
*/
#Menu a {
	text-decoration: none;
	color: #FFF;
	background-image: url(old-image/tab_off_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 5px 10px 5px 8px;
}

#Menu a:hover {
	color: #FF9900;
}

#Menu #current #ltab {
	background-image: url(old-image/tab_on_left.gif);
	padding: 5px 0px 5px 0px;
}

#Menu #current #ltab a {
	background-image: url(old-image/tab_on_left.gif);
}

#Menu #current a {
	background-image: url(old-image/tab_on_right.gif);
}

#Menu #current a:hover {
	color: #FFF;
}

/*  */

#SubMenuBar {
/*	position: relative;*/
	background-image: url(old-image/submenu_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 8px 0px 0px 0px;
}

#SubMenuOuterWrap {
	text-align: center;
}

#SubMenuInnerWrap {
	width: 100%
}

#SubMenu {
	font-size: 11px;
	line-height:normal;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:  3px 0px 5px 0px;
}

#SubMenu ul {
	padding: 0;
	list-style: none;
	display: inline;
}

#SubMenu li {
	display: inline;
	margin: 0px -1px 0px -2px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#SubMenu #ltab {
	display: inline;
}


#SubMenu a {
	text-decoration: none;
	padding: 1px 10px 3px 8px;
	color: #FFF;
	border-right: 1px solid #FFF;
}

#SubMenu a:hover {
	color: #FFF;
	background: #FFCB7D;
}

#SubMenu #current #ltab {
	background-image: url(old-image/tab_on_left.gif);
}

#SubMenu #current a {
	background-image: url(old-image/tab_on_right.gif);
}

#SubMenu #current a:hover {
	color: #FFF;
}

#Spacer {
	float: left;
	position: relative;
	width: 15%;
}


/* drop down styles */

.menu {
	text-align: left;
	color: #ffffff;
	position: absolute;
	visibility: hidden;
	background-color: #646464;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	width: 150px;
	z-index: 999;
}

.menu li a {
	text-decoration: none;
	padding: 0px;
	background-image: none;
}

.menu li a:hover, .menu li a:active {
	color: #fff;
	background: #646464;
}

#MenuSwitch {
	float: right;
	position: relative;
	top: 5px;
	z-index: 999;
	font-size: 90%;
}

#MenuSwitch a {
	color: #fff;
	padding: 0px 5px 0px 0px;
}

#MenuSwitch a:hover {
	color: #FF9900;
	text-decoration: none;
}


/* Top navigation */

#Menu #current #ltab {
	background-image: url(image/menutab-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 0px 5px 0px;
/*	width: 6px;
	height: 22px;
	background-position: bottom;
	background: bottom;*/
}

#Menu #current #ltab a {
	background-image: url(image/menutab-left.png);
}

#Menu #current #rtab {
	background-image: url(image/menutab-right.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
}

#Menu #current #rtab a {
	background-image: url(image/menutab-right.png);
}

#Menu #current a {
	background-image: url(image/menutab-bg.png);
	background-repeat: repeat-x;
}

#SubMenuBar {
/*	position: relative;*/
	background: rgb(0, 0, 128);
	background-image: none; /*url(image/menutab-bg.png);*/
	background-position: top;
	background-repeat: repeat-x;
	margin: 8px 0px 0px 0px;
}

#SubMenu a:hover {
	background-color: #CD6060;
	color: #FFF;
}

#menuwelcome a {
	background-color: rgb(51, 105, 193);
	background-image: none;
	padding: 2px 3px 2px 5px;
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#menuwelcome a:hover {
	color: #fff;
	background: rgb(85, 147, 222);
}

#menuproducts a {
	background-color: rgb(51, 105, 193);
	background-image: none;
	padding: 2px 3px 2px 5px;
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#menuproducts a:hover {
	color: #fff;
	background: rgb(85, 147, 222);
}
#menuwintopo a {
	background-color: rgb(51, 105, 193);
	background-image: none;
	padding: 2px 3px 2px 5px;
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#menuwintopo a:hover {
	color: #fff;
	background: rgb(85, 147, 222);
}

#menupurchase a {
	background-color: rgb(51, 105, 193);
	background-image: none;
	padding: 2px 3px 2px 5px;
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#menupurchase a:hover {
	color: #fff;
	background: rgb(85, 147, 222);
}

#menusupport a {
	background-color: rgb(51, 105, 193);
	background-image: none;
	padding: 2px 3px 2px 5px;
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#menusupport a:hover {
	color: #fff;
	background: rgb(85, 147, 222);
}