

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/90% Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/***************************
 * 
 * Structural Styles
 * 
 **************************/

body  {
	background: #f5f5f5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url('../images/innerbg.jpg');
	background-repeat: repeat-y;
} 

#innercontainer{
	background-image:url('../images/header.jpg');	
	background-repeat:no-repeat;
	height:1%;
}
#header { 
	height:110px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	display:none;
}

#header img {
	margin:0;
	padding:10px 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#0086A0;
	padding:15px 0;
	
}
#mainContent { 
	margin: 40px 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/logotrans.jpg);
	background-repeat: no-repeat;
	background-position:top right; 
} 


h1 {
	font-size:2em;
	color: #989898;
}


#mainContent p {
	font-family: Arial, Verdana, Helvetica, sans-serif;;
	margin-left:2em;
	text-indent: 1em;
	font-size:.9em;
	line-height:1.2em;
}

#mainContent ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;;
	margin-left:2em;
	text-indent: 1em;
	font-size:.9em;
	line-height:1.2em;
}

#mainContent ul li{
	margin-bottom:1em;
}

#mainContent table{
	padding:5px;
	font-size:.9em;
	line-height:1.2em;
	margin-left:20px;
}

#bottomText {
	padding-top:30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*********************

Navigation

**********************/

#navigation{
/*
	position:absolute;
	top:0px;
	left:622px;
*/
	width:140px;
	height:120px;
	background: #fff; 
	margin:0;
	}

#iconmenu {
	position: relative;   
	width: 140px;
	margin:0;
	padding:0;
	
}
#iconmenu li {
	width: 140px; 
	height: 30px; 
	position: absolute; 
	background: url(../images/navSprite.jpg) 0 0 no-repeat; 
	display: block; 
	list-style: none;
	border:1px solid #000;
	margin:0;
	padding:0;
}
#iconmenu a {
	width: 140px; 
	height: 30px; 
	display: block; 
	text-indent:-3000px;

}
#iconmenu a:hover {

}
#iconmenu #iconHome {
	background-position:0 0;
	}

#iconmenu #iconHome a:hover {
	background: url(../images/navSprite.jpg) -138px 0px no-repeat;
	}
	
#iconmenu #iconProduct{
	top: 30px;
	background-position:0 -30px;
	}

#iconmenu #iconProduct a:hover {
	background: url(../images/navSprite.jpg) -138px -30px no-repeat;
	}
#iconmenu #iconAbout {
	top:60px;
	background-position:0 -60px;
	}

#iconmenu #iconAbout a:hover {
	background: url(../images/navSprite.jpg) -138px -60px no-repeat;
	}


#iconmenu #iconContact {
	top: 90px;
	background-position:0 -90px;
	}

#iconmenu #iconContact a:hover {
	background: url(../images/navSprite.jpg) -138px -90px no-repeat;
	}

	
	
/**********************
 * 
 * Footer
 * 
 * *******************/


#footer { 
	border-top:12px solid #4E4A4D;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCC; 
	position: relative;
	height: 75px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#address {
	position:absolute;
	top: 0;
	left: 30px;
}
div#phTitle {
	position:absolute;
	top: 0;
	left: 330px;
	width:60px;
}
div#telephone{
	position:absolute;
	top: 0;
	left: 390px;
}
div#pobox{
	position:absolute;
	top: 0;
	left: 630px;
	width:110px;
}

/*********************************
 * 
 * Contact Page/Form
 * 
 ******************************/

table#hoursTable {
	margin-left:10px;
	width:90%;
}

a#mapLink {
	color:#0085A1;
	font-size:.8em;
	font-weight:bold;
	text-decoration: underline;
	margin-left: 20px;
}

a#mapLink:hover {
	text-decoration: none;
}

#contactForm {
	margin-left:20px;
	margin-top:1em;
	padding-top:.5em;
	font-size:.9em;
	line-height:1.2em;
	width: 50%;
	border-top:3px solid #CCC;
}
#contactForm label {
	float:left;
	width:6em;
	padding-top:3px;
	font-weight: bolder;
}

#contactForm input.textInput {
	margin:3px 0;
	width:12em;
	float:right;
}

textarea {
	margin:5px 0;
	padding:0;
}

/***************************
 * 
 * Line Card
 * 
 **************************/
 
 div#leftColumn {
	width:280px;
	float:left;
	padding:0;
	}
	
 div#rightColumn {
	margin-left:280px;

	}
	
#mainContent ul.lineCard {
	list-style-type: none;
	padding:0;
	margin: 0;
	}
	
#mainContent ul.lineCard li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#mainContent ul.lineCard ul {
	margin-top:3px;
	list-style-type: none;	
	}
#mainContent ul.lineCard ul li {
	font-weight: normal;	
	}
#mainContent ul.lineCard ul ul {
	list-style-type: none;
	}
 
#mainContent ul.lineCard a:link, #mainContent ul.lineCard a:visited {
	color: #000;
	text-decoration: underline;
} 

#mainContent ul.lineCard a:hover {
	text-decoration: none;
}

#mainContent a:link{
	color: #000;
	text-decoration: underline;
}

#mainContent a:hover{
	color: #000;
	text-decoration: none;
}

.sIFR-replaced embed.sIFR-flash[sifr=true] + div[adblocktab=true] {
  display: none !important;
}





