@charset "UTF-8";
/* CSS Document */
/* b.swords design for The Wine Appcreciation Guild*/


#wrapperHome {
	height:auto;
	width: 765px;
	position: relative;
	left: 0px;
	top: 0px;
}
#wrapperHome a img{
   border:none;
}
/* top text               */
#textContainer{
	height: 50px;
}
#textCenter{
	height: 50px;
	width: 741px;
	top: 0px;
	position: relative;
	left: 0px;
	float: left;
}
#textTitleImage{
	height: 30px;
	background-image: url(assets/welcome.gif);
	background-repeat: no-repeat;
}
#welcomeText{
	position: relative;
	top: 20px;
	width: 700px;
	left: 20px;
}
/* ad containers               */
#adContainer{
	height: 490px;
	width: 741px;
	background-color: #dddddd;
	border: none;
	position: relative;
	left: 0px;
}

#adBottomContainer{
	position: relative;
	left: 20px;
}
#adBottomLeft{
	float: left;
	height: 225px;
	width: 235px;
}
#adBottomCenter{
	float: left;
	height: 220px;
	width: 235px;
	top: 4px;
	position: relative;
	left: 0px;
}
#adBottomRight{
	float: right;
	height: 218px;
	width: 232px;
	position: relative;
	right: 40px;
	top: 6px;
}
/* index prducts   */
#indexProductsContainer{
	height: auto;
	position: relative;
	top: 10px;
	background-color: #ffffff;
	width: 741px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#productsTitleImage{
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	height: 35px;
	background-image: url(../assets/specailHeader.gif);
}
#productsSpecialContainer{
    border:none;
}
#productsSpecialContainer a img{
    border:none;
}
/* product one   */
#productsOne{
	height: 200px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsOneText{
	float: left;
	height: 200px;
	width: 400px;
	left: 15px;
	position: relative;
}
#productsOneImage{
	float: right;
	height: 200px;
	width: 300px;
	position: relative;
	right: 15px;
}

/* product two */

#productsTwo{
	height: 200px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsTwoText{
	float: left;
	height: 200px;
	width: 400px;
	left: 15px;
	position: relative;
}
#productsTwoImage{
	float: right;
	height: 200px;
	width: 300px;
	position: relative;
	right: 15px;
}

/* product three */
#productsThree{
	height: 200px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsThreeText{
	float: left;
	height: 200px;
	width: 400px;
	left: 15px;
	position: relative;
}
#productsThreeImage{
	float: right;
	height: 200px;
	width: 300px;
	position: relative;
	right: 15px;
}


/* product four  */


#productsFour{
	height: 200px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsFourText{
	float: left;
	height: 200px;
	width: 400px;
	left: 15px;
	position: relative;
}
#productsFourImage{
	float: right;
	height: 200px;
	width: 300px;
	position: relative;
	right: 15px;
}

/* customer service */
#customerContainer{
	height: 300px;
	width: 741px;
	background-color: #dddddd;
	border: 1px solid #999999;
	position: relative;
	left: 0px;
	top: 25px;
}

#customerText{
	width: 700px;
	position: relative;
	left: 15px;
}
