/* 
Title: Custom Stylesheet for LiveIndexer.com
Author: Coherent Methods LLC admin@coherentmethods.com
Updated: December 17, 2008
*/

body { 
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color:#888888;
	background-color: #e8e8e8;
}

a:link, a:visited {
	color: #cf8600;
	text-decoration:none;
}

a:hover { text-decoration: underline; }

a.css-nolink:link, a.css-nolink:visited {
	color: #000;
	text-decoration: none;
}

a.css-nolink:hover, a.css-nolink:active { background-color: #eee; }

/* @group structure */
.container {
	text-align: left;
}

#css-container-index {
	background: #fff url('/images/backgrounds/header-home.jpg') repeat-x top center;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}

#css-container {
	background: #fff url('/images/backgrounds/header-general.jpg') repeat-x top center;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.css-content { 
	padding-top: 20px; 
	padding-bottom: 20px;
}
/* @end */

/* @group navigation */
.css-mini-nav {
	padding: 5px 20px 0 0;
	text-align: right;
}

ul#css-menu {
	padding: 15px 0 0 0;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}

ul#css-menu li {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	display: inline;
}

ul#css-menu li a {
	margin-left: 20px;
	text-decoration: none;
	color: #70787f;
	text-transform: lowercase;
	font-size: 15px;
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
}

ul#css-menu li a:hover { color:#0080FF;}

ul#css-menu li.current_page_item a { color:#0080FF; }
body#css-body-products li.page-item-2 a { color:#0080FF; }
body#css-body-services li.page-item-12 a { color:#0080FF; }
body#css-body-about-us li.page-item-29 a { color:#0080FF; }
/* @end */

/* @group sub-navigation */
#css-sub-navigation {
	background-color: #e6e6e6;
	border: 1px solid #d0d0d0;
	padding: 10px;	
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 9px;
}

#css-sub-navigation-tabs {
	margin: 0px;
	padding: 0px;
}

#css-sub-navigation-tabs li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#css-sub-navigation-tabs li a {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid #bcbcbc; 
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #232323;
	position: relative;
	top: -1px;
}

#css-sub-navigation-tabs li a.on {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #c53c00;	
}

#css-sub-navigation-tabs li a.off {
	background-color: transparent;
	border: 0px;
	padding-left: 8px;
	padding-right: 8px;	
}

#css-sub-navigation-tabs li a.off:hover { color:#c53c00; }

.css-sub-navigation-content {
	background-color: #ffffff;
	border: 1px solid #bcbcbc;	
}

.css-sub-navigation-content ul {
	margin: 0px; 
	padding: 0px; 
	padding-top: 10px; 
	padding-bottom: 15px;
}

.css-sub-navigation-content ul li {
	margin: 0px; 
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;

}

.css-sub-navigation-content ul li a:link, .css-sub-navigation-content ul li a:visited {
	color: #403f3f;
	text-decoration: none;
	border-bottom: 1px solid #ebe9e3;
	display: block;	
	padding-top: 5px;
	padding-bottom: 5px;	
}

.css-sub-navigation-content ul li a:hover { 
	background-color: #eee;
	color: #0b077f;
}

#css-sub-navigation a small {
	font-style: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #b3a37b;
	padding-left: 2px;
}

/* @end */

/* @group banners */

.css-banner { padding-top: 20px; }

.css-banner img { padding-top: 10px; }

.css-banner h2 {
	font-size: 2em;
	color: #fff;
	font-style: italic;
}

.css-banner p { color: yellow; }

.css-banner a:link, .css-banner a:visited {
	color: #fff;
	text-decoration:none;
}

.css-banner a:hover { text-decoration: underline; }

.css-banner-interior { text-align: right; }

.css-banner-interior h2 {
	font-size: 3em;
	text-transform: capitalize;
	color: #fff;
	font-style: italic;
	padding-top: 5px;
}
/* @end */

/* @group copy */
.css-search { float: right;}

.css-copy { padding-bottom: 20px; }

h3 {
	font-family:"News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: italic;
	color: #0b077f;
}

h4 { margin-bottom: 0; }

h5 {
	font-weight: normal;
	font-size: 1.2em;
	color: #0b077f;
	margin-bottom: 0;
}

li { margin-bottom: 10px; }

/* @end */

/* @group forms */
form {
	padding-top: 20px;
}

form .css-req {
	float: none;
	color: red !important;
	font-weight: bold;
	margin: 0;
}
/* @end */

/* @group footer */
#css-footer { 
	background-color: #1c1c1e; 
	padding-top: 20px;
}

#css-footer h5 {
	float: right;
	padding: 0 0 5px 0;
	margin: 0;
	color:#fff;
	font-weight: bold;
	font-size: 2em;
}

#css-footer span { font-size: .8em; }

.css-copyright {  }
/* @end */
