/* Softwood Bargains CI STylesheet for printing */

/* RESET CSS */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;;}input,button,textarea,select{*font-size:100%;}

/* And now we'll begin */

.print-hide {display: none;}

/* Main Layout */

html, body {
	min-height:100%;
	font-family:Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	line-height:8px;
}

#wrap-980 {
	width:980px;
	margin:0 auto;
	padding-top:10px;
	background:url(../img/wrap_top_fade.png) no-repeat center top;
	text-align:left;
}

#header {
	display: none;
 	text-align: center;
}
#header-print {
	display: block;
 	margin-left: 150px;
}

#main {
	overflow:hidden;
	width: 1000px;
	
}

#content {
	width:1000px;
	float:left;
	display:block;
}

#sidebar {
	display: none;
}

#footer {
	width: 1000px;
	height: 70px;
	color:#000000;
	text-align:center;
	font-size:9px;
	line-height: 15px;
}

/* Colours Only */

body {
	color:#3f3f3f;
}

.red {
	color:#D30505;
}

.blue {
	color:#074394;
}

a {
	color:#074394; /* blue */
}

h1, h2, h3, h4, h5, h6 {
	color:#D30505; /* red */
}

small {
	font-size:11px;
	color:#4f4f4f;
}

/* Basic Tags */

p {
	margin-bottom:15px;
}
ol {
	margin:0 0 10px 20px;
	padding: 0 0 0 10px;	
}
ol li {
	list-style-type:decimal;
}


#header-logo {
	display:none;
}


#stock-container {width: 1000px; float: left;}
#stock-content-left { width:500px; float:left;}
#stock-container #stock-content {width: 100%; overflow:auto; float: left; height:400px;}

#print-icon {display: none;}

table.stock {
	/* border:1px solid #D30505; */
	font-size:12px;
	width:100%;
	margin : 20px 0px 20px 0px;
}

table.stock thead{
	background-color: #d30505;
	background-position:top;
	background-repeat:no-repeat;
}

table.stock th {
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

table.stock tr {
	border-bottom:1px solid #D30505;
}

table.stock td {
	padding:5px;
	text-align:left;
	font-size:14px;
}

table.stock td.title {
	font-weight: bold;
}

.popup_image {width:300px; margin-left:31px; float:left; padding: 25px 0px 0px 10px;}

.popup_image img {
	border: 1px solid;
	border-color: #000000;
}

#contact-container {display: none;}
