
/* General Items */

body {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background: #dddddd;
}

img {
  border: 0;
}

a {
  color: black;
}

a img {
  /*vertical-align: text-bottom;*/
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 8px 4px 8px;
}

h1 a {
  text-decoration: none;
}

#main {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  padding: 10px 10px 10px 10px;
  background: white url('images/linebg.gif');
  border-right: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
}

#rightcontent {
  background: white;
}

#maintitle {
  display: block;
}
#maintitle .content {
  display: block;
  height:40px;
}

#maincontent {
  display: block;
}

.contentbox, .contentboxlr {
  margin: 0px;
/*  padding: 8px 12px 8px 12px;*/
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  /*  border-right-style: solid;
  border-right-width: 1px;*/
}

.contentboxlr {
  border-width: 0px 1px 0px 1px;
  padding: 4px 8px 4px 8px;
}

.centeredtextcontent {
  text-align: center;
  min-height: 270px;
  padding-top: 30px;
}

.highlightFirstLetter b {
  font-size:16px;
}

.highlightFirstLetter li {
  padding-bottom:8px;
}

.photo {
  background: white;
  padding: 2% 2% 4% 2%;
}

#copyright {
  float: right;
  font-size: 10px;
  margin-top: 20px;
  margin-right: 20px;
}

/* Main menu */

#mainmenu {
  height: 20px;
  width: 470px;
}
#mainmenu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainmenu li {
  float: left;
/*  line-height: 1em;*/
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
/*  margin: 0 30px 0 0;*/
}
#mainmenu li a {
/*  color: #dddddd;*/
  text-decoration: none;
  padding: 4px 8px 4px 8px;
}
#mainmenu li a:hover {
/*  border: 1px solid #ffa842; */
/*  background: #dd4747; */
/*  background: #ffe882;*/
/*  color: white;*/
/*  padding: 8px 8px 8px 8px;*/
}
#mainmenu li.selected {
/*  background: #ffa842;*/
}
#mainmenu li.selected a {
/*  color: white;
  text-decoration: none;
  padding: 5px 7px 6px 7px;*/
/*  border-left: 1px solid white;
  border-right: 1px solid white;*/
}
#mainmenu li.selected a:hover {
/*  border: none;
  padding: 5px 7px 6px 7px;
  background: #ffa842;*/
}

/* Left menu */

#leftmenu {
  margin: 0px 0 0px 0px;
}
#leftmenu ul {
  display: block;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#leftmenu li {
  list-style: none;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
/*  border-top: 1px solid gray;*/
}
#leftmenu li a {
  display: block;
  text-decoration: none;
  padding: 8px 0px 8px 15px;
}
#leftmenu li a:hover {
/*  background: gray;*/
}
#leftmenu li.selected {
  font-weight: bold;
}
#leftmenu li.selected a {
}
#leftmenu li.selected a:hover {
}

/* Left submenu */

.leftsubmenu {
  margin: 0px 0 0px 0px;
  font-weight: normal;
}
.leftsubmenu ul {
  display: block;
  list-style: disc !important;
}
.leftsubmenu li {
  font-size: 12px;
  border: none !important;
}
.leftsubmenu li a {
  display: block;
  text-decoration: none;
  padding: 4px 0px 4px 25px !important;
  margin-left:20px;
}
.leftsubmenu li a:hover {
/*  background: gray;*/
}
.leftsubmenu li.selected {
  font-weight: bold;
}
.leftsubmenu li.selected a {
}
.leftsubmenu li.selected a:hover {
}

/* Rounded corners */

.roundcorners {
  display: block;
}
.roundcorners * {
  display: block;
  height: 1px;
  overflow: hidden;
}
.r1 {
  border-right: 1px solid;
  padding-right: 1px;
  margin-right: 3px;
  border-left: 1px solid;
  padding-left: 1px;
  margin-left: 3px;
}
.r2 {
  border-right: 1px solid;
  margin-right: 2px;
  border-left: 1px solid;
  margin-left: 2px;
}
.r3 {
  border-right: 1px solid;
  margin-right: 1px;
  border-left: 1px solid;
  margin-left: 1px;
}
.r4 {
  border-right: 1px solid;
  margin-right: 0px;
  border-left: 1px solid;
  margin-left: 0px;
}
.r5 {
  border-right: 1px solid;
  margin-right: 0px;
  border-left: 1px solid;
  margin-left: 0px;
}

/* Color styles */

.orangestyle {
}
.orangestyle .content {
  background: #ffa842;
}
.orangestyle h1 {
  background: #ffa842;
}
.orangestyle .contentbox {
  border-color: #ffa842;
}
.orangestyle .contentboxlr {
  border-color: #ffa842;
}
.orangestyle #leftmenu li {
  border-top: 1px solid #ffa842;
}
.orangestyle #leftmenu li a:hover {
  background: #ffa842;
}
.orangestyle #mainmenu li a {
  color: #000000;
}
.orangestyle #mainmenu li a:hover {
  background: #ffb852;
  color: white;
}
.orangestyle #mainmenu li.selected a {
  color: white;
}
.orangestyle #mainmenu li.selected a {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.orangestyle .roundcorners * {
  background: #ffa842;
}
.orangestyle .r1 {
  border-color: #ffe882;
  background: #ffb852;
}
.orangestyle .r2 {
  border-color: #ffb852;
}
.orangestyle .r3 {
  border-color: #ffb852;
}
.orangestyle .r4 {
  border-color: #ffe882;
}
.orangestyle .r5 {
  border-color: #ffb852;
}

.graystyle {
}
.graystyle a {
  color: black;
}
.graystyle #leftmenu {
  background: white;
}
.graystyle #leftmenu li {
  border-top: 1px solid #cccccc;
}
.graystyle #leftmenu li a:hover {
  background: gray;
}
.graystyle .roundcorners * {
  background: #cccccc;
}
.graystyle .r1 {
  border-color: #e9e9e9;
  background: #d9d9d9;
}
.graystyle .r2 {
  border-color: #d9d9d9;
}
.graystyle .r3 {
  border-color: #d9d9d9;
}
.graystyle .r4 {
  border-color: #e9e9e9;
}
.graystyle .r5 {
  border-color: #d9d9d9;
}
.graystyle h1 {
  background: #cccccc;
}
.graystyle .contentbox {
  border-color: #cccccc;
  /*border-right-color: #cccccc;*/
  /*background: #fdffd6;*/
}
.graystyle .contentboxlr {
  border-color: #cccccc;
}
.graystyle .contentboxlr a {
  color: #ff8a00;
}

.contentstyle {
  background: #fdffd6;
}


.transparentbg .r2, .transparentbg .r3, .transparentbg .r4, .transparentbg .r5, .transparentbg h1 {
  background: none;
}

/* Contact form */

.fromElementName {
	color: #666666;
}
.fromElementInput {
	text-align: right;
}

/* Revealable elements */

.hidden {
  overflow: hidden;
  padding: 8px 8px 8px 16px;
  color: #666666;
  display: none;
}

.hiddentitle {
  text-decoration: none;
  margin: 8px 8px 8px 8px;
  font-weight: bold;
  color:black !important;
}

.hiddentitle:hover {
  text-decoration: underline;
}

/* FAQ */

.questionAndAnswer {
	margin-top: 25px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #eee;
}
.questionTag {
	font-weight: bold;
	background-image: url(images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.questionTagBack {
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/back_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.question {
	font-weight: bold;
	background-image: url(images/list_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.question[selected] {
	background-image: none;
}
.answer {
	display: none;
	padding: 5px 5px 5px 5px;
}

/* Store */

.storebadge {
	display: none;
	padding: 5px 0px 5px 0px;
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}
.storebadge a {
  text-decoration: none;
}
.storecontent {
	width: 145px;
	display: none;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-color: #eee;
	border: 1px solid #cc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.storeitem {
	padding: 5px 5px 5px 5px;
}
