#homeproduct1{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct2{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct3{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct4{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#rounded{

-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;

}


#cat-header{
  font-size: 26px;

}

#postpic{
padding-right:10px;
padding-bottom:10px;

}


#sslshield{
float:right;
}

#ordercheckout{
/*
padding: 10px 5px 10px 5px;
background: white;
border: solid 1px black;
*/
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
/*
  margin-top: 20px;
*/
}


input.btn {
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
/*
display:block;
*/
padding: 6px 12px 6px 12px;
border: 0px solid #333;
text-decoration: none;
color:#fff;
background:#779b76;
}


input.btn:hover {
background:#000;
}


a.btn {
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
/*
display:block;
*/
padding: 6px 12px 6px 12px;
border: 0px solid #333;
text-decoration: none;
color:#fff;
background:#779b76;
}


a.btn:hover {
background:#000;
}


a.btnreview {
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
padding: 0px 3px 0px 3px;
border: 0px solid #333;
text-decoration: none;
color:#333;
background:#eee;
display: inline-block;
}


a.btnreview:hover {
color:#333;
background:#ccc;
}



/*
#divider-border {
background: url("/i/5785border-top.jpg") repeat-x scroll 0 0 transparent;
height: 6px;
width: 100%;
}
*/

#contactmap{
margin-left:20px;
float:left;
margin-top:10px;
border: 1px solid #0f2557;
padding:10px;
}



#site-logo {
    width: 200px;
padding:22px;
}


#logoimg{
width: 377px;
}

#contactpage{
float:left;
margin-left: 50px;

margin-top:10px;
border: 1px solid #0f2557;
padding:10px;
}

#customform{
float: left;
margin-left: 50px;
margin-top: 10px;
border: 1px solid #0F2557;
padding: 10px;
}


#leftnav{
float: left;
padding: 7px;
}

#rightbody{
border: 0px solid #FF9D00;
float: left;
}




ul#bottomnav li {
float:left;
padding:7px;
border: 0px solid #FF0000;

}


a#top{
border: 0px solid #FF9D00;
display:block;
}


a#top:hover{
border: 0px solid #FF9D00;
color:#ffffff;
display:block;
}


/* ================= Header Menu ================= */

.main-menu li ul li a:hover {
	background:#ccc;
	color:#fff;
}
.main-menu li ul li:last-child {
	border-bottom:1px solid #333;
}
.main-menu li ul li a {
	padding:0 25px 0 12px;
	line-height:33px;
	background:#999999;
color:#fff;
}
.main-menu li ul li ul {
	top:-1px !important;
	left:100% !important;
	padding:0 !important;
}

/*****************/

.main-menu {
	margin:0px 0 0 0;
	float:right;
}
.main-menu ul {
	margin:0;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}
.main-menu li ul li {
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
.main-menu li {
	white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
}
.main-menu a {
	display:block;
	position:relative;
	font-size:20px;
        font-family: Helvetica,Tahoma, Verdana, Arial;
	font-weight:bold;

color: #CCCD32;
background-color: #000000;
border-color: #ffffff;

-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
padding: 3px 9px 3px 9px;
text-decoration: none;

-webkit-transition: .25s color,0.25s background-color,0.25s border-color;
-moz-transition: .25s color,0.25s background-color,0.25s border-color;
-o-transition: .25s color,0.25s background-color,0.25s border-color;
transition: .25s color,0.25s background-color,0.25s border-color;





}



.main-menu a:hover {
	text-decoration:none;
	color:#ffffff;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/menu_down_arrow.png) no-repeat right;
	cursor:default;
}
.main-menu > ul > li {
	float:left;
margin-right: 2px;
}


.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:#5388FA url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li {
	border-bottom:1px solid #333;
	background:#FFF;
}


/* ================= Footer ================= */

#customlogmini{
float:left;
margin-left:20px;
}

.productname{

font-size: 1.5em;
    line-height: 1.1;
color: rgba(52, 78, 107, 1);
}

h1{
font-family: 'Sansation', cursive;

font-size: 2.9em;
line-height: 1.4;
  font-weight: 700;

}

h2{
font-family: 'Sansation', cursive;
font-size: 2.5em;
line-height: 1.2;
  font-weight: 700;

}

h3{
font-family: 'Sansation', cursive;
font-size: 2.3em;
line-height: 1.1;
margin-top: 5px;
margin-bottom: 5px;
  font-weight: 700;

}



#tagline{
font-family: 'Merriweather', cursive;
font-size: 1.5em;
color:#dddddd;
border: 0px solid black;
}

#red{
color:#ff0000;
}


#cancellationbg{
background:#d1e7d9;
}

#cancellationtext{
background:#d1e7d9;
color:#000000;

}


.cancellationpad{
height:375px;
}




a#crumb{
font-size:1em;
color:#ff0000;
}

#crumb-header{
margin-top:5px;
margin-bottom:5px;

}


.featureslider{

text-align:center;
border:0px solid #cccccc;
width:300px;
height:330px;
overflow:hidden;
}

#featurerounded {
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;

}




#loggedin{
text-align: right;
margin-right: 10px;
margin-top: 10px;

}

#loggedinlink{
border:1px solid #cccccc;
padding: 3px;
margin-right: 0px;
font-size: 14px;
}

#productprice{
  font-size: 1.6em;
  line-height: 2em;
}


#bottomnav{
text-align:center;
    display: inline-block;
}


body {
    font: 1em/1.3em 'Open Sans',Helvetica,Arial,sans-serif;
}

.logo-wrap {
    position: relative;
    float: left;
    margin: -6px 33px 0 0;
}


.fixed-header-on #site-logo img {
    height: 71px;
    width: auto;
padding-top: 7px;
    transition: all .3s;
}


#footer .widget a {
    color: #003661;
}

#footer .footer-nav-wrap a {
    color: #003661;
}

#footerwrap a {
    color: #003661;
}


@media screen and (max-width: 1000px){
.has-fixed-header #headerwrap #site-logo img {
    width: auto;
    max-height: 65px;
}

    #headerwrap #site-logo {
        margin: 0px 0px 28px 18px;
    }

}

.fixed-header #header {
    padding: 0px 0;
}