body{
	background: #fef4f4;
	font-family: 'Open Sans', sans-serif;
}

.whitebg{
	background: white;
}

.myh1{
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	color: #8a3b3b;
	text-shadow: 1px 2px 5px #b2b2b2;
	padding: 5px;
	margin-bottom: 15px;
}

.myh2{
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
	color: #c45959;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.myp{
	font-size: 15px;
	line-height: 150%;
	font-weight:300;
	padding:5px;
	margin-bottom: 15px;
}

.headerpanel{

}

.headerbutton{
	color: #8a3b3b; 
	font-size: 12px;
	font-weight:700;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #e5e5e5;
	padding:20px 0px;
	/*margin-top: 14px;
	margin-bottom: 13px*/
	/*Gradient*/	
	background: #fef4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fef4f4 1%, #e7b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fef4f4), color-stop(100%,#e7b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fef4f4 1%,#e7b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fef4f4 1%,#e7b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fef4f4 1%,#e7b9b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fef4f4 1%,#e7b9b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef4f4', endColorstr='#e7b9b9',GradientType=0 ); /* IE6-9 */	
	/* Transitions*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.headerbutton:hover {
	color:#7f0000;
	text-shadow: 2px 3px 2px #e7b9b9;
	cursor:pointer;
   }
   
.headerbutton:active {
	color:#FEF4F4;
   }

.footerpanel{

	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 2px #e5e5e5;
	/*Box Model	*/
	padding: 5px;
	/*Gradient*/
	background: #b4a0a0; /* Old browsers */
	background: -moz-linear-gradient(top, #b4a0a0 0%, #f3e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4a0a0), color-stop(100%,#f3e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4a0a0 0%,#f3e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4a0a0 0%,#f3e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4a0a0 0%,#f3e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b4a0a0 0%,#f3e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4a0a0', endColorstr='#f3e8e8',GradientType=0 ); /* IE6-9 */

}

.footerbox{
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 2px #e5e5e5;
	/*Box Model	*/
	padding: 5px;
}

.enhanceicon{
	font-size:1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* The lines below are from IcoMoon Fonts */
@font-face {
	font-family: 'mysymbols';
	src:url('fonts/mysymbols.eot');
	src:url('fonts/mysymbols.eot?#iefix') format('embedded-opentype'),
		url('fonts/mysymbols.svg#mysymbols') format('svg'),
		url('fonts/mysymbols.woff') format('woff'),
		url('fonts/mysymbols.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'mysymbols';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-phone:before, .icon-envelop:before, .icon-screen:before {
	font-family: 'mysymbols';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-phone:before {
	content: "\74";
}
.icon-envelop:before {
	content: "\6d";
}
.icon-screen:before {
	content: "\65";
}
