
/*  page info
	Author: 
	Site: HTI inc.
*/

/*
COLOR PALETTE

#FFF5EE - Seashell
#FF8C00 - Dark Orange
#8A360F - Burnt Sienna

#C6E2FF - Sky Blue
#1C86EE - Bright Blue
#0000CD - Royal Blue
*/

/**************************
      general styling 
***************************/


body{
	
	font-size: 62.5%;
	color: #999;
	text-align: center;
	margin: 0px;
	background: #707070 url('../images/bg.gif') repeat-x;	
	padding: 0px;
	
}

img {
	border: none;
	}

p {
	color: #333;
	font-family: verdana, verdana, genevea, sans-serif;
	padding: 0 20px 0 0px;
	font-size: 1.2em;

	}
	

p.just{
	text-align: justify;
	margin-right: 6px;
	}

h1{
	color: #fff;
	background: #f00;
	width: 550px;
	margin: 6px 0px 6px 0px;
	font-size: 1.4em;
	line-height: 1.5em;
	padding-left: 2px;
	font-family: 'trebuchet MS',geneva, sans-serif;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	letter-spacing: .1em;
	}

h2{
	color: #fff;
	background: #999;
	width: 40%;
	margin: 6px 0px 4px 0px;

	font-size: 1.4em;
	line-height: 1.1em;
	padding-left: 2px;
	font-family: 'trebuchet MS',geneva, sans-serif;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

h3{
	color: #fff;
	text-align: left;
	padding: 4px 0px 1px 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 1.3em;
	width: auto;
	
	}
h4{
	color: #fff;
	background: #999;
	width: auto;
	margin: 6px 0px 4px 0px;

	font-size: 1.4em;
	line-height: 1.1em;
	padding-left: 2px;
	font-family: 'trebuchet MS',geneva, sans-serif;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}
	
	
a{
	color: #fff;
	text-decoration: underline;
	}

a:hover{
	color: #f00;
	
	}



ul li{
	font-size: 1.1em;
	}
/**************************
      general styling 
***************************/


#container {
	position: relative;
	width: 816px;
	height: auto;
	text-align: left;
	padding: 0px;
	background: #d2d2d2 url('../images/bodybg.gif') repeat;	
	margin: 0 auto;
	}


/**************************
         header
***************************/


#header{
	position: relative;
	height: 262px;
	width: 796px;
	background: url('../images/headerbg.gif') repeat-x;
	padding: 32px 12px 0px 10px;
	text-align: left;
}

#header img{
	clear: left;
	margin: 0px;
	border: none;
	}

.trans{
	position: absolute;
	top: 60px;
	left: 270px;
	width: 300px;
	height: auto;
	background: url('../images/black.png') ;
	}
	
.trans p{
	margin: 10px;
	border: 1px solid #fff;
	font-size: 1.8em;
	color: #fff;
	font-family: arial black, sans-serif;
	padding: 12px;
	}

	
/**************************
         BODY
***************************/

#body{
	position: relative;
	float: left;
	background: #d2d2d2 url('../images/bodybg.gif') repeat-y;	
	width: 816px;
	height: auto;
	}


#menu{
	float: left;
	width: 794px;
	height: 45px;
	font-size: 1.6em;
	text-align: center;
	display: inline;
	background: url('../images/menubg.gif') repeat-x;
	margin: 0px 11px 0px 11px;
	border-top: 2px solid #fff;
	}

#menu ul{
	float: left;
	width: auto;
	height: 45px;
	font-family: tahoma, geneva, sans-serif;
	list-style: none;
	display: inline;
	text-align: left;
	border-left: 1px solid #fff;
	margin: 0px 0px 0px 70px;
	padding: 0;
	}

#menu li{
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-top: 14px;

}

#menu a {
	color: #fff;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-top: 14px;
	border-right: 1px solid #fff;
	text-decoration: none;

	}

#menu a:visited {
	text-decoration: none;
	}


#menu a:hover {
	color: #fff;
	background: url('../images/hover.gif') repeat-x;
	}
	
#menu a.active {
	color: #fff;
	}
	
#sidebar{
	float: left;	
	text-align: left;
	width: 206px;
	height: auto;
	padding-left: 11px;
	color: #fff;
	margin: 0px;
	font-size: 11px;
	font-family: verdana, verdana, genevea, sans-serif;
	}
	
#sidebar p{
	color: #09c;
	padding: 15px;
	}
	
.lightbox{
	background: #999;
	width: 200px;
	height: auto;
	padding: 4px;
	margin-bottom: 2px;
	}
	
.darkbox{
	background: #555;
	width: 200px;
	height: auto;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	padding: 4px;
		margin-bottom: 2px;

	}
	
#content{
	float: right;
	width: 560px;
	height: auto;
	padding: 15px;
	margin: 0px;
	text-align: left;
		font-size: 1.2em;
	font-family: verdana, verdana, genevea, sans-serif;
	color: #333;
	}

#content ul {
	display: block;
	list-style-type: none;
	font-size: 1.1em;
	}


#content li{
	padding-left: 14px;
	text-align: left;
	margin-bottom: 2px;
	color: #333;
	font-size: 1.1em;
	}
	
#content p{
	color: #333;
	}

#content ul li ul li{
	font-size: 1.1em;
	background: url('../images/red.jpg') no-repeat 0px 4px;
	padding-left: 13px;
	text-align: left;
	font-size: .8em;
	}
	
#arrow ul li:before {
	content: "\00BB \0020";
	color: #c00;
	padding-left: 5px;
	}
	
#content a{
	color: #c00;
	}
/**************************
        footer
***************************/

#footer{
	float: left;
	clear:both;
	width: 808px;
	height: 35px;
	color: #999;
	text-align: center;
	font-size: 1.2em;
	background: url('../images/footer.gif') no-repeat;
	padding: 0px 0px 0px 8px;
	}

#footer a{
	color: #fff;
	}
	
 #footer ul{
	float: left;
	margin: 0;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	line-height: 17px;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	}

#footer ul li { 
	display: inline; 
	}

#footer ul li a{
	color: #ccc;
	text-decoration: none;
	text-align: center;
	padding-right: 6px;
	font-size: 1.2em;
	font-variant: small-caps;
	}

#footer span{
	font-size: 1.2em;
	padding: 6px 25px 0px 4px;
	font-family: arial, helvetica, sans-serif;
	}
	
#footer ul li a:hover{
	color: #fff;
	}

	
.right{
	float: right;
	}

.topright{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;		
	}
	
.topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}		
		
.left{
	float: left;
	}


#kittiff{
	position: relative;
	clear: both;
	text-align: center;
	width: 250px;
	height: auto;
	font-size: 11px;
	margin: 0 auto;
	}
	
#kittiff a{
	color: #fff;
	text-decoration: none;
	}
	
	
.contactform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px solid #999;
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
