
img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
a:focus {
	outline:none;
}
fieldset {border-style:none;}
/*Boxes for placing the background 1020px width with no scroll*/
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
	background:url(images/bg-page.gif) repeat-y 50% 0;
}
.mc-holder-1{
	width:1020px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1000px;
	padding:0 10px;
	position:relative;
	float:left;
	left:-50%;
}
* + html #main-container{
	background:none;
}
* + html .mc-holder-2 {
	background:url(images/bg-page.gif) repeat-y 50% 0;
}
* html #main-container{
	background:none;
}
* html .mc-holder-2 {
	background:url(images/bg-page.gif) repeat-y 50% 0;
}
.page-width {
	width:940px;
	margin:0 auto;
	overflow: hidden;
}
* html .page-width {
	padding:0 0 0 1px;
}
.footer-btm {
	overflow: hidden;
	padding-bottom:90px;
}
/* header */
#header {
	position:relative;
	height:110px;
}
/* logo */
#header strong a {
	position:absolute;
	left:19px;
	top:22px;
	width:447px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
}
#header span.phone {
	position:absolute;
	margin:0;
	right:20px;
	top:40px;
	width:182px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/bg-phone.gif) no-repeat;
}
#header ul {
	position:absolute;
	right:10px;
	top:80px;
	margin:0;
	padding:0;
	list-style:none;
	width:400px;
}
#header ul li {
	float:right;
	padding:0 11px 0 12px;
	font-size:13px;
	line-height:16px;
	background:url(images/bg-sep.gif) no-repeat 100% 50%;
}
#header ul li:first-child {
	background:none;
}
#header ul a {
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#header ul a:hover,
#header ul li.active a {
	background:none;
	font-weight: normal;
	color:#1968ac;
}

/* top content */
.top-content {
	width:940px;
	height:281px;
	overflow:hidden;
	background:url(images/img-1.jpg) no-repeat;
}
.top-content h2 {
	margin:0;
	color:#fff;
	font-size:18px;
	line-height:20px;
}
.top-content .text {
	float:right;
	display:inline;
	margin:0 40px 0 0;
	padding:35px 0 0;
	width:400px;
	min-height:247px;
}
* html .top-content .text {
	height:247px;
}
.top-content h1 {
	margin:0 0 22px;
	text-indent:-9999px;
	width:400px;
	height:51px;
	background:url(images/img-real.gif) no-repeat;
}
.top-content h1.oth {
	margin:-3px 0 20px;
}
.top-content strong {
	margin:0;
	color:#fff;
	font:bold 12px/16px Georgia, "Times New Roman", Times, serif;
}
.top-content ul {
	margin:0;
	padding:2px 0 0;
	list-style:none;
}
.top-content ul.lists {
	padding:2px 0 0 5px;
}
.top-content ul.lists-oth li {
	padding-bottom:10px;
}
.top-content ul li {
	padding:0 0 18px 10px;
	color:#fff;
	font-size:13px;
	line-height:18px;
	background:url(images/bg-bullet.gif) no-repeat 0 6px;
}


/* footer */
.footer2 {
	overflow:hidden;
	height:1%;
	padding:30px 0 20px;
}
.footer2 ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.footer2 ul li {
	display:inline;
	color:#666;
	font-size:10px;
	line-height:18px;
	padding:0 5px 0 7px;
	background:url(images/bg-sep-foot.gif) no-repeat 0 50%;
}
.footer2 ul li:first-child {
	background:none;
}
.footer2 ul a {
	color:#666;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
}
.footer2 ul a:hover {
	background:none;
	font-weight: normal;
	text-decoration:underline;
}

/* blog page */
.blog .top-content {
	height:69px;
	overflow:hidden;
	min-height:1%;
	margin-bottom:15px;
	background:url(images/img-11.jpg) no-repeat;
}
.blog .top-content h1 {
	width:107px;
	height:23px;
	background:url(images/bg-blog.gif) no-repeat;
}
.blog .top-content .text {
	margin-right:260px;
	padding-top:25px;
}
.blog .content {
	padding-left:20px;
	width:393px;
	padding-top:20px;
}
.blog .content h2 {
	margin:0 0 10px;
}
.blog .content p {
	line-height:32px;
}
.blog .content img {
	display:block;
	margin:10px 0 15px;
}
