body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	line-height: 125%;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #fffcce;
	

}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* page container - site is centered in middle of body background */

#container {
	width: 950px;
	background-color: #fffcce;
	height: 100%;
	margin: 0 auto;
}
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#90965b;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-175px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fffcce;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:350px;         	/* Left column width + right column width */
        background:#90965b;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:175px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:145px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:145px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }


#header {
	width: 100%;
	height:110px;
	background-image: url(images/banner_new2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	clear:both;
	float:left;
	width:100%;
}
#globalnav {
	width:790px;
	height:39px;
	background-color: #D0A344;
	color: #FFFFFF;
	text-align: left;
	padding-right: 0px;
	margin: 0px;
	float: left;
	padding-left: 30px;
}
#stemglass_1 {
	height:39px;
	background-image: url(images/glass_2_copy.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 130px;
	clear: both;
}
#stemglass_3_photos {
	width:950px;
	height:60px;
	background-image: url(images/glass_4.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 0px;
	
}
#stemglass_3 {
	width:950px;
	height:60px;
	background-image: url(images/glass_4.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 0px;
	margin-left: -15px;
}
#stemglass_4 {
	width:100%;
	height:3px;
	background-image: url(images/glass_3.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #FFFCCE;
}

#featured_tours_background_other {
	width:165px;
	height:1303px;
	background-color: #90965b;
	
	clear: left;
}
#featured_tours {
	width:150px;
	color: #990099;
	font-size: 12px;

	padding-right: 15px;
	padding-left: 10px;
}

#the_news {
	width:145px;
	color: #990099;
	font-size: 12px;
	padding-left:8px;
	padding-right:5px;
}
#content {
	width:580px;
	background-color: #FFFCCE;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	margin-left: 179px;
	margin-right: 10px;
	margin-top: -1300px;
	
}

#footer {
	width:100%;
	height:175px;
	background-color: #D0A344;
	font-size: 85%;
	text-align: center;
	line-height: 125%;
	float: left;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #663366;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #663366;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 150%;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #6600CC;
	margin: 0px;
	padding: 0px;
}

#globalnav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #FFFFFF;
	line-height: 2;

}
#globalnav a:link {
	color: #FFFFFF;
}
#globalnav a:visited {
	color: #FFFFFF;
	}
#globalnav a:hover {
	color: #663366;
	}
#globalnav a:active {
	color: #006600;
	}

.holygrail .col2 a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	color: #fffcce;
	
}

.holygrail .col2 a:link {
	color: #fffcce;
	
}
.holygrail .col2 a:visited {
	color: #fffcce;
}
.holygrail .col2 a:hover {
	color: #663366;

}
.holygrail .col2 a:active {
	color: #fffcce;
}

.holygrail .col3 a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	color: #fffcce;
	
}

.holygrail .col3 a:link {
	color: #fffcce;
	
}
.holygrail .col3 a:visited {
	color: #fffcce;
}
.holygrail .col3 a:hover {
	color: #663366;

}
.holygrail .col3 a:active {
	color: #fffcce;
}

.holygrail .col2 p {
 font-weight: normal;
 color: #660066;
}

.holygrail .col3 p {
 font-weight: normal;
 color: #660066;
}
p {
	text-decoration: none;
}
.tour_description {
	font-size: 11px;
	font-weight: normal;
	color: #660066;
	text-decoration: none;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/grapehops_bullet.gif);
	margin: 0px;
	white-space: normal;
	line-height: 125%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: square;
}
ul {
}
.small_print {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.photo_left {
	display: inline;
	float: left;
	clear: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

