body {
  background-image: url("../images/bgback.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  width:100%;
  background-size:100%;
  margin: 0px;
}


a {
	text-decoration:none;
	color:white;
}

b {
  color: #ccfdff;
  text-shadow: 1px 0 #000;
}

ul {
  padding: 0;
  margin: 0;
}

.wrapper {
  background-image: url("../images/bgfore.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-height: 1050px;
  width: 100%;
  float:left;
}


.clr{
	clear:both;
}

nav,header,main {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#topnav,#main,#logo,footer{
	width: 1060px;
	margin:auto;
}
/* Nav styles*/

.transparentBox {
  background-color: rgba(202, 202, 202, 0.25);
  border-radius: 18px;
  display: block;
  overflow: auto;
}

.nav {
  height: 27px;
  margin: auto;
}

.nav ul {
  font-weight: bold;
  height: 100%;
  text-align: center;
}

.nav li {
 /* margin: 0 2px;*/
  padding: 3px 0;
}

#topnav li:first-child {
  margin-left: 27px;
}

#topnav li a {
  padding: 7px 20px;
  text-decoration: none;
}

.nav .active , .nav li a:hover {
  background-color: rgba(140, 0, 27, 0.57);
  color: white;
}

/*LOGO STYLES*/

#logo img{
  margin:auto;
}
.googleadvt {
  display: block;
  height: 90px;
  margin: 10px auto auto;
  width: 728px;
}
/*Main Style*/
#quicksale {
  background-color: rgba(98, 43, 92, 0.65);
  border: 1px solid white;
  border-radius: 10px;
  margin: 10px 25px;
  padding: 0;
  width: 950px;
}

.top 
{
    height: 25px;
	text-align:center;
	margin-top:15px;
	float:left;
	margin-bottom: 10px;
}

#quicksale a {
  font-weight: normal;
  padding: 3px 5px;
}

/*Sidebar styles*/
.sidebar {
  float: left;
  margin: 5px;
  width: 200px;
}
.sidebox {
  border-radius: 0;
  width: 100%;
  margin-bottom:15px;
}
.sideinner {
  float: left;
  margin: 5px;
  padding: 10px 0;
  width: 190px;
}
/*Search Form Styles*/
#searchForm{
	background-color: rgba(38, 148, 139, 0.55);
}
.form-element {
  margin: 0 10px 10px;
  position:relative;
}
.form-element label {
  color: white;
  font-weight:bold;
}
.form-element:nth-of-type(2) {
  margin: 0 10px;
}
.sidebar select {
  border: 2px solid rgba(38, 148, 139, 0.9);
  height: 25px;
  width: 154px;
}
.sidebar input {
  border: 2px solid rgba(38, 148, 139, 0.9);
  height: 20px;
  margin-top: 2px;
  width: 150px;
}
.iconbar {
  background: url("../images/bars.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 2px;
  height: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
}
.iconsearch {
  background: url("../images/search.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 5px;
  height: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
}
/*Address & Contact Styles*/
#address,.bg-seagreen{
  background-color: rgba(19, 151, 168, 0.55);
}
.addbox {
  background-color: rgba(255, 255, 255, 0.36);
  float: left;
  height: 30px;
  width: 100%;
}

#address h3 {
  color: #ccfdff;
  font-family: Lucida Handwriting;
  margin: 3px 3px 3px 10px;
}
#address h3 img {
  float: right;
}
#addIcon{
 margin-top: -10px;
}
#address p {
  color: white;
  font-family: icon;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
  text-align: center;
  width: 100%;
  float:left;
  font-weight:bold;
}
#iconphone{
  height: 21px;
  margin-right: 5px;
}

.day{
	color: #cdf25d;
	font-size:16px;
}

.pullright{
	float:right;
}
.pullleft{
	float:left;
}
.alignCenter{
	text-align:center;
}


/*Main Content*/
.content{
	width:780px;
	float:left;
	margin:5px;
}
.content > div {
  margin-bottom: 10px;
}

/*pagination*/
#pagination {
  background-color: rgba(181, 138, 82, 0.55);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 740px;
}

#pagination a {
  padding: 4px 5px;
}

/*Slider*/
#sliderSection{
	height:300px;
}

.conHeader {
  background-color: rgba(68, 173, 203, 0.55);
  border-radius: 5px;
  height: 30px;
  margin-left: 15px;
  width: 250px;
}

.conHeader h3 {
  color: white;
  font-family: arial;
  margin: 0;
  padding: 4px;
  text-align: center;
}

#sliderSection .transparentBox{
	border-radius:0;
}

.slider {
  height: 250px;
  padding: 10px;

}
.item img {
  height: auto;
  width: 100%;
}

/*Currently in stock*/
#cis .conHeader {
  background-color: rgba(32, 147, 234, 0.55);
}
#cis .transparentBox {
  border-radius: 0;
}
.row {
  float: left;
  padding: 10px 15px 10px 10px;
}
.conbox {
  background-color: white;
  border-radius: 3px;
  float: left;
  height: 185px;
  margin-left: 10px;
  margin-top: 5px;
  width: 240px;
}
.boxtitle {
  background-color: #f25109;
  color: white;
  font-family: arial;
  font-weight: bold;
  height: 20px;
  margin-top: 5px;
  overflow: hidden;
  padding: 4px 0;
  text-align: center;
  width: 100%;
}
.boximage {
  float: left;
  margin: 10px 5px 0;
  max-width: 60px;
}

.boxdetails {
  float: left;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 10px;
}
.boxdetails p{
	margin:5px 0px;
}
.boxdetails label {
  color: teal;
  font-size: 16px;
  font-weight: bold;
}
.conbox > a {
  background: url("../images/button.png");
  float: left;
  height: 30px;
  margin-left: 75px;
  margin-top: 10px;
  width: 97px;
}
.conbox > a:hover {
  background: url("../images/btnhover1.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
}

li
{
	display:inline-block;
}
ul
{
	padding-left: 0px;
}


.social
{
float:right;
margin-top: 90px;
margin-right: -35px;
}

.social li
{
display:block;
margin-top:5px;
width:40px;
height:50px;
}
.high
{
border:2px solid #99a7a8;
border-radius: 100%;
background-color:#99a7a8;
width:40px;
}
.social a:hover .high {
  border: 4px solid #dfedee;
}

/*Footer Style*/
footer {
  height: 30px;
  margin-bottom: 5px;
}
footer > p {
  margin: 0 15px;
  padding: 3px;
}
footer a:hover{
color: rgb(140, 0, 27);
}
footer span {
  color: turquoise;
}

.paragraph{
color:#fff;
}

.paragraph a {
  color: #ff6347;
}

.paragraph a:hover {
  color: rgb(225, 62, 14);
}

#livesearch {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin-left: 11px;
  margin-top: 0;
  padding: 0 10px;
  width: 132px;
}

.search {
  font-size: 9pt;
}

.addcart {
  clear: both;
  padding-top: 15px;
  text-align: center;
}
