/* Silverprint.co.uk  info pages info.css */

/* global reset from Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white url(../images/bg2.gif) top left repeat-x;
	font: 1em/1.6em Helvetica, Lucida Grande, sans-serif;
	
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* main id + class settings */

p{
	
}


a {
	text-decoration: none;
	color: #f79117;
	font-size: 0.9em;
}

a:link, a:visited {
	color: #ff7f2a;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
}

.clear {
	clear: both;
}


/* container settings ****/

#container {
	
}

#header {
	margin: 10px auto;
	width: 650px;
	background: #f79117;
	color: #fcfcfc;
	height: 80px;
}
/***** only for the slim headers - develop body id *****/
#develop #header{
	height: 50px;
}

/* header for spirits of salts pages */

#spirit #header{
	height: 50px;
}

#header h1{
	font-size: 1.8em;
	padding: 15px 0 0 10px;
}




#header h2{
	font-size: 1.3em;
	padding: 8px 0 0 10px;
}



#nav {
	text-align: right;
	margin: -15px 5px 0 12px;
	font-size: 0.9em;
}


.archi{
	margin-top: -10px;
	
}

/****** navigation top menu for spirits of salts pages *****/
#spirit #nav{
	margin-top: 0px;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 10px;
	list-style: circle;
}

#nav ul li a{
	color: #333;
}
#nav a:link, #nav a:visited {
	color: #333;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}


#content {
	margin: 0 auto;
	width: 650px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	height: 100%;
}

#content img{
	float: left;
	padding-right: 5px ;
	margin: 0;
	padding-top: 7px;
}
#content p{
	padding: 5px 0 3px 0;
}

#content .sil_gif{
	float: right;
	border: 1px solid #f79117;
	margin: 5px 5px 5px 7px;
	padding: 0;
}

#content .sil_jpg{
	float: left;
	border: 1px solid #f79117;
	margin: 5px 5px 5px -5px;
	padding: 0;
}
#content h3{
	padding: 7px 0;
	font-size: 1.1em;
	color: #834116;
	font-weight: bold;
}

/*yesterday papers style*/

.yesterday h3{
	border-top: 1px solid #834116;
}
#content span{
	color: #834116;
	font-weight: bold;
}

#stock{
	margin-top: 15px;
}
#stock ul{

}

#stock ul li{
	margin-top: 10px ;
	padding: 3px 75px;
	display: inline;
	color: #834116;
	background: #e2e2e2;
	
}
.top{
	margin-bottom: 10px;
}
h2.point{
	width: 650px;
	height: 25px;
	background: #f79117;
	font-size: 1.1em;
	color: #fff;
	margin: 15px 0 10px 0 ;
}
img.silver{
	margin-top: 10px;
}
.notes{
	border-top: 1px solid #333;
}
table{
	 
	 text-align: center;
	 padding: 20px 0 0 0;
}


td{
	width: 105px;
	height: 25px;
	text-align: left;
	border:1px solid #333;
	padding: 5px;
}

td.boldcenter {
	text-align: left;
	font-size: 11px;
	font-weight: 700;
	font-family: verdana,arial,helvetica,sans-serif;
}

td.boldleft {
	text-align: left;
	font-size: 11px;
	font-weight: 700;
	font-family: verdana,arial,helvetica,sans-serif;
}

td.center {
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}

td.left {
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}

.style1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 550px;
}

p.style2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0;
}
more{
	margin: 150px 0 0 0;
}
.stock {
	width: 200px;
	height: 50px;
	
}
#manual_nav{
	margin-bottom: 10px;
}
#manual_nav ul{
	
	margin: 30px 0 20px 30px;
}
#manual_nav ul li{
	float: left;
	color: #834116;
	list-style: decimal;
	width: 250px;
	padding:0 60px 5px 0;
}
.clear{
	clear: both;
}
#footer{
	width: 650px;
	margin: 30px auto;
	text-align: right;
	font-size: 0.9em;
	
}
#footer .nav_bot{
	text-align: center;
	padding-bottom: 10px;
}

#footer .silver{
	padding-top: 10px;
}
#footer ul li{
	display: inline;
	padding-right: 7px;
}
#footer a{
	color: #f79117;
	padding: 20px 0 0 0;
}




