body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	padding: 0px;
	color:#4f4f4f;
	background:url(images/bg.png) repeat;
	
}

#mega_container {
	min-height:100%;
	width: 975px;
	margin:auto;
	padding-top:40px;	
}

/*  Start Header CSS */

#header_container {
	height:50px;
	width: 100%;
}

#menu {
	height:47px;
	width: 975px;
	margin-top: -14px;
	background: url(images/menubg.jpg);
	text-decoration: none!important;
	
}

#searchbar
	{
	/* width: 160px; */
height: 100%;
float: right;
padding-left: 10px;
background: url(images/divider.jpg);
background-repeat: no-repeat;
background-margin-top: 10px;
padding-right: 10px;
}



div.widget.widget_style_34{
	
	margin-top:-9px;
}

#headercontent {
	width:975px;
	height:50px;
}

#headertagline {
	width:490px;
	height:90px;
	float:left;
	margin-top: -5px;
}

#headercontact {
	height:90px;
	width: 200px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	color:#646363;
	float:right;	
}

/*  End Header CSS */

#content_container {
	height: 100%;
width: 975px;
margin: auto;
padding-top: 2px;
box-shadow: 0px 2px 10px #888;
background-color: white;
border-radius: 5px;
}

#banner {
	/*height:202px;*/
	width: 931px;
	margin:auto;
	 
}

#banner2 {
	/*height:143px;*/
	width: 931px;
	margin:auto;
	background:url(images/banner2bg.png) no-repeat;
	margin-top:10px;
}


#maincontent_container{
	
	width:952px;
	 
}

#content {
	width: 572px;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
	min-height:500px;
}

#products {
	width:550px;

	padding:15px 15px 40px 15px;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #c3c3c3;
	background-color: #f5f5f5;
}

#products h2{
	
	margin-top:0px;
	margin-left:10px;
	
}

#products a{
	
	color:#2c8dac;
}

#products p{
	
	margin-left:45px;
}



hr
{
border-top: 1px dashed #575757;
}

#featured {
	width:290px;
	height:280px;
	padding:15px 15px 20px 15px;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:20px;
	border:1px solid #c3c3c3;
		background-color: #f5f5f5;
		box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.8);
		border-radius: 10px;
}

#featured h2{
	
	margin-top:0px;
	margin-left:45px;
	
}

#featured a{
	
	color:#2c8dac;
}

#featured p{
	
	margin-left:45px;
}

#projects {
	width:290px;
	height:280px;
	padding:15px 15px 20px 15px;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #c3c3c3;
	background-color: #f5f5f5;
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}

#projects h2{
	
	margin-top:0px;
	margin-left:45px;
	
}

#projects a{
	
}

#projects p{
	
	margin-left:45px;
}


#footer_container {
	height:80px;
	margin: auto;
	width: 940px;;
}

#footer {
	height:20px;
	width: 100%;
	text-align: center;
	color:#00ace4;
	font-size: 13px;
	margin: auto;
}

h1, h2, .contentheading {
	padding: 0;
	font-family: 'Tienne', serif, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #252525;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #4D4D4D;
}

a{
	
	text-decoration: none;
	color:#00ace4;
}

.table td {
    background-color: #DCDCDC;
    padding: 10px;
    width: 80%;
}

.table th {
    background-color: #999999;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 20%;
}

ul li, ol li {
    padding: 5px 0;
}

#clear{
	
	clear: both;
}

ul.side_row{
	
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
}

.side_row li {
    list-style: none outside none;
}

.search label {
    display: none;
}

.search input[type="submit"] {
	background:url(images/searchbutton.png);
	background-repeat: no-repeat;
    border: 0 none;
    color: white;
    padding-right:20px;
    font-weight: bold;
    /* height: 22px; */
	width:19px;
	cursor:pointer;
}

.button {
	width: auto;

	cursor: pointer;
	background: #1E8CC0;
	border-bottom: 6px solid #0E4462;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
    
.button:hover {
	background: #0E4462;
	border-bottom: 6px solid #1E8CC0;
}

.search_form ul
{
	padding: 0px;
}

.search_form li
{
	display:inline;
}

.search_results
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed lightGrey;
}

 .contact_form
 {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
 }

 .contact_detail_block 
 {
 display:none;
 }
 
 .contact_label> input[type="submit"]
{
	background: #00BFF3;
	padding: 3px 10px;
	border-radius: 5px;
	border: 0px;
	color: white;
	cursor: pointer;
	
}

 .contact_label> input[type="submit"]:hover
{
	background: #009BC5;
}

.search input[type="submit"]:hover
{
zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.cs-title
{
text-align:center;

}

#coin-slider3961, #coin-slider3965
{
background-repeat:no-repeat !important;
height:230px !important;
}

#cs-title-coin-slider3961, #cs-title-coin-slider3965
{
color:black;
font-weight:bold;
bottom: -20px !important;
}

.product_range img:hover
{
opacity:0.76;
filter:alpha(opacity=76);
}

.product_range img:active
{position:relative;top:1px;left:1px}

.custom_detail div {
	padding: 5px;
	border-bottom:1px solid lightgrey;
}
 
.bx-next {
	position:absolute;
 
	right: 40%;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(/storage/upload/ezifix/images/gray_next.png) no-repeat 0 -30px;
	bottom:20px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	 
	left: 46%;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(/storage/upload/ezifix/images/gray_prev.png) no-repeat 0 -30px;
	bottom:20px;
}

/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

.viewmorebutton{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}

.viewmorebutton:hover{
  background-color: #eee;
  color: #555;
}

.viewmorebutton:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
