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

html, body {
	margin:0px; padding:0px;
	text-align:center;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	background: url(images/bg.gif) repeat-x;
	color:#333333;

}

.container {
	width:800px;
	text-align:left;
	margin: 0px auto;
	}
	
.pgcontent {
	padding:20px 0px;
	text-align: left;
	}
	

a {
	color:#333333;
	}

a:hover {
	color:#F00;
	}


#navigation {
	list-style:none;
	margin:20px 20px; padding:0;
	}
	
#navigation li {
	float:left;
	padding-right:30px;
	}
	
#navigation li a {
	text-decoration:none;
	}
	
.main_box {
	width: 200px;
	border:#CCCCCC 1px solid;
	margin: 20px;
	margin-top: 0px;
}
.offers_box {
	clear: both;
	margin: 0px 95px 0px 20px;
	background-image: url(images/box_bg.png);
	background-repeat: repeat-x;	
	border:#CCCCCC 1px solid;
	font-size: 12px;
}

.main_box div {
	background-image: url(images/box_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	height: 180px;
}
p {
	margin: 0px;
	text-align: left;
}


h1, h2 {
	margin:0px;
	color:#F00;
	text-align: center;
	}

#footer {
	margin-top:30px;
	border-top:#CCCCCC 1px dotted;
	padding-top:10px;
	height:140px;
	clear:both;
	}
	
#footer h1 {
	font-size:14px;
	color:#666666;
	margin:0px; padding:0px;
	}

#footer ul {
	margin:0; padding:0;
	margin-top:5px;
	padding-left:10px;
	list-style:none;
	color:#666666;
	}

#footer a {
	color:#999999;
	}
	
#footer a:hover {
	color:#CCCCCC;
	}
	
#footer li {
	padding-top:2px;
	}
	
#copyright-footer {
	float:right;
	color:#666666;
	text-align:right;
	width:250px;
	}

.tableMain {
	margin: 0 auto;
	}
	
.tableSub {
	background-color: #F1F1F1;
	}	
	
.tableTitle {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color:#F00;
	border-bottom: solid #000 1px;
	background-color: #E2E2E2;
	}
	
.tableMain a {
	font-weight: bold;
	font-size: 14px;
}

.imgCtr {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.txtCtr {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.fBlock {
	float:left;
	margin-right:50px;
	}
