@charset "utf-8";

/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000033;
	background-color: #668099;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #000033;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #668099;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

#navmenu_c ul, #navmenu_c ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
}

p.small {
	font-size: 85%;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 15px 10px;
	width: 982px;
	background: url('images/rightcol_img.gif') no-repeat 100% 68px;
	font-size: 0.71em;
}


/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -243px;
	width: 496px;
	background: url('images/main_bg_bot.gif') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 496px;
	background: url('images/main_bg_top.gif') no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	background-color: #E9E9E9;
	border-left: #fff 6px solid;
	border-right: #fff 6px solid;
}



/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding: 0;
	color: inherit;
	/*background-color: #414F62;*/
}

#page_header h1 {
	position: relative;
	top: -4px;
	width: 100%;
	height: 67px;
	/*background: url('images/ice-break-logo.jpg') no-repeat 50% 50%;*/
    background: url('images/ice-break-logo.jpg') no-repeat 0 50%;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	font-weight: normal;
	text-align: left;
}
#page_content p.standfirst {
    margin: -22px -17px 0 0 !important;
    color: #668099;
    font-weight: bold;
}


/* ++++++++++++++++++++ Right Box ++++++++++++++++++++ */

#right_box {
  background: red;
  width: 243px;
  height: 437px;
}

/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 77px;
	width: 166px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('images/navmenu_bg_top.gif') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #668099;
	border-left: #fff 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
    color: #FFF;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: #668099;
	background-color: #FFF;
}

#navmenu li.list_first {
	border-top: none;
}



/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
    color: #FFF;
}
#page_footer a {

    color: #FFF !important;
}

/** Martin **/
.tbl_img {
    width: 100%;
    border-collapse: collapse;
}

.tbl_img td {
  vertical-align: top;
  color: #000033;
  font-weight: normal;
}

.tbl_img td.img {
    width: 1%;
}

.tbl_img td img {
  margin: 7px 0 -5px 0;
  border: 1px solid #668099;
}

.img_caption {
  font-size: 85%;
  font-weight: normal;
  color: #668099;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}


.mt10 {
    margin-top: 10px;
}


.tbl_contact {
  border: 1px solid #668099;
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}

.tbl_contact td {
  color: #668099;
  text-align: right;
  vertical-align: top;
  width: 50%;
  padding: 1px;
}

.tbl_contact td input, .tbl_contact td textarea {
    font-family: 'verdana', 'helvetica', sans-serif;
    color: #668099;
    width: 300px;
    margin-left: 10px;
    border: 1px solid #668099;
}

.tbl_contact td textarea {
    height: 200px;
}

.tbl_contact td input.button {
    width: auto;
    background-color: #FFF;
}

 .tbl_chalet {
    border-collapse: collapse;
    width: 100%;
 }

.tbl_chalet td {
    padding: 1px;
    text-align: center;
    width: 50%;
}

.tbl_chalet td img {
    border: 1px solid #668099;
}

.strong {
  font-weight: bold;
}

.italic {
    font-style: italic;
}

.error {
    color: red;
    font-weight: bold;
}

.posted {
    height: 170px;
}

.ul_chalet_features {

}

.ul_chalet_features li {
	float: left;
	list-style-type: none;
	width: 200px;
	margin-left: 0;
	padding: 2px 0;
}

.ul_links li {
	margin: 14px 0 0 14px;
}

.ul_links a {
	font-weight: bold;
}

#link_spacer {
	height: 230px;
}

#ul_includes {
	list-style-type: none;
}

#tbl_prices {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	font-size: 105%;
}

#tbl_prices td {
	background: #E9E9E9;
	color: #000033;
	padding: 2px;
	border: 1px solid #668099;
}

#tbl_prices tr.header td {
	background: #668099;
	color: #E9E9E9;
	font-weight: bold;
}

 .tbl_gallery {
 	margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
 }

.tbl_gallery td {
    padding: 1px;
    vertical-align: top;
    width: 50%;
	padding-bottom: 20px;
}

.tbl_gallery td img {
    border: 1px solid #668099;
}

#chalet_pictures {
	margin-top: 10px;
}

#news_feed fieldset {
	border: 1px solid #000033;
	background: #668099;
	padding: 4px;
	margin-bottom: 16px;
}

#news_feed fieldset legend {
	color: #000033;
	font-weight: bold;
	margin-left: 8px;
}	

#news_feed fieldset p {
	margin: 0 4px 4px 4px;
	color: #fff;
	/*font-style: italic;*/
}
#news_feed fieldset p a:hover {
	color: #000033;
	text-decoration: none;
}

#testimonials fieldset {
	border: 1px solid #668099;
	background: #fff;
	padding: 4px;
	margin-bottom: 16px;
}

#testimonials fieldset legend {
	color: #668099;
	margin-left: 8px;
	font-size: 110%;
}	

#testimonials fieldset p {
	margin: 0 4px 4px 4px;
	font-style: italic;
}

.pOffer {
	color: #990000;
	font-weight: bold;
	font-size: 110%;
}
