@charset "utf-8";

body
{
	background-image:url(images/page-bg.jpg);
	background-position: top center;
	background-repeat:repeat;
	background-attachment:fixed;
}

.brdcolor{
	border-color: #1a8e83;
}
.bgcolor{
	background-color:#1a8e83;
}
.color{
	color:#1a8e83;
}
.submenu a:hover{
	background-color:#1a8e83;
}
#top-btn1 ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#top-btn1 ul li{
	float:left;
	margin:0;
}

#top-btn1 ul li a{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn-a.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	
}
#top-btn1 ul li a:hover, #top-btn-active1
{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn1-a.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
}


#admin-left-links ul
{
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}

#admin-left-links ul li
{
	margin:0;
	padding:6px 0;
	text-align:left;
}

#admin-left-links ul li a
{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#b2b2b2;
	font-weight:bold;
}
#admin-left-links ul li a:hover, #admin-left-links-active
{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#1a8e83;
	font-weight:bold;
	
}

a#storage1 {
	background:url('images/storage2.gif') bottom left no-repeat;
	display:block;
	width:165px;
	height:69px;
}
a#storage1:hover {
	background:url('images/storage2.gif') top left no-repeat;
	display:block;
}


a#storage2 {
	background:url('images/unlimited-storage2.gif') bottom left no-repeat;
	display:block;
	width:165px;
	height:69px;
}
a#storage2:hover {
	background:url('images/unlimited-storage2.gif') top left no-repeat;
	display:block;
}

a#storage3 {
	background:url('images/bill_monthly.gif') no-repeat;
	display:block;
	float:left;
}
a#storage3:hover {
	background:url('images/bill_monthly_active.gif') no-repeat;
	display:block;
	float:left;
}

a#storage4 {
	background:url('images/bill_yearly.gif') no-repeat;
	display:block;
	float:left;
}
a#storage4:hover {
	background:url('images/bill_yearly_active.gif') no-repeat;
	display:block;
	float:left;
}

.check {
	background:url('images/check.gif') top left no-repeat;
}
