@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#f7f7f7;
	color:#646464;
	font-size:13px;
	font-family:'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
a {
	text-decoration:none;
}
p {
	line-height:20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
input:focus {
	outline:0;
}
a:focus {
	outline:0;
}
.wrapper {
	margin:0 auto;
	width:980px;
}
h2 {
	font-size:21px;
	color:#3c3c3c;
	font-weight:normal;
	display:block;
}
.header {
	padding:5px 0px;
	background:#CCC;
}
.logo {
	margin-left:10px;
}
ul.menu {
	margin-top:25px;
}
ul.menu li {
	float:left;
}
ul.menu li:last-child {
	background:none;
}
ul.menu li a {
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	font-family:'Roboto', sans-serif;
	padding:13px 18px;
	border-top:5px solid #FFF;
	background:url(../images/Layer-33-copy-2.png) right center no-repeat;
	margin-right:-1px;
}
ul.menu li.border {
	background:url(../images/Layer-33-copy-2.png) left center no-repeat;
}
ul.menu li a:hover {
	color:#ed1c24;
	border-top:5px solid #ed1c24;
}
ul.menu li a.active {
	color:#fff;
	border-top:5px solid #ed1c24;
	
}
.banner {
	height:450px;
	padding:5px;
	clear:both;
}
.content {
	margin-top:30px;
}
.content-left {
	width:270px;
	margin-right:40px;
	border-right:1px solid #cfcfd1;
}
.section {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f3), to(#ffffff));
	background: -webkit-linear-gradient(top, #f1f1f3, #ffffff);
	background: -moz-linear-gradient(top, #f1f1f3, #ffffff);
	background: -ms-linear-gradient(top, #f1f1f3, #ffffff);
	background: -o-linear-gradient(top, #f1f1f3, #ffffff);
	padding-bottom:30px;
}
.section h2 {
	padding:15px 10px;
	border-bottom:1px solid #cfcfd1;
}
.section-one {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f3), to(#ffffff));
	background: -webkit-linear-gradient(top, #f1f1f3, #ffffff);
	background: -moz-linear-gradient(top, #f1f1f3, #ffffff);
	background: -ms-linear-gradient(top, #f1f1f3, #ffffff);
	background: -o-linear-gradient(top, #f1f1f3, #ffffff);
	padding-bottom:20px;
}
.section-one h2 {
	padding:15px 10px;
	border-bottom:1px solid #cfcfd1;
}
.marq {
	padding:10px 15px;
	opacity:0.8;
	font-size:13px;
	font-weight:normal;
	color:#565656;
	font-family:'Roboto', sans-serif;
	background:none;
}
.marq p {
	color:#fe4e55;
	line-height:21px;
}
.content-right {
	width:665px;
}
.read-more {
	color:#000;
	display:inline-block;
}
.read-more:hover {
	color:#F00;
	text-decoration:underline;
}
mainwrapper {
	height: auto;
	text-align: center;
}
/* Image Box Style */
#mainwrapper .box {
	cursor: pointer;
	height: 155px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 310px;
	margin-bottom:20px;
	margin-right:20px;
}
/* Caption Common Style */
#mainwrapper .box .caption {
	background-color:#fce961;
	position: absolute;
	color: #000;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
}
/** Caption 1: Simple **/
#mainwrapper .box .simple-caption {
	height: 30px;
	width: 301px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
}
/** Caption 3: Fade **/
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
	opacity: 0;
	width: 170px;
	height: 170px;
	text-align: left;
	padding: 15px;
}
/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}
#mainwrapper .box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
	opacity: 0;
	height: 178px;
	text-align: left;
	padding: 15px;
	margin-top:-5px;
}
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p {
	position: relative;
	left: -135px;
	top:70px;
	font-size:20px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption {
	opacity:0.6;
}
#mainwrapper .box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.footer {
	background:url(../images/footer-background.png) center -2px no-repeat;
	line-height:70px;
}
.footer span {
	color:#fff;
	display:block;
}
.banner-left {
	width:644px;
}
.banner-right {
	width:336px;
	background-color:#ed7a1f;
	min-height:321px;
}
ul.list {
}
ul.list li a {
	background:url(../images/main.png) right center no-repeat;
	padding:14px 40px 15px 20px;
	display: inline-block;
}
ul.list li a:hover {
	background:url(../images/main-hover.png) right center no-repeat;
	box-shadow:5px 5px 5px #954201;
	border-radius:0px 25px 25px 0px;
}
ul.list li a img {
}
ul.list li a img:hover {
}

ul.list1 {
	display:block;
}
ul.list1 li {
	line-height:23px;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	background:url(../images/list-arro.png) left 5px no-repeat;
	padding-left:20px;
	display:block;
	color:#2f3192;
	font-weight:700;
}