/* CSS Document */
body {margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.red {height: 140px; background:url(images/bg-redgrad.jpg); background-repeat:repeat-x;}
.grey {height: 140px; background:#CCDBCE; width: 100%;}
.logo {position:absolute; top: 100px; left:0px;}
.bottles {position:absolute; top: 79px; right: 50px;}
.food {width:189px; height:280px; float:right; background-image:url(images/tomatos.jpg); background-position:bottom; 
	background-repeat:no-repeat;}

.menu {position:absolute; top: 10px; left:10px;}

.sidebar {width: 217px; height:100%; min-height:400px; background:url(images/bg-sidebar.jpg); background-repeat:repeat-y; float:left;}
.sidebar p {margin:0px; padding:0; text-align:center;}
.sidebar h4 {margin:0px; font-size:16px; font-weight:normal; color:#BC1C1B;}

.content {margin-left: 230px;}

h3 {color:#BD1C1C; font-size:16px; font-weight:normal;}

a:link {color:#BD1C1C; text-decoration:none;}
a:active {color:#BD1C1C; text-decoration:none;}
a:visited {color:#BD1C1C; text-decoration:none;}
a:hover {color:#BD1C1C; text-decoration:underline;}
