/* ######### Style for FIREFOX Browser ######### */

.chromestyle {
	width: 100%;
	background: #4C3F32;
	font-weight: bold;
	}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul {
	width: 100%;
	/* background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li {
	display: inline;
	}

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #BBFF00;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #4C3F32;
	width: 200px;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #75654E;
	}

#header {
	font-size: x-small;
	color: #FFFFFF;
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	}

#logo {
	/* background-color: black; */
	/* margin-left: 2px; */
	float: center;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	height: 135px;
	}

body{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-image: url(back.png);
	background-repeat: repeat-x;
	background-color: #4C3F32; /*######## used to be C1B599, 4C3F32 ########*/
	line-height: 105%;
	/*border: 1px solid teal; DELETE */
	padding: 0;
	margin-bottom; 0;
	}

#container {
	position: absolute;
	right: 30px;
	top: 332px;
	}

#container2 {
	position: absolute;
	right: 60px;
	top: 615px;
	}
	
#link1 {
	font-size: 9px;
	padding-top: 10px;
	position: absolute;
	right: 0px;
	top: 67px;
	}

#link2 {
	font-size: 9px;
	padding-top: 10px;
	position: absolute;
	right: -30px;
	top: 82px;
	}
	
#text {
	font-size: 12px;
	margin-top: 30px;
	}

#contact {
	padding-top: 10px;
	margin: 10px;
	}


p, label {
	font-size: 14px;
	color: white;
	padding-top: 5px;
	padding-left: 10px;
	margin: 15px;
	}

li {
	font-size: small;
	color: white;
	}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding-left: 20px;
	padding-bottom: 15px;
	color: #9C0000;
	margin: 5px
	}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 10px;
	font-size: large;
	color: #A48D6D;
	margin: 5px
	}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A48D6D;
	}
	
#content{
	position: relative;
	background-color: black;
	width: 900px;
	height: 100%;
	border: solid;
	/* border-top: none; */
	border-color: #FFFFFF;
	border-width: 1px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	overflow: auto;
	}
	
#menu {
	border: 1px solid white;
	background-color: black;
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	}

#flash {
	padding-top: 40px;
	text-align: center;
	}

.floatright {
	float: right;
	margin: 15px;
	clear: right;
	}

.intelebill {
	float: right;
	margin: 5px;
	clear: right;
	}

/*----- Form Settings -----*/

#form {
	text-align: center;
	border: 1px white;
	color: #000000;
	}

form.contact label.fixedwidth {
	color: #FFFFFF;
	display: block;
	width: 240px;
	float: left;
	}

options {
	color: #abc001;
	}

div.form {
    margin: 25;
    padding: 15;
    border-width: 1;
    border-style: solid;
    border-color: #999999;
    text-align: center;
	}

/*----- Intelebill Settings -----*/
.winbox  {
	background-color: #ffffff; 
	border: 1px solid #000033; 
	padding: 3px;
	margin-left: auto ;
	margin-right: auto ;
	}

.wbhead  {
	background-color: #4C3F32; 
	color: #ffffff;
	}
	
#footer {
	font-size: x-small;
	color: #FFFFFF;
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	}
	
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
	}

a {
	color: #FFF;
	}

a:hover {
	text-decoration: none;
	}

/*----- Powerpipe Settings -----*/