@charset "UTF-8";
/* CSS Document */

body,html {
margin:0px;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.white{
color:#FFFFFF;
background-image:url(images/cartbg.jpg);
}
.whitesm{
color:#FFFFFF;
background-image:url(images/cartbg_short.jpg);
}
#header{
display:block;
text-align:right;
vertical-align:bottom;
font-family:"Times New Roman", Times, serif;
font-size:9px;
color:#FFFFFF;
text-transform:uppercase;
letter-spacing:3px;
}
#header a:link{
font-family:"Times New Roman", Times, serif;
margin-left:30px;
color:#FFFFFF;
text-decoration:none;
}
#header a:visited{
font-family:"Times New Roman", Times, serif;
margin-left:30px;
color:#FFFFFF;
text-decoration:none;
}
#header a:hover{
font-family:"Times New Roman", Times, serif;
margin-left:30px;
color:#FFFFFF;
text-decoration:underline;
}
.small_white:link{
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}
.small_white:visited{
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}
.small_white:hover{
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:underline;
}
.small_gold:link{
color:#97871d;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}
.small_gold:visited{
color:#97871d;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}
.small_gold:hover{
color:#97871d;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:underline;
}
.intro{
font-family:"Times New Roman", Times, serif;
color:#3D3D3E;
line-height:22px;
font-size:14px;
text-align:justify;
}
.style1 {
font-family:"Times New Roman", Times, serif;
	color: #3D3D3E;
	font-size: 25px;
}
.home_subhead{
color:#7f7f80;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
}
.subhead{
color:#3c3c3d;
font-family:"Times New Roman", Times, serif;
font-size:18px;
}

#column {
color:#3c3c3d;
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-transform:none;
letter-spacing:0px;
}
#column a:link{
color:#3c3c3d;
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-transform:none;
letter-spacing:0px;
}
#column a:visited{
color:#3c3c3d;
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-transform:none;
letter-spacing:0px;
}
#column a:hover{
color:#3c3c3d;
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-transform:none;
letter-spacing:0px;
}
#press a:link{
color:#7f7f80;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
margin-left:20px;
line-height:18px;
}
#press a:visited{
color:#7f7f80;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
margin-left:20px;
line-height:18px;
}
#press a:hover{
color:#7f7f80;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
margin-left:20px;
line-height:18px;
}
.header {
	color:#3c3c3d;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing: 1pt;
}
a:link{
color:#666666;
text-decoration:none;
font-weight:bold;
}
a:visited{
color:#666666;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#000000;
text-decoration:none;
font-weight:bold;
}
.bodycopy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	line-height:16px;
	font-size:12px;
}
.internal_subhead{
color:#7f7f80;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
line-height:18px;
}
.Emphasis{
color:#3D3D3E;
font-family:"Times New Roman", Times, serif;
font-size:13px;
text-transform:uppercase;
letter-spacing:2px;
line-height:18px;
font-weight: bold;
}


.flipH {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}

.imgborder{
border:3px solid #FFFFFF;
}
.imgborder_over{
border:3px solid #000000;
}

.fieldbox{
border:1px solid #999999;
}
.cartfield{
border:0px;
color:#666666;
}

#blanket{
background-color:#000000;
opacity: 0.65;
filter:alpha(opacity=65);
position:fixed;
z-index: 9001;
top:0;
right:0;
bottom:0;
left:0;
visibility:hidden;
}

#photoframe{
position:fixed;
visibility:hidden;
top:50%;
left:0px;
z-index: 9002;
width:100%;
}

#photolarge{
width:556px;
margin-left:auto; 
margin-right:auto;
}
