/* CSS Document */
html, body {
	padding:0px;
	margin:0px;
	height: 100%; /* Required */
	border:none;
	background-color:#CCDDDD;
	color: #000000;
	line-height: 1.2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	/*overflow:hidden;*/
}
dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}
img {
	border: 0 none transparent;
}

h1 {
	font-size:1.2em;
}
h2 {
	color:#85888a;
	font-size:1.2em;
}
h3 {
	width:100%; 
	color:#000;
	font-weight:bold;
	font-size:1em;
}
h4 {
	padding-top: 6px;
	color:#2c60c0;
	font-size:1.2em;
	border-bottom:1px solid #2c60c0;
}
h5 {
	color:#A0D1E3;
	font-size:1em;
}
h6 {
	color:#fff;
	font-size:13px;
	line-height: 15px;
	text-decoration: none;
}
p, ul, td{
	font-weight:normal;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.turquaz {
	background-color:#75aea6;
	color:#FFFFFF;
}
.purply {
	background-color:#b30337;
}
.white {
	background-color:#FFFFFF;
	color:#75aea6;
}
h2 a:link,h2 a:visited {
	background-color:#FFFFFF;
	color:#75aea6;
	text-decoration:none;
	margin-bottom:2px;
}
h2 a:hover,h2 a:active{
	background-color:#FFFFFF;
	color:#75aea6;
	text-decoration:none;
	border-bottom:solid #538c84 1px;
}
.containerDescription {
	position:relative;
	min-height:78px;
}
.containerDescription h1, #formHolder h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
}
.containerDescription p, #formHolder p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
.containerDescription .left img {
	border:none;
	float:left;
	padding:5px;
}
.containerDescription .right {
	position:relative;
	border:none;
	float:left;
	padding:5px 5px 5px 20px;
}

.container {
	color:#75aea6;
	font-family:Arial, Helvetica, sans-serif;
	min-height:100px;
}
* html .container {
	min-height:100px;
}
.container p {
	font-size:0.9em;
}
.container h2 {
	font-size:1.1em;
}

#content {
	min-height:600px;
}
* html #content {
	height:600px;
}
#outsideContainer {
	display:block;
	width:1008px;
	min-height:200px;
	background-color:#FFFFFF;
	margin:10px auto;
}
* html #outsideContainer {
	height:700px;
}
#logo {
	text-indent:-2000em;
}
#banner {
	position:relative;
	height:80px;
	border-bottom:2px solid #CCCCCC;
	background-image:url(../images/banner.jpg);
}
#banner img {
	display:inline;
}
#banner h1 {
	font-size:1.2em;
	padding:5px;
	position:absolute;
	top:25px;
	left:200px;
}

/** SEARCH FORM **/
#searchForm {
	position:absolute;
	bottom:20px;
	right:20px;
}
#searchForm #keyword {
	background-color:#FFFFFF;
	border:1px solid #FFCCFF;
	font-size:1em;
	color:#b30337;
	font-weight:bold;
}
#searchForm #submit {
	background-color:#b30337;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
}


#quickCart {
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	width:300px;
	text-align:right;
}
#top {
	display:block;
}
#bottom {
	display:block;
}


.caseContainer {
	position:relative;
	width:200px;
	min-height:320px;
	float:left;
	border-bottom:solid 2px #b30337;
}
* html .caseContainer {
	height:320px;
}

.left {
	border-right:solid 1px #b30337;
}
.right {
	border-left:solid 1px #b30337;
}
.middle {
	border-left:solid 1px #b30337;
	border-right:solid 1px #b30337;
}

.caseContainer img {
	width:200px;
	height:135px;
}
.caseContainer p.turquaz {
	height:105px;
	padding:15px 10px;
}
.caseContainer p.white {
	height:115px;
	padding:10px 10px;
}
.price {
	color:#b30337;
	font-size:1.2em;
	font-weight:bold;
}
.caseContainer .price {
	position:absolute;
	bottom:62px;
	left:12px;
}
.caseContainer h2 {
	height:1.2em;
	padding:4px;
	color:#FFFFFF;
	line-height:1.2em;
	font-size:1em;
}

.buy {
	text-align:right;
	padding:5px 5px 5px 15px;
}
/**********************************************************/
#bottom {
	min-height:260px;
	/*background-image:url(../images/exclusive_selection.jpg);
	background-position:553px bottom ;
	background-repeat:no-repeat;*/
}
* html #bottom {
	height:260px;
}
#bottom .containerDescription {
	width:503px;
}
#bottom .containerDescription p {
	width:210px;
}
#formHolder {
	position:absolute;
	margin:5px 0px 0px 553px;
	height:300px;
	width:455px;
	overflow:hidden;
}
/******** Wine List */
.wineList {
	position:relative;
	width:500px;
	min-height:100px;
	padding:0px;
	margin:0px 0px;
	border:1px solid #775674;
}
* html .wineList {
	height:100px;
}
.wineList h1 {
	font-size:1.2em;
}
/**********************************************************/
.productList {
	position:relative;
	width:500px;
	min-height:10px;
	padding:5px 15px;
	margin:0px 0px;
}
* html .productList {
	height:10px;
}
.productList h2 {
	font-size:1.1em;
	display:inline;
}
.productList p {
	font-weight:normal;
	width:330px;
}
.productList .price {
	font-size:1.1em;
	padding:0px 5px;
	display:inline;
}
.productList .buy {
	position:absolute;
	right:20px;
	top:2px;
}
/********** FOOTER */
#footer {
	position:relative;
	min-height:20px;
	padding:5px 15px;
	border-top:2px solid #CCCCCC;
}
* html #footer {
	height:20px;
}

