/* 
--------------------------------------------------------------------------------------------------
Print Page Layout for Bodywise Physiotherapy
--------------------------------------------------------------------------------------------------
*/


/*-------------------- Global Setting ---------------------*/

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: justify; }

img { border: none;}
.hidden { display: block; font: normal 11px/15px "Verdana"; }
.show { display: none;}

body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 1.6em;
	color: #000;
}

p { font-size: 1.2em; font-style: normal; margin-bottom: 17px; color: #000; }
h2 {	color: #000; font: bold 18px/20px "Trebuchet MS", Verdana; margin-bottom: 20px; text-transform: uppercase; clear: both; }
h3 {	color: #000; font: bold 13px/17px "Trebuchet MS", Verdana; text-transform: uppercase; margin-bottom: 20px; clear: both; }

ul.list, ul.list1 { list-style: square; margin: 0 0 20px 35px; }
ul.list li, ul.list1 li { font-size: 1.2em; color: #000; }
ol { list-style: decimal; margin: 0 0 20px 35px; }
ol li { font-size: 1.2em; color: #1D1D01; }



/*-------------------- Main Layout ---------------------*/

#container { 	width: 100%;	height: 100%;	 }

/*Right section*/
#right-nav { display: none; visibility: hidden; }
#navigation, #nav { display: none; visibility: none; }

/*Left Section*/
#left-contents { width: 100%; height:auto; display: block; }
div.header { display: block; width: 100%; height: auto; clear: both; margin-top: 10px; }
div.header #logo { clear: both; font: bold 12px/17px "Verdana"; color: #000; margin-bottom: 15px; }
div.header #menu-print { display: inline-block; padding: 10px 0; border-bottom: 1px solid #000; border-top: 1px solid #000;clear: both; }
div.banner { display: none; visibility: hidden; }
#inpage { width: 95%; padding: 20px 0; text-align: justify; }
div.imgright { display: none; visibility: hidden; }
.teampic { border-right: 3px solid #E0E0E0; padding: 0 20px 0 0; margin-right: 20px; display: block; }

/*Footer Section*/
#footer {	width: 100%;	clear: both;	border-top: 1px solid #000; padding-top: 20px; }
#footer p {	font: normal 11px/16px "Verdana"; }


/*-------------------- Accessories + Table + Form ---------------------*/

table, tr, td { font: normal 11px/17px "Verdana"; color: #000; vertical-align: top; }
table.cosmetic {
	margin: 20px 0;
	background: #fff;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
table.cosmetic td {
	padding: 5px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
table.cosmetic title {
	padding: 10px 5px 10px 5px;
	font: bold 1.3em/1.5em "Trebuchet MS", Verdana;
	color: #000;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

input, select, textarea {
	width: 250px;
	height: 20px;
	padding: 2px;
	border: 1px solid #D2D2D2;
	font: normal 11px/17px "Verdana";
	color: #000;
	overflow: hidden;
	background: #E2E2E2;
}
input.send {
	border: none;
	width: 80px;
	height: 22px;
	padding: 2px;
	font-weight: bold;
	background: #4C87B5;
	text-align: center;
	margin: 5px 10px 5px 0;
}
textarea.expand {
	height: 120px;
}

