html, body {
	padding: 0px;
	margin: 0px;
	background-color: #256CAC;
	background-image: url(/images/leftcolblackbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	border: none;
	position: relative;
}
#clouds {
	background-image: url(/images/sky.jpg);
	background-repeat: no-repeat;
	background-position: 320px top;
	width: 100%;
	position: fixed;
	z-index: 0;
	height: 190px;
}
#leftcol {
	height: 100%;
	width: 320px;
	text-align: left;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	z-index: 0;
}
#headerinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	width: 480px;
	right: 0px;
}

#pagetitle  {
	position: fixed;
	right: 5px;
	z-index: 0;
	bottom: 5px;
}
#textblock {
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	width: 460px;
	text-align: left;
}
#corner {
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
td {
	padding: 2px;
}
#navbox {
	padding: 0px;
	position: absolute;
	z-index: 1000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcol #logo {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}
#rightcol #content {
	z-index: 10;
	margin-left: 325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#loginform  {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
}
#clientlogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#clientlogin   label {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#clientlogin  input {
	width: 70px;
	background-color: #EBEAFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	color: #000000;
	height: 15px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
}
#ontop {
	z-index: 10000;
}

#clientlogin  #submit {
	width: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#clientlogin  #submit:focus {
	width: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 20px;
	margin: 0;
}
.clear {
	clear: both;
}
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 95px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : 0px;
	width: 95px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	top: 0;
	left: -999em;
	margin-left : 96px;
	margin-top : 0;
	}
	
	#nav li a {
	width: 100px;
	w\idth : 95px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #256CAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#nav li a:hover {
	color : white;
	background-color : #313131;
	}
	#nav li ul li a {
	width: 100px;
	w\idth : 95px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: none;
	}
	
	#nav li ul li a:hover {
	color : white;
	background-color : #313131;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#rightcol #contentboxbg {
	margin-left: 5px;
	margin-right: 40px;
	height: 300px;
	position: relative;
	text-align: left;
	width: 409px;
	margin-top: 100px;
	border: 1px solid #000000;
	z-index: 1;
	background:white;filter:alpha(opacity=30);opacity:.30;
}
#odd {
	background-color: #999999;
}
#even {
	background-color: #CCCCCC;
}
#rightcol ul {
	background-color: #CCCCCC;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcol  ul #header {
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#rightcol ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
a:link,  a:visited  {
	color: #000000;
	text-decoration: underline;
}
a:hover,  a:active  {
	color: #333333;
	text-decoration: none
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.wrapper {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.wrapper #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin: 0;
} 
.wrapper #header {
} 
#portfolio {
	width: 780px;
	z-index: 500;
	position: absolute;
	background-color: #1E1E1E;
	border: 1px solid #000000;
	margin-top: 85px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wrapper #catnav    {
	background-color: #333;
	text-align: right;
	margin: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #000 #000 #666;
	z-index: 1000;
}
.wrapper #sidebar1 {
	margin-left: 5px;
	height: 433px;
	float: left;
	position: static;
	z-index: 10000;
}
.wrapper #mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 203px;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #000 #000 #666;
} 
.wrapper #footer {
	background:#000000;
	text-align: center;
	margin-top: 5px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#gallery {
	position: relative;
}
#thumbs         { background-color: #3c3c3c; padding-top: 0; padding-bottom: 5px; width: 191px; height: 228px; overflow: scroll; overflow-x: hidden; border-style: solid; border-width: 1px; border-color: #666 #000 #000 #666; scrollbar-3dlight-color: #666666; scrollbar-arrow-color: #333333; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #333333; scrollbar-shadow-color: #333333; scrollbar-track-color: #333333     }
#thumbs A    { display: block; margin: 5px 0 0 5px; width: 50px; height: 50px; float: left; border: solid 1px #000 }
#thumbs A IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 50px; HEIGHT: 50px; BORDER-RIGHT-WIDTH: 0px
}
#thumbs A:hover {
	BORDER-LEFT-COLOR: #ddd;
	BORDER-BOTTOM-COLOR: #ddd;
	BORDER-TOP-COLOR: #ddd;
	BORDER-RIGHT-COLOR: #ddd;
	background-color: #191919;
}
#thumbs A:hover IMG       {
	position: absolute;
	top: 241px;
	left: 0px;
	width: 191px;
	height: 191px;
	border-style: solid;
	border-width: 1px;
	border-color: #999 #000 #000 #999
}
#itemphotocell  {
	text-align: center;
	margin-top: 5px;
}
#itemphoto {
}
#photoborder {
	border: 1px solid #818181;
}

#itemdetailscell {
	text-align: left;
	left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
a:link.catnav,a:visited.catnav      { color: #999; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; margin-left: 10px }
a:hover.catnav,a:active.catnav   { color: #fff; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; margin-left: 10px }
a:link, a:visited { color: #ccc; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; margin-left: 5px }
a:hover, a:active { color: #fff; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline; margin-left: 5px }
.header { color: #ccc; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.title  { color: #ccc; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: oblique }
.text   { color: #ccc; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14px }
.footertext { color: #999; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center }
/*End Text Styles*/

[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.wrapper #sidebar1 { width: 230px; }
<![endif]
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.wrapper #sidebar1 { padding-top: 0px; }
.wrapper #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

