/* Reset
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p, a, */
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* Typography
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
}
ul { list-style: disc outside; }
ol { list-style: decimal outside; }

/* Global Settings
--------------------------------------------------------------------------------------- */
body 
{
	margin: 10px 5px 0px 5px;
	padding: 0;
	font-size: 70%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

input, button, textarea, select 
{
	font-size: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
} 

#site-content
{
	margin: 0 auto;
	width: 980px;
}

a {color: #006EB7;}

a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5 
{
	margin-bottom: 1px; 
}

h1 {font-size: 140%; color: #006EB7; margin-top: 0px;}
h2 {font-size: 120%; color: #006EB7; margin-top: 0px;}
h3 {font-size: 100%; color: #006EB7; margin-top: 0px;}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header 
{
	padding: 0;
	margin-bottom: 5px;
}

#header .logo
{
	margin-bottom: 5px;
}

#phone
{
	text-align: right;
	margin-right: 5px;
}

.phone-hours
{
}

/* Tab menu
--------------------------------------------------------------------------------------- */
#header .navbar {margin-left: 30px; margin-top: 20px;}

ul#tab
{
	padding:0;
	height:21px;
	/*width:400px; /* Width for safari, actual width in a bug fix at the bottom of this css file */
	margin:0 auto;
	background-color: transparent;
	position:relative; z-index:80;/* To make drop downs cover product text in safari mac */
}

#tab li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	position:relative;
	list-style:none;
	float:left;
	padding:0px 1px 0px 5px;
	background:url(/images/tab-off-lcorner.gif) no-repeat;
	z-index:85;
}

#tab li.tab-on 
{
	background:url(/images/tab-on-lcorner.gif) no-repeat;
}

#tab li.tab-on a
{
	background:url(/images/tab-on.gif) no-repeat top right;
	color:#fff;
}

#tab li a
{
	padding:4px 8px 4px 4px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	background:url(/images/tab-off.gif) no-repeat top right;
	font-weight:normal;
}

/* Sub menu
--------------------------------------------------------------------------------------- */
#header .container-submenu
{
	background: #fff url(/images/submenu-bg.gif) repeat-x scroll center top;
	height: 20px;
	text-decoration:none;
	margin-bottom: 5px;
}

ul#submenu
{
	height: 20px;
	margin: 0;
	text-align: center;
	padding-top: 2px;
}

#submenu li
{
	list-style-type: none;
	display: inline;
	padding: 0px 1px 0px 5px;
}

#submenu li a
{
	padding: 4px 8px 4px 4px;
	color: #fff;
	text-decoration: none;
	background: transparent url(/images/submenu-separator.gif) no-repeat scroll right top;
	font-weight: normal;
}

#submenu li.submenu-on a
{
	text-decoration: underline;
}

#submenu #last-submenu a
{
	background-image: none;
}

/* Breadcrumb
-------------------------------------------------------------------------------------- */
.breadcrumb
{
	font-size: 90%;
	color: #006EB7;
	margin-bottom: 0px;
}

/* Global Classes
--------------------------------------------------------------------------------------- */

.clear        { clear: both; }
.clearing     { clear: both; height: 1px; line-height: 1px; font-size: 1px; }
.float-left   { float: left; }
.float-right  { float: right; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify { text-align: justify; }
.bold         { font-weight: bold; }
.italic       { font-style: italic; }
.underline    { border-bottom: 1px solid; }


/* Footer Layout
--------------------------------------------------------------------------------------- */
#site-footer 
{
	width: 100%;
	padding: 0;
	margin-top: 20px;
}

#site-footer ul 
{
    padding: 0;
    margin: 0 0 0 70px;
}

#site-footer ul li {
	display: inline;
	float: left;
}

#site-footer ul li a 
{
	color: #636363;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

#site-footer ul li a:hover 
{
	text-decoration: underline;
}

#site-footer ul li a span 
{
	display: block;
	padding: 0 10px;
	line-height: 9px;
	border-right: 1px solid #636363; 
}

#site-footer #last-footer-item a span
{
	border: none 0; 
}
