
body {
    background: #F6F2D9 url('../images/body_bg.gif') top left repeat-x;
    font-size: 14px;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding: 0;
    margin: 0 0 30px 0;
}

p, td, th, li {
    font-size: 14px;
}

a:link, a:visited {
    color: #006666;
		text-decoration: underline;
}

a:hover, a:active {
    color: #336666;
		text-decoration: underline;		
}

h1 {
    color: #336666;
    font-size: 24px;
}

h2 {
    color: #295252;
    font-size: 18px;
}

h3 {
    color: #295252;
    font-size: 16px;
}

p {
    line-height: 1.5em;
}

big {
    color: #295252;
    font-size: 16px;
		font-weight: bold;
}

small {
    color: #666;
    font-size: 10px;
}

li {
    margin-bottom: 1em;
}

.imgfloatright {
    display: block;
    float: right;
		font-size: 11px;
		color: #000;
		margin: 10px 0 10px 10px;
}

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft {
    border: 1px solid #000;
}

.imgfloatleft {
    display: block;
    float: left;
		font-size: 11px;
		color: #000;
		margin: 10px 10px 10px 0;
}

td.ourprice {
  background-color: #ff9;
}

th.ourprice {
  background-color: #ff3;
}

/* Layout CSS */
/* Layout Container */
#container {
    width: 760px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

/* Header Area */
#header {
    text-align: left;
    margin: 0px;
		height: 165px;
		background: #FFF url('../images/logo.gif') no-repeat top left;
}

#address {
    padding: 15px 0px 0px 470px;
		font-size: 14px;
		color: #000;
}

/* Outer/Inner Content Area */
#outer { 
    border-left: solid 180px #BCD7D7;  /* color of the left column  */ 
    background-color: #ffffff; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
    margin: 0px;
		width: 100%;
}

/* Left Navigation */
#left {
    width: 180px; 
    float: left; 
    position: relative; 
    margin-left: -180px; 
    margin-right: 1px;
}

/* Content Area */
#content { 
    position: relative; 
    margin: 0px;
		padding: 5px 15px 35px 15px;
}

/* Footer Area */
#footer {
    clear: left;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #006666;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #FFFFAA;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #FFFF00;
		text-decoration: underline;		
}

/* Left Menu Styles */
#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #navlist li {
    margin-bottom: 0;
}

#navlist a, #navlist a:visited {
    display: block;
    padding: 5px 2px 5px 24px;
    border-bottom: 1px solid #FFF;
    background-color: #006666;

    /* background-image:  url(assets/l1_down.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFF;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #336666;
    
		/* background-image:  url(assets/l1_over.jpg); */
		
    color: #FFF;
}

#navlist .selected_link {
    background-color: #1A3333;
    
		/* background-image:  url(assets/l1_over.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFA !important;
    font-weight: bold;
    cursor: default;
}



/* Gallery Pop-Up Styles */
#lightbox {
    background-color:#eee;
	  padding: 10px;
	  border-bottom: 2px solid #666;
	  border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
	  padding-top: 0.4em;
}
	
#lightboxCaption {
    float: left;
}

#keyboardMsg {
    float: right;
}

#closeButton {
    top: 5px;
		right: 5px;
}

#lightbox img {
    border: none;
		clear: both;
}
 
#overlay img {
    border: none;
}

#overlay {
    background-image: url(../images/lightbox/overlay.png);
}

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
}
  	