/******************************************************************
 +Overall Colors and Styles
******************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************************************************************
 +Basic Skeleton
******************************************************************/

#container {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
}
#container.side {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container.full {
/*
	background-image: url(../images/menubgfull.gif);
	background-repeat: repeat-y;
	background-position: left;
*/
}
#header {
}
#wrapper {
}
#sidebar {
	float: left;
	width: 200px;
}
#contentwrapper {
	float: right;
	width: 790px;
	padding-bottom: 20px;
}
#contentwrapperfull {
	float: right;
	width: 990px;
	padding-bottom: 20px;
}
#contentwrapperfull #content {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 20px;
	font-size: 8pt;
}

/******************************************************************
 +Content
******************************************************************/

#content h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #0066FF;	
}

/******************************************************************
 +Header
******************************************************************/

#header-bar {
	background-color: #666666;
	background-image: url(../images/brushed-steel.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
}
#header-logo {
	padding-top: 8px;
	padding-left: 30px;
	float: left;
}
#header-motto {
	padding-left: 20px;
	padding-top: 29px;
	float: left;
}
#header-nav {
	background-color: #000000;
	height: 30px;
	z-index: 100;
}
#header-nav #nav {
	width: 500px;
	float: right;
}
#navwrap {
	float: right;
}
#header-gfx {
	height: 50px;
	z-index: 1;
	background-image: url(../images/gfxbar.jpg);
	background-repeat: no-repeat;
}

#header-search {
	float: left;
	padding-top: 3px;
	padding-left: 33px;
}
#header-search .search {
	font-size: 15px;
	border: none;
	color: #fff;
	background-color: #000;
}

/******************************************************************
 +SideBar Menu
******************************************************************/

#menu-title h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #E4251B;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#menu-list li, #menu-list li a {
	color: #000000;
}
#menu-list ul li.noprods, #menu-list a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu-list li.underheading, #menu-list li.underheading a {
	color: #797979;
}
#menu-list ul li a:hover, #menu-list ul li.current a {
	background-color: #E4251B;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	color: #FFFFFF;
}
#menu-list ul li.heading {
	font-weight: bold;
}
/* IE 6 Whitespace Bug */
#menu-list ul li {
	zoom: 1;
}

/******************************************************************
 +BreadCrumb/Icons
******************************************************************/

#breadwrap br {
	clear: both;
}
#breadcrumb {
	float: left;
	font-size: 9pt;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#breadcrumb ul {
	display: inline;
}
#breadcrumb ul li {
	padding-left: 2px;
	list-style: none;
	display: inline;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb li.bcl-1, #breadcrumb li.bcl-1 a {
	color: #000000;
}
#breadcrumb li.bcl-2, #breadcrumb li.bcl-2 a {
	color: #333333;
}
#breadcrumb li.bcl-3, #breadcrumb li.bcl-3 a {
	color: #666666;
}
#breadcrumb li.bcl-4, #breadcrumb li.bcl-4 a {
	color: #999999;
}
#breadcrumb li.bcl-5, #breadcrumb li.bcl-5 a {
	color: #CCCCCC;
}
#icons {
	float: right;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#icons img{
	padding-left: 5px;
}


/******************************************************************
 +Footer
******************************************************************/

#footer-company {
	float: left;
	padding-left: 25px;
	padding-top: 2px;
}
#footer-copyright {
	float: right;
	padding-right: 25px;
	padding-top: 2px;
}

/******************************************************************
 +Warnings and Errors
******************************************************************/

.notice {
	display: block;
	padding: 5px;
	color: #666;
	border: 1px solid #ebebaf;
	background: #ffc;
}

.warning {
	display: block;
	padding: 5px;
	color: #333;
	border: 1px solid #ebebaf;
	background: #ffc;
	font-weight: bold;
}

.ajax-loading {
	background: url(../images/spinner.gif) no-repeat center;
}