 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	color: #999999;
	text-align: center;
	background-color: #000000;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* links */
a {
	color: #FFFF00;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	background-color: inherit;
}

/* headers */
h1, h2, h3, h4, h5 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
}
h1 {
	font-size: 1.5em;
	color: #FF0000;
	text-transform: capitalize;
} 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

td {
	font-size: 10pt;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFFFFF;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #000000;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	border: 2px solid #568EB6;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
Review {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	width: 120px;
	border: 1px solid #990000;
	color: #990000;
	height: 22px;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin-top: -1;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
form.searchform input.button {
	margin: 0;
	border: 1px solid #FFFF00;
	color: #FFFFFF;
	width: 60px;
	vertical-align: top;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF0000;
	height: 22px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

/* header */
#header {
	position: relative;
	height: 85px;
	background-color: #000000;
	background-image: url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}
#main_two-thirds {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}
#main_wide {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 95%;		
}

.CampSiteDetails {
	border: 1px solid #FF0000;
	font-size: 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../images/Details_bg.png);
	background-repeat: repeat-x;
}
.CampSiteDetails img {
	margin-right: 3px;
	margin-top: 5px;
	height: 30px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.CampSiteDesc {
	height: 100px;
	padding-bottom: 5px;
}

.CampSiteDesc img {
	width:120px;
	height: 120px;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .reviews {
	background: url(/images/reviews.gif) no-repeat left center;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 105px;
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Ratings */

.rating {
	width:80px;
	height:16px;
	list-style:none;
	position:relative;
	background: url(/images/stars.gif) no-repeat 0 0;
	top: -33px;
	left: 43px;
}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
float:left;
/* end hide*/
text-indent:-999em;/* hide text*/
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {
	left:41px;
}
ul.rating li.five a {left:64px;}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li a:hover {
z-index:2;
width:80px;
height:16px;
overflow:hidden;
left:0;
background: url(/images/stars.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #000000;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #FFFF00;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	min-height:18px;
	background-color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #000000;
	background-color: #FFFF00;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer {
	clear: both;
	color: #FFFF00;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	background: url(/images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #000000;
}
#header a span {
	float:left;
	display:block;
	background: url(/images/tabright.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
	background-position:0% -42px;
	color: #FFFFFF;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
	background-position:0% -42px;
}
#header #current a span {
	background-position:100% -42px;
	color: #FFFFFF;
}
#header #header_menu a {
	color: #000000;
}
#header #header_menu a span {
	color: #000000;
}
#header #header_menu a:hover span {
	color: #FFFFFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.yellow {
	color: #FFFF00;
	text-transform: capitalize;
}

.red {
	color: #FF0000;
	text-transform: capitalize;
}

.gray  {	color: #BFBFBF; }
.Table_Title {
	color: #FFFF00;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.Table_Results {
	color: #FFFF00;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
}

form.stdform
{
	width: 400px;
}

/* Fieldset  */
form.stdform fieldset {
	overflow: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Nested Fieldset  */
form.stdform fieldset fieldset  {
}
form.stdform fieldset fieldset legend {
	font-size: 12px;
}
/* Inline Section */
form.stdform .inlineSection {
	overflow: auto;
	width: 140px;
}


#Required label{
	color: #990000;
}

.Required{
	background-color: #FFCCCC;
}

form.stdform legend {
	color: #FFFF00;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

form.stdform li{
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
form.stdform label{
	width: 170px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}


/* Inputs ======================================================================== */

form.stdform textarea {
	vertical-align: top;
	width: 210px;
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	border: 1px solid #FF0000;
	margin: 2px;
}
form.stdform select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	border: 1px solid #FF0000;
	width: 200px;
	margin: 2px;
}

form.stdform input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	border: 1px solid #FF0000;
	margin: 2px;
	width: 210px;
	height: 20px;
}

form.stdform input.radios
{
	width: 20px;
}

form.stdform input.button {
	margin: 0;
	border: 1px solid #FFFF00;
	color: #FFFFFF;
	width: 60px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #FF0000;
	height: 22px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

form.stdform textarea:focus, input:focus {
	border: 2px solid #900;
	background-color: #FFFF99;
}

form.stdform input.readonly {
	background:#FFFF99;
}


form.stdform  img
{
	margin-top: -20px;
	margin-left: 490px;
	height:16;
	width:16;
}

/* The hint to Hide and Show */
.hint {
	margin-left: 230px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
}
.tip {
	width: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	margin-left: 20px;
	color: #FFFF00;
}

#list_container .Item_box{
	width: 100%;
} 

#list_container .Item_box{
	background-image: url(../images/item_bg.png);
	background-repeat: repeat-x;
} 

#list_container .Item_buy{
	text-align: right;
} 

#list_columns_Image_Box {
	height: 100px;
	width: 100px;
} 

#list_columns img {
	width: 100px;
} 

#list_columns h1#Priduct a {
	font-size: 24px;
	color: #FF0000;
	text-transform: capitalize;
}

#list_columns h1#Priduct a.hover {
	text-decoration: underline;
}

#list_columns h2#Priduct {
	font-size: 12px;
	color: #FFFF00;
	padding-left: 20px;
	text-transform: capitalize;
}

#list_columns h3#Priduct {
	font-size: 14px;
	color: #FFFF00;
	text-align: right;
	text-transform: capitalize;
}

#list_columns h4#Priduct {
	font-size: 16px;
	color: #999999;
	padding-left: 20px;
	text-transform: capitalize;
}


#list_columns h5#Priduct {
	font-size: 14px;
	color: #FFFF00;
	text-align: right;
	text-transform: capitalize;
}

#list_columns a:hover img {
	border: 1px solid #FF0000;
} 

#list_columns input.button {
	border: 1px solid #FFFF00;
	color: #FFFFFF;
	width: 60px;
	vertical-align: top;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF0000;
	height: 22px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 10px;
}



#item_container .Item_box{
	background-image: url(../images/item_bg.png);
	background-repeat: repeat-x;
	height: 100%;
} 

#item_container .Item_box{
	width: 100%;
} 

#item_container .Item_buy{
	text-align: right;
} 

#Image_Box {
	height: 300px;
	width: 300px;
} 

#item_columns img {
	width: 300px;
} 
#item_columns a:hover img {
	border: 1px solid #FF0000;
} 

#item_columns h1#Priduct {
	position:relative;
	font-size: 30px;
	color: #FF0000;
	text-transform: capitalize;
	margin-top: -25px;
}

#item_columns h2#Priduct {
	position:relative;
	font-size: 20px;
	color: #FFFF00;
	margin-top: 10px;
	text-transform: capitalize;
	margin-left: 20px;
}

#item_columns h3#Priduct {
	position:relative;
	font-size: 24px;
	color: #FFFF00;
	text-align: right;
}


#item_columns h4#Priduct {
	position:relative;
	font-size: 12px;
	margin-top: 10px;
	text-transform: capitalize;
	margin-left: 20px;
}


#item_columns input.button {
	border: 1px solid #FFFF00;
	color: #FFFFFF;
	width: 60px;
	vertical-align: top;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF0000;
	height: 22px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 10px;
}

#Gallery_container { 
position:relative; 
} 

#Gallery_columns .area {
	float:left;
	text-align:center;
	height: 160px;
	width: 160px;
	margin:5px;
	vertical-align: middle;
} 

#Gallery_columns .area img {
	height: 160px;
	width: 160px;
	border: 1px solid ;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
} 

#Gallery_columns .area a {
	text-align:center;
} 

#Gallery_columns img {
	width: auto;
	height: 150px;
} 

#Gallery_columns .area a:hover img {
	border: 1px solid #FF0000;
} 


#Shop_Home .area img {
	height: 190px;
	width: 190px;
	border: 1px solid;
} 

#Shop_Home .area a {
	text-align:center;
} 


#Shop_Home .area {
	float:left;
	text-align:center;
	height: 160px;
	width: 160px;
	margin:5px;
	vertical-align: middle;
} 

#Shop_Home img {
	width: auto;
	height: 150px;
} 

#Shop_Home .area a:hover img {
	border: 1px solid #FF0000;
} 

.Filter_select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	background-color: #000000;
	text-transform: capitalize;	
}
