/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}
html, body{
	margin: 0px;
	padding: 0px;
	border:0px;
}
html{}
/* 1em = 10px */
body {
font-size: 62.5%;
font-family:Tahoma, Arial, Trebuchet MS, Sans-Serif;
background:url(images/pagebg.jpg) repeat-x #000;
text-align:center;
}
#background{background:url(images/overbg.jpg) center top no-repeat; height:600px; width:100%; display:table;}
a:link{ 
background-color: transparent;
color:#FFBB00;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color:#FFBB00;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#bcd2c3;
}


p { 
font-size: 1.2em; 
margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;	color:#535353;
}
h1 { font-size: 2em; margin-bottom:15px;}
h2 { font-size: 1.8em; margin-bottom:15px; }
h3 { font-size: 1.5em ; margin-bottom:15px; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	width: 752px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
height:163px;
background:url(images/header.jpg) no-repeat;
}
#menu{
	height:52px;
	background: url(images/menu-bg.jpg) no-repeat;
}
#menu ul{padding-left:15px;}
#menu ul li{display:table-cell;text-align:center;}
#menu ul li a {
text-align:center;
display:block; 
margin-top:1px;
height:50px; 
font-size:1.4em;
font-family:Tahoma; 
line-height:3.4em;
padding-left:17px;
padding-right:17px;
color:#000;
margin-right:-1px;
}

#menu ul li a:hover{
background:#000; 
color:#FFBB00;
text-decoration:none;}
/* content */
#pagebody{
background:#ffffff;
}

#content{
	color:#535353;
	padding:30px;
}
#content a{color:#987000;}
#content a:hover{color:#FFC014;}
#content ul{font-size:1.2em;  margin-bottom:15px;margin-left:25px;}

/* footer */
#footer{
	text-align:center;
	margin-top:20px;
	height:100%;
	color:#fff;
}

/* FORMS */
fieldset
{
    width:auto;
    border:1px solid #cad0c8;
	padding:10px;

}
.fldsubmit{border:none;}
.fldform{ padding:20px; padding-top:10px;}

br.formstyle{
clear: left;
}
.shortbox{
width: 250px;
margin-bottom: 3px;
}
.longbox{ width:350px; margin-bottom:3px;}
.qtybox {width:25px; margin-bottom:4px;}
.mline{
width: 350px;
height: 50px;}
textarea{
width: 350px;
height: 150px;
}
label
{
margin-left:10px;
float: left;
width: 90px;
font-weight: bold;
font-size:1.2em;
}
legend{
    margin-left:10px;
    font-size:1.7em;
	font-weight:bolder;
}
#tblgallery{margin-left:auto; margin-right:auto;}
#tblgallery td{padding:9px; vertical-align:top; text-align:center;}
