@charset "UTF-8";
/* CSS Document */

body {
	font: normal 0.8em/normal Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: none;
	background: #000 url(../random_images/rotate.php) repeat center center;
	margin: 0em;
	padding: 0em;
}
a {
	color: #000;
	background: #282828;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0.2em;
	text-decoration: none;
}
a:hover {
	color: #999;
	background: #333;
}
ul {
	list-style: square inside;
}
img, img a {
	border: none;
	margin: 0em;
	padding: 0em;
	
}
#content img, #content img a {
	border: 2px solid #404040;
	margin: 0em 0em 1em;
	padding: 0em;	
}
#menu {
	margin: 0em auto 0%;
	padding: 1em;
	width: 955px;
}
#footer
{
	margin: 1% auto 3%;
	padding: 0.23em 1em;
	width: 935px;
	border-top: none;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 0.6em;
	font-weight: normal;
	color: #191919;
}
#logo {
	margin: 0em;
	padding: 3em 1em 1em;
	width: 230px;
	position: absolute;
	top: 0px;
	background: #000;
}
#panel-display content-wrapper{
	margin: 0em auto 1em;
	padding: 0em 0em 1em;
	width: 950px;
	height: 2em;
}
#navigation-menu {
	margin: 0em;
	padding: 0em 0em 1em 7em;
	width: 600px;
	float: right;
	clear: left;
	background: url(../images/bg-arrow-menu.png) no-repeat left center;
	right: 0px;
	position: absolute;
}
#navigation-menu a {
	color: #181818;
	background: #000;
	display: block;
	width: auto;
	margin: 1em 1em 0em 0em;
	padding: 0.3em 0.5em;
	float: left;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation-menu a:hover {
	color: #333;
}
#sidebar {
	background: #000;
	width: 230px;
	margin: 0em;
	padding: 1em;
	float: right;
	border: none;
	color: #181818;
}
#panel-content {
	width: 100%;
	margin: 0em;
	padding: 0em;
}
#content {
	background: #000;
	width: 400px;
	margin: 4% auto auto;
	padding: 1em;
	color: #CCC;
	text-align: center;
}
#content p {
	border-bottom: none;

}
#content .pane-title       {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1.35em;
	font-weight: bold;
	text-transform: uppercase;
	color: #282828;
	padding: 0.4em;
	margin: 0em;
	background: url(../images/bg-arrow-title.png) no-repeat right center;
	text-decoration: none;
	width: auto;
	height: 1.6em;
	overflow: hidden;
	line-height: 1.6em;
}
.panel-display.laser-panels.clear-block {
	width: 955px;
	margin: 0px auto;
	padding: 1em;
}
#sidebar .pane-title {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 0.67em;
	margin: 0em;
	background: url(../images/bg-arrow-title.png) no-repeat right center;
	text-decoration: none;
	width: auto;
	height: 1.8em;
	overflow: hidden;
	line-height: 1.8em;
}
input {
	margin: 0.2em 0em;
	padding: 0.2em;
	width: 80%;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#sidebar ul {
	list-style: none;
}
#sidebar a {
	list-style: none;
	margin: 0em 0.2em;
	padding: 0.2em;
	width: auto;
	color: #F00;
	text-decoration: none;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#top-wrapper {
	height: 70px;
	width: 100%;
	margin: 0px;
	padding: 3em 0em 0em;
	background: url(../images/bg_slide-down.png) repeat-x left top;
}
#bottom-wrapper {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background: url(../images/bg_slide-up.png) repeat-x left bottom;
	position: fixed;
	bottom: 0px;
}
.no-sidebar .panel-display {
	width: 955px;
}

