.chromestyle{
width: 100%;
font:normal 11px Verdana;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #901005;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link{
color: #999999;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:visited{
color: #999999;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #901005; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
font-weight: bold;
line-height:14px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #901005; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 11px Verdana;
font-weight: bold;
color: #999999;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #901005; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 11px Verdana;
font-weight: bold;
color: #999999;
}

.dropmenudiv a:hover{
background-color: #000000;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #901005; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 11px Verdana;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: 20px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #ffffff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 5px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#fashion-wrapper { width:433px;}

#wedding-wrapper { width:433px;}

.pic-box { float:left; width:65px; height:45px; border:1px solid #666; margin:10px 0 10px 10px;}
.pic-box-first { float:left; width:65px; height:45px; border:1px solid #666; margin:10px 0 10px 10px;}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#808080; font-weight:normal}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#808080; font-weight:normal}
h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#808080; font-weight:normal}

p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#e8e8e8; font-weight:normal}
div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; font-weight:normal}

A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #990000; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #01b2ff; TEXT-DECORATION: none
}

A.white:link  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #e8e8e8; text-decoration : none; font-size : 11px; font-weight:normal }

A.white:visited  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #e8e8e8; text-decoration : none; font-size : 11px; font-weight:normal } 

A.white:hover  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #01b2ff; text-decoration : underline; font-size : 11px; font-weight:normal }


A.menu:link  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #999999; text-decoration : none; font-size : 11px; font-weight:normal }

A.menu:visited  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #999999; text-decoration : none; font-size : 11px; font-weight:normal } 

A.menu:hover  { font-family: Verdana, Arial, Helvetica, sans-serif; color : #ffffff; text-decoration : underline; font-size : 11px; font-weight:normal }

.grey-text { color:#717171;}

.white-text { color:#ffffff;}

img {border:0}

a {outline:none;}

	.text {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;}

	.otherlinks {  
	font-family: Verdana;
	font-size: 11px;
	color:yellow}

	.footerlinks {  
	font-family: Arial;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none}

