@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 */
	background-color: #333333;
}
.twoColFixRtHdr #container {
	width: 780px; background-color:#FFF; /* the auto margins (in conjunction with a width) center the page 	border: 1px solid #FFFFFF;
*/
	text-align: left; /* this overrides the text-align: 	height: 175px;
center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
} 
.twoColFixRtHdr #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	 */
}
.twoColFixRtHdr #menu {
	width: 100%;
	background-image: url(../images/menuImages/menubg.gif);
	background-repeat: repeat;
	background-position: left top;
} 

.twoColFixRtHdr #menu ul {list-style-type:none; margin:0; padding:0;}

.twoColFixRtHdr #menu li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(../images/menuImages/divider.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8em;
}
.twoColFixRtHdr #menu a {
	font-size: 1em;
	line-height: 1.2em;
	color: #dddddd;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-right: 17px;
	padding-left: 16px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}

.twoColFixRtHdr #menu a:hover, #menu a:focus, #menu a:active {
	background-color: #333;
	background-image: url(../images/menuImages/menubgOver.gif);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	}

.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin: 0 0 0 210px;
	padding: 15px 15px 5px 15px;
} 
.twoColFixRtHdr #mainContentOneCol {
	background-color: #FFF;
	margin: 0;
	padding: 15px 15px 5px 15px;
} 
.twoColFixRtHdr #sidebar1 {
	background-color: #FFF;
	float:left;
	width:180px;
	margin: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
} 
.twoColFixRtHdr #sidebarOneCol {
	background-color: #FFF;
	float:left;
	width:15px;
	margin: 0;
	padding: 0;
} 
.twoColFixRtHdr #sidebar1 #secondaryNav{
	padding: 0px;
	margin: 0;
} 
.twoColFixRtHdr #sidebar1 #secondaryNav ul{
	margin: 0px 0 10px 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 #secondaryNav li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	list-style-type: none;
	width: 180px;
}
.twoColFixRtHdr #sidebar1 #secondaryNav a{
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 32px;
	color: #333;
}
.twoColFixRtHdr #sidebar1 #secondaryNav a.subHeading{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight:bold;
	background-color:#EDEDED;
	text-transform:capitalize;
}
.twoColFixRtHdr #sidebar1 #secondaryNav a:hover,  #sidebar1 #secondaryNav a:focus,  #sidebar1 #secondaryNav a:active{
	color: #333;
	background-image: url(../images/menuImages/subMenuBg.png);
	background-repeat: repeat;
	background-position: left top;
	text-decoration: none;
}
/* START BODY COPY SHELL .twoColFixRtHdr #mainContent */
#rule {
	padding: 8px 0 0 0;
	display: block;
	border-bottom:#333 thin dotted;
}
#rule p {
	margin: 0 0 0.5em 0;
}
#news {
	padding: 5px 0 0 0;
	margin: 0 0 3px 0;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#news h3 {
	text-transform:uppercase;
}
#news p {
	margin: 0 0 0.5em 0;
}
#diningPort {
	padding: 8px 0 4px 0;
	height: 158px;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#dinginPort p {
	margin: 0 0 0.5em 0;
}
#diningLand {
	padding: 8px 0 4px 0;
	height: 128px;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#dinginLand p {
	margin: 0 0 0.5em 0;
}
#GalleryShell {
	height: 348px;
	width: 545px;
	overflow: hidden;
	margin-left:125px;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	text-align: center;
	vertical-align: top;
}

.twoColFixRtHdr #footer { 
	padding: 3px 10px 3px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9abe00; 
}

.twoColFixRtHdr #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 */
	font-size:0.8em;
	padding: 10px 0;
	padding: 0;
	text-align:right;
	color:#333;
	font-weight: bold;
}
.foot:link, .foot:visited   {
	color: #333333;
	text-decoration: none;
}
.foot:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
.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:1px;
    font-size: 1px;
    line-height: 1px;
}
.clearleft { /* 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:left;
    height:1px;
    font-size: 1px;
    line-height: 1px;
}
.rule { /* 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:10px;
    font-size: 10px;
    line-height: 10px;
}

.offLeft {position:absolute; margin-left:-9000px;}

/* ------------------------------ SHADDOW BOX CSS ----------------------------------*/
ul.gallery  {margin:0; padding:0;}
ul.gallery li {list-style:none; float:right; margin:0; padding:0; }

#galley {margin:0; padding:0;}
#gallery h1 { font-size: 1.8em; line-height: 1.2em;}
#gallery h3 {text-align:right; display:block; color:#434343; margin:-1.6em 0 1em 0;}
#gallery p {display:block; float:left;}
a.gallery  {display:block; float:left; width:100px; padding:6px; margin:0 16px 16px 0; background-color:#efefef;}
a.gallery:hover {background-color:#999999; }
.gallery img {margin:0; padding:0; border:none;}
/* ---------------------------------- SIDEBAR 1 ----------------------------------------*/
.twoColFixRtHdr #sidebar1 h2 {border:none; paddiing-top:10px; padding-bottom:5px; line-height:1.2em;}
.twoColFixRtHdr #sidebar1 h2 img {margin-right:5px;}
/* ---------------------------------- INDEX ITEM LIST ----------------------------------------*/
#index ul  {margin:0 0 20px 0; padding:0;}
#index li {list-style:none; width:255px; float:right; margin:0 5px 10px 0; text-align:center; padding:5px; background-color:#434343; color:#ffffff;}
/* ---------------------------------- PRODUCTS ----------------------------------------*/
.productRight {
	padding-right:20px;
	padding-left:20px;
	display:block;
	float:right;
	margin: 0;
	margin-bottom:8px;
}
a.productRight {
	background-image: url(../images/menuImages/magnifyGlass.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.productRight:hover {
	background-image: url(../images/menuImages/magnifyGlassOver.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#products form {
	padding:0;
	display:block;
	width:auto;
	float:right;
	margin:0 0 0.5em 0.5em;
	text-align:right;
	vertical-align:bottom;
}
#products form table {
	float:left;
	margin:-.2em .5em .5em .5em;
	padding:0;
	border:0;
	text-align:right;
}
#products form th, #products form td {
	padding:0;
	margin:0;
	text-align:right;
}
#products form table tr td select {
	font-size:1.1em; line-height:1em; padding:2px 6px;
}
#products h2 {
	padding-top:20px;
	margin:0;
	border-top: 1px dotted #9ABE00;
	clear:both;
	font-size:1.4em;
}
#products h6 {
	font-size:1.4em; line-height:1.6em; clear:left; padding:6px .5em 12px 0; font-weight:normal; float:left;
}
