/*
CCS Template created by Steve Leyshon  www.reflectsystems.co.uk
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table img {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* Body and tag styles */



body {
	line-height:1.4em;
	text-align:center;
	color:#303030;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #FFFFFF;
}
a {color:#000099; font-weight:bold; text-decoration:none; background-color:inherit;}
a:hover {color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img {border:none;}
p {padding:0 0 1.6em 0;}
p form {margin-top:0; margin-bottom:20px;}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


img.left,img.center,img.right {padding:4px; border:1px solid #a0a0a0;}
img.left {float:left; margin:0 12px 5px 0;}
img.center {display:block; margin:0 auto 5px auto;}
img.right {float:right; margin:0 0 5px 12px;}
img.cart {
display:block;
margin:0 auto 5px auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.borders {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* Header and navigation styles */
#container {
	width:920px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	background:#ffffff;
	color:#303030;
}
#header {
	/*height:110px;*/
	width:918px;
	height:120px;
	margin:0 1px 1px 1px;
	color:#ffffff;
	background-image: url(images/head-back.jpg);
	background-repeat: repeat-x;
}
#head-left{
	width:10px;
	height:120px;
	background-image: url(images/head-left.jpg);
	background-repeat: no-repeat;
	float: left;
}
#head-right{
	width:10px;
	height:120px;
	background-image: url(images/head-right.jpg);
	background-repeat: no-repeat;
	float: right;
}
#head-title{margin-left:12px; margin-right:12px; height:100px;}
#header h1 {padding:35px 0 0 20px; font-size:2.4em; background-color:inherit; color:#ffffff; letter-spacing:-2px; font-weight:normal;}
#header h2 {margin:10px 0 0 40px; font-size:1.4em; background-color:inherit; color:#f0f2f4; letter-spacing:-1px; font-weight:normal;}
#header a {
	background-color:inherit;
	font-weight:normal;
	margin-right: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation {margin-left:12px; margin-right:12px; height:20px;}
#navigation li {float:right; list-style-type:none; border-right:1px solid #ffffff; white-space:nowrap;}
#navigation li a {display:block; padding:0 10px; font-size:1em; font-weight:normal; text-transform:uppercase; text-decoration:none; background-color:inherit; color: #ffffff;}
* html #navigation a {width:1%;}
#navigation .selected,#navigation a:hover {background:#80b0da; color:#000066; text-decoration:none;}

/*Left and right sidebar */
#leftside {
	clear:left;
	float:left;
	padding:0;
	margin:0;
	width:130px;
	background-image: url(images/small-back.jpg);
	background-repeat: repeat-y;
}


#rightside {float:right; line-height:1.4em; margin:0 0 5px; padding:0; width:140px;}
.sub-section{
	background-image: url(images/small-back.jpg);
	background-repeat: repeat-y;
	width: 130px;
}

#small-bot{
	height:10px;
	margin:0;
	padding:0;
	background-image: url(images/small-bottom.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	}

.hide{
	display: none;
}

.show{
	display: block;
	
}
.show a{
font-size: .9em;
	color: #0033CC;
}


/* Main content */
#content {
	margin-left:140px;
	width: 630px;
	background-image: url(images/content-back.jpg);
	background-repeat: repeat-y;
}
#content-head{
	height:10px;
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content-bottom{
height:10px;
	background-image: url(images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content h1{
	font-size:1.6em;
	margin:0 0 10px;
	color: #993300;
}
#content h2{font-size:1.2em; margin:0 0 10px;}
#content h3{font-size:1.3em; margin:0 0 8px;}
#content img {
	color:#303030;
	display:inline;
	padding:1px;
}
#content ul, #content ol {margin:0 0 16px 20px; padding:0;}
#content li {margin:0; padding:0 0 0 5px;}
#content ul ul,#content ol ol{margin:0 0 0 16px; padding:0;}
#content table.listing {
border:1px solid #333333;
width:580px;
}
#content table.listing td {
	border:1px solid #333333;
	padding: 5px;
	vertical-align: middle;
}
#content table.listing tr.d0 td {
	background-color: #FFFFFF;
}
#content table.listing tr.d1 td {
	background-color: #E7F1FA;
}

#content table.cart {
	border:1px solid #333333;
	width:580px;
	font-size: .9em;
}
#content table.cart td {
	border:1px solid #333333;
	padding: 5px;
	vertical-align: middle;
}
#content table.cart tr.d0 td {
	background-color: #FFFFFF;
}
#content table.cart tr.d1 td {
	background-color: #E7F1FA;
}

#content table.cart .entryTableHeader {
	/*font-family: "Courier New", Courier, mono;*/
	/*font-size: 14px;*/
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

#content table.cart .label {
	background-color: #EFEFEF;
	/*font-size:1.2em;*/
}

#content table.cart .content {
	background-color: #FFFFFF;
}
#content table.cart .box {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	border: 1px solid #336699;
}



#content table.navigation {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

#content img.detailslogo{
	height:auto;
	float:right;
	border: 1px solid #999999;
	margin-top:15px;
}

#content table.listhead td{
	vertical-align: top;
}
#minheightset{min-height:800px;
  height:auto !important;
  height:800px;
  width:1px;
  float:right;
}
#maincontent{margin:20px;
min-height:300px;
  height:auto !important;
  height:300px;
}




/* Footer */
#footer {background:#fff; border-top:2px solid #e0e0e0; clear:both; color:gray; margin:0 auto; padding:10px 0; text-align:center; width:918px; line-height:1.5em; font-size:0.9em;}
#footer p {margin:0; padding:0;}
#footer a {background-color:#fff; color:gray; font-weight:400; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer span {font-size:1.2em;}

/* Additional classes */
.left {float:left; margin:3px 10px 2px 0;}
.right {float:right; margin:2px 0 2px 10px;}
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:400;}
.announce {background-color:#f4f4f4; border-left:4px solid #ccc; clear:left; color:#505050; font-size:0.9em; line-height:1.5em; margin:10px 0 15px; padding:7px 5px 2px 5px; width:126px;}
.announce p {margin:10px 0 0; padding:0;}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}



