﻿/*----------------------------------
Author: Leonardo Farias
Date: June 19, 2007
Colors: 
	#374f7f - Dark Blue - h1, p
	#ebebeb - Light Grey - background
---------------------------------------*/

/* GENERAL 
-------------------------------------------------------------------------------------------------- */

html { 
  padding:0px; 
  margin:0px;
  height:100%;
}


body {
  padding:0px; 
  margin:0px; 
  background-image:url('../images/red_background.gif');
  background-repeat:repeat-x;
  background-color:#46092a;
  text-align:center;
  height:100%;
}
  
img {
	border: 0px;
}

a, a:visited, a:hover, a:link {
	color: #4f102f;
}


/* LAYOUT 
-------------------------------------------------------------------------------------------------- */

#wrapper{
	width:878px; 
	height:auto;
	margin: 0 auto;
	text-align:left;
	background-image:url('../images/content_background.gif');
	background-repeat:repeat-y;
	
	}
#header {
	width:878px;
	height:211px;
	}

#menu {
	width:878px;
	height:46px;
	background-image:url('../images/menu.gif');
	background-repeat: no-repeat;
	}

#openhouse {
	margin:0px 0px 15px 0px;
}

#textmenu	{
	padding: 10px 0px 0px 260px;
	}

#textmenu a {
	color: #FFE400;
	margin:0px 0px 0px 5px;
}

#textmenu a:visited {
	color: #FFE400;
	margin:0px 0px 0px 10px;
}
	
#side_content {
	width:175px;
	height:auto;
	float:left;
	padding:0px 10px 0px 50px;
	}

.last_product {
	margin:20px 0px 0px 0px;
	background-color:#e6dbbf;
	height:auto;
	width:165px;
	}

.last_product h1 {
	font-family:verdana,arial,tahoma,sans-serif;
	font-size:12px;
	text-align:center;
	margin:5px 0px 10px 0px;
	}

.last_product img {
	margin:0px 0px 10px 30px;
	}

#content {
	width:596px;
	height:auto;
	float:left;
	background-image:url('../images/gradient_background.gif');
	background-repeat:repeat-x;
	background-color:#e9e0bf;
	}

	#content p {
		width:500px;
		margin:20px 0px 0px 0px;
		color:#561533;
		font-size:12px;
		line-height:1.5;
		}

	#content h2 {
		font-family:georgia,times,serif;
		font-size:16px;
	}
	
	#content h3 {
		font-family:georgia,times,serif;
		font-size:14px;
		color:#000;
	}
	
	#content ul {
		width:auto;
		margin:0px 0px 20px 20px;
		color:#561533;
		font-size:12px;
		line-height:1.5;
		list-style-position:inside;
		list-style-image:circle;
		}

#slogan {
	margin:5px 0px 0px 20px;
}

#special {
	margin:10px 0px 0px 35px;
}

#collage {
	margin:10px 0px 0px 45px;
}

.product_collage {
	width:169px;
	height:110px;
	float:left;
	padding:20px 0px 0px 0px;
	}

.product_collage h1{
	text-align:center;
	font-size:14px;
	color:#4e0f2f;
	margin:0;
	font-family:georgia, times, serif;
	}
	
#footer {
	margin:0px 0px 0px 0px;
	clear:both;
	width:878px;
	text-align:center;
	height:138px;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
}

#footer h1 {
	font-size:0px;
}
#footer img {padding:8px 0px 0px 0px;}
#footer p{
	text-align:center;
	padding:80px 0px 0px 0px;
}	

.logos {
float:right; 
width:470px; 
margin-right:210px;
}

