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

#bottom_menu {
	width: 448px;
	height: 210px;
	float: left;
	background-color: #fff;
	padding-top: 3px;
	margin-left: 19px;
}

#menu_top {
	width: 465px;
	float: left;
}

#menu_content {
	width: 465px;
	float: left;
	background-color: #3e4671;
	padding: 0 0 5px 0;
	text-align: center;
}

#menu_content a {
	font-family: "Helvetica", Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #e8eaf1;
	margin: 0 5px 0 5px;
	letter-spacing: 1px;
}

#menu_content a:hover {
	font-family: "Helvetica", Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #e8eaf1;
}

#welcome a {
	font-family: "Arial", Trebuchet MS, Helvetica;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#welcome a:hover {
	color: #fff;
	text-decoration: underline;
}

#welcome p {
	font-family: "Arial", Trebuchet MS, Helvetica;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#welcome img {
	border: none;
}

.install_schemes {
	font-size: 25px; 
	color: #231f20; 
	font-weight: bold;
	position: relative;
	top:80px;
	z-index:100;
}

.install_schemes img {	
	position: relative;
	top: -130px;
	z-index: -1;
}

#glowtext{
	background-image: url('images/green_txt.jpg'): no-repeat;
}
#glowtext b {
	
}
h1 {
	font-size: 20px;
}
.link1 {
	text-decoration: none;
	color: #000;
}
.link1:hover {
	text-decoration: underline;
	color: #000;
}
.link2 {
	text-decoration: none;
	color: #000;
}
.link2:hover {
	text-decoration: none;
	color: #000;
}

.link3 {
	text-decoration: none;
	color: #fff;
}
.link3:hover {
	text-decoration: underline;
	color: #fff;
}

.inline_list {
	text-align: center;
}

.inline_list li {
	display: inline;
	padding: 0 20px 0 20px;
}