.margin-leftright-15-15 { 
	margin:0 15px 0 15px;
}
.coupon {border-style: dashed; 
border-color: #008EB2; 
border-width: 6px; 
} 

.pinkinput {
	background:#F8C6DF;
	border-color:#EC93BB;
	color:black;
}
.whitelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.blacklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.blacklinks:hover {
	color: #545454;
	text-decoration: none;
}
a.blacklinks:visited {
	color: #545454;
	text-decoration: underline;
}
.titlelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.titlelinks:hover {
	color: #545454;
	text-decoration: none;
}
a.titlelinks:visited {
	color: #545454;
	text-decoration: underline;
}
.pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.pagenav:hover {
	color: #545454;
	text-decoration: none;
}
a.pagenav:visited {
	color: #545454;
	text-decoration: underline;
}
body {
	background-image: url(images/bckgrnd-page.jpg);
	background-position: center top;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.black10 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.black11 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.black12 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.black13 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.black14 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.black15 {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}
.subtitles14 {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	font-family: arial, Verdana, sasn-serif;
}
.subtitles16 {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	font-family: arial, Verdana, sasn-serif;
}
.captionblack {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	line-height: 150%;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.footer:link {
	line-height: 150%;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.footer:active {
	line-height: 150%;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #B9DDDD;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	line-height: 150%;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #B9DDDD;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	line-height: 150%;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-position: left top;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	text-indent: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

/*  MENU  */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}