@charset "utf-8";
/* CSS Document */

body	{
	text-align:center; /*align fix for old browsers*/
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font size:16px;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-position:center; 
}
.small 	{
font-size: 12px; /* 75% of the baseline */
}
.large 	{
font-size: 20px; /* 125% of the baseline */
}
p, h1, h2, h3, h4, h5, h6	{
	margin-top:0;
}
ul, ol	{
	list-style:none;
	margin:0;
	padding:0;
}
a img  {
	border:0;	
}

/* end of resets*/ 


/* start of template*/

.wrapper	{
	width:80%;
	background-color:#fff;
	margin:0 auto;
	text-align:left;  /*align fix for old browsers*/
}
.header	{
	width:100%;
	height:225px;
	position:relative;
}
#logo	{
	position:absolute;
	top:5px;
	left:34px;
}
.contact-details	{
	float:right;
	position:absolute;
	top:20%;
	right:34px;
	width:250px;
}
.contact-details a	{
	color:#777;
	text-decoration:none;
}
.contact-details a:hover	{
	color:#359a00;
}
.contact-details p	{
	color:#777;
	font-size:72%;
	text-decoration:none;
}
.search-box	{
	position:absolute;
	top:95px;
	right:34px;	
}
.addtocart	{
	position:absolute;
	bottom:25px;
	right:34px;
}

/*************** Tablet Styles **********************/

@media screen 
  and (min-width: 760px) 
  and (max-width: 1200px) 	{

.wrapper	{
	width:100%;
	background-color:#fff;
}
#logo	{
	position:absolute;
	top:10px;
	left:30px;
}
}

/*************** Mobile Styles Below **********************/

@media screen 
  and (min-width: 310px)
  and (max-width: 759px) 	{


.wrapper	{
	width:100%;
	background-color:#fff;
	border:none;
}
#logo	{
	position:static;
	top:0;
	left:0;
	margin-bottom:15px;
	margin-top:10px;
	background-size:contain;
}
.contact-details	{
	display:none;	
}
.search-box	{
	position:static;
	top:120px;
	left:12px;
	margin-bottom:15px;	
}
.addtocart	{
	margin:0;
	position:static;
	text-align:center;
	bottom:5px;
}
.shout-out p	{
	font-size:14px;	
}
.shout-out	{
	padding-bottom:6px;	
}
.header	{
	height:auto;
	padding:25px 0;
	text-align:center;
}

}
