@media only screen
and (max-device-width : 599px) {
	#logo
	{
		background-image:url('../images/header-small.jpg') !important;
		background-repeat: no-repeat;
		background-size: 100%;
		height: 115px !important;
	}
	#logo img
	{
		display:none;
	}
	#body
	{
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	#body .homeadvantagesection
	{
		width: 90% !important;
	}
}

body
{
	background-color:#222;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5
{
	color:#303030;
	border-bottom: 1px solid #C9C9C9;
}

#body
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow: 0 0 3px 2px #ffffff;
	-webkit-box-shadow: 0 0 3px 2px #ffffff;
	box-shadow: 0 0 3px 2px #ffffff;
	padding:5px 10px 10px 10px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background-color:#ffffff;
	font-size:14px;
}	

#logo
{
	height:100px;
	position:relative;
	background-color: white;
}

#homeadvantagemain
{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.homeadvantagesection
{
	padding: 10px;
	margin-left: 5px;
	margin-top: 10px;
	vertical-align: top;
	display: inline-block;
	width: 200px;
	
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(34,32,0,0.5);
	
	-webkit-box-shadow: -5px 5px 5px 0px rgba(34,32,0,0.5);
	-moz-box-shadow: -5px 5px 5px 0px rgba(34,32,0,0.5);
	box-shadow: -5px 5px 5px 0px rgba(34,32,0,0.5);
}

.homeadvantageheaderimage, .homeadvantagesubheader
{
	display: block;
	margin: auto;
}

.homeadvantagesubheader
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homeadvantagesection ul
{
	padding-left: 20px;
	padding-right: 10px;
}

.homeadvantagesection li a
{
	text-decoration: underline;
    -moz-text-decoration-color: grey;
    text-decoration-color: grey;
}

.homeadvantageprice
{
	font-size: 32px;
}

.homehomeadvantagesection
{
	width: 220px;
	padding-bottom: 30px;
	text-align: center;
	display: inline-block;
}

.redbutton {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #d04444;
  margin: 5px 10px 5px 10px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.redbutton:hover {
  background: #B93333;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}