* {
	margin: 0;
	padding: 0;
}

html, body {
	text-align: center;
	background-color: black;
}
body {
text-align:left;
font-size:14px;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
padding:0;
	background: url(images/box.jpg) no-repeat left top;
	margin-bottom: 0;
	margin-top: 0;
}

#container {

	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 1440px;
	height: 800px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a:focus {
outline: none;
}

h1 {
font-size: 34px;
font-family: verdana, helvetica, arial, sans-serif;
letter-spacing:-2px;
color: #c5b99e;
font-weight:700;
padding:20px 0 0;
}

h2 {
font-size: 24px;
font-family: verdana, helvetica, arial, sans-serif;
color:#444444;
font-weight: 400;
padding: 0 0 10px; 0
}

h3 {
font-size:14px;
font-family:verdana, helvetica, arial, sans-serif;
letter-spacing:-1px;
color: #000;
font-weight: 700;
text-transform:uppercase;
margin:0;
padding:8px 0 8px 0;
}

img{
float: right;
margin: 3px 3px 6px 8px;
padding: 5px;
background: #222222;
border: 1px solid #333333;
}

p {
color: white;
line-height:22px;
padding: 0 0 10px;
margin: 20px 0 20px 0;
}

img {
border:none;
}

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
background: url(images/bgcarton3.jpg) repeat-y right top;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: auto;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel p{
margin: 0 15px 15px 0;
padding: 0;
color: white;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: white;
text-decoration: none;
border-bottom: 1px solid white;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #fff;
text-decoration: none;
border-top: 1px solid #fff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background: #333333 85% 55%;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 20px;
font-weight: 700;
background:#222222 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

ul{
padding: 0;
margin: 0;
list-style-type: none;
}

ul li{
padding: 0;
margin: 0;
list-style-type: none;
}

hr{
background-color: #333333;
height: 1px;
}

.open {
	background: 
	width: 61px;
	height: 244px;
	position: absolute;
	top: 380px;
	left: 580px;
	visibility: visible;
	overflow: hidden;
	z-index: 100;
}

.open a {
	text-indent: -9999px;
	display: block;
	width: 61px;
	height: 244px;
	background: url(images/open-on-off.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

.open a:hover {
		background: url(images/open-on-off.png) no-repeat right top;
	z-index: 100;
}

span.open {
	
}

#footer {
	margin: 0;
	padding: 0;
}

#footer p {
	padding-top: 10px;
	margin: 0;
	text-align: center;
	color: silver;
	text-decoration: none;
	font: normal normal 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p.credits {
	font: normal 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #805230;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #8b5e35;
	text-decoration: underline;
}

#footer a:hover {
	border-top: 1px solid white;
	text-decoration: none;
}

.sign {
	width: 130px;
	height: 60px;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	background: url(images/sign.png) no-repeat 0 0;
	position: relative;
	float: right;
	top: -20px;
}

.sign p {
	color: #000;
	font-size: 12px;
	position: absolute;
	bottom: -20px;
}