/* default size for entire site */
#container { 
border: 1px solid #5F5181;
padding: 10px;
min-width: 975px; 
max-width: 1200px; 
width:expression(document.body.clientWidth < 975? "975px" : document.body.clientWidth > 1200? "1200px" : "auto"); 
}
/* default for main document */
body { 
 	background-color: Black;
    font-size:14px; 
    font-family:'Lucida Grande',Verdana,sans-serif; 
  	color: White;
} 
	
/* footer text */
h1 { 
 	font-size: 75%;
} 

/* text size for current page in quicklinks bar */
h2 { 
  	font-style: bold;
	font-size: 140%;
} 

/* text size for main item title */
h3 { 
  font-size:210%; 
} 

h3 a:hover {
	color: #5F5181;
}

/* item description text  */ 
h4 {
	font-size: 110%;
	color: #ccc
}	

/* text size for dimensions  */
h5 {
	font-size: 130%;
}	

/* div for header with logo  */	 
#mainmenu {
	text-align: center;
	heigth: 100px;
	margin: 0 0 10px 0;
}		

/* div for quicklinks bar on left  */
#links {
	float: left;
	width: 25%;
	height: 930px;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px ridge #5F5181;
}	

/* div for item title and description right column */
#description {
	float: right;
	width: 35%;
	height: 930px;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px ridge #5F5181;;
}	

/* div for thumbnail links center column */
#itemnavigation {
	text-align: center;
	height: 941px;
	margin-left: 30%;
	margin-right: 40%;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px ridge #5F5181;
}

/* div for copyright footer */
#footer {
	clear:both;
}		

/* unordered list for main navigation and quicklinks  */
ul {
	list-style-type :none;
	margin: 0;
	padding: 0;
	line-height: 150%
}	

/*main navigation below header */
#navmenu li {
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	width: 130px;
	background-color: #5F5181;
	margin: 4;
	padding: 3px;
	font-size: 90%;
}	

/*  hover settings for quicklinks bar */
#ql li a:hover{
	padding: 2px;
	color: #5F5181;
	text-decoration: none;
}
	
/* text settings for quicklinks bar */
#ql li {
	font-size: 90%;
	margin: 0,0,0,20;
	padding: 0;
	line-height: 150%;
}		

/*  indent for individual items in quicklinks bar */
.indent {
	text-indent: 30px;
}	
	
/* default setting for links  */
a:link {
	color: White;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}	

a:hover {
	color: black;
	text-decoration: none;
}	

a:active {
	color: Lime;
	text-decoration: none;
}	
	
/* for images with borders  */
.border {
	border: 1px solid #5F5181;
	padding: 5px;
	margin: 10px 15px 0 15px;
}	


		
		
	
	
	

 

	
		

