/* CSS hack examples
Hide a rule from IE: */
html>body p { 
/* declarations */ 
} 

/*Hide a rule from all browsers but IE: */
* html p { 
/* declarations */ 
}

html,body,#bgflash{
	height:100%;
}
/* General Style Info */
body {
	background: #131313 url(../media/images/bg_stars.jpg) no-repeat center top;
	color:#ccc;
	padding:0;
	margin:0;
}
body,input,select,textarea{
	font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif;
	font-size:75%;
}
a {
	text-decoration: underline;
	color: #ccc;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
hr{
	height:1px;
	background-color:#333;
	border:none;
	margin:1.5em 0;
}
object:focus, embed:focus{
	outline:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 190%;
	margin: 0.1em 0;
	padding-bottom:0.2em;
	border-bottom:1px dotted #444;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
small{
	font-size:90%;
}
code{
	font-family:Consolas, "Lucida Console", "Courier New","Courier", typewriter;
	font-size:110%;
}
/* Frame */
#wrapper{
	text-align:left;
    position:absolute;
    left:50%;
    width:890px;
    margin-left:-445px;
}
.topcenter{
	width:850px;
}
.leftmiddle{
	background:url(../media/images/frame_leftmiddle.png) repeat-y;
}
.rightmiddle{
	background:url(../media/images/frame_rightmiddle.png) repeat-y;
}
/* Layout */
#header{
	border:1px solid #333;
}
#toplogo{
	position:relative; 
	border-bottom:1px solid #333;
}
#headerflash{
}
#breadcrumbs{
	font-size:80%;
	padding-bottom:20px;
}
#breadcrumbs a{
	font-weight:normal;
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
#content{
	padding: 20px 30px;
	background:#232323 url(../media/images/shadow_lhscol.jpg) repeat-y;
	vertical-align:top;
	border-right:1px solid #333;
}
#footer {
	color:#666;
	font-size:95%;
	padding-bottom:30px;
}
#footer a{
	color: #888;
}
#footer .legal{
	font-size:80%;
	text-align:right;
}
.logo-top{
	position:absolute;
	z-index:2;
	left:-48px;
	width:340px;
	height:245px;
}
/* nav */

/*#nav a:visited{
	color:inherited;
}
#nav li{
	border-bottom:1px solid #333;
	list-style-type:none;
	line-height:40px;
	background: url(../media/images/nav_up.jpg);
}
#nav .active{
	background: url(../media/images/nav_down.jpg);
}*/
#navholder{
	border-style:solid;
	border-color:#333;
	border-width:1px 0 0 1px;
	height:100%;
}
#nav{
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:90%;
	width:250px;
	overflow:hidden;
	white-space:nowrap;
	font-weight:bold;
}
#nav li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav div{
	border-bottom:1px solid #333;
	padding: 1em 0;
}
#nav li li div{
	border-bottom:1px solid #999;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav a{
	text-decoration:none;
}
#nav li a{
	color:#999;
}
#nav li li a{
	color:#666;
}
#nav a:hover{
	text-decoration:underline;
}
.pagelink{
	font-size:120%;
	color:#888;
}
/*.navtree_bg0{background:#ccc;*/
.navtree_bg0{background: url(../media/images/nav_up.jpg);}
.navtree_bg1{background:#e3e3e3;}
.navtree_bg2{background:#e6e6e6;}
.navtree_bg3{background:#eee;}
.navtree_bg3{background:#f3f3f3;}
.navtree_bg4{background:#f6f6f6;}
.navtree_bg5{background:#fff;}

/* Tables */
table {}
td{}
th {}
th a {}
th a:hover {}
.linetable td{
	border-bottom:1px solid #333;
	padding:3px 0;
}
/* product table */
.productheader{
	border:1px solid #444;
	margin-bottom:1em;
	padding:5px;
	background:#333;
}
#products td, #products th{
	font-size:80%;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #333;
	padding:0.3em;
}
#products th{
	background: #333;
}
#products h3{
	border-bottom:1px solid #333;
	margin-bottom:0em;
}
#products h4{
	margin-bottom:0.4em;
	color:#CC3333;
}
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #333;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	padding:0.5em;
	margin:0;
	color:#ccc;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
label {
	display: block;
}
.inlineinput{
	width:auto;
}
.submit{
	clear:both;
	display:block;
}
input,textarea,select{
	font-size:100%;
	width:100%;
	color:#666;
	padding:4px;
	margin: 5px 0 10px 0;
}
.success{
	color:#CC3333;
}
.required{
	color:#CC3333;
}
/* content styling */
pic, .picleft, .picright, .picleftholder img, .picleftholder img{
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
}
.picleftholder, .picrightholder{
	border:10px solid #333;
}
.picleft, .picleftholder{
	clear:left;
	float:left;
	margin:0.4em 15px 0 0;
}
.picright, .picrightholder{
	clear:right;
	float:right;
	margin:0.4em 0 0 15px;
}
caption{
	font-size:85%;
	color:#999;
	margin-bottom: 15px;
	margin-top: 4px;
	padding-top: 4px;
}
.article{
	margin-bottom:0.5em;
	border-bottom: 1px solid #333;
	padding-bottom:0.8em;
}
.article p, .article h4{
	padding:0;
	margin:0;
	padding-bottom:0.3em;
	margin-bottom:0.3em;
}
.article small{
	color:#999;
}
.article h4{
	color:#CC3333;
	font-weight:bold;
}
