@charset "utf-8";
/* CSS Document */

body		{text-align: center;					/*Used to center page on screen*/
			 background:url(../Images/bg-leather.jpg) repeat;
}

#container	{margin:0 auto;							/*This ID is used to center page on screen*/
			 width:900px;							
			 position: relative;
			 text-align: left;
}

/********************************************
Header
********************************************/

#header		{background: url(../Images/hdr/hdr-valmy.jpg) no-repeat;
			 border: none;
			 width: 980px;
			 height: 188px;
			 font-size: 14px;
			 background-color:#930;
}
			
#hdr-txt	{
	text-align: right;
	color:#666;
	font-weight:bold;
	position:absolute;
	top: 126px;
	left: 888px;
	border: none;
	width: 81px;
}
			 
/********************************************
Quote Button Styles
********************************************/

#btn-quote				{position: absolute;
						 left: 840px;
						 top: 135px;
}

/* Button Rollover */								
#btn-quote a			{display: block;
						 background: url(../Images/btn/spain_flag_button.gif) no-repeat 0 0;
						 width: 51px;
						 height: 40px;
}

#btn-quote a:hover		{background-position: 0 -42px;
}

#btn-quote-eng				{position: absolute;
						 left: 840px;
						 top: 135px;
}

#btn-quote-eng a		{display: block;
						 background: url(../Images/btn/usa_flag_button.gif) no-repeat 0 0;
						 width: 51px;
						 height: 36px;
}

#btn-quote-eng a:hover		{background-position: 0 -37px;
}

/********************************************
Content & Navbar
********************************************/
#outer		{float: left;
			 width: 980px;
			 background: #930;
}

#sidebar 			{clear:left;
					 float: left;
					 background-color: #930;
					 width: 130px;
					 padding: 15px 5px;
					 margin: 0;
					 display: inline;
}
#content	
{
	width: 800px;
	float: right;
	padding: 20px 20px 20px 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color:#FFF;
	display: inline;
}

#clear 		{clear: left;
}

/********************************************
Footer
********************************************/
#ftrWrapper		{
	float: left;
	background-color: #930;
	width: 980px;
	}

#ftrColL		{width: 330px;
				 float:left;
				 margin: 0;
				 padding: 10px 0;
				 background-color: #930;
				 text-align: center;
}
#ftrColR	{width: 330px;
			 float:right;
			 margin: 0;
			 padding: 10px 0;
			 background-color: #930;
			 text-align: center;
}
#footer		   {color: #FFF;
				width: 320px;
				height: 200px;
				background-color: #930;
				text-align:center;
				font-size: 16pt;
				margin: 0 0 0 0;
				padding: 10px 0 0 0;
				float: left;
} 
#footer	a			{text-decoration: underline;
				 	 color:#FFF;
}

#footer	a:hover		{text-decoration: none;
					 color:#CFC;
}




.copy  		  {text-align: right;
			   font-size: 10pt;
			   color:#FFF;
			   padding: 5px 15px 10px 0;
			   margin: 10 0;
			   background-color: #930;
			   width: 965px;
}

.copy a			{text-decoration: underline;
				 color:#FFF;
				 font-size: 10pt;
}

.copy a:hover 	{text-decoration: none;
				 color:#CFC;
}

