/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #726451; 
	background-position: 49% 0;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	min-width: 963px;
	height: 100%;
	margin-bottom: 1px;
}

body {
/*	background-position: 49% 0;*/
	background-position: top center;
	background-image: url(/images/desktop.jpg);
	background-repeat: no-repeat;
	min-height: 1008px;
	min-width: 963px;
}

body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

img { border: none; }

a {
	color: #88212E;
	text-decoration: none;
}

a:hover {
	color: #AD724B;
}

h1 {
	color: #90071C;
	font-size: 18px;
	margin-bottom: 10px;
}

/* LAYOUT CSS */

#container {
	width: 963px;
	margin: 0px auto;
}

#header {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 372px 0px;
}

#back_to_home {
	padding: 6px 164px 0px 75px;
}

#menu_logo {
	height: 90px;
}

#menu_logo img {
	margin: 22px 0px 0px 95px;
}

#menu_about_us {
	padding: 9px 5px 0px 0px;
}

#menu_contact_us {
	padding: 5px 8px 0px 0px;
}

#menu_testimonials {
	padding: 10px 2px 0px 0px;
}

#menu_whats_new {
	padding: 0px 15px 0px 0px;
}

#menu_hotel_network {
	padding-top: 12px;
}

#player_grid {
	padding-left: 10px;
	height: 450px;
	overflow: auto;
	width: 540px;
}

#player {
	padding: 0px 19px 0px 34px;
	width: 320px;
}

#content {
	padding-top: 15px;
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
}

#paper {
	width: 507px;
	padding: 15px 22px 17px 29px;
	background-color: #E5E8F2;
	background-image: url(/images/paper_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#paper.home {
	width: 546px;
	padding: 21px 6px 17px 6px;
	background-image: url(/images/paper_bg2.jpg);
}

#paper.player {
	width: 546px;
	padding: 21px 6px 17px 0px;
}

#paper_left {
	width: 11px;
	background-image: url(/images/paper_left_bg.png);
	background-position: top;
	background-repeat: repeat-y;
}

#paper_right {
	width: 8px;
	background-image: url(/images/paper_right_bg.png);
	background-position: top;
	background-repeat: repeat-y;
}

#testimonials {
	width: 507px;
}

#testimonials td {
	padding-bottom: 15px;
}

#testimonials img {
	margin-right: 20px;
	background-image: url(/images/testimonial_bg.png);
	padding: 4px 11px 12px 5px;
}

#flashcontent {
	width: 320px;
	height: 263px;
	margin-top: 1px;
}

#title {
	color: #670303;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 25px;
	height: 20px;
	width: 249px;
}

#subtitle {
	margin-left: 25px;
	height: 20px;
	width: 249px;
}

#share-button {
	color: #670303;
	text-align: center;
	margin-top: 72px;
	margin-right: 2px;
	line-height: 14px;
	font-weight: bold;
}

#banner {
	margin-top: 20px;
	margin-left: -2px;
	width: 474px;
	height: 104px;
	padding: 9px 0px 0px 8px;
	background-image: url(/images/banner_bg.gif);
}

#banner_image {
	border: 2px solid #FFFFFF;
}

.video_thumbnail {
	font-size: 11px;
	line-height: 14px;
	width: 162px;
	padding-bottom: 10px;
}

.video_thumbnail img {
	border: 2px solid #FCFCFD;
}

.video_thumbnail b {
	color: #90071C;
}
