@charset "UTF-8";

/* @group Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, a:active, a:hover, abbr, acronym, address, em, img, q, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* @end */
/* @group Tags */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
	padding: 20px 0 6px 0;
}
h1 {
	font-size: 2em;
	color: #231f39;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #3a374f;
}
h3 {
	font-size: 1.6em;
	color: #9495d0;
	padding: 18px 0 6px 0;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
	color: #6c6c97;
	padding: 16px 0 4px 0;
}
h5 {
	font-size: 1.3em;
	color: #3a374f;
	padding: 15px 0 3px 0;
}
h6 {
	font-size: 1.2em;
	padding: 14px 0 2px 0;
}
p {
	font-size: 1.1em;
	padding: 2px 0 20px;
	line-height: 1.6em;
}
ul, ol {
	font-size: 1.1em;
	padding: 2px 0 20px 5px;
	list-style-position: inside;
	line-height: 1.5em;
	color: #2a273e;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	padding: 2px 8px;
	margin: 0 0 0 5px;
}
ul ul, ul ol, ol ol, ol ul {
	font-size: .9em;
	margin: 6px 0;
	padding: 0 0 0 15px;
	line-height: 1.3em;
}
ul li li, ol li li {
	padding: 1px 6px;
	margin: 0 0 0 15px;
}
strong {
	font-weight: bold;
	color: #2a273e;
}
em {
	font-style: italic;
	color: #2a273e;
}
/* @end */
/* @group *Layout */
html, body {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: url(../template/woodtexture.jpg) repeat fixed center top;
	font: small Arial, Tahoma, Helvetica, Geneva, sans-serif;
	color: #000;
}
#bg {
	background: url(../template/background.png) repeat-y scroll center top;
	position: relative;
	z-index: 90;
	min-height: 100%; /*these work in conjunction with values below by footer*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em;
}
.wrapper {
	position: relative;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/* @group Header */
#header {
	height: 185px;
	width: 100%;
	position: relative;
	background: #ffffff url(../template/diamondplatebg.jpg) repeat-x scroll left top;
	/*margin-top: 26px !important;*/
}
#header a#logo, #header span#logo {
	display: block;
	background: url(../template/maximumhandymanlogo.png) no-repeat;
	height: 130px;
	width: 426px;
	position: absolute;
	z-index: 10;
	left: 16px;
	top: 23px;
	max-width: 90%;
}
#phone {
	height: 10px;
	width: 217px;
	position: absolute;
	top: 152px;
	left: 110px;
	background: url(../template/phone.gif) no-repeat scroll center center;
}
#toolbox {
	position: absolute;
	height: 174px;
	width: 203px;
	top: 13px;
	right: 110px;
	background: url(../template/toolbox.png) no-repeat scroll center center;
}
/* @end */
/* @group **Navigation */
#navbar {
	height: 46px;
	background: url(../template/woodtexture.jpg) repeat fixed center top;
}
.centeredmenu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
	font: bold 17px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	height: 46px;
	background: url(../template/navbar/navbarbg.png) repeat-x scroll center center;
}
/* @group TopLevel */
.centeredmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
	font-size: inherit;
}
.centeredmenu ul li {
	display: block;
	height: 46px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
	background: url(../template/navbar/separator.png) no-repeat scroll right center;
}
.centeredmenu ul li.last {
	background: none;
}
.centeredmenu ul li a,
.centeredmenu ul li span.linktext {
	display: block;
	margin: 0;
	padding: 0 27px 0 25px;
	line-height: 46px;
	text-decoration: none;
	color: #ffbc01;
	position: relative;
}
.centeredmenu ul li.current span.linktext {
	color: #ffde80;
}
.centeredmenu ul li:hover a,
.centeredmenu ul li.hover a /*IE6 and below*/ {
	color: #bfbfdf;
}
.centeredmenu ul li.active a {
	text-decoration: underline;
}
.centeredmenu ul li.active li a {
	text-decoration: none;
}
.centeredmenu ul li a:hover {
	color: #a5a5d2;
}
.centeredmenu ul li a:active {
	color: #fff;
	background: none;
}
.centeredmenu ul li.current span.linktext span.here {
	height: 19px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: -11px;	
	z-index: 90;
	background: url(../template/navbar/pointer.png) no-repeat scroll center center;
}
/* @end */
/* @group Submenus */
.centeredmenu ul ul {
	display: none; /* Sub menus are hidden by default */
	position: absolute;
	z-index: 100;
	top: 36px;
	left: 0;
	right: auto; /*resets the right:50% on the parent ul */
	border-top: 1px solid #1a1104;
	margin: 0;
	padding: 0;
	background: #301702 url(../template/woodtexture.jpg) repeat fixed center top;
}
.centeredmenu ul ul li, 
.centeredmenu ul ul li.last {
	display: block;
	left: auto;  /*resets the left:50% on the parent li */
	margin: 0; /* Reset the 1px margin from the top menu */
	clear: left;
	width: 12em;
	padding: 0;
	/*background-color: #301702;*/
	border: 1px solid #1a1104;
	border-top: 1px solid #503c16;
	height: 36px;
	background: url(../template/navbar/dropdownbg.png) repeat-x scroll center center;
}
.centeredmenu ul ul li a,
.centeredmenu ul li.current li a,
.centeredmenu ul li:hover ul li a,
.centeredmenu ul li.hover ul li a, 
.centeredmenu ul ul li.current span.linktext { /* This line is required for IE 6 and below */
	display: block;
	font-size: .9em;
	padding: 0 .9em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	color: #f0c448;
	line-height: 36px; /* overwrite line-height value from top menu */
	/*border-bottom: 1px solid #f0c448; /* sub menu item horizontal lines */
}
.centeredmenu ul ul li.last a {
}
.centeredmenu ul ul li a:hover,
.centeredmenu ul li.current ul li a:hover,
.centeredmenu ul li:hover ul li a:hover,
.centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #f0c448; /* Sub menu items background colour */
	color: #301702;
}
.centeredmenu ul ul li a:active,
.centeredmenu ul li.current ul li a:active,
.centeredmenu ul li:hover ul li a:active,
.centeredmenu ul li.hover ul li a:active { /* This line is required for IE 6 and below */
	background: #1f0f02; /* Sub menu items background colour */
	color: #f0c448;
}
.centeredmenu ul ul li.current span,
.centeredmenu ul li:hover ul li.current span.linktext,
.centeredmenu ul li.hover ul li.current span.linktext { /* This line is required for IE 6 and below */
	background-color: none; /* Sub menu items background colour */
	color: #ffde80;
}
.centeredmenu ul ul li.current span.linktext span.here {
	width: auto;
	height: auto;
	display: none;
	background: none;
}
/* Flip the last submenu so it stays within the page */
.centeredmenu ul li.last ul {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.centeredmenu ul li:hover ul,
.centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
/* @end Submenus */
/* @group Topnav */
#topnavwood {
	background: url(../template/woodtexture.jpg) repeat fixed center top;
	max-width: 100%;
	z-index: 599 !important;
	height: auto;
}
#topnavwrapper {
	background: url(../template/footerbg.png) repeat scroll center top;
	border-bottom: 2px solid #000;
	max-width: 100%;
	z-index: 999 !important;
	height: auto;
}
#topnav {
	font-size: 12px;
	line-height: 24px;
	list-style: none;
	text-align: right;
	padding: 0 30px 0 0;
	margin: 0;
	font-weight: bold;
}
#topnav li {
	display: inline;
	margin: 0 0 0 16px;
	padding: 0;
	white-space: nowrap;
}
#topnav a, #topnav a:link {
	color: #abade0;
	text-decoration: underline;
	padding: 0 !important;
}
#topnav li.active a {
	color: #abade0;
	text-decoration: none;
}
#topnav a:visited {
	color: #d2d3f0;
}
#topnav a:hover, #topnav li.active a:hover {
	color: #ffffff;
	text-decoration: none;
}
#topnav a:active, #topnav li.active a:active {
	color: #ffff00;
	text-decoration: underline;
	background: none;
}
#topnav span.current {
	color: #c9c9c9;
}
#bg #topnavwrapper .wrapper #topnavphone {
	line-height: 24px;
	float: right;
	color: #ffffff !important;
	position: relative;
	z-index: 1000;
	text-align: left;
	padding: 0 0 0 60px;
}

/* @end Topnav */
/* @group Sidenav */
#sidenav {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 20px 8px;
	font-weight: bold;
}
#sidenav li {
	margin: 0 0 0 10px;
	padding: 2px 0;
	list-style: disc outside url("../template/sidenav.gif");
}
#sidenav span.current {
	color: #333;
}

/* @end Sidenav */
/* @end Navigation */
/* @group MainContent */
#content, .contentbox {
	padding: 20px 0;
}
#mainfull, .contentbox {
	padding: 0 25px;
}
#main {
	padding: 0 0 0 25px;
	width: 68%;
	float: left;
	box-sizing: border-box;
}
#sidebar {
	padding: 5px 25px 0 50px;
	width: 32%;
	float: right;
	box-sizing: border-box;
}
#sidebar img {
	display: block;
	padding: 0 0 20px 0;
}
/* @end */

/* @group colored background */
.coloredbg {
	max-width: 979px;
	margin: 0 auto 0;
	padding: 50px 0 0;
	background-color: #f2f2f8;
	border-top: 1px solid #a5a5d2;
	border-bottom: 1px solid #a5a5d2;
	font: 1.1em/1.4em "Myriad Pro", Arial, Tahoma, Helvetica, sans-serif;
}
.coloredbgbottom {
	background: url(../template/home/bottomtestimonials.gif) no-repeat scroll center bottom;
	padding-bottom: 45px;
}

/* @end */

/* @group *Footer */
#footer, #drop {
	height: 7em;
}
#footer {
	position: relative;
	z-index: 100;
}
/* @group BottomNav */
/*styles are cascaded from main navigation*/
#bottomnav {
	height: 3.2em;
	position: relative;
	z-index: 1;
	background: url(../template/navbar/bottomnav.gif) no-repeat scroll center top;
}
#bottomnav .centeredmenu {
	font-size: 16px;
	height: 2.6em;
	line-height: auto;
	font-weight: normal;
	background: none;
}
#bottomnav .centeredmenu ul li {
	padding: 16px 0 6px 0;
	background: none;
	height: auto;
}
#bottomnav .centeredmenu ul li a,
#bottomnav .centeredmenu ul li span {
	padding: 2px 1.7em 2px 1.6em;
	line-height: 1em;
	color: #a5a5d2;
	border-right: 1px solid #a5a5d2;
	text-decoration: none;
}
#bottomnav .centeredmenu ul li.last a,
#bottomnav .centeredmenu ul li.last span {
	border-right: none;
}
#bottomnav .centeredmenu ul li.current span {
	color: #595574;
}
#bottomnav .centeredmenu ul li:hover a,
#bottomnav .centeredmenu ul li.hover a, 
#bottomnav .centeredmenu ul li a:hover {
	color: #3a374f;
}
#bottomnav .centeredmenu ul li a:active {
	color: #8e380f;
	background: none;
}
/* @end */
#woodbg{
	height: 6em;
	width: 100%;
	max-width: 100%;
	background: #301702 url(../template/woodtexture.jpg) repeat fixed center top;
}
#footerbg {
	height: 6em;
	background: url(../template/footerbg.png) repeat scroll center top;
}
p.left, p.right {
	font-size: .9em;
	color: #ffffff;
	padding: 1.5em 25px;
	width: 50%;
	line-height: 1em;
	box-sizing: border-box;
}
#footerbg .wrapper {
	position: relative;
	height: 6em;
}
#footerbg p.left, #footerbg p.right {
	position: absolute;
	top: 40%;
}
#footerbg p.left {
	width: 80%;
	float: none;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	line-height: 1.2em;
	text-align: left;
	left: 0;
	z-index: 9999;
}
#footerbg p.right {
	float: none;
	width: 20%;
	padding: 0 10px 0 25px;
	text-align: right;
	box-sizing: border-box;
	line-height: 1.2em;
	right: 0;
	z-index: 9999;
}
#footerbg a, #footer a:link {
	color: #ffffff;
	text-decoration: underline;	
}
#footerbg a:visited {
	color: #cccccc;
}
#footerbg a:hover {
	text-decoration:none;
}
#footerbg a:active {
	color: #ffff00;
	text-decoration: none;
	background: none;
}
/* @end */


/* @end *//* @end */
/* @group Links */
a, a:link {
	padding: 0 1px;
	color: #d16a00;
	text-decoration: underline;
}
a:visited {
	color: #8a4601;
	text-decoration: underline;
}
a:hover {
	color: #6161ca;
	text-decoration: none;
}
a:active {
	color: #d1d1f6;
	text-decoration: none;
	background: #221e39;
}
/* @end */

/* @group Classes */
.accessibility {
	display: none;
}
.bigger {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	color: #451004;
}
.spacer {
	padding-top: 45px;
}
.fineprint {
	font-style: italic;
	font-size: .85em;
	line-height: normal;
}
.clear {
	clear: both;
}
.rclear {
	clear: right;
}
.lclear {
	clear: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.centertext {
	text-align: center !important;
} 
.half {
	width: 50%;
	box-sizing: border-box;
	padding: inherit 25px !important;
}
.half.right {
	padding-left: 25px;
}
.half.left {
	padding-right: 25px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.separator {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d2d3f0;
	color: #aaa;
}
/*if another tag follows*/
.follows {
	padding: 2px 0 6px !Important;
}
/* @end */
/* @group breadcrumbs */
#breadcrumbs {
	clear: both;
	font-size: .9em;
	padding: 0 0 20px 0;
	margin: -15px 0 25px 20px;
}
#breadcrumbs li {
	display: block;
	float: left;
	padding: 0 1px;
	margin: 0;
}
/* @end breadcrumbs */

.topborder {
	border-top: 1px solid #e2e1e9;
}



/* @group Responsive */
img {
	max-width: 100%;
	height: auto;
}


@media all and (max-width: 1024px) {
	/* @group Layout */
	#bg {
		background-image: none;
		background: #ffffff;
		box-sizing: border-box;
	}
	.wrapper {
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	/* @group Header */
	#header {
		height: 185px;
		width: 100%;
		position: relative;
	}
	#header a#logo, #header span#logo {
		display: block;
		background-size: contain;
		max-width: 100%;
	}
	#phone {
		display: block;
		background-size: contain;
		height: 10px;
		width: 217px;
		max-width: 50%;
		top: 152px;
		left: 110px;
	}
	#toolbox {
		max-width: 20%;
		background-size: contain;
		top: 13px;
		right: 30px;
	}
	/* @end */
	
	
	/* @group **Navigation */
	.centeredmenu {
		font-size: 15px;
	}
	.centeredmenu ul li a,
	.centeredmenu ul li span.linktext {
		padding: 0 16px 0 14px;
		line-height: 46px;
		text-decoration: none;
		color: #ffbc01;
		position: relative;
	}
	
	
	/* @group BottomNav */
	/*styles are cascaded from main navigation*/
	#bottomnav {
	}
	#bottomnav .centeredmenu {
		font-size: 14px;
	}
	#bottomnav .centeredmenu ul li {
	}
	#bottomnav .centeredmenu ul li a,
	#bottomnav .centeredmenu ul li span {
		padding: 2px 1.3em 2px 1.2em;
		line-height: 1em;
		color: #a5a5d2;
		border-right: 1px solid #a5a5d2;
		text-decoration: none;
	}
	#bottomnav .centeredmenu ul li.last a,
	#bottomnav .centeredmenu ul li.last span {
		border-right: none;
	}
	#bottomnav .centeredmenu ul li.current span {
		color: #595574;
	}
	#bottomnav .centeredmenu ul li:hover a,
	#bottomnav .centeredmenu ul li.hover a, 
	#bottomnav .centeredmenu ul li a:hover {
		color: #3a374f;
	}
	#bottomnav .centeredmenu ul li a:active {
		color: #8e380f;
		background: none;
	}
	/* @end */
	
	
	
}


@media all and (max-width: 768px) {
	#bg .right, #bg .left, #bg .tribox, #bg #main, #bg #sidebar {
		width: auto;
		max-width: 100%;
		float: none;
		margin: inherit auto;
		padding: 5px 20px;
	}
	.tribox {
		margin: 20px inherit;
	}
	#bg #sidebar {
		width: 100% !important;
		text-align: center !important;
		margin: auto;
		padding: auto;
	}
	#bg #sidebar img {
		width: auto;
		display: inline;
		padding: 0;
	}
	#bg #main img {
		float: right !important;
		display: inline;
	}
	#bg #main img.center {
		float: none !important;
		text-align: center !important;
		margin: inherit auto !important;
	}
	#bg #sidebar #sidenav, #bg #sidebar .following {
		padding: 0 0 0 40px;
		text-align: left;
	}
	#bg #sidebar #sidenav {
		padding: 0 0 40px 40px;
	}
	#header {
		height: auto;
	}
	#phone {
		display: block;
		background-size: contain;
		height: 10px;
		width: 217px;
		max-width: 80%;
		position: relative;
		top: auto;
		left: auto;
		float: none;
		margin: 0 auto !important;
		padding: 8px 0 15px 0;
	}
	#header a#logo, #header span#logo {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		padding: 0;
	}
	#toolbox {
		display: none;
	}
	
	
	/* @group **Navigation */
	#bg #navbar {
		background: url(../template/woodtexture.jpg) repeat fixed center top;
		height: auto;
		margin: 0 !important;
		padding: 0 !important;
		position: relative;
		z-index: 999;
	}
	.centeredmenu {
		clear: both;
		height: auto;
		z-index: 1000;
		position: relative;
		font-size: 15px;
		background: url(../template/footerbg.png) repeat scroll center center;
		padding: 0;
		margin: 0;
		float: none;
	}
	.centeredmenu .navarrow {
		display: none;
	}
	/* @group TopLevel */
	.centeredmenu ul {
		float: none;
		position: relative;
		right: auto;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.centeredmenu ul li {
		display: inline-block;
		height: auto;
		float: none;
		position: relative;
		left: auto;
		background: none;
	}
	.centeredmenu ul li a,
	.centeredmenu ul li span.linktext {
		padding: 0 15px;
	}
	.centeredmenu ul li.current span.linktext span.here {
		display: none;
	}
	/* @end */
	/* Submenus */
	.centeredmenu ul ul, 
	.centeredmenu ul ul, 
	.centeredmenu ul ul li, 
	.centeredmenu ul ul li.last, 
	.centeredmenu ul ul li a,
	.centeredmenu ul li.current li a,
	.centeredmenu ul li:hover ul li a,
	.centeredmenu ul li.hover ul li a, 
	.centeredmenu ul ul li.current span, 
	.centeredmenu ul ul li.last a, 
	.centeredmenu ul ul li a:hover,
	.centeredmenu ul li.current ul li a:hover,
	.centeredmenu ul li:hover ul li a:hover,
	.centeredmenu ul li.hover ul li a:hover, 
	.centeredmenu ul ul li a:active,
	.centeredmenu ul li.current ul li a:active,
	.centeredmenu ul li:hover ul li a:active,
	.centeredmenu ul li.hover ul li a:active, 
	.centeredmenu ul ul li.current span,
	.centeredmenu ul li:hover ul li.current span,
	.centeredmenu ul li.hover ul li.current span, 
	.centeredmenu ul ul li.current span span, 
	.centeredmenu ul li.last ul,
	.centeredmenu ul li:hover ul,
	.centeredmenu ul li.hover ul {
		display: none;
	}
	
	/* @group BottomNav */
	/*styles are cascaded from main navigation*/
	#bottomnav {
		height: auto;
		padding: 15px 20px 5px;
	}
	#bottomnav .centeredmenu {
		font-size: 14px;
		height: auto;
		line-height: 1.2;
	}
	#bottomnav .centeredmenu ul li {
		padding: 3px;
	}
	#bottomnav .centeredmenu ul li a,
	#bottomnav .centeredmenu ul li span {
		padding: 2px .7em 2px;
		border-right: none;
	}
	#bottomnav .centeredmenu ul li.last a,
	#bottomnav .centeredmenu ul li.last span {
		border-right: none;
	}
	/* @end */
	#footer {
		font-size: .8em;
	}
	.left .topborder:last-of-type {
		display: none;
	}
	#bg #contactform {
		border-color: transparent !important;
	}
}

/****************************



html, body {
	height: 100%;
}
body {
	background: url(../template/woodtexture.jpg) repeat fixed center top;
	font: small Arial, Tahoma, Helvetica, Geneva, sans-serif;
	color: #000;
}
#bg {
	background: url(../template/background.png) repeat-y scroll center top;
	position: relative;
	z-index: 90;
	min-height: 100%; /*these work in conjunction with values below by footer*
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em;
}
.wrapper {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/* @group Header *
#header {
	height: 185px;
	width: 100%;
	position: relative;
	background: #ffffff url(../template/diamondplatebg.jpg) repeat-x scroll left top;
	margin-top: 24px;
}
#header a#logo, #header span#logo {
	display: block;
	background: url(../template/maximumhandymanlogo.png) no-repeat;
	height: 130px;
	width: 426px;
	position: absolute;
	z-index: 10;
	left: 16px;
	top: 23px;
}
#phone {
	height: 10px;
	width: 217px;
	position: absolute;
	top: 152px;
	left: 110px;
	background: url(../template/phone.gif) no-repeat scroll center center;
}
#toolbox {
	position: absolute;
	height: 174px;
	width: 203px;
	top: 13px;
	right: 110px;
	background: url(../template/toolbox.png) no-repeat scroll center center;
}
/* @end */



/*************************/


@media all and (max-width: 420px) {
	#topnav {
		font-size: 12px;
		line-height: 24px;
		list-style: none;
		text-align: center;
		padding: 3px 0;
		font-weight: bold;
	}
	#topnav li {
		display: inline-block;
		margin: 0;
		padding: 0 6px;
	}
	#bg #topnavwrapper .wrapper #topnavphone {
		display: block;
		float: none;
		text-align: center;
		padding: 0 0 15px;
		font-size: 1.2em;
	}
	p {
		font-size: 1.3em;
	}
}


@media all and (max-width: 350px) {
	#footerbg p.right {
		display: none;
	}
	#footerbg p.left {
		width: 100%;
	}
}




/* @end Responsive */