/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: #fff;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #f58a00;
}
	
	a:visited {
		color: #f58a00;
	}
	a:hover {
		text-decoration: none;
	}
	
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main-tail-top {
	background: #f7f7f7 url(../images/main-tail-top.gif) repeat-x 0% 0%;
}

#main-tail-bot {
	background: url(../images/main-tail-bot.gif) repeat-x 0% 100%;
	width: 100%;
}

#main {
	font-size: 0.75em;
}

header {
	position: relative;
	width: 980px;
	height: 113px;
	margin: 0 auto;
}

section#content {
	width: 980px;
	margin: 0 auto;
}

section#content-1 {
	width: 980px;
	margin: 0 auto;
}

section#content-2 {
	width: 980px;
	margin: 0 auto;
}

footer {
	width: 980px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 19px 0 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 4px 19px 28px 0;
	}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

header b {
	display: block;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #929191;
	position: absolute;
	top: 24px;
	left: 69px;
}

nav {
	position: absolute;
	top: 2px;
	left: 427px;
}

	nav ul {
		background: url(../images/menu-divider.gif) no-repeat 100% 0%;
		height: 111px;
		padding: 0 1px 0 0;
		overflow: hidden;
	}
	
		nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			float: left;
			padding: 0 0 0 1px;
		}
		
			nav ul li a {
				display: block;
				width: 91px;
				height: 111px;
				line-height: 68px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 1.25em;
				text-align: center;
				text-decoration: none;
				color: #858585;
				cursor: pointer;
			}
			
				nav ul li a span {
					background: url(../images/menu-bg.gif) no-repeat 50% 111px;
					display: block;
					height: 111px;
					cursor: pointer;
					color:#01A8CE;
				}
			
			nav ul li a strong {
				background-position: 50% 51px !important;
				display: block;
				height: 111px;
				font-weight: normal;
			}
			
				nav ul li#m1 a strong {
					background: url(../images/home.png) no-repeat;
				}
				
				nav ul li#m2 a strong {
					background: url(../images/mphone.png) no-repeat;
				}
				
				nav ul li#m3 a strong {
					background: url(../images/mwhyus.png) no-repeat;
				}
				
				nav ul li#m4 a strong {
					background: url(../images/msending.png) no-repeat;
				}
				
				nav ul li#m5 a strong {
					background: url(../images/mreceiving.png) no-repeat;
				}
				
				nav ul li#m6 a strong {
					background: url(../images/mcontact.png) no-repeat;
				}
			
			nav ul li.act a {
				background: url(../images/menu-act.gif) repeat-x 0% 0%;
				line-height: 138px;
				/*color: #f57300;*/
				color: #01A8CE;
			}
			
				nav ul li.act a strong {
					background-position: 50% 29px !important;
				}
			
				nav ul li.act a span {
					background-position: 50% 97px;
				}
				
			nav ul li a:hover {
				background: url(../images/menu-act.gif) repeat-x 0% 0%;
				line-height: 138px;
				color: #01A8CE;
			}
			
				nav ul li a:hover strong {
					background-position: 50% 29px !important;
				}
			
				nav ul li a:hover span {
					background-position: 50% 97px;
				}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content-bg {
	background: url(../images/content-tail.gif) repeat-x 50% 100%;
	width: 100%;
}

	#content .indent {
		padding: 14px 0 0 0;
	}
	
	#content .indent-1 {
		padding: 39px 0 44px 24px;
	}
	
	#content .indent-2 {
		padding: 39px 0 35px 24px;
	}
	
		#content p {
			padding: 0 0 25px 0;
			line-height: 1.5em;
			font-size: 1em;
			color: #858585;
		}
		
			#content p small {
				float: right;
				padding: 0 14% 0 0;
				font-size: 1em;
			}

#content-bg-1 {
	background: #fff;
}

	#content-1 .indent {
		padding: 46px 0 59px 24px;
	}
	
	#content-1 .indent-1 {
		padding: 44px 0 59px 24px;
	}
	
		#content-1 p {
			padding: 0 0 28px 0;
			line-height: 1.5em;
			font-size: 1em;
			color: #858585;
		}
		
		#content-1 p.extra {
			padding: 0 0 16px 0;
		}
		
		#content-1 p.extra1 {
			padding: 0 0 19px 0;
		}

#content-bg-2 {
	background: #f7f7f7 url(../images/content-bg-2.gif) no-repeat 50% 0%;
}

	#content-2 .indent {
		padding: 36px 0 23px 24px;
	}
	
	#content-2 .indent-1 {
		padding: 38px 0 37px 24px;
	}
	
	#content-2 .indent-2 {
		padding: 36px 0 18px 24px;
	}
	
	#content-2 p {
		padding: 0 0 29px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #858585;
	}
	
	#content-2 p.extra {
		padding: 0 0 18px 0;
	}
	
		#content-2 p b {
			color: #373737;
		}
	
		#content-2 blockquote p strong {
			display: block;
			width: 100%;
			padding: 0 0 10px 0;
			overflow: hidden;
			line-height: 1.467em;
			font-size: 1.25em;
			font-weight: normal;
			color: #f57300;
		}
		
			#content-2 blockquote p strong b {
				line-height: 1.833em;
				font-size: 0.8em;
				color: #373737;
			}
			
		#content-2 blockquote p small {
			float: right;
			padding: 0 17% 0 0;
			font-size: 1em;
		}
		
		#content-2 blockquote p span a {
			color: #373737;
		}

#gallery {
	position: relative;
	width: 980px;
	height: 370px;
	overflow: hidden;
}

	#gallery ul {
		background: url(../images/pic-bg.jpg) no-repeat 0% 0%;
		width: 103px;
		height: 21px;
		padding: 4px 0 0 10px;
		overflow: hidden;
		position: absolute;
		top: 335px;
		left: 435px;
	}
	
		#gallery ul li {
			float: left;
			padding: 0 4px 0 0;
		}
		
			#gallery ul li a {
				background: url(../images/pic.gif) no-repeat 0% 0%;
				display: block;
				width: 15px;
				height: 15px;
				overflow: hidden;
				float: left;
			}
			
			#gallery ul li a:hover {
				background-position: 0% -15px;
			}
			
			#gallery ul li.act a {
				background-position: 0% -15px;
			}

.banners {
	width: 100%;
	overflow: hidden;
}

	.banners li {
		float: left;
		margin: 0 -18px 0 0;
	}
	
	.banners li.ban-1 {
		position: relative;
		z-index: 4;
	}
	
	.banners li.ban-2 {
		position: relative;
		z-index: 3;
	}
	
	.banners li.ban-3 {
		position: relative;
		z-index: 2;
	}
	
	.banners li.ban-4 {
		position: relative;
		margin: 0 -10px 0 0;
		z-index: 1;
	}
	
		.banners li.ban-4 a {
			width: 290px;
			margin: 0 -12px 0 0;
			padding: 10px 19px 10px 19px;
		}
	
		.banners li a {
			background: url(../images/banner.png) no-repeat 0% 0%;
			display: block;
			width: 290px;
			height: 149px;
			padding: 10px 44px 10px 19px;
			overflow: hidden;
			float: left;
			text-decoration: none;
		}
		
			.banners li a:hover {
				background-position: 0% -169px;
			}
			
			.banners li.act a {
				background-position: 0% -169px;
			}
			
		.banners li a img {
			float: left;
			margin: 0 10px 0 2px;
		}
		
		.banners li a strong {
			background: url(../images/line-hor.gif) repeat-x 0% 100%;
			display: block;
			width: 100%;
			height: 49px;
			margin: 0 0 14px 0;
			line-height: 48px;
			overflow: hidden;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 1.667em;
			font-weight: normal;
			text-transform: uppercase;
			color: #323232;
			cursor: pointer;
		}
		
		.banners li a b {
			display: block;
			padding: 0 0 0 5px;
			line-height: 1.583em;
			font-size: 1em;
			color: #373737;
			cursor: pointer;
		}
		
		.banners li a p {
			padding: 0 10px 0 6px !important;
			line-height: 1.583em !important;
			font-size: 1em !important;
			color: #858585 !important;
			cursor: pointer;
		}
		
			.banners li a p span {
				background: url(../images/arrows.gif) no-repeat 2px 2px;
				padding: 0 3px;
				cursor: pointer;
			}
		
		.banners li.act a strong {
			background: url(../images/line-hor-act.gif) repeat-x 0% 100%;
			text-shadow: 1px 0px 0px #262626;
			color: #fff;
		}
		
		.banners li.act a b {
			color: #f58a00;
		}
		
		.banners li.act a p {
			color: #7c7c7c !important;
		}
		
			.banners li.act a p span {
				background: url(../images/arrows-act.gif) no-repeat 2px 2px;
			}
			
		.banners li a:hover strong {
			background: url(../images/line-hor-act.gif) repeat-x 0% 100%;
			text-shadow: 1px 0px 0px #262626;
			color: #fff;
		}
		
		.banners li a:hover b {
			color: #f58a00;
		}
		
		.banners li a:hover p {
			color: #7c7c7c !important;
		}
		
			.banners li a:hover p span {
				background: url(../images/arrows-act.gif) no-repeat 2px 2px;
			}

/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #2d2d2d url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 17px 19px 24px 18px;
	}
	
/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

h1 {
	height: 95px;
	padding: 5px 0 0 0;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3.917em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	top: 0px;
	left: 0;
}

	h1 a {
		text-decoration: none;
		color: #000;
	}
	
		h1 a strong {
			float: left;
			font-weight: normal;
		}
	
		h1 a span {
			float: left;
			padding: 2px 0 0 0;
			font-size: 0.851em;
			text-transform: none;
			color: #5f5f5f;
		}

h2 {
	padding: 0 0 27px 0;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.833em;
	font-weight: normal;
	color: #464646;
}

	h2 em {
		display: block;
		margin: 0 0 -12px 0;
		font-style: normal;
	}
	
	h2 i {
		display: block;
		margin: 0 0 -5px 0;
		font-style: normal;
	}
	
	h2 span {
		display: block;
		margin: 0 0 -4px 0;
	}
	
	h2 small {
		display: block;
		margin: 0 0 -3px 0;
		font-size: 1em;
	}

h3 {
	padding: 0 0 13px 0;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.583em;
	font-weight: normal;
	color: #323232;
}

	h3 strong {
		display: block;
		padding: 0 0 5px 0;
		font-weight: normal;
	}

h6 {
	line-height: 1.5em;
	font-size: 1em;
	color: #373737;
}

	h6 a {
		color: #373737;
	}

.link {
	background: url(../images/link-left.gif) no-repeat 0% 0%;
	display: block;
	height: 30px;
	overflow: hidden;
	float: left;
	line-height: 28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	text-shadow: 1px 0px 0px #222;
	text-decoration: none;
	color: #fff;
}
.link_right {
	background: url(../images/link-left.gif) no-repeat 0% 0%;
	display: block;
	height: 30px;
	overflow: hidden;
	float: right;
	line-height: 28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	text-shadow: 1px 0px 0px #222;
	text-decoration: none;
	color: #fff;
}

	.link span, .link_right span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link span span, .link_right span span {
			background: #363636 url(../images/link-tail.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 30px;
			margin: 0 3px;
			padding: 0 16px 0 16px;
			overflow: hidden;
		}
		
		.link:visited, .link_right:visited {
			color: #ffffff;
		}
		
		.link:hover, .link_right:hover {
			cursor: pointer;
			color: #f58a00;
		}
		

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 480px;
	overflow: hidden;
}

	#contact-form label {
		background: url(../images/contact-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 290px;
		height: 15px;
		padding: 7px 4px 7px 4px;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #858585;
	}
	
	#contact-form textarea {
		background: none;
		width: 440px;
		height: 99px;
		padding: 7px 4px 7px 4px;
		border: none;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #858585;
	}
	
	#contact-form strong {
		background: url(../images/contact-textarea.gif) no-repeat 0% 0%;
		display: block;
		width: 450px;
		height: 113px;
		overflow: hidden;
		font-weight: normal;
	}
	
	#contact-form a.link {
		float: right;
		margin: 30px 0 0 3px;
	}
	
	.contact_error{
		height: 30px; 
		line-height:30px;	
		display:none;
		color:#F00;
		border:1px solid #EEEEEE;
		background-color:#EEEEEE;
		margin:5px 0;
		padding-left:10px;
		font-weight:bold
	}
	
#subscribe-form {
	width: 100%;
	overflow: hidden;
}

	#subscribe-form strong {
		background: url(../images/line-hor1.gif) repeat-x 0% 100%;
		display: block;
		margin: 0 0 20px 0;
		padding: 0 0 11px 7px;
		line-height: 1.2em;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.667em;
		font-weight: normal;
		text-shadow: 1px 0px 0px #262626;
		text-transform: uppercase;
		color: #fff;
	}
	
	#subscribe-form b {
		background: url(../images/subscribe-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 26px;
		overflow: hidden;
	}
	
	#subscribe-form input {
		background: none;
		width: 166px;
		height: 14px;
		padding: 6px 5px 6px 5px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #6f6f6f;
	}
	
	#subscribe-form input#subscribe-submit {
		background: url(../images/subscribe-submit.gif) no-repeat 0% 0%;
		width: 25px;
		height: 26px;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
	}
	
	#subscribe-form a {
		float: left;
		margin: 14px 0 0 7px;
		line-height: 1.5em;
		font-size: 1em;
		font-weight: bold;
		color: #7c7c7c;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 21px 0;
}

.pic-indent1 {
	margin: 0 0 23px 0;
}

.list {
	padding: 0 0 20px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 17px;
		padding: 0 0 0 11px;
		line-height: 2.692em;
		font-size: 1.083em;
		color: #f58a00;
	}
	
		.list li a {
			color: #f58a00;
		}

.list-1 {
	padding: 0 0 10px 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #858585;
}

	.list-1 dt {
		font-weight: bold;
		color: #373737;
	}
	
		.list-1 dt a {
			color: #373737;
		}
		
	.list-1 dd {
		padding: 0 0 18px 0;
	}
	
		.list-1 dd.last {
			padding: 0;
		}

.list-2 {
	padding: 0 0 4px 0;
	overflow: hidden;
}

	.list-2 dt {
		background: url(../images/bullet.png) no-repeat 0% 4px;
		width: 100%;
		padding: 0 0 9px 0;
		overflow: hidden;
	}
	
		.list-2 dt strong {
			display: block;
			padding: 0 12px 0 23px;
			float: left;
			line-height: 1.692em;
			font-size: 1.083em;
			font-weight: normal;
			color: #f58a00;
		}
		
		.list-2 dt time {
			display: block;
			padding: 0 12px 0 23px;
			float: left;
			line-height: 1.692em;
			font-size: 1.083em;
			font-weight: normal;
			color: #f58a00;
		}
		
		.list-2 dt b {
			display: block;
			padding: 2px 0 0 20px;
			float: left;
			line-height: 1.5em;
			font-size: 1em;
			color: #373737;
		}
		
			.list-2 dt b a {
				color: #373737;
			}
			
		.list-2 dd {
			padding: 0 0 23px 0;
			line-height: 1.385em;
			font-size: 1.083em;
			color: #858585;
		}

.list-3 {
	overflow: hidden;
}

	.list-3 li {
		background: url(../images/marker-1.gif) no-repeat 0% 12px;
		padding: 0 0 0 10px;
		line-height: 2.167em;
		font-size: 1em;
		color: #767676;
	}
	
		.list-3 li a {
			text-decoration: none;
			color: #767676;
		}
		
		.list-3 li a:hover {
			text-decoration: underline;
		}

.list-4 {
	margin: 0 0 -1px 0;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 10px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-4 li img {
			float: left;
			margin: 0 10px 0 0;
		}
		
		.list-4 li strong {
			display: block;
			padding: 1px 0 1px 0;
			line-height: 1.167em;
			font-size: 1em;
			font-weight: normal;
			color: #767676;
		}
		
			.list-4 li strong a {
				text-decoration: none;
				color: #767676;
			}
			
			.list-4 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-4 li b {
			display: block;
			line-height: 1.273em;
			font-size: 0.917em;
			font-weight: normal;
			color: #9e9e9e;
		}

.list-5 {
	width: 100%;
	margin: 0 0 -23px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-5 li {
		width: 100%;
		padding: 0 0 23px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.5em;
		font-size: 1em;
		color: #858585;
	}
	
		.list-5 li img {
			float: left;
			margin: 4px 20px 0 0;
		}
		
		.list-5 li strong {
			display: block;
			color: #373737;
		}
		
			.list-5 li strong a {
				color: #373737;
			}
			
		.list-5 li p {
			padding: 0 0 24px 0 !important;
			line-height: 1.5em !important;
			font-size: 1em !important;
			color: #858585 !important;
		}

.list-6 {
	padding: 1px 0 9px 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #858585;
}

	.list-6 dt {
		font-weight: bold;
		color: #373737;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #373737;
		}
		
		.list-6 dt a:hover {
			text-decoration: underline;
		}
		
	.list-6 dd {
		padding: 0 0 18px 0;
	}

.list-7 {
	padding: 1px 0 13px 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #858585;
}

	.list-7 li {
		padding: 0 0 18px 0;
	}
	
		.list-7 li a {
			font-weight: bold;
			color: #373737;
		}

.list-indent {
	padding: 0 0 18px 0 !important;
}

.list-indent1 {
	padding: 0 0 16px 0 !important;
}

.list-indent2 {
	padding: 0 0 26px 0 !important;
}

.list-indent3 {
	padding: 0 0 23px 0 !important;
}

.partners {
	width: 100%;
	padding: 0 0 6px 0;
	overflow: hidden;
}

	.partners li {
		float: left;
		padding: 0 16px 28px 0;
	}
	
		.partners li.extra {
			padding: 0 0 28px 0;
		}

#privacy {
	padding: 39px 0 25px 24px;
}

	#privacy  h2 {
		padding: 0 0 22px 0 !important;
	}

	#privacy dl {
		line-height: 1.5em;
		font-size: 1em;
		color: #858585;
	}
	
		#privacy dl dt {
			font-weight: bold;
			color: #373737;
		}
		
			#privacy dl dt a {
				color: #373737;
			}
			
		#privacy dl dd {
			padding: 0 0 18px 0;
		}

/* ============================== other END ====================================== */





/* ============================ footer START ===================================== */

footer .inner {
	padding: 0 0 0 13px;
}

footer p {
	float: right;
	padding: 30px 1px 0 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #7a7a7a;
}

	footer p span {
		padding: 0 6px 0 3px;
	}

	footer p a {
		margin: 0 0 0 6px;
		text-decoration: none;
		color: #7a7a7a;
	}
	
		footer p a:visited  {
			color: #7a7a7a;
		}
		footer p a:hover {
			text-decoration: underline;
		}
			
		
	footer p strong {
		font-weight: normal;
		color: #4c4c4c;
	}
	
	footer p b {
		padding: 0 6px 0 0;
		font-weight: normal;
	}

footer ul {
	float: left;
	overflow: hidden;
}

	footer ul li {
		background: url(../images/bottom-divider.gif) no-repeat 0% 34px;
		float: left;
		margin: 0 0 0 -1px;
	}
	
		footer ul li a {
			background: url(../images/bottom-menu-bg.gif) no-repeat 50% -14px;
			display: block;
			height: 50px;
			padding: 0 10px 0 11px;
			float: left;
			line-height: 76px;
			text-decoration: none;
			color: #7a7a7a;
		}
		
		footer ul li a:visited {
			color: #7a7a7a;
		}
		footer ul li a:hover {
			background-position: 50% 0%;
			text-decoration: underline;
			color: #4d4c4c;
		}
		
		footer ul li.act a {
			background-position: 50% 0%;
			text-decoration: underline;
			color: #4d4c4c;
		}

/* ============================= footer END ====================================== */

#mcs_container a:link,a:visited,a:hover{color:#C30;}
#mcs_container .info{position:absolute; left:140px; top:20px; width:260px; color:#CCC; font-size:18px; padding:5px;}
#mcs_container .info .big{font-size:34px;}
#mcs_container .postURL{position:absolute; top:20px; right:20px; display:block; width:100px; height:100px; background:url(plugin_homepage.png) no-repeat; z-index:10;}
#mcs_container .blue{color:#09C;}
#mcs_container .news_title, .news_title{padding:10px 5px; margin:10px 0; color:#fff; font-size:26px; font-weight:normal; line-height:34px;}
#mcs_container{
	background:#2E2E2E; 
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #666;
}

.about_nav ul{
	list-style-type:none;
	padding: 0 0 10px 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #858585;
	width:150px;	
}

.about_nav ul li{
	padding-left:5px;	
	font-weight:normal;
	font-size:13px;
	line-height:30px;
	height:30px;
	background:url(../images/li.gif) no-repeat;
}
.about_nav ul li a{
	text-decoration:none;	
	color:#1DA8C6;
	display:block;
}
.about_nav ul li:hover{
	background:url(../images/about_nav_sel.jpg) no-repeat;
}
.about_nav ul li a:hover{
	text-decoration:none;	
	color:#FFF;
	font-weight:bold;
}
.about_nav ul li#selected{
	font-weight:bold;
	color:#FFF;
	background:url(../images/about_nav_sel.jpg) no-repeat;
	margin-top:-2px;
}
.about_nav ul li#selected a{
	color:#FFF;
	display:block;
}
