@import"reset.css";@import"skeleton.css";@import"forms.css";@import"flexslider.css";@import"MyFontsWebfontsKit.css";@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
body{
	background: #f0f0f0;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	position:relative;
	min-width:990px;
  -webkit-text-size-adjust: none;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#CA150F;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;font-family: Eurostile-Bol;font-weight: normal;font-style: normal;}
h1{font-size:34px;}
h2{font-size:26px;color:#CA150F;text-transform:uppercase;}
h3{font-size:30px;color:#999999;text-transform:uppercase;padding-bottom:10px} 
h4{font-size:34px;color:#444444;text-transform:uppercase;}  
h5{font-size:26px;color:#444444;text-transform:uppercase;}  
h6{font-size:16px;color:#333333;text-transform:uppercase;vertical-align:middle;}
	h6 a{color:#333333;}
		h6 a:hover{text-decoration:underline; color:#CA150F;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.br-nodisplay {display: none;}
.br-display {display: block;}
.company {display: block;}
.space {padding-left:20px;}
.br-nodisplay2 {display: none;}
.br-nodisplay3 {display: none;}
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle;}
.color1{color:#ff2100;}

.main {
	width:986px; 	
	padding:0;
	margin:0 auto;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.clear2 {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 background: #ffffff;
 width: 0;
 height: 0;
}


.logo {
	display:block; 
	width:187px; 
	height:42px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {	
	width:100%;
	position:relative; 
	z-index:2;
	
}

.p9 {
	padding-bottom:26px;
}

.last3 {
	background:none !important;
}

.head-box1 {
	background:url(../images/banner.gif) 0 0 repeat;
}


.head-list {
    float: right;
    margin-right: 23px;
    padding-top: 45px;
}

.head-list a {
	color:#848484;
	transition: all 0.4s ease 0s;
	font-size:10px;
	text-transform:uppercase;
}

.head-list a:hover {
	color:#CA150F;
	text-decoration:none;
}


.head-list li {
    background: url("../images/divider1.gif") no-repeat scroll 0 2px transparent;
    display: block;
    float: left;
    margin-left: 8px;
    padding-left: 11px;
}

header h1 {
	padding:33px 0 0 23px;
	margin:0;
	font-size:0;
	float:left;
	line-height:0;
}

nav {
	float:left;
}

.head-box2 {
	background:url(../images/head-bg1.gif) repeat-x 0 0 #666666;
}

.head-box3 {
	background: #ffffff;
	padding:3px 24px 3px 24px;
}

.head-box4 {
	background: #ffffff;
	padding:33px 24px 33px 24px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	background:url(../images/divider2.gif) no-repeat right 0;
	position:		relative;
}
.sf-menu a {
    color: #FFFFFF;
    display: block;
    font-family: Eurostile-Bol;
    font-size: 18px;
    font-weight: normal; 
	font-style: normal; 
    line-height: 20px;
    padding: 16px 25px;
    position: relative;
    text-transform: uppercase;
}
.sf-menu a:hover,
.sf-menu li.current>a,
.sf-menu li.sfHover > a {
	text-decoration:none;
	background:url(../images/menu-hov.gif) repeat-x 0 0 #292929;
	text-transform: uppercase;
	font-weight: normal; 
	font-style: normal; 
}

.sf-menu ul a:hover,
.sf-menu ul li.current>a,
.sf-menu ul li.sfHover > a {
	color:#fff;
	background:#CA150F;
	text-transform: uppercase;
	font-weight: bold;
}

.sf-menu ul ul a:hover,
.sf-menu ul ul li.sfHover > a {
	color:#FFFFFF;
	background:#292929;
	text-transform: uppercase;
	font-weight: bold;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	background:#292929;
	text-transform: uppercase;
	font-weight: bold;
	width:			240px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul ul {
	background:#666666;
	width:240px;

}
.sf-menu ul li {
	width:			100%;
	background:none;
}
.sf-menu ul a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	line-height:15px;
	padding:8px 0 8px 26px;
	letter-spacing:1px;	
}
.sf-menu ul ul a {color:#fff;padding:8px 16px 8px 22px;}

.sf-menu ul li span {
	display:block;
	position:absolute;
	left:20px;
	background:url(../images/divider3.png) repeat-x 0 0;
	width:63%;
	bottom:-1px;
	height:1px;
}
.sf-menu ul ul li span {
	background:url(../images/divider4.png) repeat-x 0 0;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			53px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			241px; /* match ul width */
	top:			0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#search1 input {
    border: none;
    color: #000;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
	background:#fff;
    outline: medium none;
    padding: 4px 24px 4px 13px;
    width: 215px;
}

#search1 {
    float: right;
    margin: 15px 24px 0 0;
    position: relative;
}


#search1 a {
    background: url("../images/marker1.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    position: absolute;
    right: 8px;
    top: 7px;
    width: 11px;
}

#search1 a:hover {
	background-position:0 -31px;
}


/********************** Content ************************/

.no-img {
	width:635px;
	
}

.feature-text {
	color: #444444;
    display: block;
    font-family: Eurostile-Bol;
    font-size: 42px;
    font-weight: normal; 
	font-style: normal; 
    text-transform: uppercase;
	line-height:46px;
}

.feature-textBlue {
	color: #0000FF;
    display: block;
    font-family: Eurostile-Bol;
    font-size: 42px;
    font-weight: normal; 
	font-style: normal; 
    text-transform: uppercase;
	line-height:46px;
}

.feature-text2 {
	color: #444444;
    display: block;
    font-family: Eurostile-Bol;
    font-size: 42px;
    font-weight: normal; 
	font-style: normal; 
    text-transform: uppercase;
	line-height:46px;
}

.feature-textBlue2 {
	color: #0000FF;
}

#content {
	width:986px;
	background:#fff; 
	padding:26px 0 20px;
	position:relative;
	z-index:1;
	margin:0 auto;
}


.p10 {
	padding:30px 0 30px !important;
}

aside {
	padding:31px 0 35px;
	margin:0;
	position:relative;
	width:100%;
}

.img-bot {
	background:#fff;
	display:inline-block;
}

img-bot1 {
	{display: block;}
}

.img-bot2 {
	border:2px solid #CCCCCC;
	background:#fff;
	padding:6px;	
}	

.img-bot2:hover {
	border:2px solid #CA150F;
}

.img-bot3 {
	background:#fff;
	display:inline-block;
}																							
/***** Page 1 *****/


.p6 {
	padding-top:10px;
	color:#727272;
	font-size:12px;
	line-height:18px;
}

.link1 {
    color: #CA150F;
}

.link1:hover {
    color: #4d4d4d;
	text-decoration:underline;
}

.page1-img1 {
	margin-bottom:10px;
}


.border1 {
    border-bottom: 6px solid #CA150F;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.text1 {
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	display:block;
	margin-bottom:17px;
}

.prod-image {display: block; height:2010x; width:193px;}

.button1 {
    background: url("../images/button1.gif") repeat-x scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline-block;
	border: none;
    font-family: Eurostile-Bol;
    font-size: 16px;
    font-weight: normal; 
	font-style: normal; 
    line-height: 18px;
    padding: 8px 8px;
    text-transform: uppercase;
}

.button1:hover {
	text-decoration:none;
	background:url(../images/menu-hov.gif) repeat-x 0 0 #696969;
}

.p7 {
	padding-bottom:37px;
}


.page1-img2 {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.time1 {
	font-size:16px;
	font-family: Eurostile-Bol;
	font-weight: normal; 
	font-style: normal; 
	color:#CA150F;
	margin-bottom:4px;
	display:block;
	line-height:20px;
	
}

.page1-box2 {
	padding-top:7px;
	overflow:hidden;
	
}

.border2 {
	border-bottom:1px solid #e2e3e4;
	margin-bottom:12px;
}

.page1-box2 p {padding-bottom:17px;}

.border3:before {
	position:absolute;
	display:block;
	height:90%;
	width:1px;
	background:#e2e3e4;
	top:0;
	left:-11px;
	content:'  ';
}

.border3 {
    position: relative;
}

.p8 {
	margin-top:17px;
}


.text2 {
    border-bottom: 1px solid #C8C8C8;
    color: #4A4A4A;
    display: block;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 13px;
    padding-bottom: 9px;
}

.list1 a {
	color:#929292;
	transition: all 0.4s ease 0s;
	font-size:12px;
}

.list1 a:hover {
	color:#CA150F;
	text-decoration:none;
}

.list1 li {
	display:block;
	line-height:16px;
	padding-bottom:8px;
}

.soc-links a {
	display:block;
	width:24px;
	height:24px;
}

.soc-links {
	padding-top:4px;
	padding-left:2px;
}

.soc-links a:hover {background-position:0 -42px;
}

.soc-link1 {background:url(../images/soc-link1.png) no-repeat 0 0 ;
}
.soc-link2 {background:url(../images/soc-link2.png) no-repeat 0 0 ;
}
.soc-link3 {background:url(../images/soc-link3.png) no-repeat 0 0 ;
}
.soc-link4 {background:url(../images/soc-link4.png) no-repeat 0 0 ;
}

.soc-links li {
	display:block;
	float:left;
	margin-right:7px;
}

/***** this is the home clickables *****/
.home-links a {
	display:block;
	width:271px;
	height:281px;
}          

.home-links {
	padding-top:4px;
	padding-left:2px;
}

.home-links a:hover {background-position:0 -294px;
}

.home-link1 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}
.home-link2 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}
.home-link3 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}
.home-link4 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}
.home-link5 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}
.home-link6 {background:url(../images/home_link1.png) no-repeat 0 0 ;
}

.soc-links li {
	display:block;
	float:left;
	margin-right:7px;
}

																									/***** Page 2 *****/

.page2-img1 {
	margin-bottom:15px;
}

.p11 {
	margin-bottom:28px;
}

.text3 {
	float:left;
	margin-right:6px;
	color:#4a4a4a;
	font-size:14px;
	display:block;
}

.page2-box1 p {
	padding-bottom:14px;
}

.list2 a {
	color:#4a4a4a;
	transition: all 0.4s ease 0s;
	font-size:14px;
	text-transform:uppercase;
}

.list2 a:hover {
	color:#CA150F;
	text-decoration:none;
}


.list2 li {
    background: url("../images/marker2.png") no-repeat scroll 0 5px transparent;
    display: block;
    line-height: 17px;
    padding-bottom: 13px;
    padding-left: 17px;
}

.p12 {
	padding-bottom:28px;
}

.link2 {
	font-family: Eurostile-Bol;
	font-weight: normal;
	font-style: normal;
	color:#444444;
	transition: all 0.4s ease 0s;
	font-size:20px;
	text-transform:uppercase;
}

.link2:hover {
	color:#CA150F;
	text-decoration:none;
}

.link3 {
	font-family: Eurostile-Bol;
	font-weight: normal;
	font-style: normal;
	color:#444444;
	transition: all 0.4s ease 0s;
	font-size:26px;
	text-transform:uppercase;
	padding-bottom: 10px;
	line-height:1.3em;
}

.link3:hover {
	color:#CA150F;
	text-decoration:none;
}

.link4 {
	font-family: Eurostile-Bol;
	font-weight: normal;
	font-style: normal;
	color:#444444;
	transition: all 0.4s ease 0s;
	font-size:34px;
	text-transform:uppercase;
	line-height:1.3em;
}

.link4:hover {
	color:#CA150F;
	text-decoration:underline;
}

.page2-img2 {
	margin-bottom:16px;
}

.p13 {
	margin-bottom:5px;
}

.p14 {
	padding-top:4px;
}


.page2-im3 {
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}

.page2-box2 {
	overflow:hidden;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:16px;
}

.p15 {
	margin-bottom:26px;
}
.p16 {
	margin-bottom:6px;
}

.page2-box2 p {
	padding-bottom:16px;
}

.last5 {
	border:none !important;
	margin-bottom:0 !important;
}

.p17 {
	padding-bottom:25px;
}

.page2-img4 {
	float:right;padding-top:5px;
	
}

.text4 {
    float: right;
    font-size: 11px;
    margin-top: -13px;
    position: relative;
}

.p18 {margin-top:3px;}
																									/***** Page 3 *****/



.page3-img1 {
    float: left;
    margin: 3px 20px 10px 0;
}

.page3-img3 {
    float: left;
    margin: 3px 20px 10px 0;
	overflow:hidden;
}

.page3-img2 {
    float: right;
    margin: 3px 20px 6px 0;
}

.p19 {
	margin-bottom:47px;
}
																									/***** Page 4 *****/

.p20 {
	margin-bottom:22px;
}

.time2 {
    background: url("../images/marker5.gif") no-repeat scroll 0 0 transparent;
    color: #FEFFFF;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    line-height: 16px;
    margin-right: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 56px;
}
.time2 span {
	display:block;
}

.p21 {
	margin-bottom:29px;
}

.p22 {
	padding-top:8px;
	padding-right:30px;
}

.p25first {
    overflow: hidden;
	padding-top:1px;
	padding-bottom: 15px;
}

.p25 {
    overflow: hidden;
	padding-top:14px;
	padding-bottom: 14px;
}

.inner1 {
	margin-bottom:25px;
}

.page5-img1 {
	text-align: left;
	margin-bottom:10px;
}

.page5-box1 p {
	padding-right:30px;
	
}

.p23 {
	margin-top:5px;
}

.p24 {
	margin-bottom:36px;
}

.page6-img1 {
	margin-bottom:25px;
}

																									/***** Page 5 *****/

.product {
	background: #CA150F;
    color: #FFFFFF;
    display: inline-block;
    font-family: Eurostile-Bol;
    font-size: 16px;
    font-weight: normal; 
	font-style: normal; 
    line-height: 20px;
    padding: 8px 18px;
    text-transform: uppercase;
	width: 300;
}
																							
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul li
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 20px; 
}

.dl1 dt {width:200px;margin-bottom: 18px;font-size:16px;}

.dl1 span {float:left; width:93px;}

.dl1 dd { line-height:18px;font-size:14px;}

.dl1 dd a {color:#333333;transition: all 0.4s ease 0s;font-weight: bold;line-height: 16px;}

.dl1 dd a:hover {color:#CA150F; text-decoration:underline;}
	
/******************** Form ******************/
.error {
	border: 4px solid #CA150F;
	padding: 15px 15px 15px 15px;
	display:inline-block;
	width: 50%;
	
}
.rules {font-siinkze: 11px; colour: #666666;}
.submit {
padding-left: 0px;
}
.input {
	outline: none;
	border:1px solid #999999;
	color: #878b91;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height:16px;
	height:16px;
    margin: 0;
	background:none;
   padding: 8px 15px 7px;
    width: 85%;
	display:inline-block;
}
.textarea {	
	height:200px;
	margin:0;
	width:85%;	
	resize:none;
	outline: none;
	border:1px solid #999999;
	background:none;
	line-height:16px;
	padding: 8px 15px 7px;
	overflow:auto;
	color:#878b91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:0 0 30px;
	background:#D5D5D5;
}

.foot-page1 {
	width:940px;
	font-size:12px;
	margin:0 auto;
	padding-top:17px;
}
.foot-page1 a {
	color:#333333;
	transition: all 0.4s ease 0s;
}

.foot-page1 a:hover {
	color:#CA150F;
	text-decoration:underline;
}



.foot-page1 span {
    color: #4A4A4A;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 20px;
	margin-top:-1px;
    padding-right: 6px;
    text-transform: uppercase;
}
.foot-page1 span strong {
	color:#31a9e9;
	text-transform:none;
}

.sf-menu>li>a .menu-arrow{
    display:block;
    position: absolute;
    width:5px;
    height:3px;
    left: 50%;
    bottom: 10px;
    text-indent:-100%;
    font-size:0;
    line-height:0;
    background: url('../images/menu_arrow.png') 0 -7px no-repeat;
    vertical-align: middle;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
  body{min-width:768px;}
  .br-nodisplay {display: none;}
  .br-nodisplay2 {display: block;}
  .main, #content{width: 768px;}
  .foot-page1{width: 748px;}
  #search1 input{width: 170px;}
  .flexslider, .flexslider .slides > li{height: auto;}
  .flexslider{padding-bottom: 30px;}
  .banner{display: none;}
  .flex-control-thumbs{text-align: center;width: 100%;bottom: 40px;}
  .page1-img1 img{width: 100%;}
  .soc-links li{margin-right: 2px;}
  .img-bot{display: block;}
  #form1 input, #form1 textarea{width: 100%;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;height: auto;display: block;}
  .page6-img1 iframe{width: 100%;}
  #form1 textarea{height: 200px;}
  #form1 label{display: block;}
  #form1 label.message{width: auto;height: auto;padding-bottom: 20px;}
  .input {width: 85%;}
  .textarea {width: 85%;}
  .feature-text2 {font-size: 32px; line-height:36px;}
 .feature-textBlue2 {color: #0000FF;}
 .about {width:100%;}
 .header {display: none;}
 .br-display {display: none;}
 .prod-image {display: block; height:1750px; width:172px;}
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 .br-nodisplay {display: block;}
 .space {padding-left:0px;}
 .prod-image {display: none;}
 .img-bot{margin: 3px 20px 6px 0;width:100%;float: none;}
 .img-bot1{display: none;}
 .img-bot3{display: none;}
 .main, #content, .foot-page1{width: 420px;}
 header h1, .head-list{float: none;}
 header h1{padding-left: 0;}
 header h1 a{margin: 0 auto;}
 .head-list{padding-top: 20px;text-align: center;margin: 0;overflow: hidden;}
 .head-list li{float: none;display: inline-block;}
 nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;
		padding:20px 15px;
	}
		nav:before{
			content:'Menu:';
			display:block;
			margin-bottom:5px;
		}
	.sf-menu{display:none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#464646;
		width:100%;
    outline: none;
    padding: 5px;
		border:2px solid #fff;
	}
  #search1{float: none;margin: 0 15px 20px 15px;overflow: hidden;}
  #search1 input{width: 353px;}
  .flex-control-thumbs{bottom: 5px;}
  .flex-control-thumbs li{width: 73px;margin: 0 10px;}
  .flex-control-thumbs img, .page2-img1 img, .page2-img2 img, .img-bot img{width: 100%;}
  #slide{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}
  .flexslider{padding-bottom: 15px;}
  .wrapper{width: auto;padding: 0 15px;}
  .border3:before{display: none;}
  .border3{padding-top: 1px;}
  .border2 {border-bottom:1px solid #e2e3e4;margin-bottom:12px;}
  aside .wrapper, .wrapper .wrapper{padding-left: 0;padding-right: 0;}
  .head-box2{height: 87px;}
  .img-bot3{display: none;}
  .input {width: 85%;}
  .textarea {width: 85%;}
 .feature-text2 {font-size: 22px;line-height:26px;}
 .feature-textBlue2 {color: #0000FF;}
 .header {display: none;}
 .br-display {display: none;}
}

@media only screen and (max-width: 479px) {
 body{min-width:300px;}
 .space {padding-left:0px;}
 .br-nodisplay {display: none;}
 .br-nodisplay3 {display: block;}
 .prod-image {display: none;}
 .side-img {display: none;}
 .img-bot{margin: 3px 20px 6px 0;width:100%;float: none;}
 .img-bot1{display: none;}
 .main, #content, .foot-page1{width: 300px;}
 #search1 input{width: 233px;}
 .flex-control-thumbs{display: none;}
 .page5-box1 div{float: none;}
 .img-bot3{display: none;}
 .input {width: 85%;}
 .textarea {width: 85%;}
 .feature-text2 {font-size: 22px;line-height:26px;}
 .feature-textBlue2 {color: #0000FF;}
 .header {display: none;}
 .br-display {display: none;}
}
