/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */





.box {
	background: #AFAFAF;
	border-radius: 3px;
	border-bottom: 1px solid #929292;
	margin-bottom: 4%;
}
.box-content{
	padding: 5% 6%;
	color: #FFF;
}
.box-heading h1{
	padding:5% 5% 0% 5%;
}
.box-heading h1 a{
	color:#fff;
	font-size:1.5em;
}
.box-content strong {
	font-weight: normal;
	text-decoration: underline;
}
.box-title{
	background: #D54F30;
	border-bottom: 1px solid #D54F30;
	padding: 12px 17px 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #373737;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 4%;
}
.box-title h1 a{
	color:#fff;
}
.list-categories{
	margin-bottom:4%;
}
p.title {
	font-size: 13px;
	color:#D54F30;
	line-height: 1.6em;
	margin-top: 9%;
}
p.title1 {
	font-size: 13px;
	color:#333;
	line-height: 1.8em;
}
.price {
	padding: 5% 0;
	font-size: 15px;
}
span.reducedfrom {
	margin-right: 8%;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
span.actual {
	text-decoration: line-through;
	margin-right: 8%;
	color: #555;
	font-size: 1.2em;
}
.grid_1{
	border: 1px solid #D9D9D9;
}
.grid_1 img{
	display:block;
}
.grid_desc{
	padding: 1% 7% 7% 7%;
	border-top: 1px solid #D9D9D9;
}
.cart{
	float:left;
}
.cart a img:hover{
	background: #C74426;
}
.cart img{
	background: #D54F30;
}
.button{
	border: 1px solid #D9D9D9;
	border-bottom: 1px solid #B9B9B9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F5F5F5;
	float:right;
	padding: 7px 20px;
	color:#D54F30;
	font-size: 1em;
	font-weight: bold;
	cursor:pointer;
}
.button:hover{
	background: #D54F30;
	color:#fff;
}
/*--Content--*/
.main{
	background: #FFF;
	padding: 0% 6% 6% 6%;
}
/*  GRID OF THREE   ============================================================================= */
.grid_1_of_3{
	display: block;
	float:left;
	margin-top: 1%;
	padding-left: 1.6%;
	/* margin: 1% 0 1% 1.6%;*/
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 32.2%;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
    max-height:	150px;
	min-height:	150px;
	
}
.images_1_of_3  h3{
	color:#a30505;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.2em;
	font-weight : normal;
	letter-spacing: -1px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:33.3%;
		padding:0%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:0%;
	}
}
.box_wrapper {
	padding: 5px 5px 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	border-bottom: 1px solid #D0D0D0;
	background: #AD1C1B;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ad1c1b 0%, #b01f1d 13%, #af1f1d 25%, #ac1a19 44%, #9a1110 78%, #991110 86%, #9e1211 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AD1C1B), color-stop(13%,#B01F1D), color-stop(25%,#AF1F1D), color-stop(44%,#AC1A19), color-stop(78%,#9A1110), color-stop(86%,#991110), color-stop(100%,#9E1211));
	background: -webkit-linear-gradient(top, #AD1C1B 0%,#B01F1D 13%,#AF1F1D 25%,#AC1A19 44%,#9A1110 78%,#991110 86%,#9E1211 100%);
	background: -o-linear-gradient(top, #ad1c1b 0%,#b01f1d 13%,#af1f1d 25%,#ac1a19 44%,#9a1110 78%,#991110 86%,#9e1211 100%);
	background: -ms-linear-gradient(top, #ad1c1b 0%,#b01f1d 13%,#af1f1d 25%,#ac1a19 44%,#9a1110 78%,#991110 86%,#9e1211 100%);
	background: linear-gradient(to bottom, #AD1C1B 0%,#B01F1D 13%,#AF1F1D 25%,#AC1A19 44%,#9A1110 78%,#991110 86%,#9E1211 100%);
	border-right: 1px solid #A61C1A;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	filter: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.text{
	margin-top:7px;
}
/*--Footer--*/
.footer-bottom {
	font-size: 1em;
	margin-top: 2%;
	text-align: left;
	overflow: hidden;
	display: block;
	padding: 16px 20px 16px 20px;
	clear: both;
	background: url('../images/tail_footer.gif') 0 0px repeat-x;
	border-bottom: 1px solid #D9D9D9;
	border-radius: 3px 3px 0 0;
}
.copy p{
	font-size:13px;
}
.copy p a{
	color: #D54F30;
}
.copy p a:hover{
	text-decoration:underline;
}
/*--about--*/
.about_wrapper {
	padding:10px 17px 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #373737;
	border-bottom: 1px solid #D0D0D0;
	background: #F5F5F5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*  GRID OF Content with Image   ============================================================================= */
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }
.images_3_of_1 {
	width:30.2%;
}
.span_2_of_3{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.span_2_of_3  h3{
	color:#D54F30;
	margin-bottom:0.3em;
	font-size:1.2em;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_2_of_3  p  {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
	line-height: 1.6em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.image{
		padding:3%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;	
		padding:2% 0 2% 0;	
	}
	.span_2_of_3 {
		width:100%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.image{
		padding:4%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;
		padding:2% 0 2% 0;		
	}
	.span_2_of_3 {
		width:100%;
	}
}
.about-group{
	margin-top:3%;
}
p.about-para {
	color: #333;
	font-size: 13px;
	line-height: 1.6em;
}
.about-top{
	margin-bottom: 2%;
}
.btn-6a {
	border: 4px solid #D54F30;
}
.btn-6 {
	color: #FFF;
	background:#D54F30;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn {
	font-size:13px;
	cursor: pointer;
	padding:8px 15px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-6a:hover {
	background: rgba(0, 0, 0, 0);
	color: #226FBE;
	border: 4px solid #D54F30;
}
.team {
	padding-top:2%;
}
.team h2 {
	font-size:1.8em;
	color: #D54F30;
	padding-bottom:1%;
}
.team p {
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #333;
	line-height: 1.6em;
}
.about-bottom{
	margin-top:3%;
}
ul.list-2 li {
	padding-bottom: 2%;
	line-height: 18px;
	background: url(../images/list-icon.png) 0 3px no-repeat;
}
ul.list-2 li span {
	font-size: 13px;
	color:#333;
	line-height: 18px;
}
ul.list-2 li span a {
	font-size: 14px;
	color: #D54F30;
	line-height: 18px;
	text-decoration: underline;
	line-height: 1.8em;	
}
.paging {
	margin: 3% 0 2%;
}
.paging li a {
	float: left;
	display: block;
	color: #555;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px 10px;
	background:#f0f0f0 url(../images/but.png);
	border: 1px solid #CED3C9;
	font-size: 13px;
}
.paging li a:hover {
	background:#E9E7E7; 
	color: #333;
}
/*--single--*/
.links {
	padding: 10px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin: 2% 0;
}
.links ul li {
	display: inline-block;
}
.links ul li a {
	font-size: 13px;
	color: #333;
	padding-left: 20px;
}
.links ul li a:hover{
	text-decoration:underline;
}
.links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}
.links ul li:last-child {
	float: right;
}
.images_1_of_3 h4 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
.images_1_of_3 h4 a{
	color: #333;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -1px;
}
.images_1_of_3 h4 a:hover{
	color:#C94848;
}
.comments-area {
	margin-top: 50px;
	color:#333;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
}
.comments-area label {
	display: block;
}
.comments-area span {
	color: #A60000;
	position: absolute;
	left: 4px;
	top: 30px;
}
.comments-area input[type="text"] {
	padding: 7px 15px;
	width: 47%;
	color: #222;
	font-size: 13px;
	border: none;
	background: #F0F0F0;
	outline: none;
	display: block;
}
.comments-area textarea {
	padding: 7px 15px;
	width: 70%;
	color: #222;
	font-size: 13px;
	outline: none;
	height: 100px;
	display: block;
	border: none;
	background: #F0F0F0;
	font-family: 'Arial', sans-serif;
}
.leave-comment, .leave-reply {
	margin: 5% 0 -3%;
}
.leave-comment a, .leave-reply a {
	color: #333;
	font-size:1.5em;
}
.comments-area input[type="submit"] {
	padding: 8px 15px;
	color: #666;
	background: #F1F1F1;
	background: -moz-linear-gradient(top, #F1F1F1 0%, #E0E0E0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#E0E0E0));
	background: -webkit-linear-gradient(top, #F1F1F1 0%,#E0E0E0 100%);
	background: -o-linear-gradient(top, #F1F1F1 0%,#E0E0E0 100%);
	background: -ms-linear-gradient(top, #F1F1F1 0%,#E0E0E0 100%);
	background: linear-gradient(to bottom, #F1F1F1 0%,#E0E0E0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 );
	border: 1px solid #BBB;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	border: 1px solid #BBB;
	cursor: pointer;
}
.comments-area [type="submit"]:hover {
	color:#D54F30;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_c {
	width:100%;
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_c h3 {
	font-size: 1.8em;
	color: #D54F30;
	padding: 2% 0;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#D54F30 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	background-color:#000;
}
.span_2_of_a h4{
	color: #D54F30;
	margin-bottom: 0.3em;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.branch-left{
	width:25%;
	float:left;
}
.branch-right{
	width:25%;
	float:left;
}
/*  GRID OF TWO   ============================================================================= */
.col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #F0F0F0;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 49.2%;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_2{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
}
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--Media Queries--*/
@media (max-width:1366px){
	.wrap{
		width:95%;
	}	
}
@media (max-width:1280px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:203px;
	}
}
@media (max-width:1024px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:160px;
		min-height:0px;
	}
	#slideshow .arrow{
		top: 40%;
	}
	#slideshow {
		height: 341px;
	}
	.button {
		font-size: 13px;
	}
	.div_2 a {
		font-size: 1.5em;
	}
	.box-content {
		font-size: 13px;
	}
	.team h2 {
		font-size: 1.5em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width: 97%;
	}
}
@media (max-width:800px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:121px;
		min-height:0px;
	}
	#slideshow .arrow{
		top: 40%;
	}
	#slideshow {
		height:263px;
	}
	.button {
		font-size: 13px;
		padding: 5px 10px;
	}
	.div_2 a {
		font-size:1.2em;
	}
	.box-content {
		font-size: 13px;
	}
	.team h2 {
		font-size: 1.5em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width: 96%;
	}
	.follow_icon {
		float:none;
	}
	.user_menu li {
		float:none;
	}
	.user_menu{
		margin-bottom:20px;
	}
	.header-bot {
		padding: 8% 2% 2% 2%;
	}
	span.actual {
		margin-right:0px;
		color: #555;
		font-size: 1em;
	}
	span.reducedfrom {
		font-size: 1em;
	}
}
@media (max-width:640px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:96px;
		min-height: 0px;
		font-size: 13px;
	}
	#slideshow .arrow{
		top: 40%;
	}
	#slideshow {
		height:290px;
	}
	.button {
		font-size: 13px;
		padding: 3px 7px;
	}
	.div_2 a {
		font-size:1.2em;
	}
	.box-content {
		font-size: 13px;
	}
	.team h2 {
		font-size: 1.5em;
		padding-bottom:0px;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width: 97%;
	}
	.follow_icon {
		float:none;
	}
	.user_menu li {
		float:none;
	}
	.user_menu{
		margin-bottom:20px;
	}
	.header-bot {
		padding: 8% 2% 2% 2%;
	}
	span.actual {
		margin-right:0px;
		color: #555;
		font-size: 1em;
	}
	span.reducedfrom {
		font-size:13px;
	}
	.user_menu li {
		padding: 0px 5px 0px 5px;
	}
	.logo {
		width: 30%;
	}
	.search input[type="text"] {
		width:200px;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
		margin-right:0px;
	}
	.header-para {
		float:none;
		width:100%;
	}
	.span_1_of_2 img{
		width: 24%;
	}
	.leave-comment, .leave-reply {
		margin: 1% 0 -6%;
	}
	.paging {
		margin: 1% 0 12%;
	}
	.box-content {
		padding: 3% 5%;
	}
	.box-heading h1 {
		padding: 3% 5% 0% 5%;
	}
	.span_2_of_c h3 {
		font-size: 1.5em;
	}
}
@media (max-width:480px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:68px;
		min-height: 0px;
		font-size: 13px;
	}
	#slideshow .arrow{
		top: 40%;
	}
	#slideshow {
		height:210px;
	}
	.button {
		font-size: 13px;
		padding: 3px 7px;
	}
	.div_2 a {
		font-size:1.2em;
	}
	.box-content {
		font-size: 13px;
	}
	.team h2 {
		font-size: 1.5em;
		padding-bottom:0px;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width: 97%;
	}
	.follow_icon {
		float:none;
	}
	.user_menu li {
		float:none;
	}
	.user_menu{
		margin-bottom:20px;
	}
	.header-bot {
		padding:12% 2% 2% 2%;
	}
	span.actual {
		margin-right:0px;
		color: #555;
		font-size: 1em;
	}
	span.reducedfrom {
		font-size:13px;
	}
	.user_menu li {
		padding: 0px 5px 0px 5px;
		font-size: 12px;
	}
	.logo {
		width: 30%;
	}
	.search input[type="text"] {
		width: 160px;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
		margin-right:0px;
	}
	.header-para {
		float:none;
		width:100%;
	}
	.span_1_of_2 img{
		width: 24%;
	}
	.leave-comment, .leave-reply {
		margin: 1% 0 -10%;
	}
	.paging {
		margin: 1% 0 12%;
	}
	.box-content {
		padding: 3% 5%;
	}
	.box-heading h1 {
		padding: 3% 5% 0% 5%;
	}
	.span_2_of_c h3 {
		font-size: 1.5em;
	}
	.search input[type="text"] {
		height: 25px;
	}
	.gray-button {
		height: 28px;
	}
	.grid_desc {
		padding: 0% 6% 6% 6%;
	}
	.btn {
		padding: 5px 10px;
	}
	.images_1_of_3 {
		width: 100%;
	}
}
@media (max-width:320px){
	.wrap{
		width:95%;
	}	
	.top-nav li a {
		width:100%;
		min-height: 0px;
		font-size: 13px;
	}
	#slideshow .arrow{
		top: 40%;
	}
	#slideshow {
		height:133px;
	}
	.button {
		font-size: 13px;
		padding: 3px 7px;
	}
	.div_2 a {
		font-size:1.2em;
	}
	.box-content {
		font-size: 13px;
	}
	.team h2 {
		font-size: 1.5em;
		padding-bottom:0px;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width: 91%;
	}
	.follow_icon {
		float:none;
	}
	.user_menu li {
		float:none;
	}
	.user_menu{
		margin-bottom:20px;
	}
	.header-bot {
		padding:15% 2% 2% 2%;
	}
	span.actual {
		margin-right:0px;
		color: #555;
		font-size: 1em;
	}
	span.reducedfrom {
		font-size:13px;
	}
	.user_menu li {
		padding: 0px 5px 0px 5px;
		font-size: 12px;
	}
	.logo {
		width:70%;
	}
	.search input[type="text"] {
		width: 160px;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
		margin-right:0px;
	}
	.header-para {
		float:none;
		width:100%;
	}
	.span_1_of_2 img{
		width:23%;
	}
	.leave-comment, .leave-reply {
		margin: 1% 0 -15%;
	}
	.paging {
		margin:5% 0 32%;
	}
	.box-content {
		padding: 3% 5%;
	}
	.box-heading h1 {
		padding: 3% 5% 0% 5%;
	}
	.span_2_of_c h3 {
		font-size: 1.5em;
	}
	.search input[type="text"] {
		height: 25px;
	}
	.gray-button {
		height: 28px;
	}
	.grid_desc {
		padding: 0% 6% 6% 6%;
	}
	.btn {
		padding: 5px 10px;
	}
	.top-nav li {
		float:none;
		border-right:0px;
	}
	.top-nav li:first-child {
		border-left:0px;
	}
	.top-nav li a {
		padding: 10px 0 10px;
	}
	.span_2_of_a h4 {
		font-size: 1.5em;
	}
}
	

