/* Print stylesheet for Krekt Sailing */
/* semantic styles */
html {
	overflow-y: scroll;/**/
	/*overflow-x:hidden;*/
}
html, body {
	background-color: #008CBD;
	font-family:"Times New Roman", Times, serif;
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-size: 1em; /* 11px with medium font-size */
	line-height: 1.6em; /* 18px */
	color: #052360;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
img {
	border: 0px;
	margin: 0px;
	display: block;
}
td {
	vertical-align:top;
}
hr {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px dotted #008CBD;
}
u {
	/* we absolutely forbid to underline text that is not a link */
	text-decoration:none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style:inside;
}
ul li {
	margin-left: 0px;
	left: 0px;
}
h1 {
	display: block;
	width: 100%;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	display: block;
}
h3 {
	font-size: 1em;
	margin: 0px;
	color: #008CBD;
	display: block;
}
p {
	margin: 0px;
	display:block;
}
a {
	color: #052360;

}
table.pricetable{
	width: 75%;
	display: block;
	clear: both;
	margin-top: 25px;
	/*border-collapse:collapse;*/
}
table.pricetable tr td {
	border-top: 1px solid #052360;
}
table.pricetable tr.footer td{
	padding-left: 0px;
	font-size: 0.8em;
}
table.pricetable tr td.price {
	text-align:right;
}
table.pricetable tr th {
	color: #052360;
	font-weight:bold;
	padding: 0px 5px 2px 5px;
}
table.pricetable tr td {
	padding: 2px 5px 2px 5px;
}
table tr.columns td {
	color: #052360;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}
/* containers */
div#maincontainer {
	position:relative;
	/*margin: 0px auto 0px auto;*/
	width: 100%;
	text-align: left;
	/*display:block;*/
}
div#navigation {
	display: none;
}
div#topnavigation {
	display: none;
}
div#contentwide {
	width: 600px;	
	padding: 5px 25px 40px 25px;
	margin-left: 225px;
	/*float: left;*/
	/*background-color:#CCCCCC;*/
	clear:right;
}
div#content {
	width: auto;
	padding: 5px 0px 47px 25px;	
}
div#content img {
	margin: 7px 10px 0px 0px;
	float: left;/**/
	vertical-align:top;
}
div#content h1 img {
	margin: 3px 0px 10px 0px;
}
div#content div.listitem {
	padding: 0px;
	width: 100%;
	margin: 15px 0px 0px 0px;
}
div#content div.listitem img {
	margin-right: 15px;
	margin-top: 25px;
}
div#content div.listitem table {
	width: auto;
}
div#content div.listitem table tr td.label {
	width: 25%;
	border-bottom: 1px dotted #052360;
}
div#content div.listitem table tr td.info {
	width: 75%;
	border-bottom: 1px dotted #008CBD;
}

/* properties for side bar */
div#sidebar {
	display: none;
}
/* box holding offers for the homepage */
div#contentwide div#offers {
	margin-top: 25px;
}
div#contentwide div#offers h1 {
	/*background-color:#008CBD;*/
	color: #008CBD;
	border-top: 1px dotted #008CBD;
	font-size: 1em;
	font-weight:bold;
	height: 15px;
	padding: 2px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
}
div#contentwide div#offers h2 {
	font-size: 1em;
	margin:0px 0px 5px 0px;
}
div#contentwide div#offers img {
	margin-bottom: 10px;
}
div#contentwide div#offers a {
	font-weight: bold;
	text-decoration:none;
}
div#contentwide div#offers a:hover {
	font-weight: bold;
	text-decoration:underline;
}
div#contentwide div#offers div.offer_1, div#contentwide div#offers div.offer_2, div#contentwide div#offers div.offer_3, div#contentwide div#offers div.offer_4, div#contentwide div#offers div.offer_5 {
	margin-top: 5px;
	float:left;
}
div#contentwide div#offers div.offer_1 {
	width: 100px;
	border-right: 1px solid #008CBD;
	padding: 0px 9px 0px 10px;
}
div#contentwide div#offers div.offer_2 {
	width: 100px;
	border-right: 1px solid #008CBD;
	padding: 0px 10px 0px 9px;
}
div#contentwide div#offers div.offer_3 {
	width: 100px;
	border-right: 1px solid #008CBD;
	padding: 0px 10px 0px 9px;
}
div#contentwide div#offers div.offer_4 {
	width: 100px;
	border-right: 1px solid #008CBD;
	padding: 0px 10px 0px 9px;
}
div#contentwide div#offers div.offer_5 {
	width: 100px;
	padding: 0px 0px 0px 9px;
}
/* header image */
div#headerimg {
	margin-left: 25px;
	clear: both;
	margin-bottom: 5px;
}
div#headerimg h1, div#content h1 {
	margin: 0px;
}
/* Footer properties */
div#footer {
	position:absolute;

	border-top: 1px solid #052360;
	margin-left: 25px;
	width:100%;
	clear:both;/**/
	height: 40px;
	text-align: center;
}
div#footertop {
	display: none
}
div#footerbottom {
	background-color: #052360;
	color: #052360;
	height: 20px;
	font-weight:bold;	
}
div#footer a {
	color:#052360;
	text-decoration:none;
}

/* classes for editor */
.pricetag {
	font-weight:bold;
	color:#CC0000;
}

