/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: White;
    color: #6F7277;
	font-family: Arial,Verdana;
	font-size: 13px;
	margin: 0px, 0px, 0xp, 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: -10px;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}

TD.ThumbnailLink A:link {
	font-family: Arial,Verdana;
	font-size: 11px; 
}

TD.ThumbnailLink A:visited {
	font-family: Arial,Verdana;
	font-size: 11px; 
}

TD.ThumbnailLink A:hover {
	font-family: Arial,Verdana;
	font-size: 11px; 
}

TD.LocationText {
	font-family: Arial, Verdana;
	font-size: 11px;
}

TD.LocationText A:link {
	font-family: Arial, Verdana;
	font-size: 11px;
}

TD.LocationText A:visited {
	font-family: Arial, Verdana;
	font-size: 11px;
}

TD.LocationText A:hover {
	font-family: Arial, Verdana;
	font-size: 11px;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.Thumbnail {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border-width: 0px;
	width: 100px;
	height: 100px;
}

.AccessoriesThumbnail {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	border-width: 0px;
	width: 160px;
	height: 125px;
	border: none 0px white;
}

.Swatch {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border-width: 0px;
	width: 55px;
	height: 65px;
}

.Brochure {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border-width: 0px;
}

.MenuItem {
	
}

.TopCell {
	background: white;
}

.PadTopBottom
{
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}

.PadTopBottomRightAlign
{
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	text-align: right;
}

.PadLeftRightText
{
	padding: 6px 30px 0px 40px;
	color: #6F7277;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight:300;
	vertical-align: top;
}

.PadLeftRight
{
	padding: 0px 0px 0px 40px;
	color: #6F7277;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight:300;
}

.PadContactUs
{
	background: white url(images/contactus.jpg) no-repeat left center;
	padding: 10px 10px 0px 10px;
	color: white;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight:bold;
	width:350px;
	height:90px;
	vertical-align:top;
	
}

.ContactWhiteText
{
	padding: 0px 0px 0px 6px;
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
}

.ContactWhiteText A:Link
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
}

.ContactWhiteText A:visited
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
}


.WhiteText
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
	padding: 0px 0px 2px 0px;
}

.WhiteText A:link
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
	padding: 0px 0px 2px 0px;
}

.WhiteText A:visited
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 13px;
	vertical-align:top;
	padding: 0px 0px 2px 0px;
}

A.WhiteMenu
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	width: 144px;
}

A.WhiteMenu:link
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	width: 144px;
}

A.WhiteMenu:visited
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	width: 144px;
}

A.WhiteMenu:active
{
	color: white;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	width: 144px;
}

A.WhiteMenu:hover
{
	color: white;
	background-color: #AD6682;
	width: 144px;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	text-decoration: none;
}

.InfoWhiteText
{
	padding: 28px 0px 0px 35px;
	color: white;
	font-family: Arial,Verdana;
	font-size: 15px;
	vertical-align:top;
}

.PadInformation
{
	background: white url(images/information2.jpg) no-repeat center center;
	padding: 0px 0px 0px 0px;
	color: white;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight:bold;
	width:359px;
	height:90px;
	vertical-align:top;
}

.InnerHomeTable {
	border-collapse:collapse;
	border:none 0px white;
}

.TableCell {
	background-color:White;
}

.PadBarTop {
	padding: 6px 0px 0px 0px;
}

.FooterText {
	color: #777777;
	font-family: Arial,Verdana;
	font-size: 10px;
	font-weight:300;
}

.BannerText {
	color: #780030;
	font-family: Times New Roman;
	font-size: 24px;
	background: white url(images/Left_Bar_Blend.jpg) no-repeat left center;
	height:54px;
	vertical-align: middle;
	padding: 0px, 0px, 0px, 100px;
}

.HeadText {
	color: #780030;
	font-family: Arial,Verdana;
	font-weight:bold;
}

.BannerHeritageText {
	color: #780030;
	font-family: Times New Roman;
	font-size: 18px;
	background: white url(images/Left_Bar_Blend.jpg) no-repeat left center;
	width:329px;
	height:44px;
	vertical-align: middle;
	text-align:center;
	padding: 0px 10px 0px 0px;
}

.BannerMonterreyText {
	color: #780030;
	font-family: Times New Roman;
	font-size: 18px;
	background: white url(images/Right_Bar_Blend.jpg) no-repeat right center;
	width:329px;
	height:44px;
	vertical-align: middle;
	text-align:center;
	padding: 0px 0px 0px 10px;
}