@charset "utf-8";
/* CSS Document */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg-main.jpg) repeat-x #FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ec2426;
}

h1 span {
	display: block;
	position: relative;
	z-index: 1;
}

h1.smaller {
	font-size: 18px;
}

h1.small {
	font-size: 16px;
}

h1.breadcrumbs {
	position: relative;
	height: 30px;
	background: url(../images/bg-searchHeader.gif) repeat-x;
	font-size: 14px;
	color: #ec2426;
	padding: 5px;
	border-top: 1px solid #999999;
}

h1.dealTitle {
	float: left;
	width: 670px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 5px 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h2.sectionTitle {
	color: #666666;
	background: #ededed;
	border-bottom: 2px solid #666666;
	padding: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ec2426;
	margin-top: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin-top: 10px;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ec2426;
	font-weight: bold;
	text-decoration: none;
}

/* Top bar styles */

#top {
	width: 100%;
	height: 50px;
	background: url(../images/bg-top.jpg) repeat-x;
}

#top-container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#top-left {
	width: 45%;
	float: left;
	margin-left: 10px;
}

#top-right {
	width: 100%;
	text-align: center;
}

/* Region Change Dialog */

#changeRegion {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#changeRegion:hover {
	color: #ec2426;
	text-decoration: none;
}

#changeRegionDialog {
	display: none;
}

/* Header styles */

.container {
	width: 960px;
	margin: -10px auto 0 auto;
}

.contentContainer {
	width: 960px;
	margin: -2px auto 0 auto;
}

.content-top {
	background: #000000;
	padding-top: 10px;
}

.content {
	background: #000000;
}

#logo-vision {
	float: left;
	width: 200px;
	height: 87px;
	margin-left: 15px;
	background: url(../images/logo-vision.gif);
	cursor: pointer;
}

#nav-container {
	float: left;
	width: 734px;
	margin-left: 10px;
}

#nav-number {
	float: right;
	width: 90%;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold; 
}

#nav-menu {
	float: left;
	width: 100%;
}

#nav-menu-container {
	width: 700px;
	height: 30px;
	float: right;
	margin-top: 25px;
	background: url(../images/bg-menu.jpg) repeat-x;
}

/* Navigation styles */

#nav-menu-container ul {
	padding-top: 5px;
}

#nav-menu-container li {
	display: inline;
	margin-left: 17px;
	padding-right: 17px;
	border-right: 1px solid #D4D4D4;
}

#nav-menu-container a:link {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#nav-menu-container a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#nav-menu-container a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ec2426;
	text-decoration: none;
}
#nav-menu-container a:active {
	font-size: 14px;
	font-weight: bold;
	color: #ec2426;
	text-decoration: none;
}

.on-link {
	font-size: 14px;
	font-weight: bold;
	color: #ec2426;	
}

#nav-menu-piece {
	width: 10px;
	height: 30px;
	float: right;
	margin-top: 25px;
	background: url(../images/piece-top-menu.jpg) no-repeat;
}

/* Main search styles */

#searchField {
	display: inline;
	background: white center left url(../images/icon-search.gif) no-repeat;
	border: 1px solid #999999;
	margin-top: -1px;
	padding: 1px 0 0 15px;
	width: 100px;
	height: 15px;
	font-size: 10px;
}

#searchBtn {
	margin-top: 1px;
}

/* Dropdown menu styles */

#jsddm li {	
	float: left;
	list-style: none;
}

#jsddm li a {	
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

#jsddm li a.bordered {
	border-top: #ffffff 1px solid;
}

#jsddm li ul {
	z-index: 50;
	width: 140px;	
	margin-top: 5px;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#jsddm li ul li {	
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
}

#jsddm li ul li a {	
	width: auto;
	background: #e6e6e6;
	padding: 5px;
}

#jsddm li ul li a:hover {	
	background: #000;
}

/* Main attention picture styles */

#ma-picture-container {
	clear: both;
	width: 100%;
	background: url(../images/bg-ma-picture.jpg) repeat-x;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#ma-picture {
	width: 960px;
	margin: 0 auto 0 auto;
}

/* Image scrolling styles */

.hidden {
	display: none;
}

/* Inside styles */

#internal {
	margin: 0 10px 0 10px;
	padding: 5px;
	background: #ffffff;
}

/* Left menu styles */

#left {
	float: left;
	width: 18%;
	padding: 5px;
	color: #ffffff;
}

#left ul li {
	background: #ededed;
	padding: 3px 0 3px 5px;
	margin: 0 0 5px 0;
	border-left: 3px solid #ec2426;
	border-right: 1px solid #CCCCCC;
}

#left ul li.selected {
	background: #333333;
}

#left a {
	text-decoration: none;
}

/* Right side styles for left menu style pages (contact, links) */

#right {
	float: right;
	width: 79%;
	padding: 5px;
}

/* Advertising style pages left and right containers */

#left-menu {
	float: left;
	width: 200px;
	padding: 5px;
	border: 1px solid #efefef;
	background: url(../images/bg-leftSearch.jpg) repeat-y;
}

#right-content {
	float: right;
	width: 710px;
	margin-left: 5px;
}

/* Forms styles */

.range {
	border: 0;
	background: none;
	color: #ec2426;
	font-size: 10px;
	font-weight: bold;
}

#ui-datepicker-div {
	font-size: 10px;
}

.ui_slider {
	margin-top: 5px;
}

/* Footer styles */

#footer {
	width: 940px;
	margin: 5px auto 10px auto;
}

#footer .left {
	width: 50%;
	float: left;
	text-align: left;
}

#footer .right {
	width: 50%;
	float: left;
	text-align: right;
}

#footer .c {
	margin-top: 5px;
}

/* Global generic styles */

.size10 {
	font-size: 10px;
}

.size12 {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}

.black {
	color: #000000;
}

.grey6 {
	color: #666666;
}

.greyC {
	color: #CCCCCC;
}

.rn {
	color: #ec2426;
}

.sgb {
	border: 1px solid #999999;
	padding: 1px;
}

.syb {
	border: 1px solid #FFFF00;
	padding: 3px;
}

.shortDescription {
	font-size: 10px;
}

.imgRightFloat {
	float: right;
	margin: 5px 0 10px 10px;
}

.hilite {
	background: #FFFFCC;
	color: #ec2426;
	padding: 5px;
	font-weight: bold;
}

.regularUL {
	margin-top: 10px;
}

.regularUL li {
	list-style: circle;
	color: #999999;
	margin: 0 0 5px 30px;
	padding-left: 5px;
}

.regularUL li.nostyleli {
	list-style: none;
}

.icon-text-container {
	margin-top: 10px;
}

.icon-text-container td {
	padding: 3px;
}

.mice {
	color: #666666;
	font-size: 10px;
}

.separator {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #ec2426;
}

.separator_grey {
	width: 100%;
	background: #FFFFFF;
	height: 1px;
	margin: 5px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

.bookNow {
	display: block;
	float: right;
	width: 76px;
	height: 20px;
	margin-top: 5px;
	padding-top: 6px;
	background-image: url(../images/bg-bookNow.jpg);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a:link.bookNow, a:visited.bookNow {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.bookNow, a:active.bookNow {
	color: #F9B0B0;
	text-decoration: none;
}

.ajaxLink {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.ajaxLink:hover {
	color: #ec2426;
	text-decoration: none;
}

.clear {
	clear:both;
}

label.error{
	margin-left: 10px;
	color: #ec2426;
	font-size: 11px;
}

input.error, select.error, textarea.error { 
	background: #ffe6e6; 
}