@charset "utf-8";
/* CSS Document */
/* png sytle */
* html img, * html .png {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true)  );
}
/* png sytle */
/* Reset style started */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, imput, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:  top;
	background: transparent;
}
body {
	line-height: 1;
	background:transparent url(../images/body.jpg);
}
ol, ul {
 type:"square";
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}
/* ----------- Reset style rules ends here ------------ */
.floatL {
	float:left;
}
.floatR {
	float:right;
}
a {
	outline: none;
}
a:active, a:hover, a:focus {
	outline: none;
}
.clear {
	clear:both;
}
a.readmore {
	background:#000 url(../images/read-more.gif) no-repeat right center;
	padding:3px;
	padding-right:22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
a.readmore:hover, a.readmore:focus, a.readmore:active {
	background:#000 url(../images/read-more-hover.gif) no-repeat right center;
	color:red;
}
#flashgallery {
	width:344px;
	padding:17px 0 0 0;
	height:236px;
	margin-right:5px;
	float:left;
	text-align:center;
	background:transparent url(../images/flashgallery-bg.jpg) no-repeat;
}
#bg {
	background:transparent url(../images/top-bg.jpg) no-repeat top center;
}
#header {
	height:340px;
	width:960px;
	margin:0 auto;
}
#logo {
	width:398px;
	position:relative;
	top:146px;
	left:216px;
}
#navigation-bg {
	height:62px;
	width:100%;
	background:transparent url(../images/navbar.gif) repeat-x;
}
#navigation {
	height:62px;
	width:960px;
	margin:0 auto;
	line-height:62px;
	text-align:center;
}
#navigation ul li {
	float:left;
	padding-right:45px;
	font-family:Impact, Charcoal, sans-serif;
	font-size:25px;
	font-weight:normal;
	display:block;
	text-transform:uppercase;
}
#navigation ul li a {
	color:#fff;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, a.select {
	color:red;
}
a.select, #navigation ul li a.select {
	color:red;
}
#container {
	width:960px;
	margin:0 auto;
	padding:25px 10px;
}
#content {
	width:600px;
	padding-right:20px;
	float:left;
	background:transparent url(../images/line.gif) repeat-y right;
}
#content p, #sidebar p {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height:20px;
	font-size:15px;
	color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}
#content, #sidebar {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height:normal;
	font-size:15px;
	color:#fff;
}
#sidebar {
	width:335px;
	padding-left:5px;
	float:right;
}
.appointmentlabel {
	width:100px;
	float:left;
	margin:4px 0;
}
.appointmentinput {
	width:200px;
	border:1px solid #fff;
	background:transparent;
	margin:4px 0;
	color:#FFFFFF;
}
.appointmentinput:hover, .appointmentinput:focus, .appointmentinput:active {
	border:1px solid red;
}
.appointmentsubmit {
	margin:5px 0;
	background:#000 url(../images/read-more.gif) no-repeat right center;
	padding:3px;
	padding-right:22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	border:none;
}
.appointmentsubmit:hover, .appointmentsubmit:focus, .appointmentsubmit:active {
	background:#000 url(../images/read-more-hover.gif) no-repeat right center;
	color:red;
}
.gallerybtn {
	background:#000;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	font-size:25px;
	line-height:25px;
	border:none;
}
.gallerybtn:hover, .gallerybtn:focus, .gallerybtn:active {
	background:#000;
	color:red;
}
#footer-bg {
	background:transparent url(../images/footer-bg.jpg) repeat-x;
	width:100%;
	height:92px;
}
#footer {
	width:960px;
	margin:0 auto;
	padding-top:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:red;
}
.footertext {
	background:transparent url(../images/footer-divider.gif) no-repeat left center;
	height:57px;
	padding:13px 0 0 15px;
	line-height:20px;
}
.normal h2, .normal h3, .normal p, .normal ul, .normal ol{
	line-height:25px;
	margin:10px 0 5px 0;
}
.normal h1, h1 {
	font-size:23px;
}
.normal h2, h2 {
	font-size:20px;
}
.normal h3, h3 {
	font-size:17px;
}
/* ------------product gallery -------------- */
.product-img img{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-top:10px;
}
.product-img{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:15px;
	color:#fff;
}
.product-desp
{
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
.product-desp h3
{
text-align:left;
}
.product-desp p 
{
text-align:left;
}
tr.gap tr td
{
	margin:0 2px;
	padding:0 3px;
}
tr.gap tr td a
{
	text-decoration:none;
	color:#000;
}
/* ------------product gallery -------------- */
