@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 760px; /* the auto value on the sides, coupled with the width, centers the layout */
	font-size: 0.9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 150px;
}

header {
	background-color: #7A7C7B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: rgba(51,51,51,1);
	letter-spacing: 0.2em;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	/* [disabled]border-top: 1px solid #fff; */
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,0) 30px);
	background-image: url(../images/blackwood_foot_clinic_logo3.gif);
	background-repeat: no-repeat;
	height: 157px;
}

.mymenuholder {
	height: 40px;
	background-color: #7A7C7B;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
}

.content {
	width: 760px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 5px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


nav ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
nav ul li {
	border-bottom: 1px solid #666; 
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background: #ADB96E;
	color: #FFF;
}
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-color: rgba(206,224,57,0.95);
	color: rgb(51,51,51);
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	margin-bottom: 5px;
	padding: 10px;
}
footer a:link {
	color: #333333;
	text-decoration: underline;
}
footer a:visited {
	color: #666666;
	text-decoration: underline;
}
footer a:hover, a:active, a:focus { 
	text-decoration: none;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
footer address {
	font-size: 0.7em;
	text-align: center;
}
.sectionanim {
	background: rgb(255,255,255);
	background-color: rgba(255,255,255,0.95);
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	margin-bottom: 20px;
}

.sectionstyle {
	background: rgb(255,255,255);
	background-color: rgba(255,255,255,0.95);
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,.2);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 20px;
}

.tradingtxt {
	font-size: 0.8em;
	text-align: center;
}
.highlighttxt {
	color: rgba(255,0,0,1);
	background-color: rgba(255,255,153,1);
	font-variant: small-caps;
	
	}
.fltright {
	float: right;
}
.fltleft {
	float: left;
}
.imagefltright {
	float: right;
	padding: 10px;
}
.clearboth {
	clear: both;
}
.lefthead {
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.midhead {
	float: right;
	width: 230px;
	font-size: 1.1em;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 5px;
	color: rgba(255,255,255,1);
	font-size: 1.5em;
	font-weight: bold;
	/* [disabled]text-shadow: -1px -1px #333,1px 1px #fff; */
}
.midhead ul li {
	list-style-type: none;
}
.smalltxt {
	font-size: 0.8em;
}
.righthead {
	width: 100px;
	float: right;
	padding: 10px;
}
.centerme {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.contact-holder {
	padding-right: 200px;

}
.imageshadow {
	-moz-box-shadow: 1px 1px 2px 1px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 1px 1px 2px 1px hsla(0,0%,0%,.2);
	box-shadow: 1px 1px 2px 1px hsla(0,0%,0%,.2);
	}
.testimonials {
	font-size: 1.1em;
	color: rgba(102,102,102,1);
	padding-right: 50px;
	padding-left: 50px;
}
.faqs {
	padding-right: 20px;
	padding-left: 20px;
}

#mobile1 {
	list-style-image: url(../images/mobile.png);
	list-style-type: none;
	list-style-position: inside;
}
#phone1 {
	list-style-image: url(../images/telephone.png);
	list-style-type: none;
	list-style-position: inside;	
}
#mobile2 {
	list-style-image: url(../images/mobile.png);
	list-style-type: none;
	list-style-position: inside;
}
#phone2 {
	list-style-image: url(../images/telephone.png);
	list-style-type: none;
	list-style-position: inside;	
}
.leftsection {
	width: 520px;
	float: left;
	padding: 10px;
}
.rightsection {
	float: left;
	width: 220px;
	padding: 10px;
	font-size: 0.8em;
}
.smallgaslogo {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.otherlogo {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.hideoverflows {
	overflow: hidden;
}
.website {
	font-size: 0.7em;
	text-align: right;
	padding-right: 10px;
	}
.website a:link {
	text-decoration: none;
}
.website a:visited {
	text-decoration: none;
}
.website a:hover, a:active, a:focus {
	text-decoration: underline;
}
/*Table styles start*/

table#priceTbl {
	width: 100%;
	border:1px solid rgba(204,204,204,0.5);
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: rgba(226,226,226,0.1);
}
#priceTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
}
#priceTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	text-align:left;
}
#priceTbl caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #006;
	text-align: left;
	padding-bottom: 0.1em;
	line-height: 50px;
}
#priceTbl th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border: 1px solid rgba(204,204,204,.5);
	background-color: rgba(204,204,204,0.4);
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}
#priceTbl td {
	border:1px solid rgba(204,204,204,.2);
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 1em;
	font-size: 1.1em;
}
#priceTbl td.price {
	text-align: right;
}
#priceTbl tr.odd {
	background-color: rgba(204,204,204,.2);
}
#priceTbl tr:hover {
	background-color: rgba(204,204,204,0.4);
}
/*Table styles end*/
/*End*/
