@charset "utf-8";
body,td,th {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background-color: #fff;
        overflow-y: scroll;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
        margin: 0px;
}
a:active {
	text-decoration: none;
	color: #339;
	margin: 0px;
}
h1 {
	font-size: 200%;
	color: #000;
        margin: 0px;
}
h2 {
	font-size: 150%;
	color: #000;
        margin: 0px;
}
h3 {
	font-size: 120%;
	color: #000;
	margin: 0px;
}
h4 {
	font-size: 110%;
	color: #000;
        margin: 0px;
}
h5 {
	font-size: 120%;
	color: #FFF;
        margin: 0px;
}
h6 {
	font-size: 95%;
	color: #00F;
	margin: 0px;
}

.tWrapper{
	width: 960px;
	height: 123px;
        overflow: hidden;
	margin-left:auto;
	margin-right: auto;
        background-color:#fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
        border-top-left-radius: 12px 12px;
	-moz-border-radius-topleft: 12px 12px;
	border-top-right-radius: 12px 12px;
        -moz-border-radius-topright: 12px 12px;
	-moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;	

}
.tInLeft{
	float:left;
	width: 856px;
	height: 122px;
	border-top: 2px solid #AE171A;
	border-left: 2px solid #AE171A;
	border-top-left-radius: 12px 12px;
	-moz-border-radius-topleft: 12px 12px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
}
.tInRight{
	float: left;
	width: 100px;
	height: 122px;
	border-top: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
	border-top-right-radius: 12px 12px;
	-moz-border-radius-topright: 12px 12px;
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
}
.navWrapper{
	width: 960px;
	height: 35px;
    overflow: hidden;
	margin-left:auto;
	margin-right: auto;
        background-color:#000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
       -moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;	
}

.navInWrapper{
        clear:both;
	width: 956px;
	height: 35px;
	 overflow: hidden;
	margin-left:auto;
	margin-right: auto;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
	background-image: url(images/header_03.jpg);
	background-repeat: no-repeat;
}

.navInWrapper2{
        clear:both;
	width: 956px;
	height: 35px;
	 overflow: hidden;
	margin-left:auto;
	margin-right: auto;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
	background-image: url(images/header_03b.jpg);
	background-repeat: no-repeat;
}

.leftBar{

	width: 440px;
	height: 35px;
	float: left;

}

.navBarContainer{
	width: 479px;
	height: 35px;
	float: left;
}
 

ul#navBar{  
    width: 479px;  
    height: 35px;  
    margin-top: 11px; 
    list-style: none;  
}  
ul#navBar li{
	display: inline;
	color: #161600;
}  

ul#navBar li a{  
    height: 35px;  
    float: left;  
    text-indent: -9999px;  
}  

ul#navBar li#nav_start a{
	width: 80px;
    background: url(images/buttons.png) no-repeat 0px 0px;  
}  
ul#navBar li#nav_products a{  
    width: 101px;  
    background: url(images/buttons.png) no-repeat -80px 0px;  
}  

ul#navBar li#nav_gifts a{  
    width: 103px;  
    background: url(images/buttons.png) no-repeat -181px 0px;  
} 

ul#navBar li#nav_specials a{  
    width: 91px;  
    background: url(images/buttons.png) no-repeat -284px 0px;  
} 

ul#navBar li#nav_contact a{  
    width: 99px;  
    background: url(images/buttons.png) no-repeat -375px 0px;  
} 


ul#navBar li#nav_start a:hover{ 
    background: url(images/buttons.png) no-repeat 0px -34px;  
} 

ul#navBar li#nav_products a:hover{  
    background: url(images/buttons.png) no-repeat -80px -34px;  
}  

ul#navBar li#nav_gifts a:hover{  
    background: url(images/buttons.png) no-repeat -181px -34px;  
} 

ul#navBar li#nav_specials a:hover{  
    background: url(images/buttons.png) no-repeat -284px -34px;  
} 

ul#navBar li#nav_contact a:hover{  
    background: url(images/buttons.png) no-repeat -375px -34px;  
} 

.cWrapper{
	clear: both;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
        background-color:#ddd;
        border-left: 1px solid #000;
	border-right: 1px solid #000;
       -moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;	
}

.cInWrapper{
	width: 942px;
	overflow: hidden;
        padding-top: 12px;
        padding-left: 14px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
}

.cInWrapper2{
	width: 956px;
	overflow: hidden;
        padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
        background-color:#fff;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
}

.pageNav{
	width: 924px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.header{
	width: 902px;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color:#eee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	font-size: 95%;
	font-weight: bold;
}
.header tr td a span {
	font-weight: bold;
	color:#204FAB;
}

.Abox {
font-weight: bold;
color: #0000cc;

}

.galWrapper{
	clear: both;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
        background-color:#ddd;
        border-left: 1px solid #000;
	border-right: 1px solid #000;
       -moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;	
}
.galInWrapper{
	width: 956px;
	overflow: hidden;
        padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
        background-color:#fff;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
}

.content{
	width: 902px;
        padding: 10px;
	overflow: hidden;
	margin-top: 6px;
        margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
        background-color:#fff;
	border: 1px solid #cccccc;


}
.cBox{
	width: 800px;
    height: 527px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-left:auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.cInner {
	width: 804px;
        padding: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
        background-color:#fff;
	border: 1px solid #990000;

}

.galMenu{
    clear: both;
	margin-top: 2px;
	width: 920px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
	border: 1px solid #ccc;
}
.gm1{
	width: 392px;
	float:left;
	padding-top: 3px;
	border-right: 1px solid #ccc;
}
.gm2{ float:left;
	 width: 372px;
	 padding-top: 6px;
	 padding-left: 5px;
	 font-size: 90%;
	
}
.gm3{
	text-align:right;
	width: 150px;
	float:right;
	padding-top: 3px;
	}

.gallery{
	clear: both;
	width: 922px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 12px;
	overflow: hidden;
	}

.gallery2{
	clear: both;
	width: 922px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 12px;
        margin-top: 12px;
	overflow: hidden;
	}	



.leftColumn{
	border-top:solid 1px #CCC;
	width: 420px;
        padding-top: 5px;
        padding-left: 5px;
	}
	

ul#myButton{
	width: 130px;
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	list-style: none;
	text-align: left;
}  
ul#myButton li{
	display: inline;

}  

ul#myButton li a{  
    height: 25px;  
    float: left;  
    text-indent: -9999px; 

}  

ul#myButton li#mnav_nextpg a{
	width: 130px;
	height: 25px;  
    background: url(thumbs/nextpg_off.jpg) no-repeat 0px 0px;  
}  

ul#myButton li#mnav_nextpg a:hover{ 
    background: url(thumbs/nextpg_on.jpg) no-repeat 0px 0px;  
} 


ul#myButton2{  
    width: 110px;  
    height: 25px;
    margin: 0px;
    padding-top: 0px; 
    padding-bottom: 0px; 
    list-style: none;
}  
ul#myButton2 li{
	display: inline;

}  

ul#myButton2 li a{  
    height: 25px;  
    float: right;  
    text-indent: 9999px; 

}  

ul#myButton2 li#rnav_next a{
	width: 110px;
	height: 25px;  
    background: url(thumbs/next_off.jpg) no-repeat 0px 0px;  
}  

ul#myButton2 li#rnav_next a:hover{ 
    background: url(thumbs/next_on.jpg) no-repeat 0px 0px;  
} 

ul#myButton3{  
    width: 110px;  
    height: 25px;
    margin: 0px;
	padding-top: 0px; 
	padding-left: 3px; 
	padding-bottom: 0px; 
    list-style: none;
}  
ul#myButton3 li{
	display: inline;

}  

ul#myButton3 li a{  
    height: 25px;  
    float: left;  
    text-indent: -9999px; 

}  

ul#myButton3 li#mnav_prevpg a{
	width: 110px;
	height: 25px;  
    background: url(thumbs/prevpg_off.jpg) no-repeat 0px 0px;  
}  

ul#myButton3 li#mnav_prevpg a:hover{ 
    background: url(thumbs/prevpg_on.jpg) no-repeat 0px 0px;  
} 

.rightTitle {
	font-weight: bold;
	text-align: left;
}

	
.rightColumn{
	border-top:solid 1px #CCC;
	width: 502px;
        padding-right: 12px;
	}

.rightColumn2{
	border-top:solid 1px #CCC;
	width: 502px;
        padding-top: 10px;
        padding-bottom: 7px;
        padding-right: 12px;
	}
	
.rt{
	width: 352px;
	font-size: 95%;
	font-weight: bold;
        padding-left: 40px;
	}
	
.rr{
	width: 110px;

	}
	
.leftColumn a {
	border-bottom: 1px solid #999;
	background-image: url(thumbs/number_off.jpg);
	background-repeat: no-repeat;
	text-decoration:none;

}

.leftColumn a:hover {
	background-image: url(thumbs/number_on.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration:none;
}

.fRow{
	width: 956px;
	clear: both;
	float: left;
}

.lCol{
	width: 613px;
	float: left;
	overflow:hidden;

}

.mRow{
	width: 613px;
	clear: both;
	float: left;
}

.bRow{
	width: 613px;
	clear: both;
	float: left;
}

.rCol{
	width: 327px;
	height: 320px;
	float: left;
}

.bWrapper{
	width: 960px;
        overflow: hidden;
	margin-left:auto;
	margin-right: auto;
	background-color:#fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
        border-bottom-left-radius: 12px 12px;
	-moz-border-radius-bottomleft: 12px 12px;
	border-bottom-right-radius: 12px 12px;
        -moz-border-radius-bottomright: 12px 12px;
	-moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;		
}

.bInWrapper{
	width: 916px;
	height: 122px;
	padding: 20px;
	margin-left:auto;
	margin-right: auto;
	border-bottom: 2px solid #AE171A;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
	border-bottom-left-radius: 12px 12px;
	-moz-border-radius-bottomleft: 12px 12px;
	border-bottom-right-radius: 12px 12px;
	-moz-border-radius-bottomright: 12px 12px;
}

#slideshow {
    position:relative;
    width: 100px;
    height:122px;
  
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 122px;
 
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}


#slideshow div img {
    width: 100px;
    height: 122px;
    display: block;
    border: 0px;
    margin-bottom: 0px;
    border-top-right-radius: 12px 12px;
   -moz-border-radius-topright: 12px 12px;
    
}

a.galThumb img {
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
        margin-right: 3px;
        margin-bottom: 3px;
	border: 1px solid #ddd;
	background-color:#eee;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  
		
}

a.galThumb:hover img {
        border: 1px solid #000;
	background-color:#eee;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
         
	
}


a.rightImg img {
	width: 500px;
	height: 348px;
	border: 1px solid #ddd;
	margin-top: 11px;
	margin-bottom: 10px;
        filter:alpha(opacity=100);
 -moz-opacity: 1;
	 opacity: 1;

	
}

a.rightImg:hover img {
        border: 1px solid #000;
	
filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
       	
}


a.galPic img {
	width: 140px;
	height: 140px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
	border: 1px solid #bbb;
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
       

	
}

a.galPic:hover img {
        border: 1px solid #666;
	background-color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
     
       
      
	
}

a.empPic img {
	width: 140px;
	height: 140px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
	border: 1px solid #ffffff;
	background-color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
     

	
}

a.empPic:hover img {
        border: 1px solid #ffffff;
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
     
	
}

a.bPic img {
	width: 295px;
	height: 295px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	
	background-image: url(thumbs/bride.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	

	
}

a.bPic:hover img {
	background-color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url(thumbs/bride2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
       
      
	
}


.bStripe{
	width: 960px;
	height: 32px;
    overflow: hidden;
	margin-left:auto;
	margin-right: auto;
        background-color:#fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
       -moz-box-shadow: 2px 3px 3px #bbbbbb;
	-webkit-box-shadow: 2px 3px 3px #bbbbbb;
	box-shadow: 2px 3px 3px #bbbbbb;	
}

.bInStripe{
	width: 956px;
	height: 32px;
	margin-left:auto;
	margin-right: auto;
	border-left: 2px solid #AE171A;
	border-right: 2px solid #AE171A;
	background-repeat: no-repeat;
	background-color: #000;
	background-image: url(thumbs/branches.jpg);
}

.footer{
	width: 704px;
	height: 128px;
	float: left;
	}

.logos {
	width: 200px;
	height: 128px;
	float: left;
	background-image: url(thumbs/logos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.redText{
	color: #C00;}
.mapp {
	font-size: 90%;
}
.collection{
	width: 902px;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.cTitle{ font-size: 125%;
	font-weight: normal;
}
.cText{
	font-size: 75%;
	font-weight: normal;
	padding: 4px;
}
.cText a {
	color: #204FAB;
}
.cText a:hover {
	color: #cc0000;
}

.Gbox{
	}

.Gbox a{
	color:#204FAB;
	}

.Gbox a:hover{
	color:#204FAB;
	}

.addText{
	font-size: 65%;
	font-weight: normal;
	padding: 4px;
}

