html {}
body { margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; background-color: #000000; color:#FFFFFF;}
.wrapper { width:1000px; margin:0 auto;}
.header { background:url(images/header_bg.jpg);  background-repeat:no-repeat;height:150px; width: 1000px; margin: 0px;}

.nav
{
	padding-top: 42px;
	height: 36px;
	float: right;
	margin-right: 20px;
}
.nav ul { padding:0px; margin:0px; height: 36px; text-align:center;}
.nav ul li {display:inline; list-style-type:none; float:left; }
.nav ul li a { padding-top:5px; font-family:Arial, Helvetica, sans-serif; font:bold; font-size:11px; color:#FFFFFF; text-decoration:none; padding:0px 1px 0px 12px;}
.nav ul li a:hover {color:#e66100; }

.menu
{
	padding-top: 17px;
	padding-left: 420px;
	height: 31px; width: 580px;
	float: left;
}
.menu ul { padding:0px; margin:0px; height: 31px; text-align:center;}
.menu ul li {display:inline; list-style-type:none; float:left; background:url(images/off_button_bg.jpg); background-repeat:repeat-x; padding-top: 6px; height: 25px; }
.menu ul li a { font-family:Arial, Helvetica, sans-serif; font:bold; font-size:11px; color:#FFFFFF; text-decoration:none; padding-left:15px; padding-right:15px; }
.menu ul li a:hover {margin-top: 5px; color:#e66100; }
.menu ul li:hover { margin-top: 5px; height: 20px;}

.flash {
    margin-top: 0px;
	width: 525px;
	height: 394px;
	float: left;
}
.payment{
   width: 525px;
   height: 138px;
   margin-top:0px;
   float: left;
   background:url(images/payment.jpg);
   background-repeat:no-repeat;
}

.content { background:url(images/content_bg.jpg); background-repeat: repeat-y; margin-top:0px; padding-left: 30px; min-height: 530px; }

.words
{
  float:left;
  margin-left: 550px;
  margin-top: -520px;
  width: 370px;
  height: 460px;
  overflow: hidden;
}
.words h1
{	
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.words h2
{
	color:#e66000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold;
}

.words h3
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold italic;
}

.words h4
{
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold;
}

.words a
{
	color:#e66000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 	
}
.buttons{margin-right: 15px; margin-top: -50px; float:right;}

.footer { background: url(images/footer_bg.jpg); background-repeat: no-repeat; height:168px; padding-top:36px; color:#FFFFFF; }

.footer ul { padding:0px; margin:15px 120px 0px 70px; width:420px; float:left; text-align:center;}
.footer ul li { display:inline; list-style-type:none; }
.footer ul li a { color:#FFFFFF; text-decoration:none; font-size:11px; padding:0px 3px 0px 3px;}
.footer ul li a:hover { text-decoration:underline; }
.footer .selected { text-decoration:underline; }

.melcher { width: 500px; padding-top:40px; text-align:center; font-size:11px; margin-bottom:5px;}
.melcher a { text-decoration:none; color:#FFFFFF; }
.melcher a:hover { text-decoration:underline; }

div.sc_menu_wrapper {
	position: relative; 	
	height: 460px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 360px;
	
	margin-top: 30px;
	overflow: auto;
}
div.sc_menu {
	padding: 5px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 360px;
	
	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);	
}
.sc_menu a:hover {
	border-color: rgb(130, 130, 130);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}
#flashContainer
{
    float:left;
    width:525px; height:394px; text-align:center; margin-top:0px;
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}


