/*
13pt
Main style sheet
*/

/* GLOBAL TAGS */



body {
	background-color: #FFFFFF;
	background-image: url("./img/bg.png");
	background-repeat: repeat-x;
	margin: 20px auto;
	padding: 0px 30px 0px 30px;
	color: #333333;
	text-align: center; /* IE 5 */
}

body, td {
	font-family: "Verdana", sans-serif;
	/*font-size: 13px;*/	
	/*line-height: 130%;*/
}

p {
	margin-top: 0px;
}


/* FRAMEWORK */

#framework {
	position: relative;
	width: 800px; /* was 650, 710 */
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#logo {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 61px;
}

#nav {
	position: absolute;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navtext {
	position: absolute;
	bottom: 2px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333333;
}

#title {
	margin: 52px 0px 21px -1px;
	padding: 0px;
}

#content {
	margin: 0px;
	padding: 0px;
	/*font-size: 12px;*/
	text-align: left;
}

#copyright {
	margin: 100px 0px 20px 0px;
	padding: 0px;
	/*font-size: 11px;*/
	color: #999999;
	text-align: left;
	clear: both;
}


/* HEADERS */

h2 {
	font-family: "Verdana", sans-serif;
	/*font-size: 16px;*/
	font-weight: normal;
	color: #993333;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h2.gray {
	color: #333333;
}

h3 {
	font-family: "Verdana", sans-serif;
	/*font-size: 13px;*/
	font-weight: bold;
	color: #227744;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


/* PANELS */

.black {
	background-color: #000000;
}


/* IMAGES */

img.thumb {
	float: left;
	padding: 0px 15px 15px 0px;
}

img.right {
	float: right;
	padding: 10px 0px 25px 25px;
}

img.piws_symbol {
}


/* LINKS */

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #669999;
	text-decoration: none;
}

a:hover, a:active {
	color: coral;
}



/* NAV LINKS */

#nav a:link, #nav a:visited {
	color: #999999;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #6699CC;
	text-decoration: none;
}

#nav a.on:link, #nav a.on:visited {
	color: #333333;
	text-decoration: none;
}

#nav a.on:hover, #nav a.on:active {
	color: #333333;
	text-decoration: none;
}


/* COLUMN WIDTHS */

.onethird {
	width: 250px; /* was 200 on 650, 220 on 710 */
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.twothirds {
	width: 525px; /* was 425 on 650, 465 on 710 */
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.half {
	width: 387px; /* was 312 on 650, 342 on 710 */
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.full {
	width: 800px; /* was 650 on 650, 710 on 710 */
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/* COLUMN POSITIONS */

.left {
	float: left;
	clear: left;
}

.middle {
	float: left;
	margin-left: 25px;
}

.right {
	float: right;
	clear: right;
}


/* COLUMN ALIGNMENTS */

.centered {
	text-align: center;
}

.flushleft {
	text-align: left;
}

.flushright {
	text-align: right;
}


/* COLUMN STYLES */

.caption {
	color: #777777;
	font-size: 11px;
}

.hellboxleft {
	width: 100px;
	margin: 0px;
	padding: 13px 10px 10px 0px;
	float: left;
	text-align: center;
}

.hellboxright {
	width: 312px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	float: left;
}

.iconlist p {
	background: url("/images/px/x.gif") 0px 6px no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 29px;
}

.iconlist h3.padded {
	margin-top: 30px;
}

.clientlist p {
	margin-bottom: 7px;
}

.textlist p {
	margin: 0px;
	padding: 4px 0px 1px 0px;
}

.timeslist p {
	margin-bottom: 5px;
}


/* COLORS */

.gray {
	color: #666666;
}

.new {
	font-size: 9px;
	color: #990000;
}


/* ARROWS */

.arrows {
	margin: 0px;
	padding: 0px;
	/* margin-top: -15px; */
	/* margin-bottom: 15px; */
}

.arrowtext {
	margin: 0px;
	padding: 0px;
	/* margin-top: -15px; */
	/* margin-bottom: 15px; */
}


/* FLOAT */

div.float {
	float: right;
	width: 60px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

p.float {
	float: left;
	margin-top: 5px;
}

p.nofloat {
	margin-top: 5px;
}

h3.padded {
	margin-top: 25px;
}


/* TAGS */

#style {
	margin: 34px 0px 21px -1px;
	padding-top: 5px;
	font-family: Georgia, serif;
	/*font-size: 13px;*/
}

#style table td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*font-size: 11px;*/
}

#style p, #style blockquote {
	line-height: 160%;
}

#style ul, ol {
	line-height: 130%;
}

#style sup {
	font-family: Verdana, sans-serif;
	font-size: smallest;
	line-height: 100%;
}


/* CONTENT */

#style h1 {
	color: #333333;
	font-family: Trebuchet MS, sans;
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#style h2 {
	color: #114477;
	font-family: Trebuchet MS, sans;
	/*font-size: 19px;*/
	font-weight: normal;
	width: 100%;
	line-height: 110%;
	margin: 35px 0px 7px 0px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999999;
}

#style .noborder {
	border: none;
}

#style h3 {
	color: #000000;
	font-family: Trebuchet MS, sans;
	/*font-size: 18px;*/
	line-height: 120%;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding-bottom: 5px;
}

#style .breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	/*font-size: 12px;*/
	padding: 5px 50px 20px 0px;
}

#style .deck {
	color: #666666;
	font-family: Georgia, serif;
	font-style: italic;
	/*font-size: 15px;*/
	margin: 7px 0px 37px 0px;
	padding: 0px;
}

#style .byline {
	font-family: Verdana, sans-serif;
	/*font-size: 12px;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#style .dateline {
	color: #666666;
	/*font-size: 12px;*/
	font-family: Verdana, sans-serif;
}

#style .footline {
	font-family: Verdana, sans-serif;
	font-style: italic;
	margin-top: 16px;
}

#style .subsection {
	color: #666666;
	font-family: Verdana, sans-serif;
	/*font-size: 12px;*/
	letter-spacing: 2px;
	margin: 30px 0px 5px 0px;
	text-transform: uppercase;
}

#style .pullquote {
	background-color: #DDEEFF;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia, serif;
	font-style: italic;
	/*font-size: 14px;*/
	margin: 10px 0px 10px 10px;
	padding: 10px;
	width: 35%;
	float: right;
}

#style .smallcaps {
	font-variant: small-caps;
}


/* HOME */

#style .onethird {
	width: 175px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-family: Georgia, serif;
	font-style: italic;
	/*font-size: 14px;*/
}

#style .twothirds {
	width: 605px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#style .left {
	float: left;
	clear: left;
}

#style .right {
	float: right;
	clear: right;
}

#style .sumimage {
	margin: 0px;
	padding: 0px;
	border: 1px solid #BBBBBB;
}

#style h2.summary {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#style .sumdeck {
	color: #666666;
	font-family: Georgia, serif;
	font-style: italic;
	/*font-size: 14px;*/
	margin: 7px 0px 5px 0px;
	padding: 0px;
}

#style .sumdate {
	color: #666666;
	/*font-size: 12px;*/
	font-family: Verdana, sans-serif;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}


/* TABLES */

#style .caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	/*font-size: 11px;*/
	line-height: 120%;
}

#style .captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	/*font-size: 12px;*/
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

#style .rule {
	border-top: 1px dotted #999999;
	width: 100%;
	height: 1px;
	margin: 15px 0px 5px 0px;
	padding: 0px;
}


/* OVERRIDE */

#copyright {
	margin: 16px 0px 30px 0px;
	font-family: "Verdana", sans-serif;
}


/* ARTICLE-SPECIFIC CSS */

#style .parseresults {
	padding: 10px 0px 10px 0px;
}

#style .parseresults td {
	color: #333333;
	font-family: Verdana, sans-serif;
	/*font-size: 10px;*/
	padding: 3px 5px 7px 0px;
}

#style table.crosshair td img {
	cursor: crosshair;
}

#style .detainees {
	position: relative;
	float: left;
	text-align: left;

	color: #666666;
	font-family: Verdana, sans-serif;
	/*font-size: 11px;*/

	width: 100px;
	padding: 0px;
	margin: 20px 20px 20px 0px;
}

#style .detainees img {
	margin-bottom: 7px;
}

#style .detainees td img {
	margin-bottom: 0px;
}



/* TABS */

.tabtitle {
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	/*font-size: 10px;*/
	color: #333333;
}

.tab_on {
	background-color: #DDEEFF;
	position: relative;
	z-index: 30;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Verdana, sans-serif;
	/*font-size: 11px;*/
	color: #333333;
	font-weight: bold;
}

.tab {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-family: Verdana, sans-serif;
	/*font-size: 11px;*/
	color: #990000;
}

.tableft {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 1px 7px;
	margin-right: 3px;
	font-family: Verdana, sans-serif;
	/*font-size: 10px;*/
	color: #333333;
}

.tabrule {
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.tabfade {
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.tabfade2 {
	background-color: #ECF6FF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.tabfade3 {
	background-color: #EFF9FF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 10px;
}



/* ALTERNATE TAB BLOCK */

.tabblock {
	/* can be used instead of tabrule and tabfades */
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	padding: 7px 5px 5px 5px;
	border: 1px solid #999999;
}

.tabblock td {
	font-family: Verdana, sans-serif;
	/*font-size: 11px;*/
	padding-right: 3px;
}

#about-table{
	margin-left: -40%;
}
TD.about-lx{
	text-align: left;
	width: 20%;
}
TD.about-rx{
	text-align: right;
	width: 20%;
}
TD.top{
	vertical-align: top;
}
TH.center{
	text-align: center;
}

#logo-img{
	background: transparent url(img/idx/avalanche.gif) no-repeat;
	float: right;
	height: 197px;
	width: 600px;
	margin-right: 50px;
}

#logo-text, #logo-text-idx, #logo-text-trekking{
	font-family: skolar, times, serif;
	font-style: oblique;
	font-weight: bolder;
	font-size: xx-large;
	margin-top: 75px;	
	margin-left: 100px;	
	margin-bottom: 145px;
}
#logo-text-trekking{
	margin-bottom: 45px;
}
#div_preparation{
    float: left;
    padding-top: 5px;
}

#div_preview{
    float: left;
    text-align: center;
    width: 350px;
}

#img_preview{
    width: 350px;
}

#div_ingredients{
    background-color: #CCCCFF;
    border-size: 2px;
    float: right;
    font-size: small;
    width: 250px;
}


