body
{
	margin: 0px;
	padding: 0px auto;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
p{
	width:auto;
	padding:5px 0 0 0;
	text-align:justify;
}
.title{
	color: #804000;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 5px 0px;
	border-bottom:1px #CCCCCC dashed;
	margin-top:10px;
	text-decoration:none;
}
h1{
	font-size:40px;
	padding:15px 10px 5px 10px;
	margin:0px;
	text-decoration:none;
	color:#ffcccc;
}
h2{
color: #036B99;
font-size:16px;
padding:15px 10px 5px 10px;
border-bottom:1px #CCCCCC dashed;
margin:0px;
text-decoration:none;
}
h3{
	color: #ffcccc;
	font-size:18px;
	padding:15px 10px 5px 10px;
	margin:0px;
	text-decoration:none;
	font-weight: bold;
}
#main_container{
	width:100%;
	height:auto;
	margin:0px auto;
	background: none;
	font-size:12px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#top_banner{
	height:232px;
	background-image: url(images/design_0007_2.jpg);
	background-repeat: repeat;
	min-width: 1150px;
	width: 100%;
	top: 0px;
}
#logo{
	width:auto;
	float:left;
	padding-left:20px;
}
.snapshot{
	float:right;
	width: 560px;
	background-image: url(images/design_0007_3.jpg);
	background-repeat: no-repeat;
	height: 232px;
	background-position: right;
}

/*-------------menu--------------*/
.menu{
	width:100%;
	margin:0px auto;
	background-color: #000;
	height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
	top: 232px;
	}

.menu ul {
	padding:0;
	margin:0px 0px 0px 10px;
	list-style-type:none;
	height:36px;
}

.menu ul li {
	float:left;
	height:36px;
	line-height:36px;
	display:block;
}

.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:13px;
	text-decoration:none;
	color:#ffcccc;
	padding:0px 20px;
	font-weight: bold;
}


.navigation{
	float:left;
	background-color: #000;
	width: 1150px;
	height: 36px;
}


#center_content{
	clear:both;
	width:1130px;
	height:auto;
	
}
#center_content #content{
	padding: 0 30px;

}
#center_content p span{
	font-weight:bold;
	color:#d8325d;

}
#center_content img{
	height: 233px;
	width: 200px;


}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;



}
.offer_box_wide{
	width:300px;
	height:auto;
	float:left;
	background-color:#f3f5f6;
	padding:10px;
	margin:7px;
}
.offer_info{
padding:5px;
}
.offer_info span {
	font-weight:bold;
	color:#d8325d;
	text-decoration: none;
}
.offer_info span a{
	font-weight:bold;
	color:#d8325d;
	text-decoration: none;
}

p.offer{
	text-align:left;
	font-size:10px;
	padding: 0;
}
p.offer span{
	font-size: 13px;
}
.offer span a{
	font-weight:bold;
	color:#d8325d;
	text-decoration: underline;
	font-size: 14px;
	padding-left: 20px;
}
.offer_box_wide ul{
	padding: 0 0 0 10px;
}
.offer_box_wide ul li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}
.more{
float:right;
padding:3px;
}
.more a{
color:#d8325d;
}
.more a:hover{
text-decoration:none;
}
.clear {
clear:both;
overflow:hidden;
height:4px;
}
/*-------------foooter*/
#footer{
	clear:both;
	width:100%;
	background-position:0px 0px;
	padding-top:5px;
	height:170px;
	text-align:center;
	padding-bottom: 10px;
	min-width: 1150px;
	background-color: #93160c;
	color: #ffcccc;
}
#footer p{
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	
}
#footer p a{
	color: #ffff00;

	
}
#footer span{
	color: #ffff00;

	
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	padding-right: 0px;
	background: url(images/separator.gif) no-repeat right center;
	font-size: 12px;
	font-weight: bold;
}
#footer ul li a{
	text-decoration:none;
	color:#ffcccc;
}
#footer ul li a:hover{
text-decoration:underline;
}
