// Theme: ServerLand


*{
	margin:0;
	padding:0;
}

body{
    background-color: #CCCCCC;
	color:#666;	
	font:14px/18px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}

a img {
    border:none;
}

A:link {
	text-decoration: none;
	color: #8BC53F;
}

A:visited {
    text-decoration: none;
	color: #8BC53F;
}

A:active {
    text-decoration: none;
	color: #8BC53F;
}

A:hover {
	color: #00A500;
}

#page_outer {
}

#page_border {
    margin-right: auto;
    margin-left: auto;
    width:1000px;
}

#page_content {
    background-color: #fff;
    border: thick solid #3b3b3b;
    border-width: 10px;
    margin-top: 20px;
}

.plans_header {
    background-color: #8BC53F;
    color: #ffffff;
}

.main {
    width: 900px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 25px;
    min-height: 400px;
}

.column_all_combined {
    width: 900px;
}

.column_left_uneven {
    width: 20px;
}

.column_middle_uneven {
    width: 575px;
}

.column_right_uneven {
    width: 305px;
}

.column_left_even {
    width: 450px;
}

.column_right_even {
    width: 450px;
}

#top {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.top_left {
    
}

.top_middle {
    width: 300px;
}

.top_right {
    position: relative;
    float:right;
}

#footer {
    margin-top: 20px;
    margin-bottom: 5px;
    font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
}

/* MENU BAR */

	#menu{
/*		margin:0 auto;*/
		margin-left: auto;
		margin-right: auto;
		margin-top: 1px;
		width:900px;
		height:59px;
		background:url(../images/menu_034_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:700px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
						background:url(../images/menu_034_h.jpg) no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(../images/menu_034_h.jpg) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}



