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

body {

}
.glossymenu{						/*start of menu*/
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background:url(images/menu2.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image:url(images/menu1.jpg);      /*end of menu*/
}

#Header  {
	margin-left:10px;
	margin-top:10px;
	float:left;
	}
	
#foxmenucontainer{
	height:24px;
	background-color:#FFFFFF;
	border-bottom:#990000;
}
#foxmenu{position:relative;display:block;height:24px;font-size:12px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;}
#foxmenu ul li a{display:block;float:left;color:#999999; text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(file:///Users/kylebird/Documents/sheenas%20store/web/images/banner_image%20copy.jpg) no-repeat top left;}
#foxmenu ul li a:hover{
	color:#990000;
	background:transparent url(/code/fox/images/foxmenu_bg-OVER.gif) no-repeat top right;
}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#FFFFFF;background:#990000;}




#bottomfoxmenu{position:relative;display:block;height:24px;font-size:10px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#bottomfoxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#bottomfoxmenu ul li{display:block;float:left;}
#bottomfoxmenu ul li a{display:block;float:left;color:#999999; text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(file:///Users/kylebird/Documents/sheenas%20store/web/images/banner_image%20copy.jpg) no-repeat top left;}
#bottomfoxmenu ul li a:hover{
	color:#990000;
	background:transparent url(/code/fox/images/foxmenu_bg-OVER.gif) no-repeat top right;
}
#bottomfoxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#FFFFFF;background:#990000;}



	
#topnav  {
	width:100%;
	border-bottom:medium solid #990000;
	background-color:#FFFFFF;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}
	
#bottomnav  {

	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border-bottom:thin solid #990000;
	border-top:thin solid #990000;
	background-color:#FFFFFF;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}
	
#headliner  {
	width:100%;
	margin-top:12px;
	border-top:medium solid #990000;
	background-color:#DEDEDE;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	text-indent: 20px;
	}
	
#leftbox {
	margin-left:10px;
	margin-top:20px;
	width:250px;
	height:auto;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	}
	
	#leftboxmedium {
	margin-left:10px;
	margin-top:20px;
	width:400px;
	height:auto;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	border: thin solid #CCCCCC;
	list-style-position: inside;
	list-style-type: square;
	}
	
#content  {
	float:left;
    min-width:400px;
	max-width:600px; 
	margin-left:20px;
	margin-top:20px;
	height: auto;
	/*  border:thin solid #CCCCCC;  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	/*text-indent: 10px;  */
	}

#content-center  {
	/*min-width:400px;
	max-width:1000px;  */
	text-align:center;
	width:100%;
	margin-left:auto;
	padding-top:10px;
	height: auto;
	border:thin solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	text-indent: 10px;
	clear: both;
	position: static;
	visibility: visible;
	}

/*401207*/
.portfolioimagelist img{border:solid 1px #d7d7d7; padding:2px;}
.portfolioimagelist{list-style-type:none; margin-left:0px; padding-left:0px; text-align:left;}
.portfolioimagelist li {display:inline; padding:0px;}
.portfolioimagetext {color:#777; font-size:0.9em;}

