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

body {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#1d2228;
	margin:0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#0099cc;
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#66727c;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#66727c;
	margin:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#66727c;
	margin:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999;
	line-height:20px;
}

input {
	width:300px;
	height:20px;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:20px;
}
textarea {
	width:300px;
	height:120px;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:20px;
}
#submit {
	width:auto;
	height:30px;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:white;
	background-color:#000000;
	padding:0px;
	cursor:pointer;
}


#form-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999;
	line-height:20px;
}
#form-text .submit {
	width:80px;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	padding:0px;
}
/* MAIN MENU */
#main-menu, #main-menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1d2228;
	text-transform:capitalize;
	text-decoration:none;
}
#main-menu a:hover {
	color:#fff;
	text-decoration:none;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999;
	line-height:20px;
}

/* TAB VIEW */
#wrapper{
	width: 844px;
	margin: 0 auto;
}
.box{
	background: transparent;
}
.boxholder{
	clear: both;
	padding: 5px;
	border: 1px solid #999;
}
.tab{
	float: left;
	height: 32px;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	margin: 0 1px 0 0;
	text-align: center;
	background:url(../images/menu-divider.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.tab2{
	float: left;
	height: 32px;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	margin: 0 1px 0 0;
	text-align: center;
	background:transparent;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
#list-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

/* SHOW HIDE LAYERS */
#hiddenlayer{
	display:box; 
    position:absolute; 
    left:10px; 
    top:60px;
	width:200px; 
	border: 1px solid #710499;
    padding: 5px;
}
#uniquename{
	display:none; 
    left:10px; 
    top:40px; 
    padding: 5px 0px 0px 0px;
	width: auto;
}
.menu{
	font-family: Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.hidem{
	font-family: Geneva, Helvetica;
	font-size: 5px;
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
}

.thank-you {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

#back-btn {
	background-image:url(../images/back-btn.png);
	background-color:transparent;
	width:55px;
	height:28px;
	background-repeat:no-repeat;
	cursor:pointer;
	border:none
}