/* CSS Document */

* {
	margin:0;
	font-size:100%;
	text-align: left;
	padding: 0;
}

body{
	background:#000;
	text-align:left;
}

img {vertical-align:top;}
a img { border:0;}

ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

.left { float:left; width: 280px; height: 400px ; overflow:auto}
.right {float:right; width: 280px; height: 400px; overflow:auto}
.clear  { clear:both;}


html, input, textarea
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.763em;
	text-transform:none;
	line-height:20px;
	color:#99FFCC;
	text-align: center;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#cc00ff;}
a:hover{text-decoration:none;}
p {padding-top:0px;}

/* ============================= main layout ====================== */
#main { width:980px; margin:0 auto; text-align:left;}

h2 {font-size:3.556em; text-transform:none; color:#FFCCFF; font-weight:normal; line-height:normal; margin-bottom:14px;}
#page1 h2 {font-size:3.556em; margin-bottom:20px;}
h3 {font-size:1.333em; text-transform:none; color:#99FF99; font-weight:bold; line-height:normal;}
#page1 h3 {font-size:1.333em; text-transform:none; color:#99FF99; font-weight:bold; line-height:20px;}

.imgindent {margin:0 20px 0 0; float:left;}

/* ============================= header ====================== */
#header {height:50px; background:url(images/header-bg.jpg) top left no-repeat; padding:0 31px 0 10px;}

.sound-button {float:right; margin-top:9px;}
.logo {float:left; margin:0 20px -21px 0; position:relative;}
.menu {float:left; padding:19px 0 0 0;}
.menu li {display:inline; background:url(images/menu-devider.gif) no-repeat 0 0; padding:0 20px 0 20px;}
.menu li a {
	color:#99FF99;
	text-decoration: none;
	font-size: 16px;
}
.menu li a:hover {text-decoration:underline;}
.menu .first {background:none;}

/* ============================= content ====================== */
#content {height:605px; background:url(images/content-bg.jpg) top left no-repeat;}

.slogan {
	position:absolute;
	padding:152px 0 0 20px;
	width: 468px;
	height: 202px;
}
#page1 .slogan {position:absolute; padding:72px 0 0 40px;}

.box-indent {padding:87px 32px 92px 659px;}
.box1-indent {padding:87px 32px 92px 359px;}
.box {border:1px solid #2c2c2c; width:310px; height:auto; background:#010101;}
.box1 {
	border:1px solid #2c2c2c;
	width:600px;
	height:auto;
	background-color: #010101;
	overflow:auto}
.close {position:absolute; margin:-17px 0 0 273px;}


.indent {padding:18px 15px 19px 15px; border-top:1px solid #2c2c2c; height:270px; overflow:auto}
.indent2 {
	padding:18px 15px 16px 15px;
	border-top:1px solid #2c2c2c;
	border-bottom:1px solid #2c2c2c;
	overflow: visible;
}
.indent3 {
	padding:18px 15px 28px 15px;
	border-top:1px solid #2c2c2c;
	
}
.indent4 {
	padding:20px 15px 18px 15px;
	border-top:1px solid #2c2c2c;
	overflow: auto;
}

.scroll {background:#181818; padding:11px 0 11px 226px;}
.scroll img {margin-left:3px;}

.phone {float:right; margin-right:90px;}
.video {position:absolute; margin:86px 0 0 307px;}

#page1 #header {background:url(images/page1-header-bg.gif) top left no-repeat;}
#page1 #content {height:510px;  background:url(images/page1-content-bg.jpg) top left no-repeat;}
#page1 #footer { height:125px; border-top:1px solid #303030; background:#181818;}

#page5 #header {background:url(images/page5-header-bg.jpg) top left no-repeat;}
#page5 #content {background:url(images/page5-content-bg.jpg) top left no-repeat;}

.dark {color:#6d6d6d;}

/* ============================= footer ====================== */
#footer { height:30px; border-top:1px solid #303030; background:#181818;}

#footer {color:#99FF99; padding:14px 20px 0 24px;}
#footer a {color:#FFCCFF; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .gallery {text-align:center;}
#footer .table {text-align:center;}
#footer .gallery .hide-button {position:relative; margin:-49px 2px 0 0;}
#page1 #footer .gallery {text-align:center; padding:12px 0 0 19px;}
#page1 #footer .gallery img {margin:0 0 0 6px;}
#page1 #footer .gallery .hide-button {position:relative; margin:-61px 22px 0 0;}
#page1 #footer .table {text-align:center; padding:12px 0 0 19px;}
/* ============================= forms ============================= */


#ContactForm .rowi {height:33px;}

.input {width:175px; height:18px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:193px; height:122px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
