body {
	margin: 0px;
	background-color: #80B4FF;
}

img { 
    border: 0px;
}

#container {
	position: relative;
	background-image: url(images/pg-bak.jpg);
	background-repeat: no-repeat;
	/*left: 50%;*/
	/* margin-left: -505px;*/
	margin: auto;
	top: 15px;
	width: 1009px;
	height: 660px;
	border-color: black;
	border-width: 1px;
	border-style: dashed;
}

#index-content {
    position:absolute;
    left:414px;
    top:213px;
    width:429px;
    height:150px;
}

#content {
    position:absolute;
    left:263px;
    top:39px;
    width:429px;
    height:410px;
}

#JuniorsBoxes {
    position:absolute;
    left:841px;
    top:261px;
    width:294px;
    height:239px;
}

#int-content {
    position:absolute;
    left:309px;
    top:59px;
    width:534px;
    height:410px;
}

#Relax {
    position:absolute;
    left:417px;
    top:51px;
    width:411px;
    height:93px;
}

#contact {
    position:absolute;
    left:914px;
    top:8px;
    width:83px;
    height:23px;
}

#bottles {
    position:absolute;
    left:0px;
    top:38px;
    width:243px;
    height:606px;
}

#punchline {
    position:absolute;
    left:440px;
    top:153px;
    width:427px;
    height:48px;
}

#bendy {
    position:absolute;
    left:555px;
    top:404px;
    width:304px;
    height:142px;
}

#Riesling-nav {
    position:absolute;
    left:210px;
    top:15px;
    width:90px;
    height:15px;
}

#coolred-nav {
    position:absolute;
    left:320px;
    top:15px;
    width:102px;
    height:15px;
}

#buy-gear-nav {
    position:absolute;
    left:440px;
    top:14px;
    width:107px;
    height:19px;
}


.text { /* Text */
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

.text a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

.text a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

.text a:hover {
    color: #ccc;
    border-bottom: 1px dotted #ccc;
}

.text a:visited {
    color: #ccc;
    border-bottom: 1px dotted #ccc;
}


/* search css */

#search-nav {
color:white;
height:19px;
left:545px;
position:absolute;
top:624px;
width:450px;
}

#search-nav form {
    width:450px;
}

#map{
width:500px;
height: 350px;
left:-389px;
top:-150px;
border: 1px dashed black;
color: black;
}

#stores {
left: 142px;
top: -500px;
position: relative;
text-transform: capitalize;
}

.closeststore {
margin-bottom: 10px;
}

.closeststorename {
font-weight: bold;
line-height: 14px;
font-size: 13px;
}

.closeststorelink a{
color: white;
text-decoration: none;
}