/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
	margin-top: 0px;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}

h1 {
	color: #952E43;
	font-size: 22px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #952E43;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

h2 {
	color: #003366;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}
div#op {
	position: absolute;
	text-align: left;
	color: #AE494F;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 188px;
	padding: 0px;
	left: 384px;
	top: 20px;
}
address {
	text-align: right;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: right;
	width: 240px;
	padding-right: 0px;
	padding-top: 20px;
	font-style: normal;
}
address a:link, address a:visited {
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	text-decoration: underline;
}
address a:hover {
	text-decoration: none;
	color: #333333;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 800px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	position: relative;
	background-color: #FFFFFF;
}
div#headslogan {
	font-size: 12px;
	text-align: right;
	float: right;
	height: auto;
	width: 220px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 717px;
	right: 180px;
}
#headslogan ul {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#headslogan li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
}

/* creates the div container for the site. */
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* creates the div for the content */
div#content {
	width: 740px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #F0F3F7;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content ul {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
}
/* creates the div for the sidebar */
div#sidebar{
	float: left;
	width: 250px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 800px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	height: 21px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	height: 85px;
	width: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 11px;
	color: #292315;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#mainnav {
	width:800px;
	height: 40px;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav {
	list-style-type:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

ul#nav li {
	float:left;
	display:inline;
	margin: 0px;
	padding: 0px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A1A1A1;
	padding: 12px;
}

ul#nav li a:hover {
	color:#F7F7F7;
	background-color: #333333;
	margin: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 12px;
}
ul#nav  li  a.current:link, ul#nav  li  a.current:visited {
	color:#F7F7F7;
	background-color: #333333;
	margin: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 12px;
}
/* end navigation */

div#map {
	padding: 4px;
	border: 1px solid #502A17;
	float: right;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#flash {
	height: 200px;
	width: 800px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#quote {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	height: 125px;
	width: 310px;
	left: 200px;
	top: 260px;
}
div#contact {
	text-align: left;
	padding: 0px;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	height: auto;
	width: auto;
}
div#signin {
	width: 100px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #DBA8AA;
	border: 1px dotted #292315;
}

div#audio {
	position: absolute;
	top: 422px;
	height: 20px;
	width: 111px;
	margin: 0px;
	left: 658px;
	bottom: 0px;
	text-align: right;
	background-color: #FFFFFF;
	border: 1px dotted #A53D48;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #AE4651;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 0px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.textcenter {
	text-align: center;
}
table {
	font-size: 13px;
	clear:both;

}
div#coupons {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E6E6E6;
	text-align: left;
	padding: 15px;
	border: 2px dotted #BB001D;
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;

}
div#promotion {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E6E6E6;
	text-align: left;
	width: 275px;
	height: auto;
	font-size: 18px;
	float: right;
	line-height: 20px;
	font-weight: bolder;
	padding: 0px;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/* web audio applet */
