/* CSS Document */


body {margin:0px; padding:0px; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:ffffff;}
* {margin:0; padding:0; }

div#mainwrap {width:744px; margin-left:auto; margin-right:auto;  text-align:left; background-color:#FFFF; border: 0px solid #666666;}


div#header {
	width:744px;
	height:105px;
	text-align:left;
	background-image:url(images/logotop_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	}
	
div#headerarea {
	width:144px;
	position:relative;
	left: 557px;
	top: 86px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	text-align:right
	}		

	
	
div#navbar {
	width:744px;
	height:44px;
	text-align:leftt;
	background-image:url(images/navbar_03.jpg);
	}
	
div#homeimage {
	width:744px;
	height:229px;
	text-align:center;
	background-image:url(images/homeimage_03.jpg);
	}
	
div#insideimage {
	width:744px;
	height:169px;
	text-align:left;
	}
	
div#contentarea {
	width:744px;
	background-color:#FFFFF;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
			}
	
div#mainarea {
	width:742px;
	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
			}	

div#textarea {
	width:690px;
	position:relative;
	left: 90px;
	top: 30px;
	}		
	


div#footer {
	width:744px;
	height:55px;
	text-align:center;
	background-image:url(images/footer_19.jpg);
	
}

div#address {
	width:860px;
	height:50px;
	text-align:center;
	position:relative;
	top: 40px;
	
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#660000;
	font-style: italic;
	padding: 0 0 0 0;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #004a8c;
	font-style: italic;
	padding: 12px 2px 0 0;
}

.leftcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#660000;
	font-style: normal;
	text-decoration: none;
	padding: 20px 0 0 20px;
}


.footercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	font-style: normal;
	text-decoration: none;
	padding: 10px 0px 5px 0;
	text-align:center;
	}

.links {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.links:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.links:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.links:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#CC0066;
	font-style: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}


.aboutusHd {
background-image:url(images/aboutus.gif);
background-position:top;
background-repeat:no-repeat;
padding: 60px 30px 5px 250px;
}

.menuHd {
background-image:url(images/menu.gif);
background-position:top;
background-repeat:no-repeat;
padding: 60px 30px 5px 350px;
text-align:left;
}

.promoHd {
background-image:url(images/promotions.gif);
background-position:top;
background-repeat:no-repeat;
padding: 60px 17px 5px 310px;
}

.contactusHd {
background-image:url(images/contactus.gif);
background-position:top;
background-repeat:no-repeat;
padding: 60px 30px 5px 300px;
}


.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
}