﻿* {
	margin:0;
	padding:0;
}

body
{
    background:#BEC3C6 url(/Img/bg.jpg) repeat-x;
	color:#555;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

a
{
    color: #333399;
    text-decoration: none;
}
a:hover
{
    color: #C0C0C0;
    text-decoration: underline;
}

a[href^="http:"]
{
    background: url('/Img/externalLink.gif') no-repeat right top;
    padding-right: 10px;
}

a[href^="mailto:"]
{
    background: url('/Img/email.png') no-repeat right top;
    padding-right: 18px;
}

#logindisplay a
{
    color: #808080;
    text-decoration: none;
}
#logindisplay a:hover
{
    color: Silver;
    text-decoration: underline;
}

p
{
    line-height: 22px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-weight:bold;
	letter-spacing:-0.05em;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

img{border:0;}

#wrap {
	background:url(/Img/light.gif) center top no-repeat;
	padding: 20px 0;
}
#container {
	margin:0 auto;
	width:936px;
}
#header
{
    background: url(/Img/header.jpg) 0 0 no-repeat;
    height: 90px;
    border-bottom: 1px solid #A6A6A6;
    color: #808080;
}
#logo{
   background-image: url('/Img/logo.png') !important;
   background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Img/logo.png', sizingMethod='scale');
    background-repeat: no-repeat;
    width: 110px;
    height: 38px;
    top: 24px;
    left: 24px;
    float: left;
    position: relative;
}
#logindisplay{
    text-align:right;
    width: 300px;
    top: 6px;
    left: 518px;
    float: left;
    position: relative;
}

/* navigation START */
#navigation {
	background:#FFF;
	border-bottom:1px solid #A6A6A6;
	margin:0;
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(/Img/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:12px;
	float:left;
	z-index:1;
}
#menus li a:hover, 
#menus li a.current {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:85px;
	padding:0;
	margin-left:0;
	text-indent:32px;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}

/*#searchbox {
	background: url(/Img/searchbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}*/
/* navigation END */

#content{
   background:url(/Img/sidesep.gif) #fff repeat-y right 50%;
   _height:400px;
   min-height:400px;
}
#main{
    background:#FFF url(/Img/main_shadow.gif) top repeat-x;
    width:605px;
	padding:13px 15px 15px;
	float:left;
	overflow:hidden;
}
#sidebar{
    background:#F7F7F7 url(/Img/sidebar_shadow.gif) top repeat-x;
    width:300px;
	float:right;
	line-height:145%;
	overflow:hidden;
	padding-top:18px;
}
#sidebar li {
	background:url(/Img/icons.gif) 0 -560px no-repeat;
	padding-left:20px;
	list-style:none;
	margin-top:5px;
	margin-left:16px;
	/*font-size:95%;*/
}
#netServer{
    background: url(/Img/feeds.gif) 0 -50px no-repeat;
    padding-left: 32px;
    padding-top: 8px;
    height: 25px;
    margin-left: 20px;
    color: #000080;
}
#ledProd{
    background: url(/Img/feeds.gif) 0 0 no-repeat;
    padding-left: 32px;
    padding-top: 8px;
    height: 25px;
    margin-left: 20px;
    margin-top:12px;
    color: #000080;
}
#incName
{
    text-align: center;   
}
#footer {
	background:url(/Img/footer.jpg) 0 0 no-repeat;
	display:block;
	height:88px;
	padding-top:8px;
	border-top:1px solid #CCC;
	font-size:12px;
	line-height:145%;
	width:100%;
}
#footerlogo{
    background:url(/Img/logo.png) no-repeat;
	display:block;
	width:36px;
	height:57px;
	float:left;
	margin:0 10px 0 8px;
}
#copyright {
	margin-top:2px;
	margin-left:20px;
}

.sidehrLine{
    background:url(/Img/widgetsep.png) 0 2px no-repeat;
    height:10px;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors ul
{
    padding-left:32px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

#leddiv
{
   margin: 12px 50px 0px 50px;
}

.homeImg
{
    float: left; 
    background: url(/Img/shadow.gif) no-repeat bottom right;
    position:relative;
    left: 5px;
    top: 5px;
}

.homeImg img
{
    background:#fff;
    padding:4px;
    border:1px solid #a9a9a9;
    position:relative;
    left:-5px;
    top:-5px;
    display: block;
}

.image3 {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3);
}

.pageRightSide{
    line-height:25px;
    float:left;
    margin-left: 20px;
    width:268px;
}

a#gotop {
	background:url(/Img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}

.silverbgdiv
{
    padding: 2px 5px 2px 5px;
    background-color: #F0F0F0;
    text-align: center;
    border: 1px solid #C0C0C0;
}