/* CSS Document */
/* Created by msjaiinc.com */

/* This section is basic styling for the pages */

a {FONT-FAMILY: "Times New Roman", Times, serif}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:link {color: #FFFFFF;	text-decoration: none;}
a:hover {text-decoration: underline;}
body {BACKGROUND-COLOR: #292929; BACKGROUND-POSITION: center top; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images/under_constr_bg1.png); BACKGROUND-REPEAT: no-repeat}
.style2 {FONT-FAMILY: "Times New Roman", Times, serif}
.style3 {COLOR: #ffffff}
.style5 {FONT-WEIGHT: bold; COLOR: #00ff30}
.style6 {COLOR: #ffffff}

.layout {
	BORDER-RIGHT: black 0px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: black 0px solid;
	PADDING-LEFT: 0px;
	Z-INDEX: 3;
	LEFT: 50%;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: -500px;
	BORDER-LEFT: black 0px solid;
	WIDTH: 1000px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: black 0px solid;
	POSITION: absolute;
	TOP: 0px;
}

/* Under Construction Page */

#payment {
	position: absolute;  
	top: 205px;
	left: 50%; 
	margin-left: -300px; 
	z-index: 5; 
	overflow: hidden;
	color: #ffffff; 
	font-size: 14px;
	height: 135px;
	width: 250px;
}
#contact_form1 {
	position: absolute;  
	top: 250px;
	left: 50%; 
	margin-left: -13px; 
	z-index: 5; 
	overflow: hidden;
	color: #ffffff; 
	font-size: 16px;
}
#available_links {
	position: absolute;  
	top: 400px;
	left: 50%; 
	margin-left: -380px; 
	z-index: 5; 
	overflow: hidden;
	color: #ffffff; 
	font-size: 14px;
}
#footer1 {
	position: absolute;  
	top: 700px;
	left: 50%; 
	margin-left: -500px; 
	z-index: 5; 
	overflow: hidden;
	color: #5f5f5f; 
	width: 1000px;
}