@charset utf-8;
/*--
	Theme Name: Jain wire netting
	Theme URI: jainwirenetting.com
	Description: A theme for a wire netting company
	Author: Mohammed Nawaz
	Author URL: md.nawaz@marswebsolution.com
--*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

@font-face {
    font-family: 'CourteRegular';
    src: url('courte.eot');
    src: url('courte.eot?#iefix') format('embedded-opentype'),
url('courte.woff') format('woff'),
url('courte.ttf') format('truetype'),
url('courte.svg#courte') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul li {
	list-style:none;
}
a {
	color:#333;
}

/* General
---------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
html,
body {
	min-width:1000px;
	}
body{
	background:url(../images/bg-body.gif) center top repeat #f4f3f3;
	color: #848484;
	font: 12px/19px Arial, Helvetica, sans-serif;
	position:relative;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clerfix {
	clear:both;
}
img {
	border:none;
}
.pro-desc ul li{list-style:square inside;}
#wrapper {
	width:1000px;
	margin:0 auto;
}
.img-wrap{float:right;}
td table {width:580px !important; border:1px solid #CCC !important; }td table td{padding:2px !important;}
.padding {
	padding:10px 30px;
	position:relative;
	z-index:2;
	background:#fff;
	box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-moz-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-webkit-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	float:left;
	padding-bottom:25px;
}

/* Header
---------------------------------------- */
#header {
	height:167px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	width:940px;
}

/* Logo */
.logo {
	position:relative;
}
.logo img{max-height:94px;}
.since-ribbon {
	float:right;
}
/* Primary navigation */
.row-menu {
	position:relative;
	height:44px;
	padding:1px;
	background:#cbcbcb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:1px 1px 7px rgba(209,209,209,0.48);
	-moz-box-shadow:1px 1px 7px rgba(209,209,209,0.48);
	-webkit-box-shadow:1px 1px 7px rgba(209,209,209,0.48);
}
.navigation-row {
	position:relative;
	height:44px;
	background:url(../images/bg-navigation.gif) 0 0 repeat-x #1f2528;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

nav.primary {
	position:relative;
	display:inline-block;
	padding:0px;
	z-index:2;
}

#topnav {
	margin:0; 
	height:44px;
}
	

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 2px 0px 0px;
	position:relative;
	background:url(../images/menu-separator-left.gif) right top repeat-y;
	text-align:left;
	display:inline-block;
}
.sf-menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li{
	background:url(../images/menu-separator-left.gif) 0 1px no-repeat;
	padding:0 20px;
	display:block;
	float:left;
	text-align:left;
	position:relative;
	margin:0;
	padding:0;
}

.sf-menu li.firsts{
	width:92px; 
	background:none;
	position:relative;
	border-radius:3px 0px 0 3px;
	-moz-border-radius:3px 0px 0 3px;
	-webkit-border-radius:3px 0px 0 3px;
}
.sf-menu li a {
	font-weight:normal;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 20px;
}
.sf-menu > li > a {
	font-size:13px;
	line-height:18px;
	padding:14px 20px 12px 20px;
	background:url(../images/menu-separator-right.gif) 100% 1px no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:3;
	text-align:center;
}

.sf-menu .bg-menu{
	background: #cb0004;
	cursor:pointer;
	bottom: 50%;
    left: 50%;
	right: 50%;
    top: 50%;
    opacity: 0;
    position: absolute;
    z-index: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.sf-menu li.firsts .bg-menu {
	border-radius:3px 0px 0 3px;
	-moz-border-radius:3px 0px 0 3px;
	-webkit-border-radius:3px 0px 0 3px;
}
.sf-menu > li:hover .bg-menu, .sf-menu > li.sfHover .bg-menu, .sf-menu > li.current-menu-item .bg-menu{
	bottom: 0;
    left: 0;
    opacity: 1.0;
    right: 0;
    top: 0;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#fff;}

.sf-menu > li > a >.menu-marker {
	display:inline-block;
	width:5px;
	height:3px;
	position:absolute;
	top:23px;
	right:19px;
	background:url(../images/menu-marker.gif) 0 0px no-repeat;
}

.sf-menu ul {
	position:		absolute;
	width:			157px; /* left offset of submenus need to match (see below) */
	background:url(../images/bg-submenu.gif) 0 0 repeat-x #1f2528;
	padding: 10px 0 10px 0;
	z-index:200;
	display:none;
	margin:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			44px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:157px;
	background:url(../images/bg-submenu.gif) 0 0 repeat-x #1f2528;
	padding: 10px 0 10px 0;
	margin:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			157px; /* match ul width */
	top:			-10px;
	z-index:99;
}
.sf-menu ul li {
	background:url(../images/submenu-separator.gif) 0 0 repeat-x;
	margin:0px;
	padding:8px 5px 8px 19px;
	text-align:left;
}
.sf-menu ul li:first-child {background:none;}

.sf-menu li li a {
	text-align:left;
	display:block;
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#c90006;}

.sf-menu ul li li {
	background:url(../images/submenu-separator.gif) 0 0 repeat-x;
	margin:0px;
	padding:8px 5px 8px 19px;
	text-align:left;
}
.sf-menu ul li li:first-child {background:none;}


/* Always remember to compress your live stylesheet and keep an uncompressed backup */


#slider-wrapper {
	width:940px;
	height:300px;
	position:relative;
}
.showcase-load {
    background: none;
    height: 300px;
    overflow: hidden;
    width: 940px;
}
#showcase-holder {
    background: url(../images/loading.gif) center center no-repeat;
    height: 300px;
    margin: 0 0 0px;
    padding: 0px;
}
div {margin:0; border:0;}
.showcase {
    display: none;
    height: 349px;
    margin: 0 auto;
    position: relative;
}
.showcase-content-container {
    background: none;
	position:relative;
	z-index:1;
	width: 940px;
	left:50%;
	margin-left:-470px;
}
.showcase-arrow-previous, .showcase-arrow-next {
    cursor: pointer;
    height: 33px;
    position: absolute;
    top: 220px;
    width: 33px;
}
.showcase-arrow-previous {
    left: 0px;
}
.showcase-arrow-previous:hover {
    background-position: 0 -34px;
}
.showcase-arrow-next {
    background-position: -34px 0;
    right: 0px;
}
.showcase-arrow-next:hover {
    background-position: -34px -34px;
}
.showcase-content {
    background-color:none;
    text-align: center;
	width:940px!important;
}
.showcase-content-wrapper {
    display: table-cell;
    height: 299px;
    text-align: center;
    vertical-align: middle;
    width: 940px;
}
.showcase-plus-anchor {
}
.showcase-plus-anchor:hover {
    background-color: #000000;
}
div.showcase-tooltip {
    color: #000000;
    padding: 5px 8px;
    text-align: left;
}
.showcase-caption {
    display:none;
}
.showcase-caption p {
    margin: 0;
}
.showcase-onepage .showcase-content {
    margin-bottom: 10px;
}
.showcase-button-wrapper {
    clear: both;
    margin-top: 10px;
    text-align: center;
}
.showcase-button-wrapper span {
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    margin-right: 3px;
    padding: 2px 5px 0;
}
.showcase-button-wrapper span.active {
    color: #FFFFFF;
}
.showcase-thumbnail-container {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:2;
	margin-top:-46px!important;
}
.showcase-thumbnail-wrapper {
    overflow: hidden;
}
.showcase-thumbnail {
    border: 1px solid #e1dfdb;
    cursor: pointer;
    height: 55px;
    position: relative;
    width: 84px;
	-webkit-box-shadow: 0px 0px 5px rgba(209,209,209,.48);
	-moz-box-shadow: 0px 0px 5px rgba(209,209,209,.48);
	box-shadow: 0px 0px 5px rgba(209,209,209,.48);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:3px solid #CCC;
}
.showcase-thumbnail img {position:relative; z-index:1;}
.showcase-thumbnail .stroke {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:5px solid #fff;
	z-index:2;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.showcase-thumbnail-caption {
    bottom: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: absolute;
}
.showcase-thumbnail-content {
    padding:10px;
    text-align: center;
}
.showcase-thumbnail-cover {
    background-image: url(images/black-opacity-40.png);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.showcase-thumbnail:hover, .showcase-thumbnail.active {
    border-color: #fff;
	box-shadow: 0 1px 5px rgba(98,63,7,0.33); 
}
.showcase-thumbnail:hover .stroke, .showcase-thumbnail.active .stroke {opacity:1.0;}

.showcase-thumbnail:hover .showcase-thumbnail-cover {
    display: none;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
    display: none;
}
.showcase-thumbnail-wrapper-horizontal {
    margin: 0;
    padding: 14px 0px 13px 0px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
    margin:0 11px 0 5px;
    width: 90px;
}
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	padding: 15px 22px;
	cursor: pointer;
}

.showcase-thumbnail-button-backward {
    margin-right: 9px;
	padding-bottom: 0;
    padding-right: 0;
}
.showcase-thumbnail-button-forward {
    margin-left: 9px;
	padding-bottom: 0;
    padding-left: 0;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, 
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical, 
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, 
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-image: url(../images/direction_nav.png);
	background-repeat:no-repeat;
	display: block;
    height: 55px;
    width: 12px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-position: 0 -55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
    background-position: 0 0px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
    background-position: -12px -55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
    background-position: -12px 0px;
}
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
    display: none;
}
marquee {
	padding: 15px;
	width:750px;
	margin:auto;
	margin-left:10px;
}
marquee img{
	margin-right:15px;
	-moz-box-shadow: 0 0 3px 3px #AAA;
	-webkit-box-shadow: 0 0 3px 3px#AAA;
	box-shadow: 0 0 3px 3px #AAA;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
marquee img:hover{
	margin-right:15px;
	margin-top:-10px;
	-moz-box-shadow: 0 0 3px 3px #AAA;
	-webkit-box-shadow: 0 0 3px 3px#AAA;
	box-shadow: 0 0 3px 3px #AAA;
	width:150px;
	height:100px;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


.article {
	width:940px;
	float:left;
	background:#FFF;
	color:#848484;
	min-height:640px;
}
.article_1 {
	width:940px;
	float:left;
	background:#FFF;
	color:#848484;
}
.article_hp {
	width:940px;
	float:left;
	background:#FFF;
	color:#848484;
}
.article1, .article2, .article3  {
	width:287px;
	float:left;
	margin-right:35px;
}
.article3 {
	margin-right:0px;
}
.article1 h1, .article2 h1, .article3 h1, .article_1 h1{ 
	line-height:44px;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'CourteRegular', sans-serif;
	color:#414141;
	padding-left:50px;
	background:url(../images/home-icon1.jpg) left no-repeat;
}
.article2 h1 {
	background:url(../images/home-icon2.jpg) left no-repeat;	
}
.article3 h1 {
	background:url(../images/home-icon3.jpg) left no-repeat;	
}
.article1 p, .article2 p, .article3 p{
	margin-bottom:10px;
}

/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:0 11px 0 2px;
	background:url(../images/button-marker.gif) 100% 7px no-repeat;
	color:#cb0004;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}
.border-bot {
	background:url(../images/bg-post.png) 0 bottom repeat-x;
	padding-bottom:25px;
	width:940px;
}

/* Footer
---------------------------------------- */


.footer {
	background:url(../images/bg-footer.gif) center top repeat;
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-moz-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-webkit-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	position:relative;
}
.pad-footer {
	width:940px;
	margin:auto;
}
.footer-widget {
	padding:30px 25px 24px 0px;
}
.footer-widget h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
}
.footer-widget li {
	padding-left:20px;
	background:url(../images/button-marker.gif) left no-repeat;
}
.footer-widget li a{
	width:150px;
	font-size:11px;
	text-decoration:none;
	color:#06C;
	text-transform:uppercase;
	font-weight:bold;
}
.footer-widget li a:hover{
	font-size:11px;
	text-decoration:none;
	color:#333;
}
.footer-widget div {
	margin-right:50px;
	display:inline-block;
}
.footer-widget p {
}
.footer-widget div.abt {
	display:inline-block;
	width:160px;
}

/* Address */
.address {
	overflow:hidden;
	width:240px;
	margin:0;
	padding:6px 0 0 0;
}
.address dt {
	display:block;
	margin-bottom:7px;
	padding:0 0 0 44px;
	background:none;
	font-size:12px;
	line-height:18px;
	color:#848484;
	background:url(../images/address-icon1.png) no-repeat 2px 3px;
}
.address dd.phones {
	display:block;
	padding:0 0 0 44px;
	background:url(../images/address-icon2.png) no-repeat 2px 8px;
	margin:0 0 9px 0;
}
.address dd.mail {
	display:block;
	padding:0px 0 3px 44px;
	margin:0;
	color:#c90006;
	background:url(../images/address-icon3.png) no-repeat 2px 4px;
}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			color:#848484;
			margin:0;
		}
	.address dd span {
		float:left;
		width:69px;
	}
		.address dd a {
			font-style:normal;
			color:#c90006;
			text-decoration:none;
		}
		.address dd a:hover {
			text-decoration:underline;
		}


.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
	background:#fff;
	box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-moz-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);
	-webkit-box-shadow: 0 0px 5px rgba(164, 164, 164, 0.58);	
	padding:20px;			
}
.clearfix {
	clear:both;
}
.footer-content {
	font-size:12px;
	line-height:16px;
	color:#848484;
}
.footer-content a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.site-name {color:#848484; text-decoration:none;}
.site-name:hover {color:#cb0004;}

.text-bot {
	color:#cb0004; 
	text-decoration:none; 
	margin:0 3px; 
	text-transform:capitalize;
}
.text-bot:hover {color:#848484;}

#web_designed {
	width:200px;
	font-size:12px;
	text-align:center;
	line-height:20px;
	float:right;
	color:#666;
	padding-left:80px;
}
.banners {
	margin-bottom:15px;
}
.abt-cont img{
	margin-right:15px;
}
.article h2 {
	font-size:24px;
	border-bottom:1px #999 solid;
	margin-bottom:15px;
	padding-bottom:10px;
	font-family: 'open sans';
	color:#333;
}


#side{
    float:left;
    width:270px;
    padding-bottom:1.3em;
    overflow:hidden;
	-moz-box-shadow: 0 0 5px 5px #CCC;
	-webkit-box-shadow: 0 0 5px 5px#CCC;
	box-shadow: 0 0 5px 5px #CCC;
	padding:20px 10px;
	margin-top:15px;
}
#side h1{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#side a { color:#000; text-transform:uppercase; text-shadow:2px 2px 2px #FFF, 1px 1px 1px #333; }
#side a:hover { color:#F00;}

.accordion {margin:0; padding:0px;
	font-family: 'open sans'; font-size:14px; font-weight:bold;}

.accordion li {list-style:none; line-height:15px;  padding:20px 0 0 0; background:url(../images/bullet_go.png) left 17px no-repeat; padding-left:25px;}

.accordion li a{text-decoration:none; list-style:none;}
 
.accordion li a:hover {text-decoration:none; color:#F60;}

.pro-desc {
	width:590px;
	float:right;
	margin:15px 0 15px 0;
	-moz-box-shadow: 0 0 5px 5px #CCC;
	-webkit-box-shadow: 0 0 5px 5px#CCC;
	box-shadow: 0 0 5px 5px #CCC;
	padding:15px;
	border-radius:10px;
}
.pro-desc h1{
	padding-bottom:10px;
	color:#09C;
}
.pro-desc h4{
	color:#09C;
}
.pro-desc img{
	float:left;
	margin-right:15px;
}
.pro-desc p{
	line-height:20px;
	text-align:justify;
	margin-bottom:10px;
	color:#333;
}
.gmap {
	float:left;
	margin-right:35px;
}
.abt-cont1 {
	margin-top:20px;
}
.abt-cont1 li {
	list-style:circle;
	list-style-position:inside;
	font-weight:bold;
}


#enquiry_form {
	width:755px;
	margin:15px 0 0 0;
	padding:0;
	font-family:arial;
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:40px;
}
#enquiry_form button {
	margin:50px 0 0 0;
}
.textbox {
	outline:none;
	border:1px solid #e2e2e2;
	font-family:arial;
	font-size:12px;
	color:#000;
	width:160px;
	line-height:25px;
	height:25px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   border:none;
   outline:none;
}
.textarea2 {
	width:85%;
	outline:none;
	border:1px solid #e2e2e2;
	font-family:arial;
	font-size:12px;
	color:#000;
	line-height:20px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   border:none;
}
.submit1 {
	cursor:pointer;
	background:#999;
	line-height:30px;
	height:30px;
	width:150px;
}
.enquire {
	float:left;
	margin-left:40px;
	width: 460px;
}
.enquire strong{
	display:block;
}
.textfield, .textarea, .submit {
	line-height:19px;
	width:326px;
	color:#AAA;
	border-radius:5px;
	border:1px #D0CACA solid;
	height:44px;
	padding-left:5px;
	outline:none;
	background:transparent;
}
.submit {
	cursor:pointer;
	background:#145588;
}
.textarea {
	line-height:15px;
	height:85px;
}


#comments {
  float:left;
  width:450px;
}

#comment-wrapper {
  position: relative;
}

#commentWrapper { /* required to avoid jumping */
  left: 0px;
  position: absolute;
  margin-left: 35px;
  width:280px;
}

#comment {
	position: absolute;
	top: 0;
	left: 1px;
}

#comments ol li {
  border-top: 1px solid purple;
}

#comments ol li:first-child {
  border-top: 0;
}

#comment.fixed {
  position: fixed;
  top: 0;
}
.margintop {
	margin-top:25px;
}
#gallery_images_holder li {
	padding:5px 5px 3px 5px;
	margin: 6px;
	box-shadow:2px 2px 5px #e2e2e2;
	background:#fafafa;
}
#gallery_images_holder li:hover {
	padding:5px 5px 3px 5px;
	margin: 6px;
	box-shadow:2px 2px 5px #CCC;
	background:#a28c66;
	border:1px solid #FFF;
}
#homepage_boxes ul {
	margin:0 0 0 10px;
	padding:0 0 0 0;
}
#homepage_boxes li img {
	background:url(../images/loader.gif) center no-repeat;
}
#homepage_boxes li {
	list-style:none;
	float:left;
	background:#fafafa;
	border:1px solid #e0e0e0;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#homepage_boxes li:hover {
	list-style:none;
	float:left;
	background:#FFF;
	border:1px solid #CCC;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	box-shadow:0px 0px 5px #e2e2e2;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
