@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/back_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#container a {
	font-family: Arial, Helvetica, sans-serif;
	color: #258;
}

#masthead {
	background-image: url(images/back_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 159px;
	margin: 0px;
	padding: 0px;
	width: 900px;
}


#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	margin: 0px;
	padding: 0px;
}


#orderlogo {
	background-image: url(images/logo_order.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	margin: 0px;
	padding: 0px;
}

#quickmenu {
	background-image: url(images/rss_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	
}

#searchHolder{
	margin: 0px;
	height: 34px;
	width: 900px;
	
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #dde;
}

#searchHolder a {
	color: #dde;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
}

#dateTime {
	float: left;
	margin-left: 6px;
	margin-top: 15px;
	}

#searchSection {
	float: right;
	margin-top: 9px;
	}
	
#searchSection input {
	background-color: #F4F4F2;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 9px;
	margin-right: 2px;
}
	
	
#banner {
	margin-top: 15px;
	margin-bottom: 20px;
}


#mainContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #382;
}

#leftCol {
	float: left;
	width: 60%;
}

#rightCol {
	float: right;
	width: 36%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#rightColHub {
	float: right;
	width: 25%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
#frontPageLeft {
	float: left;
	position: relative;
	left: 4px;
	width: 60%;
}

#frontPageLeft  h1{
	margin-top: 1px;
	}

#frontPageRight {
	float: right;
	position: relative;
	right: 0px;
	margin-top: 6px;
	padding: 0px;
	background-image: url(images/trio286backfade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 286px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	
#frontPageRight h2 {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #91C070;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	padding-bottom: 10px;
}
#frontPageRight p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}
	
	





.sideMenu  {
	margin-top: 75px;
	margin-right: 0px;
	margin-left: 70px;	
}
	
.sideMenu a {
	display:block;
	font-weight:normal;
	color: #111;	
	text-decoration:none;	
	padding:3px 5px 2px 12px;
	background: #f5f5f4;
	border-left:4px solid #eee;	
	min-height:18px;
	}
	
.sideMenu a:hover {
	padding:3px 5px 2px 12px;
	background: #fafafa;
	color: #5a4;
	border-left:4px solid #6b4;
	border-right:1px solid #9d5
	}
	
	
	
	
	
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	color: #8CBC6C; 
	font-size: 200%;
	padding-bottom: 3px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #6180C3;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 3px;
	margin: 20px 0px 20px 0px;
}

h3 {
	color: #8CBC6C;
	font-size: 200%;
	padding-bottom: 3px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

h4 {
	font-size: 150%;
	color: #6180C3;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 3px;
	margin: 20px 0px 20px 0px;
}

p {
	line-height: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#clearingFooter {
	clear: both;
	float: none;
	height: 10px;
}	
	
#footer {
	clear: both;
	text-align: center;
	font-size: 90%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eee;
	border-bottom-color: #eee;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
}

#lowerFooter {
	clear: both;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	
#lowerFooter img {
	border: none;
	margin-top: 15px;
	}
		
	

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #99BFDB;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #382;
}

#rightCol .training {
	border: 1px;
}
	
.mugShot {
	float: left;
	border: 6px solid #eee;
	width:150px;
	clear: both;
	margin-right:15px;
	margin-bottom: 20px;
	}

#orderNote {
color: #91C070; 
font-size:11px;
}

	
	/* Ajax Search CSS Area  

        #ajaxSearch_form {
            color: #444;
            width: auto;
		}

        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(images/input-bg.gif) repeat-x top left;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
        #ajaxSearch_output {

			border: 1px solid #444;
	        display: block;
	        height: auto;
			position: relative;
	        vertical-align: top;
			background: #fff;
			color: #000;
			width: 250px !important;
			border: 0;
			padding: 0;
			margin: 0;
		
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
*/