/* Begin Structure Styles =============================================== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f9194;
	font-size: 76%;
	background:#FFFFFF;
	top:0;
	line-height:1.5em;
}

body#loggedin {
	background:url(/images/site-bg.gif) repeat-x #f1f1f0;
}

#wrapper {
	padding:0;
	width:980px;
	margin:0 auto;
	text-align: left;
	top:0;
}

#header {
	text-align: left;
	height: 136px;
	width: 980px;
	margin:0;
	padding:0;
	background: url(/images/top-bg.gif) repeat-x;
	position:relative;
}

#logo {
	float: left;
	width:430px;
}

#nav_container {
	float:right;
	width:550px;
	position:absolute;
	top:0;
	right:0;
}

#thomascook_logo {
	list-style-type:none;
	float:right;
	padding:0 0 0 0;
	width:185px;
}

#nav {
	list-style-type:none;
	float:right;
	padding:0;
	width:550px;
}

#nav ul {
	float:right;
	padding-right:8px;
}

#nav ul.nav-loggedout li {
	display: inline;
	float:left;
	text-align: center;
	padding: 8px 18px 7px 8px;
	font-size:1em;
	font-weight:bold;
}

#nav ul.nav-loggedin li {
	display: inline;
	float:left;
	text-align: center;
	padding: 8px 23px 7px 8px;
	font-size:1em;
	font-weight:bold;
}

#nav ul.nav-loggedout li.getmore {
	background:url(/images/tab-getmore.gif) no-repeat;
}

#nav ul.nav-loggedout li.cruiseliners {
	background:url(/images/tab-cruise-liners.gif) no-repeat;
}

#nav ul.nav-loggedout li.cruisegallery {
	background:url(/images/tab-cruise-gallery.gif) no-repeat;
}

#nav ul.nav-loggedout li.joinnow {
	background:url(/images/tab-join-now.gif) no-repeat;
}

#nav ul.nav-loggedin li.myhome {
	background:url(/images/tab-myhome.gif) no-repeat;
}

#nav ul.nav-loggedin li.myprofile {
	background:url(/images/tab-myprofile.gif) no-repeat;
}

#nav ul.nav-loggedin li.myfriends {
	background:url(/images/tab-myfriends.gif) no-repeat;
}

#nav ul.nav-loggedin li.myphotos {
	background:url(/images/tab-myphotos.gif) no-repeat;
}

#nav ul.nav-loggedin li.logout {
	background:url(/images/tab-logout.gif) no-repeat;
}

#nav ul.nav-loggedout a:link, #nav ul.nav-loggedout a:visited, #nav ul.nav-loggedout a:active {
	text-decoration: none;
	color: #0d67a2;
}

#nav ul.nav-loggedout a:hover {
	text-decoration: underline;
}

#nav ul.nav-loggedin a:link, #nav ul.nav-loggedin a:visited, #nav ul.nav-loggedin a:active {
	text-decoration: none;
	color: #787878;
}

#nav ul.nav-loggedin a:hover {
	text-decoration: underline;
}

#nav li.logout a:link, #nav li.logout a:visited, #nav li.logout a:active {
	text-decoration: none;
	color: #0d67a2;
}

#nav li.logout a:hover {
	text-decoration: underline;
}

#nav li.joinnow a:link, #nav li.joinnow a:visited, #nav li.joinnow a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#nav li.joinnow a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 980px;
	padding: 0;
	height:120px;
	margin:0;
	background: url(/images/footer-bg.gif) 0 5px no-repeat #FFFFFF;
}

#footer1 {
	width:475px;
	padding:0;
	margin:0;
	float:left;
}

#footer2 {
	width: 370px;
	padding: 30px 0 0 0;
	margin:0;
	float:left;
	font-size:0.9em;
}

#footer3 {
	width: 115px;
	padding: 27px 0 0 20px;
	margin:0;
	float:left;
}

#footer4 {
	padding-right:10px;
	padding-top:20px;
	margin:0;
	float:right;
	font-size:0.9em;
	width:400px;
	text-align:right;
}

#footer4 a:link, #footer4 a:visited, #footer4 a:active {
	text-decoration: none;
	color: #787878;
}

#footer4 a:hover {
	text-decoration: underline;
}

#user_login_bar {
	width:968px;
	padding:4px 12px 4px 0;
	margin:0;
	float:left;
	background:#b0b2b4;
	color:#FFFFFF;
	font-weight:bold;
}

/* End Structure Styles =============================================== */

/* Begin Left Styles =============================================== */

#left_nav_container {
	margin:0;
	padding:0 22px 10px 22px;
	width:192px;
	float:left;
	background: url(/images/left-bg.gif) repeat-y;
}

.left_nav_title {
	background: url(/images/arrow-white.gif) 11px 9px no-repeat #8f9194;
	padding:4px 0 4px 22px;
	width:170px;
	margin-top:8px;
}

.left_nav_title h2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.left_nav ul {
	list-style-type: none;
}

.left_nav ul li {
	list-style-type: none;
}

.left_nav ul li a:link, .left_nav ul li a:visited, .left_nav ul li a:active {
	color: #8f9194;
	width: 165px;
	text-align: left;
	display: block;
	font-size: 1em;
	font-weight:bold;	
	padding: 6px 5px 5px 22px;
	text-decoration: none;
	background: url(/images/left-nav-off.gif) no-repeat;
	margin:0;
}

.left_nav ul li a:hover {
	color: #0c4da2;
	text-decoration: none;
	background: url(/images/left-nav-on.gif) no-repeat;
}

.left_nav_content {
	margin:0;
	padding:8px 15px 2px 15px;
	width:160px;
	float:left;
	background:#FFFFFF;
	border:1px solid #c9c9ca;
	font-size:0.9em;
	line-height:1.4em;
	color:#5482be;
}

.left_graphic {
	margin:12px 0 0 0;
	padding:15px;
	width:160px;
	float:left;
	background:#FFFFFF;
	border:1px solid #c9c9ca;
	text-align:center;
}

#left_nav_profile {
	margin:0;
	padding:5px;
	width:182px;
	float:left;
	background:#0c4da2;
}

#left_nav_profile_pic a:link, #left_nav_profile_pic a:visited, #left_nav_profile_pic a:active {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:underline;
}

#left_nav_profile_pic a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#left_nav_profile_pic img {
	border:1px solid #FFFFFF;
	margin-bottom:3px;
}

/* End Left Styles =============================================== */

/* Begin Content Styles =============================================== */

#content_container {
	float: right;
	margin: 0;
	padding:0;
	width: 980px;
	background:#f1f1f0;
}

#content_container_loggedin {
	float: right;
	margin: 0;
	padding:0 0 8px 0;
	width: 980px;
	background:#FFFFFF;
}

#content_static {
	float: left;
	margin: 0;
	padding:30px;
	width: 920px;
	background:#f1f1f0;
}

#content_static h1 {
	padding-bottom:10px;
	color:#0c4da2;
	font-size:1.5em;
}

#content_static ul {
	padding: 0 0 15px 10px;
}

#content_static ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(/images/arrow.gif) no-repeat 0 10px;
	padding: 3px 0 3px 12px;
}

#content_container h3, #content_container h4, #content_container h5, #content_container h6  {
	font-size:1em;
}

#content_wrapper {
	margin:0;
	padding:0 13px 0 3px;
	float:right;
	width:728px;
}

#content_top {
	margin:10px 0 0 0;
	padding:0;
	float:right;
	width:728px;
	height:4px;
	background:url(/images/content-top-bg.gif) no-repeat bottom;
}

#content_bottom {
	margin:0 0 10px 0;
	padding:0;
	float:right;
	width:728px;
	height:4px;
	background:url(/images/content-bottom-bg.gif) no-repeat;
}

#content_main {
	margin:0;
	padding:10px 16px 10px 16px;
	float:right;
	width:696px;
	background:#f1f1f0;
}

#content_announcement {
	margin:0 0 10px 0;
	padding:12px 15px 0 170px;
	float:right;
	width:511px;
	height:50px;
	background:url(/images/announcements-bg.gif) no-repeat;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.4em;
}

#content_tabs {
	list-style-type:none;
	float:left;
	padding:0;
	width:696px;
	background:url(/images/profile-tab-bg.gif) repeat-x;
	height:36px;
}

#content_tabs ul {
	float:left;
}

#content_tabs ul li {
	display: inline;
	float:left;
	text-align: center;
	padding: 9px 8px 8px 17px;
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #0c4da2;
	margin-right:4px;
}

#content_tabs ul li#tabon {
	border-bottom:1px solid #FFFFFF;
}

#content_tabs ul li.mycruisehome {
	background:url(/images/profile-tab-home.gif) no-repeat;
}

#content_tabs ul li.cruisenews {
	background:url(/images/profile-tab-news.gif) no-repeat;
}

#content_tabs ul li.cruisetalk {
	background:url(/images/profile-tab-talk.gif) no-repeat;
}

#content_tabs ul li.myreminders {
	background:url(/images/profile-tab-reminders.gif) no-repeat;
}

#content_tabs ul li.weather {
	background:url(/images/profile-tab-weather.gif) no-repeat;
}

#content_tabs ul a:link, #content_tabs ul a:visited, #content_tabs ul a:active {
	text-decoration: none;
	color: #0d67a2;
}

#content_tabs ul a:hover {
	text-decoration: underline;
}

#content {
	margin:0;
	padding:20px;
	float:right;
	width:656px;
	background:#FFFFFF;
}

#content ul {
	padding: 0 0 15px 10px;
}

#content ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(/images/arrow.gif) no-repeat 0 9px;
	padding: 3px 0 3px 12px;
	font-weight:bold;
}

#weatherdestinations ul {
	padding: 0 0 15px 10px;
}

#weatherdestinations ul li {
	list-style: none;
	text-align: left;
	display: inline;
	background: url(/images/arrow.gif) no-repeat 0 9px;
	padding: 3px 0 3px 12px;
	font-weight:normal;
	width:200px;
	float:left;
}

#content h1  {
	font-size:1.3em;
	color:#0c4da2;
	padding-bottom:5px;
}

#content h2  {
	font-size:1em;
	border-bottom:1px solid #0c4da2;
	border-top:1px solid #0c4da2;
	padding:4px 0 5px 0;
}

#cruisehome {
	margin:0;
	padding:20px 0 15px 0;
	float:left;
	width:656px;
	background:url(/images/cruisehome/bg.gif) no-repeat;
}

#cruisehome img {
	padding:0 7px 7px 0;
}

#cruisehome_1 {
	margin:0;
	padding:0 0 0 16px;
	float:left;
	width:312px;
}

#cruisehome_2 {
	margin:0;
	padding:0 9px 0 0;
	float:right;
	width:312px;
}

.cruisehome_a {
	margin:0;
	padding:15px 10px 0 0;
	float:left;
	width:198px;
}

.cruisehome_b {
	margin:0;
	padding:104px 0 0 0;
	float:left;
	width:104px;
}

.cruisehome_c {
	margin:0;
	padding:0;
	float:left;
	width:312px;
}

.cruisehome_d {
	margin:0;
	padding:24px 0 16px 0;
	float:left;
	width:312px;
}

.cruisehome_e {
	margin:0;
	padding:10px 0 12px 0;
	float:left;
	width:312px;
}

.cruisehome_f {
	margin:0;
	padding:0 0 0 0;
	float:left;
	width:201px;
}

.cruisehome_g {
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:312px;
}

#cruisetalk {
	margin:0;
	padding:240px 71px 0 179px;
	float:left;
	width:406px;
	height:738px;
	background:url(/images/cruisetalk/bg.gif) no-repeat;
}

#myprofile_pic {
	margin:0;
	padding:8px 20px;
	float:left;
	width:180px;
}

#myprofile_pic_change {
	margin:0;
	padding:14px 10px 0 10px;
	float:left;
	width:416px;
	line-height:1.2em;
}

#myprofile_update {
	margin:4px 0 0 0;
	padding:14px 10px 0 10px;
	float:left;
	width:636px;
	line-height:1.2em;
	background:#f1f1f0;
	border-bottom:1px solid #0c4da2;
}

#myphotos {
	margin:0;
	padding:260px 100px 0 290px;
	float:left;
	width:266px;
	height:718px;
	background:url(/images/myphotos/bg.jpg) no-repeat;
}

#myfriends {
	margin:0;
	padding:240px 100px 0 310px;
	float:left;
	width:246px;
	height:728px;
	background:url(/images/myfriends/bg.gif) no-repeat;
}

#shipprofiles {
	margin:0;
	padding:250px 100px 0 205px;
	float:left;
	width:351px;
	height:718px;
	background:url(/images/shipprofiles/bg.jpg) no-repeat;
}

#rewards_top {
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:656px;
	background:url(/images/rewards/bg.gif) no-repeat;
}

#rewards1 {
	margin:0;
	padding:20px 0 0 0;
	float:left;
	width:275px;
}

#rewards1 img {
	padding:0 7px 7px 0;
}

#rewards1 p {
	margin:0;
	padding:0 30px 19px 0;
}

#rewards2 {
	margin:0;
	padding:25px 0 0 15px;
	float:right;
	width:366px;
}

#rewards2 img {
	padding:0 7px 7px 0;
}

#win1 {
	margin:0;
	padding:0;
	float:left;
	width:400px;
	height:810px;
	background:url(/images/win/bg.gif) no-repeat;
}

#win1 img {
	padding:0 7px 7px 0;
}

#win1 p {
	margin:0;
	padding:0 30px 19px 0;
}

#win2 {
	margin:0;
	padding:0;
	float:right;
	width:256px;
}

#win2 img {
	padding:0 0 7px 0;
}

#cruiseplanner {
	margin:0;
	padding:0;
	float:left;
	width:656px;
	background:url(/images/cruiseplanner/bg.gif) no-repeat right top;
}

#cruiseplanner1 {
	margin:0;
	padding:12px 0 0 0;
	float:left;
	width:400px;
}

#cruiseplanner1 p {
	padding-right:20px;
}

#cruiseplanner1 img {
	padding:13px 6px 7px 0;
}

#cruiseplanner2 {
	margin:0;
	padding:137px 0 0 0;
	float:right;
	width:256px;
}

#cruiseplanner2 img {
	padding:0 0 7px 0;
}

#cruiseplanner2 p {
	padding-left:8px;
}

#cruiseplanner_convertor {
	margin:0 0 7px 0;
	padding:65px 15px 15px 15px;
	float:left;
	width:226px;
	height:176px;
	background:url(/images/cruiseplanner/convertor-bg.gif) no-repeat;
	line-height:1.2em;
	color:#FFFFFF;
}

#cruiseplanner_convertor .inputamount {
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF !important;
	border:none !important;
	color: #8f9194;
	height:18px;
	padding:5px 4px 2px 4px;
	margin:0;
	width:208px;
	font-weight:bold;
}

#cruiseplanner_convertor select {
	width:98px;
	margin-bottom:5px;
}

#cruiseplanner_questions {
	margin:0;
	padding:12px 0 0 0;
	float:left;
	width:263px;
}

#cruiseplanner_questions ul {
	margin:0;
	padding:20px 0 0 0;
	float:left;
}

#cruiseplanner_questions ul li {
	width:243px;
	padding:5px 10px 5px 10px;
	background-position:3px 10px;
}

#cruiseplanner_questions ul li.selected {
	background:#adafb1;
}

#cruiseplanner_questions ul li a {
	text-decoration:none;
}

#cruiseplanner_questions ul li a:hover {
	text-decoration:underline;
}

#cruiseplanner_questions ul li.selected a {
	color:#FFFFFF;
	text-decoration:none;
}

#cruiseplanner_answers {
	margin:0;
	padding:50px 40px 54px 40px;
	float:left;
	width:313px;
	background:#adafb1;
	color:#FFFFFF;
	height:250px;
}

#howtobook {
	margin:0;
	padding:0;
	float:left;
	width:656px;
	background:url(/images/howtobook/bg.gif) no-repeat;
}

#howtobook1 {
	margin:0;
	padding:0;
	float:left;
	width:400px;
}

#howtobook1 img {
	padding:0 7px 7px 0;
}

#howtobook_enquiry {
	margin:16px 0 7px 0;
	padding:17px 15px;
	float:left;
	width:363px;
	background:#f1f1f0;
	line-height:1.2em;
	height:222px;
}

.howtobook_a {
	margin:0;
	padding:55px 0 0 0;
	float:left;
	width:263px;
}

.howtobook_b {
	margin:0;
	padding:0;
	float:left;
	width:137px;
}

#howtobook2 {
	margin:0;
	padding:90px 0 0 0;
	float:right;
	width:256px;
}

#howtobook2 img {
	padding:0 0 7px 0;
}

#howtobook2 p {
	padding-left:8px;
}

#destinations {
	margin:0;
	padding:0;
	float:left;
	width:656px;
	background:url(/images/destinations/bg.gif) no-repeat;
}

#destinations_top1 {
	margin:0;
	padding:0;
	float:left;
	width:295px;
}

#destinations_top2 {
	margin:0;
	padding:30px 0 0 40px;
	float:left;
	width:321px;
}

#destinations_left {
	margin:0;
	padding:160px 0 0 0;
	float:left;
	width:256px;
}

#destinations_left img {
	float:right;
	padding-bottom:7px;
}

#destinations_right {
	margin:0;
	padding:0;
	float:left;
	width:400px;
}

#destinations_right_text {
	margin:0;
	padding:0 0 0 55px;
	float:left;
	width:335px;
	height:435px;
}

#destinations_right_text ul {
	list-style-type: none;
	padding: 0 0 0 13px;
}

#destinations_right_text ul li {
	list-style-type: none;
	background:none;
	padding:0;
	margin:0;
}

#destinations_right_text ul li a.destination_link:link, #destinations_right_text ul li a.destination_link:visited, #destinations_right_text ul li a.destination_link:active {
	color: #8f9194;
	width: 300px;
	text-align: left;
	display: block;
	font-size: 1em;
	font-weight:bold;	
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	background: url(/images/arrow.gif) no-repeat 7px 8px #f5f5f4;
	margin:0 0 2px 0;
}

#destinations_right_text ul li a.destination_link:hover {
	color: #0c4da2;
	text-decoration: none;
}

#destinations_right_images img {
	float:left;
	padding-bottom:7px;
	padding-left:7px;
}

#destinations_bottom1 {
	margin:0;
	padding:0 10px 0 125px;
	float:left;
	width:253px;
}

#destinations_bottom2 {
	margin:0;
	padding:0;
	float:left;
	width:130px;
}

#findacruise {
	margin:0;
	padding:0;
	float:left;
	width:656px;
	background:url(/images/findacruise/bg.gif) no-repeat;
}

#findacruise_top1 {
	margin:0;
	padding:0;
	float:left;
	width:295px;
}

#findacruise_top2 {
	margin:0;
	padding:30px 0 0 40px;
	float:left;
	width:321px;
}

#findacruise_left {
	margin:0;
	padding:20px 0 0 0;
	float:left;
	width:256px;
}

#findacruise_left img {
	float:right;
	padding-bottom:7px;
}

#findacruise_right {
	margin:0;
	padding:0;
	float:left;
	width:400px;
}

#findacruise_right_text {
	margin:0;
	padding:80px 0 0 185px;
	float:left;
	width:205px;
	height:246px;
	background:url(/images/findacruise/map.gif) no-repeat 10px 30px;
}

#findacruise_right_images img {
	float:left;
	padding-bottom:7px;
	padding-left:7px;
}

#findacruise_bottom1 {
	margin:0;
	padding:0 10px 0 119px;
	float:left;
	width:259px;
}

#findacruise_bottom2 {
	margin:0;
	padding:35px 0 0 20px;
	float:left;
	width:180px;
}

#findacruise_bottom2 img {
	padding-bottom:7px;
}

#findacruise_results {
	margin:0 0 0 0;
	padding:3px 0 0 156px;
	float:left;
	width:500px;
}

#findacruise_results h2 {
	border-bottom:none;
	border-top:none;
	color:#0c4da2;
	background:#ededed;
	padding:6px 0 6px 5px;
	font-size:1.1em;
}

.findacruise_result {
	margin:0;
	padding:15px 0 0 20px;
	float:left;
	width:230px;
}

#galleries {
	margin:0;
	padding:20px 3px;
	float:left;
	width:690px;
	background:url(/images/gallery/bg.gif) no-repeat 15px 10px #FFFFFF;
}

#galleries_top {
	margin:0;
	padding:10px 20px 0 330px;
	float:right;
	width:340px;
}

#galleries_title {
	margin:5px 0 0 0;
	padding:3px 20px 0 0;
	float:right;
	width:670px;
	height:30px;
	background:url(/images/gallery/ship-bg-white.gif) no-repeat;
	text-align:right;
}

#galleries_title p {
	margin:0;
	padding:0;
}

#galleries_filter {
	margin:0;
	padding:4px 6px 0 0;
	float:right;
}

#galleries_filter {
	margin:0;
	padding:4px 6px 0 0;
	float:right;
}

#galleries_images {
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:690px;
}

#galleries_images img {
	padding:0 0 7px 0;
}

.galleries_images_1 {
	margin:0;
	padding:0;
	float:left;
	width:272px;
}

.galleries_images_2 {
	margin:0;
	padding:0 0 0 7px;
	float:left;
	width:132px;
}

.galleries_images_3 {
	margin:0;
	padding:0 0 0 7px;
	float:left;
	width:272px;
}

#news {
	margin:0;
	padding:0;
	float:left;
	width:656px;
}

.news_article {
	margin:0;
	padding:0 0 30px 0;
	float:left;
	width:656px;
}

.news_datestamp {
	margin:0;
	padding:0 0 10px 86px;
	float:left;
	width:570px;
	background:url(/images/news/ship-bg.gif) no-repeat;
	font-weight:bold;
	color:#0c4da2;
}

.news_image {
	margin:0;
	padding:0;
	float:left;
	width:276px;
}

.news_details {
	margin:0;
	padding:0;
	float:left;
	width:380px;
}

.news_details h3 {
	margin:0;
	padding:0 0 6px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#0c4da2;
}

.news_submit_comment {
	font-size:0.9em;
	background:#f2f2f3;
	padding:10px 10px;
}

.news_submit_comment input {
	font-size:1em;
	color:#a3a4a7;
}

.news_comment {
	font-size:0.9em;
	background:#f2f2f3;
	padding:10px 10px;
	float:left;
	width:636px;
	margin-bottom:3px;
	line-height:1.4em;
}

.comment_pic {
	margin:0;
	padding:0;
	float:left;
	width:58px;
}

.comment_details {
	margin:0;
	padding:0;
	float:left;
	width:578px;
}

#content_home_left {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:563px;
}

#content_home_left_1 {
	margin:0;
	padding:148px 0 0 0;
	float:left;
	width:142px;
}

#content_home_left_2 {
	margin:0;
	padding:0;
	float:left;
	width:279px;
}

#content_home_left_3 {
	margin:0;
	padding:0;
	float:left;
	width:138px;
}

#content_home_left_4 {
	margin:0;
	padding:0 0 0 142px;
	float:left;
	width:417px;
}

.content_home_left_text {
	margin:0;
	padding:0 8px 0 0;
	float:left;
	width:200px;
	line-height:1.2;
}

.content_home_left_text h3 {
	color:#0c4da2;
	padding-bottom:3px;
}

#content_home_right {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:417px;
}

#content_home_right_1 {
	margin:0;
	padding:156px 0 0 0;
	float:left;
	width:279px;
}

#content_home_right_2 {
	margin:0;
	padding:0;
	float:left;
	width:138px;
}

#content_club_left {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:417px;
}

#content_club_left_1 {
	margin:0;
	padding:148px 0 0 0;
	float:left;
	width:142px;
}

#content_club_left_2 {
	margin:0;
	padding:0;
	float:left;
	width:275px;
}

#content_club_right {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:563px;
	background:url(/images/price-match-bg.gif) no-repeat top right;
}

#content_register_right {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:563px;
}

.content_club_right_text {
	margin:0;
	padding:10px 8px 0 8px;
	float:left;
	width:168px;
	line-height:1.2;
}

.content_club_right_text h3 {
	color:#0c4da2;
	padding-bottom:3px;
}

#content_club_right_1 {
	margin:0;
	padding:35px 25px 0 25px;
	float:left;
	width:370px;
}

#content_club_right_1 form {
	line-height:1em;
}

#content_club_right_2 {
	margin:0;
	padding:148px 0 0 5px;
	float:left;
	width:138px;
}

#content_liners_1 {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:396px;
}

#content_liners_1 img {
	padding-bottom:3px;
}

.content_liners_1_text {
	margin:0;
	padding:10px 20px 0 27px;
	float:left;
	line-height:1.2;
}

.content_liners_1_text h3 {
	color:#0c4da2;
	padding-bottom:3px;
}

#content_liners_2 {
	margin:5px 0 0 0;
	padding:97px 0 0 0;
	float:left;
	width:97px;
}

#content_liners_3 {
	margin:5px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:484px;
}

#content_liners_3 img {
	margin:0 7px 7px 0;
}

.content_liners_3a {
	margin:0;
	padding:0;
	float:left;
	width:97px;
}

#content_liners_logos {
	margin:0;
	padding:8px;
	float:left;
	width:964px;
}

.content_liners_logo {
	margin:0;
	padding:0 8px 8px 0;
	float:left;
	width:186px;
}

.content_liners_logo_nopadding {
	margin:0;
	padding:0 0 8px 0;
	float:left;
	width:186px;
}

#content_liners_logos h3 {
	background:url(/images/arrow.gif) no-repeat 8px 9px #e4e4e4;
	padding: 3px 0 6px 15px;
	margin-top:5px;
}

#content_liners_1acc {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:369px;
}

#content_liners_1acc img {
	padding-bottom:3px;
}

.content_liners_1acc_text {
	margin:0;
	padding:10px 16px 0 5px;
	float:left;
	line-height:1.2;
}

.content_liners_1acc_text h3 {
	color:#0c4da2;
	padding-bottom:3px;
	font-size:1em;
}

#content_liners_2acc {
	margin:5px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:287px;
}

#content_liners_2acc img {
	margin:0 5px 7px 0;
}

.content_liners_2aacc {
	margin:0;
	padding:0;
	float:left;
	width:97px;
}

#content_liners_logosacc {
	margin:0;
	padding:0 34px;
	float:left;
	width:656px;
}

.content_liners_logoacc {
	margin:0;
	padding:0 8px 8px 0;
	float:left;
	width:186px;
}

.content_liners_logoacc_nopadding {
	margin:0;
	padding:0 0 8px 0;
	float:left;
	width:186px;
}

#content_liners_logosacc h3 {
	background:url(/images/arrow.gif) no-repeat 8px 9px #e4e4e4;
	padding: 3px 0 6px 15px;
	margin-top:5px;
	font-size:1em;
}

#content_register{
	margin:0;
	padding:0;
	float:left;
	width:980px;
	background:url(/images/price-match-bg.gif) no-repeat 180px 450px;
}

#content_gallery_top_left {
	margin:0;
	padding:0 0 0 25px;
	float:left;
	width:316px;
}

#content_gallery_top_right {
	margin:0;
	padding:28px 25px 0 0;
	float:left;
	width:614px;
}

#content_gallery_top_right_1 {
	margin:0;
	padding:0;
	float:left;
	width:265px;
}

#content_gallery_top_right_1 ul {
	float:left;
	padding-right:1px;
	width:131px;
}

#content_gallery_top_right_1 li {
	display:block;
	text-align:left;
	padding: 3px 0 2px 7px;
	font-size:1em;
	font-weight:bold;
}

#content_gallery_top_right_2 {
	margin:0;
	padding:0;
	float:left;
	width:349px;
}

#content_gallery_top_right_2 p {
	padding:0 0 0 5px;
}

#content_gallery_title {
	margin:0;
	padding:1px 25px 0 120px;
	float:left;
	width:835px;
	height:32px;
	background:url(/images/gallery/ship-bg.gif) no-repeat;
}

#content_gallery_title p {
	margin:0;
	padding:0;
}

#content_gallery_images {
	margin:0;
	padding:10px 0 0 8px;
	float:left;
	width:972px;
}

#content_gallery_images img {
	padding:0 0 5px 0;
}

.content_gallery_images_1 {
	margin:0;
	padding:0 5px 0 0;
	float:left;
	width:272px;
}

.content_gallery_images_2 {
	margin:0;
	padding:0 5px 0 0;
	float:left;
	width:132px;
}

/* End Content Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #4e4e4e;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #e3383e;	
}

.fontblue{
	color: #0c4da2;	
}

.background {
	background:#f7f6f6;
}

.border {
	border: 1px solid #d1d1d0;
}

.borderbottom {
	border-bottom: 1px solid #d9d9d9;
}

.borderbottomdashed {
	border-bottom: 1px dashed #a8a8a8;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0c4da2;
}

a:hover {
	text-decoration: none;
	color: #0c4da2;
}

a.linkgrey:link, a.linkgrey:visited, a.linkgrey:active {
	color: #8f9194;
}

a.linkgrey:hover {
	color: #0c4da2;
}

a.linkwhite:link, a.linkwhite:visited, a.linkwhite:active {
	color: #FFFFFF;
}

a.linkwhite:hover {
	color: #FFFFFF;
}

a.linkred:link, a.linkred:visited, a.linkred:active {
	color: #e3383e;
}

a.linkred:hover {
	color: #e3383e;
}

/* End Class Styles =============================================== */


/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

input {
	margin:0;
	padding:0;
}

.input {
	font-size: 0.9em; 
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF !important;
	border:1px solid #b0b2b4 !important;
	color: #0d67a2;
	height:18px;
	padding:3px 2px 0 2px;
	margin:0;
}

.inputsmall {
	font-size: 0.8em; 
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF !important;
	border:none !important;
	color: #0d67a2;
	padding:1px 2px;
}

.inputfile {
	font-size: 0.9em; 
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF !important;
	border:1px solid #b0b2b4 !important;
	color: #0d67a2;
	padding:3px 2px 3px 2px;
	margin:0;
}

.select {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF !important;
	border: 1px #b7b4b4 solid;
	color: #0d67a2;
}

/* End Form Styles =============================================== */

/* =-=-=-=-=-=-=-[highslide]-=-=-=-=-=-=-=- */
.highslide-wrapper div {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(/images/zoom/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: gray;
}
.highslidetext {
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/zoom/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

.highslide-html-content {
	position: absolute;
	display: none;
}

.highslide-html-content .highslide-body {
	text-align:left;
}

.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/images/zoom/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/zoom/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/images/zoom/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 
/* =-=-=-=-=-=-=-[highslide end]-=-=-=-=-=-=-=- */