/*CSS Stylesheet for stringinstrumentsltd.com by Ann Darnton*/
/*swatches
#af2020 - maroon
#890316 - dk maroon (hover, heading border)
#d1cfba - gray (header, left border)	

*/
/*baseline styles, based on Eric Meyer's reset styles------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, cite, del, dfn, em, font, img, strong, sub, sup, q,
h1, h2, h3, h4, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style:  none;
}

blockquote * { quotes: none; }

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bold; }	

em { font-style: italic; }	

img { display: block; } /*removes unwanted space from under image in ff*/

body	{
	font-size:  62.5%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:  #000;
	text-align: center;
	background: #f2f0d7 url(../images/gradient_gray.gif) repeat-x top left; /*pale gray*/
		} 	
					
/*=element selectors---------------------------------
----------------------------------------------------*/
h1, h2,h3  {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:  #af2020;	
	font-weight:  bold;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h2  {
	font-size:  1.8em;
}	
		
h3 {
	margin-top:  20px;
	text-transform:  uppercase;
	font-size:  1.2em;
}
		
p  {
	font-size:  1.3em;
	line-height: 1.4;
	margin-bottom:  1em;
}		
		
ul, li  {
	font-size:  105%;
}	

/*=links--------------------------------------------
--------------------------------------------------*/									
a:link, a:visited  {
	color:  #666; 
	font-weight:  bold;
	text-decoration:  none;
}
			
a:hover	{
	color:  #890316;
	text-decoration:  underline;	
		}			

/*=major divs------------------------------------------
------------------------------------------------------*/
#wrap  {
	width:  90em;
	margin:  0 auto;
	background-color:  #fff; 
	text-align:  left;
	overflow:  hidden; /* prevents border from collapsing above content */
}	
											
#header  {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #d1cfba;	
	border-bottom: 15px solid #890316;
}		

img#logo_img  {
	position:  absolute;
	z-index:  5;
	top:  -13px;	
	left: 20.2em;
}
		
img#logo_text  {
	position: absolute;
	left:  30em;
	top:  15px;
}		
		
/*=navigation------------------------------------
----------------------------------------------- */
#menu {
   float: right;
   width: 45%;
   height: auto;
   background: #fff;
   text-align: center;
}

#menu ul {
   margin: 0 auto;
   padding: 0 0 7px 0;
}

#menu ul li {
   display: inline;
   padding: 7px 0;
}

#menu ul li a {
   margin: 0 0 0 1px;
   padding: 7px 10px;
   background: #666;
   font-size: 11px;
   color: #fff;
   text-decoration: none;
   line-height: 1.3em;
}

#menu ul li a#this_page:link,
#menu ul li a#this_page:visited {
   color:#666;
   background:#f0eed6;
   font-weight:bold;
   letter-spacing:  normal;
   cursor: default;
}

#menu ul li a:hover {
   background:#f0eed6;
   color:#000;
}

/*end nav-----------------------*/

/*=main content-----------------------
------------------------------------*/
#content_main  {
	float: right;
	width: 54.5%;	
	margin:  35px 6% 15px  auto;
	padding:  1.5em 0 1.5em 6%;
	border-left:  1px solid #d1cfba;	
}	

#content_main p  {
	margin-right: 6%;
}

/*instruments list----------------------*/			
#content_main li  {			
	margin: 0 0 1em 0;
	line-height:  1.4;
}		

#content_main li h2  {
	margin:  0 0 0.1em 0;
}				
				
#content_main li ul li  {					
	font-weight:  normal;
	margin: 0 0 1em 0.75em;
}					

#content_main li ul li ul li  {			
	margin:  0 0 0 1em;
	padding-left: 1em;
	background: url(../images/gray_square.gif) no-repeat 0 6px;
}		

li.empty  {
	margin-top: -0.5em;
}					

#content_main li ul li.group {
	font-weight: bold;
}

/*=sub content-----------------------
------------------------------------*/			
#content_sub	{
	float: left;
	width:  28%;
	margin-top: 50px;
	margin-left: 3.5%;
}		
			
#content_sub p  {
	font-size:  1.15em;
	line-height: 1.5;
}

#content_sub ul li {
	background: url(../images/gray_square.gif) no-repeat 0 6px;	
	font-size:  1.1em;
	padding:  0 0 0 1em;
}		
						
p#contact	{
	margin-bottom:  5em;
}				
						
/*=footer-----------------------------
------------------------------------*/	
#footer  {
	clear: both;
	width:  100%;
	height:  4em;
	text-align:  center;
	background-color:  #d1cfba;	/*gray*/	
	border-top:  2px solid #890316;
}
	
#footer	p  {			
	margin:  8px 0;
	padding:  0;
	font-size: 1em;	
	color:  #666; /*#a6a494;*/
}

#footer	p:first-line  {			
	font-weight:  bold;
	font-size: 1.05em;
}
			
.credits	{
	display:  block;
}	

body#instruments .credits	{
	display:  none;
}					
				
/*=images------------------------------
----------------------------------------*/	
.lg_img	{
	margin:  0 0 20px 0;
	padding: 6px;
	border:  4px double #d1cfba;
}

.sm_img	{
	margin:  20px 0 0 5px;
	padding:  8px;
	border:  4px double #d1cfba;
}
