@import "lazer_nonie.css";
@import "lazer_ie6.css";
@import "lazer_ie7.css";

* {
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, courier, monospace;
    font-size: 11px;
	color: #eeeeee;
	z-index: 0;
}

BODY {
	overflow: auto;
	padding-bottom: 10px;
}

#topPanel {
	width: 100%;
	height: 153px;
	overflow: hidden;
	text-align: center;
	border-bottom: solid 1px #303030;
	z-index: 2;
}

#topLogo {
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}

#topPanelShadow {
	width: 100%;
	height: 15px;
	background: url(../img/shadow.gif) repeat-x;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 1;
}

#topMenu {
	margin: 0 auto 0 auto;
	width: 860px;
	height: 56px;
	display: block;
}

#topMenu A {
    margin-top: 6px;
    width: 120px;
	height: 48px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: left;
	background: url(../img/folder.gif);
	display: block;
	float: left;
}

#topMenu A:hover {
    margin-top: 0px;
    height: 56px;
	text-decoration: none;
}


#bottomPanel {
	width: 100%;
	height: 50%;
	overflow: hidden;
	text-align: center;
}

#page {
    margin: 170px 30px 0 30px; /* top margin = topPanel.height + topPanelShadow.height + 2px */
    overflow: hidden;
	min-width: 600px;
}

#leftPanel {
    float: left;
    width: 190px;
}

#contentPanel {
    margin: 0 195px 0 195px;
}

#content .content {
	padding: 5px 10px 5px 10px;
}

#rightPanel {
    float: right;
    width: 190px;
}

#galleryImage {
	width: 176px;
}

#contact .content {
	padding-left: 10px;
}

#promo .content {
	padding-left: 10px;
	padding-right: 10px;
}

.rounded {
	margin-bottom: 5px;
}

.icon {
	width: 16px;
	height: 16px;
	margin-right: 1px;
}

LI {
	margin-left: 20px;
}

A, A:visited {
	color: #CCCCCC;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H2 {
	font-size: 18px;
	font-weight: bold;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px; 
	margin-bottom: 10px;
}

H4 {
	width: 100%;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 3px;
	text-align: left;
}

IMG {
	text-decoration: none;
	border: none;
}
IMG.framed {
	border: solid 1px #999999;
}
IMG.right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
IMG.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

P {
	margin-top: 5px;
	text-indent: 30px;
}

INPUT {
	display: block;
	width: 200px;
	float: left;
	font-family: courier, monospace;
	font-size: 10px;
}

INPUT.text, INPUT.textfield, INPUT.password, TEXTAREA {
	background-color: #000000;
	padding: 3px;
    /* fix the dissapearing caret issue in Mozilla */
    overflow: auto;
}

#underViewPane {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    _height: expression(((ignoreMe = document.documentElement.offsetHeight ? document.documentElement.offsetHeight : document.body.offsetHeight) - 5) + 'px' );

	
	background-color: black;
	opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
}

#viewPane {
	position: absolute;
	z-index: 9;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	margin: auto;
	
	text-align: center;
	vertical-align: middle;
}

#viewPane .rounded {
	margin: auto;
	width: 792px;
}

#viewImg {
	width: 780px;
}

#closeViewPane {
	width: 7px;
	height: 7px;
	padding: 2px;
	display: block;
	float: right;
	margin-top: -14px;
	border: solid 1px white;
}

.thumb {
    display: block;
    float: left;
    _display: inline-block;
    _float: none;
    width: 190px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.thumb:hover {
    text-decoration: none;
}

.thumb:hover SPAN {
    text-decoration: underline;
}

#galleryContainer {
	text-align: center;
}

#gallery {
    display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    _display: inline-block;
    _text-align: center;
}

.faq_answer {
    margin-bottom: 15px;
}