body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#252525;
	height:100.1%;
	font:12px "Trebuchet MS", arial, san-serif;
	color:#fff;
}

#header_wrapper {
	height:45px;
	background:#000;
}

#header {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:920px;
	border:0px solid #454343;
}

#logo{
	position:absolute;
	top:9px;
	left:0px;
	margin:0 5px;
}

#rule {
	height:1px;
	background:#454343;
}

#container {
	position:relative;
	margin-right:auto;
	margin-left:auto;
    width:920px;
	text-align:left;
	border:0px solid blue;
}

#nav {
	text-align:right;
	height:70px;
	border:0px solid #FFF;	
}

#viewcart {
	position:absolute;
	top:-24px;
	left:824px;
}

#breadcrumb {
	margin:11px 18px 0 20px;
	color:#a0a0a0;
	font:12px "Trebuchet MS", arial, san-serif;	
}

#content{
	margin:0 0 0 22px;
	position:relative;
	background:url('/img/bg-body-top.gif') top left repeat-x;
	width:890px;
	border:0px solid #fff;
}

.top_corner {
	position:absolute;
	top:0px;
	left:0px;
}

#content_header {
	padding:16px 0 8px 23px;
}

#content_left{
	float:left;
	width:594px;
	border:0px solid white;
}

#content_left_inner {
	padding:0px 23px 0 23px;
	border:0px solid blue;
}

#content_right{
	float:left;
	width:290px;
	border:0px solid white;
}

#content_right_inner {
	padding:0px 14px 0 14px;
	border:0px solid blue;
}

#clear {
	position:relative;
	clear:both;
	height:50px;
	background:url("/img/bg-body-bottom.gif") top left repeat-x;
	border:0px solid #FFF;
	z-index:2;
}

.bottom_corner {
	position:absolute;
	top:38px;
	left:0px;
}

#footer {
	height:70px;
	margin:10px 30px 0px 41px;
	font:11px "Trebuchet MS", arial, san-serif;
	color:#a0a0a0;
	line-height:14px;
	text-align:left;
}

#footer a {
	font:11px "Trebuchet MS", arial, san-serif;
	color:#a0a0a0;
	text-decoration:none;
}

#footer a:visited {
	color:#a0a0a0;
	text-decoration:none;
}

#footer a:hover {
	color:#a0a0a0;
	text-decoration:underline;
}

/* Begin Text Selectors */

h1{
	font:36px palatino, georgia, serif;
	color:#fff;
	margin:0 0 0 0px;
} 

h2 {
	font:24px palatino, georgia, serif;
	color:#fff;
	margin:0px 0px 14px 0px;
}

h3 {
	font:20px palatino, georgia, serif;
	color:#fff;
	margin:0px 0px 8px 0px;
}

h4 {
	font:16px palatino, georgia, serif;
	color:#fff;
	margin:0px 0px 8px 0px;
}

p {
	font:14px "Trebuchet MS", arial, san-serif;
	color:#fff;
	margin:0px 0px 14px 0px;
}

textarea {
	font:12px arial, san-serif;
	margin:0px 0px 10px 0px;
}

TD {
	font:14px "Trebuchet MS", arial, san-serif;
	color:#fff;
	margin:0px 0px 0px 0px;
}

hr {
	border:0px;
	background:#666565;
	height:1px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

a:focus, a:active { /*removes dotted line outline from around links in FF*/
  outline: none;
} 

a {
	color:6dcff6;
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	color:#00adef;
	text-decoration:none;
}

ul {
	font:14px "Trebuchet MS", arial, san-serif;
	color:#fff;
	line-height:18px;
	margin:0 0 0 20px;
	padding:0px;
	text-decoration:none;
	list-style:none;
}

.small {
	font:12px "Trebuchet MS", arial, san-serif;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

img {
	border:0;
}

.red {
	color:#FF0000;
}

.clear {clear:both;}

/* GALLERY STYLES BEGIN */

#gallery {
	text-align:center;
	font:14px "Trebuchet MS", arial, san-serif;
}

#gallery td{
	padding:0 10 40px 10px;
	vertical-align:top;
}

#gallery a {
	color:#fff;
	text-decoration:none;
}

#gallery a:visited {
	color:#fff;
	text-decoration:none;
}

#gallery a:hover {
	color:#fff;
	text-decoration:underline;
}

.photo {
	float:left;
	background:url("/img/bg-shadow.gif") no-repeat bottom right; 
	margin:0 0 10 0px;
	padding:0 8 0 0px;
	border:0px solid #fff;
}

.photo img{
	margin: 1px 0px 9px 1px;
	background:#9b9999;
	border:4px solid #000;
}

.photo_cat {
	width:272px;
	background:url("/img/bg-shadow-small.gif") no-repeat bottom right; 
	border:0px solid #fff;
	text-align:center;
}

.photo_cat img{
	margin: 1px 0px 9px -7px;
	background:#9b9999;
	border:4px solid #000;
}

.thumb {
	width:154px;
	background:url("/img/bg-shadow-small.gif") no-repeat bottom right; 
	border:0px solid #fff;
	text-align:center;

}

.thumb img{
	margin: 1px 0px 9px -7px;
	background:#9b9999;
	border:3px solid #000;

}

#trailimageid /*used for mouseover photo enlargements*/
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

td p {
	margin:0px;
}

.submit {
	background-color:#009933;
	color:white;
	font-weight:bold;
	font-size:12px;
}

/*HOME PAGE PHOTO*/

#home_photo_wrapper {
	margin:0 0 24 0px;
	background:url("/img/photo-home-bg-right.gif") top right repeat-y; 
}

#home_photo {
	background:url("/img/photo-home-bg-left.gif") top left repeat-y; 
}

#home_photo img {
	margin:0 0 0 13px;
}


