@charset "utf-8";
.bluetxt {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}


body {
	background-image: url(images/bg_tile.gif);
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.content {
	font: 12px 'Century Gothic' , Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
 	}
.content a:link {
 	font: 12px 'Century Gothic' , Arial, sans-serif;
 	color: #716F6F;
	text-decoration: none;
 	line-height: 16pt;
 	}
.content a:visited {
 	font: 12px 'Century Gothic' , Arial, sans-serif;
 	color: #9A9A9A;
 	text-decoration: none;
 	line-height: 16pt;
 	}
.content a:hover {
	font: 12px 'Century Gothic' , Arial, sans-serif;
	color: #AF9797;
	text-decoration: none;
	line-height: 16pt;
 	}
.footer {
	font-weight: bold;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 10px;
  	}
.footer a:link {
  	font: 10px 'Century Gothic' , Arial, sans-serif;
  	color: #797474;
  	text-decoration: none;
  	line-height: 10pt;
  	}
.footer a:visited {
  	font: 10px 'Century Gothic' , Arial, sans-serif;
  	color: #9C9898;
  	text-decoration: none;
  	line-height: 10pt;
  	}
.footer a:hover {
  	font: 10px 'Century Gothic' , Arial, sans-serif;
  	color: #A89696;
  	text-decoration: none;
  	line-height: 10pt;
  	border-bottom: 1px solid #A89696;
 	}   
.base {
	font-weight: bold;
	color: #333333;
	background-color: #d1cece;
	border: 1px solid #000000;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 1.6em;
  	}
.header {
	padding: 0px;
	background-color: #E4E4E4;
	background-image: url(Tuxedos%20Michaels%20Formalwear%20Bridal%20Weddings/Michaels-bridals-bg.jpg);
	background-repeat: no-repeat;
	height: 103px;
	width: 800px;
	}

.headersub {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;		      
	letter-spacing: 0.2em;
	background-color: #E4E4E4;
	}
.quicklinks {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #EEDEDE;
	padding: 2px;
	}
 .caption {
  	font: 10px 'Century Gothic' , Arial, sans-serif;
  	font-weight: normal;
  	color: #7B7979;
  	}
.table1 {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-size: 10px;
	color: #464444;
	text-decoration: none;
	background-color: #EEDEDE;
	padding: 2px;
	}
.table2 {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #CAC6C6;
	padding: 2px;
	}
hr {
	border-top: 1px dashed #CAC6C6;
	width: 100%;
	height: 1px;
    }

.border {
	border: 1px solid 7B7979;
    }
h1 {
	font-family: Georgia, 'Century Gothic' , Arial, sans-serif;
	font-size: 14px;
	color: #7B7979;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	padding: 2px;padding-left:5px;
	background-color: #DDDDDD;
	}
h2 {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#7B7979;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
.detailhdr {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 8px;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#7B7979;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
h4 {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#7B7979;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
.quote {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#7B7979;
	text-decoration: none;
	font-style: italic; 
	padding: 0px;
	}
b {
	font-family: 'Century Gothic' , Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#7B7979;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:340px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#lightbox.done img{
	width:100%;
	height:100%;
}


.main {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;background-color:;border:  ;}
.maintext1 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.maintext2 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.mainlink {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.mainlink:link {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.mainlink:hover {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.mainlink:active {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.mainlink:visited {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}

.sub {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;background-color:#FFFFFF;border:  ;}
.subcolor {color:#000000;background-color:#FFFFFF;}
.subtext1 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.subtext2 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.sublink {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.sublink:link {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.sublink:hover {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.sublink:active {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.sublink:visited {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}

.nav {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;background-color:;border:  ;}
.navcolor {color:;background-color:;}
.navtext1 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navtext2 {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navlink {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navlink:link {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navlink:hover {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navlink:active {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}
.navlink:visited {font-family:century gothic, arial,helvetica,sans-serif;font-size:10pt;color:#000000;}

#small {font-size:8pt;}
#reg {font-size:10pt;}
#big {font-size:12pt;}

a.resource {font-size: 10px; color:#000000; font-family: arial; text-decoration: none;cursor: text; line-height: 14px;}
a.resource:link {font-size: 10px; color:#000000; font-family: arial; text-decoration: none;cursor: text; line-height: 14px; }
a.resource:hover {font-size: 10px; color:#000000; font-family: arial; text-decoration: none;cursor: text; line-height: 14px; }
a.resource:visited {font-size: 10px; color:#000000; font-family: arial; text-decoration: none;cursor: text; line-height: 14px; }
a.resource:active {font-size: 10px; color:#000000; font-family: arial; text-decoration: none;cursor: text; line-height: 14px; }
#Container {
	text-align: left;
	width: 802px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.newhmo {
	font-size: 36px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
}

.leftsidebar {
	width: 234px;
	background-image: url(Tuxedos%20Michaels%20Formalwear%20Bridal%20Weddings/leftcol_pic.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.hmebttm {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.inner {
	background-image: url(Tuxedos%20Michaels%20Formalwear%20Bridal%20Weddings/pink.jpg);
	background-repeat: repeat-x;
}
.hdlnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.hdlnk a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.hdlnk a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.hdlnk a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.hdlnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: underline;
}
.redlarge {
	font-size: 24px;
	color: #FF0000;
}
.purch {
	background-color: #DDDDDD;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	text-indent: 12px;
	width: 480px;
}
.white {
	background-color: #FFF;
	width: 222px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.gotostor {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gotostor a:link {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gotostor a:active {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gotostor a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gotostor a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.leftnavone {
	font-size: 12px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.estyle {
	padding-bottom: 0px;
	width: 40px;
}
.leftnavone a:link {
	color: #333;
	text-decoration: none;
}
.leftnavone a:active {
	color: #333;
	text-decoration: none;
}
.leftnavone a:visited {
	color: #333;
	text-decoration: none;
}
.leftnavone a:hover {
	color: #F90;
	text-decoration: none;
}
.price {
	font-size: 12px;
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
.recornav {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	background-color: #E0E0E0;
}
.recornav a:link {
	color: #00F;
	font-size: 14px;
}
.recornav a:active {
	color: #00F;
	font-size: 14px;
}
.recornav a:visited {
	color: #00F;
	font-size: 14px;
}
.recornav a:hover {
	color: #F90;
	font-size: 14px;
}
.bluetxt a:link {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}
.bluetxt a:active {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}
.bluetxt a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}
.bluetxt a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.goldtxt {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 8px;
}
.goldtxt a:link {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.goldtxt a:active {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.goldtxt a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.goldtxt a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
.finepr {
	font-size: 9px;
}

.lghtgrey {
	background-color: #E8F1FF;
}
