@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFix #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px groove #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 3px;
	text-align: left;
}

.h1{
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #990000;
	font-weight: bold;
}

.navigation{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	display: inline-block;
	padding: 8px;
	width: 146px;
		
	
}

.navigation2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #BE0004;
	display: inline-block;
	padding: 8px;
	width: 80px;
	height: 60px;
	vertical-align: middle;
		
	
}

.navigation:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #BE0004;
	display: inline-block;
	padding: 8px;
	width: 146px;
	
}

.navigation2:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F3AB59;
	display: inline-block;
	padding: 8px;
	width: 80px;
	hieght: 60px;
	vertical-align:middle;
	
	
}
.H2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.bridallink {
	color: #666
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

.bridallink:hover {
	color: #000
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.ProductList {
	color: #666
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding: 2px;
	
}


a {
    outline: none;
 }
a img {
    border:none;
 }
