/***********************************************/
/* karriview_global.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	padding:0;
	}
body,
html {}
body {
	color:#333;
	font:70%/150% Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #b1a98d;
	margin-left: auto;
	}


/* Main layout
================================================*/
#wrap {
	margin:30px auto 0px auto;
	position:relative;
	color: #222;
	height: 547px;
	width: 804px;
	background: #fff;
	background-image: url(../images/wines_bg.jpg);
	background-repeat: no-repeat;
	}


#content {
  margin:0 auto;
  padding:0;
  text-align:left;
  }	
	
#main {
	float:right;
	width:408px;
	margin:0px 54px 0px 30px;
	overflow: hidden;
	padding-top: 0px;
	}

/* Links
================================================*/
a:link,
a:visited {
	color:#444d17;
	text-decoration:none;
	padding:2px 2px 0;
	margin:0 -2px;
	}
a:visited {color:#444d17;}
a:focus {
	color:#580801;
	}
a:hover {
	color:#9e5439;
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#995c3d;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	}
h1 {
	font-size:100%;
	color:#333;
	line-height:1.7em;
	margin:10px 0 0 0px;
	font-family:Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	}
h2 {
	font-size:1.5em;
	margin:30px 0 0.625em;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Times, serif;
	}
h3 {
	margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.4em;
  color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	

/* Images
================================================*/
img {
	border:0;
	display:block;
}
.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:0 3px 10px 6px;
	}
.flowtext {
	float:left;
	margin:0 0 6px 6px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	float:right;
	margin: 0 3px 0px 1px;
	}	
	
.headimg {
	margin-top: 26px;
	background-color: #FFFFFF;
}
	
.titleimage{
	margin-top: 70px;
}	

/* Quotations
================================================*/
blockquote {
	margin:5px 0 5px 0;
	padding: 6px 10px 6px 10px;
	border-bottom: #ccc 1px solid;
	color: #333;
	}
	
blockquote2 {
	margin:5px 0 5px 0;
	padding: 6px 10px 6px 10px;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #333;
	
	}	
	
blockname {
color: #666;
}	
	

picturequote {
	font-family:Georgia, Times New Roman, Times, serif;
	color: #335C64;
	font-size: 100%;
	font-style: normal;
}

/* Thumbnail
================================================*/
#thumbnail {
	position:absolute;
	left:342px;
	top:26px;
	width:408px;
	height:106px;
	background-color:#fff;
	color: #333;
	border:1px none #000000;
	z-index:1;
	visibility: hidden;
	clear: both;
}



/* Submenu
================================================*/
.subtext{
	color: #404040;
	line-height: 2em}
	
/* Mainmenu
================================================*/
	.menutext{
	font-size: 1em;
	line-height: 2em;
	color:#444d17;}
	
/* Navigation
================================================*/
#navsite h5 {
	display: none;
}

#navsite {
	font-size: 1em;
	font-weight: bold;
	padding: 127px 0 0 0px;
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	width: 100px;
	margin-left: 207px;

}

#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}

#navsite ul li {
 margin: 0; 
}

#navsite ul li a:link {
 display: block; 
 padding: 2px 2px 2px 0.5em; 
 color: #444d17; 
 text-decoration: none; 
}

html>body #navsite ul li a { 
 width: 108px; 
} 

#navsite ul li a:hover {
 color: #995c3d; 
 }
 
#contSub {
	position:absolute;
	left:38px;
	top:247px;
	width:160px;
	height:281px;
	border:1px none #000000;
	z-index:2;
	font-weight: bold;
}

#sub {
	position:absolute;
	left:207px;
	top:127px;
	width:107px;
	height:118px;
	border:1px none #000000;
	z-index:3;

}
