/* Softwood Bargains CI */

/* 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 */

/* Main Layout */

html, body {
	background-image:url(../img/back.jpg);
	background-attachment:fixed;
	background-position:top center;
	min-height:100%;
	font-family:Geneva,Kalimati,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

#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 {
	background:url(../img/header_back.jpg) no-repeat left top;
	height:149px;
}
#header-print {
	display: none;
}

#main {
	overflow:hidden;
	background:url('../img/main_back.jpg') #ffffff repeat-y left top;
}

#content {
	background-image: url(../img/main_content_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:681px;
	padding:25px 25px 25px 25px;
	float:left;
	display:block;
}

#sidebar {
	background:url(../img/sidebar_bg.jpg) no-repeat left top;
	width:249px;
	float:left;
}

#footer {
	width: 940px;
	height: 72px;
	padding: 30px 20px 0px 20px;
	background:url(../img/footer_back2.png) no-repeat left top;
	color:#FFFFFF;
	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 */

img.print-show {display: none;}

p {
	margin-bottom:15px;
}

h1 {
	margin-bottom:18px;
	font-size:22px;
	font-weight:bold;
}

h2 {
	margin-bottom:12px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

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

/* Header Specific */

#header-logo {
	width:210px;
	float:left;
	height:149px;
}

#header-contact {
	float:left;
	height:81px;
	margin:40px 0 0 550px;
	width:220px;
	display:block;
}

#header-contact img {

}

#header-nav {
	float:left;
	height:23px;
	margin:0 0 0 300px;
	width:470px;
}

#header-nav a {

}

#header-nav a img {
	margin-right:10px;
}

/* Admin only stuff */

#admin_nav {
	margin:0 0 20px 0;
	border:1px solid #D30505;
	padding:5px;
	background-color:#f9f9f9;
}

#admin_nav h2 {
	text-align:center;
	font-size:13px;
	margin-bottom:0;
}

#admin_nav ul {
	margin:10px 0;
}

#admin_nav ul li {
	display:inline;
}

#admin_nav ul li a {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #949594;
}

#admin_nav ul li.last a {
	border:none;
}

/* Main content */

#feedback {
	padding:10px;
	margin:10px 0 20px 0;
	border:1px solid #444444;
	background-color:#FFF6BF;
}

#feedback p {
	margin:0;
	padding:0;
	font-weight:bold;
}

#tabletop {background-image: url(../img/table_top.png); width: 681px; height: 10px; float: left;}
#tablebottom {width: 681px; height: 17px; margin: 0px 0px 60px 0px; background: url(../img/table_bottom.png); float: left;}

#stock-container {width: 681px; overflow:auto; float: left;}
#stock-content-left { width:300px; float:left;}
#stock-container #stock-top {width: 681px; height: 15px; margin: 0px; padding: 0px; background: url(../img/table_top.png); float: left;}
#stock-container #stock-bottom {width: 681px; height: 15px; margin: 0px 0px 20px 0px; padding: 0px; background: url(../img/table_bottom.png); float: left;}

#stock-container #stock-content {width: 681px; overflow:auto; background: #F9F6EA; float: left;}

#print-icon {float: right; margin: 0px 5px 0px 0px;}

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

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:11px;
	background: #f9f6ea;
}

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

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

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

#contact-container {}

/* Sidebar */

#sidebar .box-header {
	margin:20px 16px 0;
	width:217px;
	height:38px;
}

#sidebar .box-middle-search {
	background-color:#FFFFFF;
	margin:0 16px;
	overflow:hidden;
	width:217px;
}

#sidebar .box-middle-import {
	background-color:#FFFFFF;
	margin:0 16px;
	overflow:hidden;
	width:217px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
}

#sidebar .box-total {
	background:url(../img/sidebar_total_back.png) no-repeat left top;
	height:78px;
	margin:20px 16px 10px;
	padding:46px 0 0;
	text-align:center;
	width:217px;
	color:#FF0000;
	font-size:2em;
	font-weight:bold;
	line-height:normal;
}

#sidebar .box-footer {
	margin:0 16px 20px;
	width:217px;
}

#sidebar .buttons {
	margin:0px 20px 0px 20px;
}

#sidebar label {
	color:#D30505;
	display:block;
	font-weight:bold;
	margin:10px 0 2px;
}

#sidebar select {
	width:100%;
}

#sidebar form {
	padding:0 10px;
}

.contact-left{
	width:	250px;
	height: 400px;
	margin-right: 30px;
	float:	left;
}

.contact-right{
	width:	338px;
	height: 338px;
	float: left;
	padding: 30px 30px 30px 30px;
	background-color: #F9F6EA;
	border: 1px solid #D30505;
}

.stock-contact{
	width: 620px;
	height:	200px;
	padding: 30px;
	background-color: #F9F6EA;
	border: 1px solid #D30505;
	
}

.stock-contact-left{
	width: 300px;
	height: 170px;
	float:left;
}

.stock-contact-right{
	width: 300px;
	height: 170px;
	float:left;

}


/* Forms */

input[type=text], input.textarea, textarea {
	background:url(../img/input.png) repeat-x left top;
	border:1px solid #e5e5e5;
	padding:4px;
}

/* Other */

span.superscript{
	vertical-align:super;

}