@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url('sifr.css');

/* @group General Styling */

body {
	background: #fff url(../img/leftbg.jpg) repeat-y fixed;
	color: #666;
	padding-top: 40px;
	padding-left: 33px;
}

.topfade
{
		height: 70px;
		position: fixed;
		background: url(../img/top_bg.png) repeat-x;
		top: 0;
	margin-left: 244px;
	width: 650px;
}

.bottomfade
{
	
		width: 650px;
		height: 70px;
		position: fixed;
		background: url(../img/bottom_bg.png) repeat-x;
	bottom: 0;
	margin-left: 244px;
}

a {
display: block;
color: #404a47;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #ef3e63;
}

#sidebar {
	position: fixed;
	width: 220px;
}

/* Site Logo */
h1.logo {
background: url(../img/logo.jpg) no-repeat;
height: 112px;
width: 220px;
}

/* Site Logo Link Styling*/
h1.logo a {
height: 112px;
width: 220px;
display: block;
text-indent: -9999px;
}



img {
margin-bottom: 0px;
}

img:hover {

}


#map{
	margin-top: 20px;
	border: 1px solid #bab9ae;
	width:300px;
	height:300px
}

/* Class for Titles of portfolio pieces, that are not links (eg printed items) */

.title {
color: #404a47;
margin-bottom: 10px;
display: block;
}

/* Portfolio Project Title Links */
a.project {
margin-bottom: 10px;
}

/* @end */


/* @group Navigation */

ul.navigation{
	width: 140px;
	margin-right: 0;
	margin-left: auto;
}

ul.navigation2{
	width: 140px;
	margin-right: 0;
	margin-left: auto;
	margin-top: -3px
}


#sidebar p{
	width: 140px;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}


/* Navigation Buttons */



.button_home {
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_web {
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -20px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_print {
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -60px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_contact{
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -80px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_faqs {
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -120px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_us {
width: 110px;
height: 18px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -100px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}


.button_visit {
width: 110px;
height: 18px;
display: inline-block;
background: url(../img/nav_bg.png) no-repeat 0 -100px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}


.button_next {
width: 110px;
height: 18px;
display: inline-block;
background: url(../img/nav_bg.png) no-repeat 0 -120px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

.button_clinic {
width: 110px;
height: 18px;
display: inline-block;
background: url(../img/nav_bg.png) no-repeat 0 -140px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
}

/* Navigation Hover State */
.button_home:hover, #home .current {
background: url(../img/nav_bg.png) no-repeat -140px 0;
text-decoration: none;
color: #fff;
}

.button_web:hover, #howhome .current {
background: url(../img/nav_bg.png) no-repeat -140px -20px;
text-decoration: none;
color: #fff;
}

.button_print:hover, #testimonialshome .current {
background: url(../img/nav_bg.png) no-repeat -140px -60px;
text-decoration: none;
color: #fff;
}

.button_contact:hover, #contacthome .current {
background: url(../img/nav_bg.png) no-repeat -140px -80px;
text-decoration: none;
color: #fff;
}

.button_faqs:hover, #faqshome .current{
background: url(../img/nav_bg.png) no-repeat -140px -120px;
text-decoration: none;
color: #fff;
}

.button_clinic:hover, #clinichome .current{
background: url(../img/nav_bg.png) no-repeat -140px -140px;
text-decoration: none;
color: #fff;
}


.button_us:hover, #whyhome .current {
background: url(../img/nav_bg.png) no-repeat -140px -100px;
text-decoration: none;
color: #fff;
}

.button_visit:hover {
background: url(../img/nav_bg.png) no-repeat -140px -100px;
text-decoration: none;
color: #fff;
}

.button_next:hover {
background: url(../img/nav_bg.png) no-repeat -140px -120px;
text-decoration: none;
color: #fff;
}



/* @end */

/* @group UL for Portfolio Description */

/* Unordered List for portfolio piece features */
ul {
list-style-type: none;
margin-top: 10px;
margin-bottom: 20px;

}

ul li.ux {
background: url(../img/desc_icons.png) no-repeat 0 3px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.frontend {
background: url(../img/desc_icons.png) no-repeat 0 -10px;
padding-left: 12px;
margin-bottom: 5px;
height: 12px;
}

ul li.html {
background: url(../img/desc_icons.png) no-repeat 0 -23px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.tick {
background: url(../img/desc_icons.png) no-repeat 0 -35px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul.contact {
margin-top: 23px;
}

ul.contact li {
margin-top: 20px;
}
/* @end */

/* @group Footer */

.footerleft {
padding-left: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat;
padding-top: 2px;
width: 310px;
float: left;
}

.footerleft a {
display: inline;
color: #fff;
}

.footerright a {
display: inline;
color: #fff;
}

.footerright {
padding-right: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat -330px 0;
width: 270px;
float: right;
text-align: right;
padding-top: 2px;
}

/* @end */

/* @group Form Styling */

/* Form Button */
.button {
width: 140px;
height: 20px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -80px;
color: #fff;
padding-left: 30px;
margin-bottom: 20px;
border-style: none;
text-align: left;
}

/* Form Button Hover State */
.button:hover {
background: url(../img/nav_bg.png) no-repeat -140px -80px;
text-decoration: none;
color: #fff;
}

/* Form Input Styling */
input {
border-style: none;
margin-bottom: 15px;
color: #b2b2b2;
display: block;
padding-left: 20px;
height: 20px;
width: 120px;
padding-top: 1px;
}

.name {
background: url(../img/form-elements.png) no-repeat;
margin-top: 20px;
}

.email {
background: url(../img/form-elements.png) no-repeat 0 -20px;
}

.company {
background: url(../img/form-elements.png) no-repeat 0 -40px;
}

.address {
background: url(../img/form-elements.png) no-repeat 0 -80px;
}

.address2 {
background: url(../img/form-elements.png) no-repeat 0 -100px;
}

.phone {
background: url(../img/form-elements.png) no-repeat 0 -60px;
}

.name:focus {
background: url(../img/form-elements.png) no-repeat -140px 0;
}

.email:focus {
background: url(../img/form-elements.png) no-repeat -140px -20px;
}

.company:focus {
background: url(../img/form-elements.png) no-repeat -140px -40px;
}

.address:focus {
background: url(../img/form-elements.png) no-repeat -140px -80px;
}

.address2:focus {
background: url(../img/form-elements.png) no-repeat -140px -100px;
}

.phone:focus {
background: url(../img/form-elements.png) no-repeat -140px -60px;
}

.message {
background: url(../img/textarea.png) no-repeat;
border-style: none;
color: #b2b2b2;
display: block;
padding-left: 20px;
width: 280px;
height: 77px;
margin-bottom: 15px;
padding-top: 3px;
overflow: auto;
}

.message:focus {
background: url(../img/textarea.png) no-repeat -300px 0;
}

/* @end */

.listme li{
background: url(../img/tick.jpg) no-repeat 0 1px;
padding-left: 12px;
margin-bottom: 5px;
	line-height: 15px;
}.highlighttxt {
	font-weight: bold;
	color: #E6405E;
}
.highlighttxtBig {
	font-weight: bold;
	color: #E6405E;
	font-size: 18px;
}


.special-offer img {
	float: left;
	margin: 0 10px 10px 0
}

.special-offer p {
	font-size: 130%;
	width: 280px;
	float: left;
	color: #e6405e !important;
	line-height: 120%;
	display: block;
	margin: 7px 0 0 0
}

.special-offer h2 {
	float: left;
	font-size: 190%;
	width: 280px;
	margin-top: 5px
}

.fl-right {
	float: right;
	margin: 0 0 0 20px;
}

.fl-left {
	float: left;
	margin: 0 20px 0 0;
}

/* FAQS */
#block {
	margin: 30px 0 120px 0;
	color: #666
}
#block div{
	margin: 0 0 0 0;
}
#block a{
	font-size: 1.1em;
	color: #e6405e;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 7px 0
}
#block  p{
	margin: 0 0 7px 0;
	font-size: 1em;
	color: #666
}

.clinics-title {
	text-align: right;
	font-size: 120%;
	margin:0px
}

.small {
	font-size: 90%
}

ul.list li {
	list-style: disc !important;
	margin: 0 0 0 20px !important;
}

.side-big {
	font-size: 135%;
	color: #666666
}

.side-big2 {
	font-size: 180%;
	margin-top: -27px
}

.side-big3 {
	font-size: 135%;
	margin-top: -30px
}

*+html .side-big2 {
	font-size: 180%;
	margin-top: -22px
}

*+html .side-big3 {
	font-size: 135%;
	margin-top: -25px
}
