/* Heliquip Stylesheet */

body {
 font-family: Verdana, Arial, Times New Roman, Times;

 text-align: center;
 vertical-align: center;

 background: #000 URL('images/background.jpg') no-repeat;
}

.window_middle {

 background: URL('images/window_background.png') repeat-y;

 text-align: center;
 vertical-align: center;
}

.window {
 padding-left: 28px;
 padding-right: 28px;
 width: 553px;
}

.miniinfo {
 border: 1px;
 background-color: #f1f0ea;
}

.copy {
 vertical-align: top;
 
 font-family: Georgia, Verdana, Arial, Times New Roman, Times;
 font-size: 11px;
 color: #000;
 
 line-height: 15px;
 
 text-align: justify;
}

.heading {
 vertical-align: top;
 padding-bottom: 5px;
 
 font-family: Georgia, Verdana, Arial, Times New Roman, Times;
 font-size: 14px;
 color: #614e44;
 
 text-align: justify;
}

.inputbox {
 font-family: Verdana, Arial, Times New Roman, Times;
 font-size: 11px;
}


a {
	color: #6e6136;
}

a:visited {
	color: #6e6136;
}

a:hover {
	color: #6e6136;
}

.logo {
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px; 
}

.menu {
 text-align: center;
}

#myGallery
{
width: 499px !important;
height: 456px !important;
}

ul {
 list-style-image: url("images/bullet.png");
}

.footer {
 vertical-align: top;
 
 font-family: Verdana, Arial, Times New Roman, Times;
 font-size: 9px;
 color: #FFF;
 
 line-height: 15px;
 
 text-align: center;
}




