/* @override 
	http://definefoodandwine.com/assets/stylesheets/screen.css
	http://www.definefoodandwine.com/assets/stylesheets/screen.css
*/

body {
  background: url(../images/bg-repeat-y.gif) repeat-y center top;
  margin: 0;
  padding: 0;
}

#flash {
	position: absolute;
	width: 810px;
	height: 164px;
	margin-top: 0px;
	left: 50%;
	margin-left: -407px;
}

a img {
  border-style: none;
}

h1 {
  font-size: 1.4em;
  color: #002f4e;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}

h2 {
  font-size: 1.2em;
  color: #002f4e;
  font-weight: normal;
  font-style: normal;
}
.centered {
  text-align: center;
}

input {
   font-family: verdana;
   font-size: 8pt;
}

select {
   font-family: verdana;
   font-size: 8pt;
}

textarea {
   font-family: verdana;
   font-size: 8pt;
}

#container {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
}

#head {
  background: url(../images/head.jpg) no-repeat 0px top;
  height: 361px;
  margin-left: -2px;
}

#head #logo {
  float: right;
  margin-right: 2px;
}

#content_holder {
  font: 0.7em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #3e3e3e;
  margin-right: auto;
  margin-top: -200px;
  margin-left: auto;
}

#primary_sidebar {
  width: 181px;
  float: left;
}

#primary_sidebar .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#primary_sidebar .links li {
  padding: 3px 15px;
  margin: 0;	
}

#primary_sidebar .links li a {
	padding: 4px 0px 4px 7px;
	background-color: #005C95;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.1em;
	display: block;
	width: 142px;
}

#primary_sidebar .links li a:hover {
  text-decoration: none;
  color: #005C95;
	background-color: #8DA3C8;
}

#primary_sidebar .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #dae3ea;
}

#primary_sidebar .links ul li {
  padding: 5px 15px;
  margin: 0;
  border-bottom-style: none;
}

#primary_sidebar .links ul a {
  font-size: 1em;
}

#primary_sidebar #buttons {
  list-style-type: none;
  margin: 30px 0 0;
  text-align: center;
  padding: 0;
}

#content {
  width: 400px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

#content2 {
  width: 550px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}


#content p {
  text-align: justify;
}

#secondary_sidebar {
  width: 156px;
  float: left;
  border-left: 1px solid #b6b6b6;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

#secondary_sidebar a {
  color: #51778d;
}

#secondary_sidebar .section {
  margin-bottom: 30px;
}

#secondary_sidebar h2 {
  color: #002f4e;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  margin-bottom: 0px;
}

#secondary_sidebar label {
  color: #747247;
}

#secondary_sidebar form p {
  margin-top: 0;
  margin-bottom: 7px;
}

#secondary_sidebar form .fill {
  width: 100%;
}

#secondary_sidebar .article p.desc {
  font-size: 0.9em;
  color: #656565;
  margin-bottom: 0;
}

#secondary_sidebar .article p.more_info {
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  background: #fff url(../images/footer-bg.jpg) no-repeat center top;
  height: 375px;
  margin-left: -1px;
  width: 810px;
}

#footer ul {
  margin: 0;
  padding: 34px 15px 0 0;
  list-style-type: none;
  text-align: right;
  color: #333;
}

#footer a { color: #333; }
#footer a:hover { color: #333; }

/* @group IE Fixes */

* html #content {
  width: 390px;
}

* html #secondary_sidebar {
  width: 150px;
}

* html #primary_sidebar .links ul {
  border-bottom-style: none;
  padding-left: 10px;
}

.float_img {
	margin: 5px 5px 5px 15px;
	padding: 1px;
	border: 1px solid #DDDDDD;
	float: right;
}

.kryptonite_form {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
}

.large_blue_text {
	color: #322199;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}

.small_print {
	font-size: 0.85em;
	line-height: 1.6em;
	color: #666666;
}

.pricing {
	font-size: 1.1em;
	line-height: 1.4em;
}

.new_offer dt {
    float: left;
    width: 220px;
	color: #322199;
	font-size: 1.2em;
}
 
.new_offer dd {
    margin: 0px;
	color: #322199;
	font-size: 1.2em;
}

.error {
  font: 0.7em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #FF0000;
 }
 
 
 .christmas_offers {
	background-color: #EEE;
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

 .christmas_offers .head {
	background-color: #005c95;
	color: #FFF;
	padding: 5px 3px 4px 6px;
	font-size: 1.1em;
}

.christmas_offers .price {
	background-color: #6188bf;
}

.price td {
	padding: 3px;
	color: #FFF;
}

.home_offers {
	width:  100%;
	text-align: center;
}

.home_offers img {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: none;
}
 
.description {
	padding-top: 5px;
}
 
.description .image_left {
	float: left;
	border: 1px solid #999;
	padding: 1px;
	margin-bottom: 3px;
	margin-right: 10px;
}

.description .buy {
	float: right;
	padding-right: 5px;
}

.argentina img {
	float: right;
	padding-right: 10px;
	padding-left: 25px;
}

.cheese {
	margin-bottom: 15px;
}

.cheese td {
	background-color: #EEE;
	padding: 5px 10px 4px 10px;
}

.cheese td.head {
	background-color: #005c95;
	color: #EEE;
}

.cheese td.title {
	background-color: #5c8bb2;
	color: #EEE;
}

#container #content_holder #content .festive_wines_container h1 {
	color: #862a17;
}	
 
.festive_wines {
	background: url(../../images2/christmas_bg.gif) no-repeat center bottom;
	padding: 10px 25px 20px 25px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	color: #000;
	height: 250px;
}

#container #content_holder #content .festive_wines_container h2 {
	color: #862a17;
	font-size: 1.3em;
	line-height: 1.5em;
}	

.wines_right {
float: right;
}

.festive_wines .price {
	color: #20641c;
	font-size: 1.2em;
}

 
/* @end */