@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #97bf04;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d708b;
}
#header {
	height: 37px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 190px;
}
#nav {
	width: 740px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	line-height: 37px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#nav ul a:hover {
	background-image: url(../images/h-bgnd.png);
	background-repeat: repeat-x;

}

#nav .active a{
	background-image: url(../images/h-bgnd.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #20BADB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #58CEE7;
}

#nav .active a:hover{
	color: #E2F8FC;
}


#nav .last a  {
	background-image: none;
}
#main {
	width: 871px;
	margin-right: auto;
	margin-left: auto;
}
#main-left {
	float: left;
	width: 553px;
	padding-top: 11px;
}

#content {
	background-image: url(../images/main-bgnd.png);
	background-repeat: no-repeat;
	height: 721px;
	width: 488px;
	margin-top: 16px;
	padding: 32px;
}
#main-right {
	float: right;
	width: 310px;
}
#main-right h2 {
	background-image: url(../images/free-prizes.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 310px;
	text-indent: -8888px;
	padding: 0px;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-right ul li a {
	display: block;
	height: 89px;
	width: 310px;
	background-image: url(../images/free-ipods.png);
	background-repeat: no-repeat;
	text-indent: -8888px;
	background-position: center top;
}

#main-right  .cameras  a {
	background-image: url(../images/free-cameras.png);
}
#main-right  .phones  a {
	background-image: url(../images/free-phones.png);
}
#main-right  .money  a {
	background-image: url(../images/free-money.png);
}
#main-right  .games  a {
	background-image: url(../images/free-games.png);
}
#main-right  .custom  a {
	background-image: url(../images/free-custom-orders.png);
}
#main-right  .laptops  a {
	background-image: url(../images/free-laptops.png);	
}
#main-right  .domains  a {
	background-image: url(../images/free-domains.png);	
}
#main-right  .rapidshare  a {
	background-image: url(../images/free-rapidshare.png);
	height: 95px;
}
#main-right ul li a:hover {
	background-position: center bottom;
}


#main-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2796BA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 26px;
	font-size: 22px;
}

p {
	line-height: 16px;
	text-align: justify;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 12px;
}
#footer {
	background-image: url(../images/footer.png);
	height: 57px;
	width: 871px;
	background-repeat: no-repeat;
	margin-top: 30px!important;
	margin-top: 15px;	
	float: left;
	margin-bottom: 20px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
	float: left;
	width: 520px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #2987a7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2987a7;
}

#footer ul li a:hover {
	color: #97bf04;
}

#footer .last a {

	border-right-style: none;
}

.copyright{
	color: #97bf04;
	float: right;
	padding-top: 23px;
	padding-right: 100px;
}

.copyright a{
	color: #97bf04;
	text-decoration: none;
}

.copyright a:hover{
	color: #2987a7;
}

