@charset "utf-8";

/* CSS Document */



body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #000;

	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: #000000;

	font-family: Arial, Helvetica, sans-serif;

	background-color: #000;

}

.twoColFixLtHdr #container { 

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #af292e;

	background-image:url(images/blue_bkgrd.png); background-repeat:repeat-y; background-position:top left;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #fff;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 

	background: #000; 

	background-image: url(images/balloon_header.jpg); background-repeat:no-repeat;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ 

	background:#032366;

	padding: 0px;

	margin: 0px; 

	vertical-align: top;

	font-size: 10px;

}

.twoColFixLtHdr #mainContent { 

	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#000; 

	font-size:9px; text-decoration:none; 

	text-align:center;

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.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;

}

body,td,th {

	color: #FFF;

	font-size: 10pt;

}

#wrapper {  

background-image: url(images/blue_bkgrd.png);  background-repeat:repeat-y; background-position:top; background-position:left;

	}

#photocontainer {position:relative; width:530px; height:396px; margin:20px auto 0 auto; background:#000  url(images/gallery_cover2.jpg) 15px 10px no-repeat; border:1px solid #000;}



#photocontainer ul {width:195px; height:386px; padding:0; margin:5px; list-style-type:none; float:right;}



#photocontainer li {float:left;}



#photocontainer a.gallery, #container a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; margin:3px 3px 3px 3px; text-align:left; cursor:default;}

#photocontainer a.slidea {background:url(photo-gallery/images/get-well-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slideb {background: url(photo-gallery/images/patriotic_thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidec {background: url(photo-gallery/images/big-two-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slided {background: url(photo-gallery/images/frog-fish-palm-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidee {background: url(photo-gallery/images/hula_girl_thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidef {background: url(photo-gallery/images/butterfly-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slideg {background: url(photo-gallery/images/rex2-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slideh {background: url(photo-gallery/images/arches-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidei {background: url(photo-gallery/images/two_towers_thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidej {background: url(photo-gallery/images/gift-basket-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidek {background: url(photo-gallery/images/gift-basket1-thumb.jpg); height:75px; width:56px;}

#photocontainer a.slidel {background: url(photo-gallery/images/gift-basket3-thumb.jpg); height:75px; width:56px;}

#photocontainer a.gallery span {

	position:absolute; 

	width:1px; 

	height:1px; 

	top:1px; 

	left:1px; 

	background:#fff; 

	overflow:hidden;}



#photocontainer a.gallery:hover {

	border:1px solid #fff;}



#photocontainer a.gallery:hover img {

	border:1px solid #fff; 

	float:left; margin-right:5px;}



#photocontainer a.gallery:hover span {

	position:absolute; 

	width:280px; 

	height:372px; 

	top:10px; 

	left:15px; 

	color:#FFF; 

	background:#000;}

.table {   

	background-color:#FFF;

	font-size: 9pt;

	color: #000;

}

.product-text { 

	font-size: 9pt; 

	}

ul.product-text li {

	font-size: 9pt;

	}

ul.product-text a {

	color:#FFF

	}

h1 {

	font-size: 24pt;

	color: #FFF;

}

h2 {

	font-size: 18pt;

	color: #FFF;

}

h3 {

	font-size: 16pt;

	color: #FFF;

}

h4 {

	font-size: 14pt;

	color: #FFF;

}

h5 {

	font-size: 12pt;

	color: #FFF;

}

h6 {

	font-size: 10pt;

	color: #FFF;

}


