/**********/
/* reset */
/********/
html{color:#F6F6F6;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/* li{list-style:none;} */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/************/
/* general */
/**********/
a{
	outline: none;	
	text-decoration: none;	
}


h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F6F6F6;
	padding-bottom:12px;
	padding-top:12px;
}


 
h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 24px;
}

h3,
caption{
	font-size: 14px;
	font-weight: normal;
	color: #FFDE00;
}

p, label, ul, ol, a, form, blockquote, table, caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
}

strong{
	font-weight:bold;
}

.clear { clear: both; }




/**************/
/* Structure */
/************/
html,body{
	background-color: #FFDE00;
	text-align:left;
	height:100%; /* needed for container min-height */
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}

#wrapper{
	text-align:left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 994px;
	padding-top:30px;
}
 
#header{
	height:98px;
}


#logo{
	float:left;
	padding-left:0px;
	padding-top: 10px;
}

#logo2{
	padding-top:11px;
	float:left;
	padding-left: 10px;
}

#special{
	background-image: url(../images/special2.gif);
	height: 125px;
	width: 277px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: right top;
}

#special h2{
	font-size: 12px;
	color: #FFDE00;
	margin-top: 20px;
	margin-left: 30px;
	margin-right:20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}


#special p{
	color: #FFFFFF !important;
	margin-left: 30px;
	margin-right:25px;
}

#special a{
	color: #FFFFFF !important;	
}

#special a:hover{
	text-decoration:underline;
}





  /***********/
 /* content */
/***********/
#main{
	text-align:left;
}


#main ul{
	list-style-position:inside;
	list-style-image: url(../images/bullet.gif);
}

#lCol{
	float:left;
	width: 295px;
}

#lCol p, 
#lCol a{
	color: #000;
}


#rCol{
	background-color:#2d2d2d;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #231F20;
	
	float:right;
	width: 695px;
}

#mlCol{
	float: left;
	width: 350px;
}

#mrCol{
	float: right;
	width: 340px;
}

#lCol .content{
	padding-left:10px;	
}

.content{
	padding-left:25px;
	padding-right:25px;
	padding-top:30px;
}

.content p, 
.content ul,
.content ol,
.content blockquote{
	padding-bottom:11px;
}

.content ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:18px;
}

.content ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-left:14px;
}

.content img{
	text-align:right;
}

.content a{
	color: #FFDE00;
	font-weight: bold;

}
.content a:hover{
	color: #F6F6F6;
}

.content img{
	padding-top:12px;
}

#gallery{
	width:250px;
	float:left;
}


#gallery img{
	margin-right:4px;
	margin-bottom:4px;
	padding-top:0px;
	opacity:.7;
	filter:alpha(opacity=70);
	border: 1px solid #FFFFFF;
}

#gallery  a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}



#slide{
	width:375px;
	float:left;
}





  /*********/
 /* table */
/*********/
table.priceTab {
  width: 100%;
  margin-bottom: 20px;
  margin-top:20px; 
}


table.priceTab th,
table.priceTab td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	
	background-color: #3C3C3C;
	border: 1px solid #F6F6F6;
}

table.priceTab td.price{
	font-weight: bold;
	background-color: #FFDE00;
	color: #2D2D2D;
	text-align: center;
	vertical-align: middle;
}



blockquote {
	border-left: 2px solid #999;
	padding: 15px;
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	background-color: #090909;
	}


  /******************/
 /* Main Nav stuff */
/******************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	width:699px;
	height:70px;
	position:relative;
	z-index:100;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDE00;
	
	float:right;
	width: 699px;

}

#menu span{
	display:none;
}

*+html #menu {
	
}

/* hack to correct IE5.5 faulty box model */
* html #menu {
	width:699px;
	w\idth:699px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	list-style-type:none;
}
#menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
#menu a{
	display:block;
	height:70px;		
	background:#000;	
	background-image: url(../images/menu.gif);
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a{
	xwidth:155px;
	xw\idth:155px;
}

#menu li#m1{
	width: 108px;
}
#menu li#m1 a{
	background-position: 0px bottom;	
}
#menu li#m1 .selected,
#menu li#m1 a:hover{	
	background-position: 0px 0px;		
}
#menu li#m1 ul a{
   width:91px;
}

#menu li#m2{
	width: 129px; 
}
#menu li#m2 a{
	background-position: -108px bottom;	
}
#menu li#m2 .selected,
#menu li#m2 a:hover{	
	background-position: -108px 0px;		
}
#menu li#m2 ul a{
   width:111px;
}

	

#menu li#m3{
	width: 150px;
}
#menu li#m3 a{
	background-position: -237px bottom;	
}
#menu li#m3 .selected,
#menu li#m3 a:hover{	
	background-position: -237px 0px;		
}
#menu li#m3 ul a{
   width:67px;
}

#menu li#m4{
	width: 84px;
}
#menu li#m4 a{
	background-position: -387px bottom;
}
#menu li#m4 .selected,
#menu li#m4 a:hover{	
	background-position: -387px 0px;		
}
#menu li#m4 ul a{
   width:110px;
}

#menu li#m5{
	width: 67px;
}
#menu li#m5 a{
	background-position: -472px bottom;	
}
#menu li#m5 .selected,
#menu li#m5 a:hover{	
	background-position: -472px 0px;		
}
#menu li#m5 ul a{
   width:50px;
}

#menu li#m6{
	width: 96px;
}
#menu li#m6 a{
	background-position: -538px bottom;	
}
#menu li#m6 .selected,
#menu li#m6 a:hover{	
	background-position: -538px 0px;		
}
#menu li#m6 ul a{
   width:78px;
}


#menu li#m7{
	width: 65px;
}
#menu li#m7 a{
	background-position: -634px bottom;	
}
#menu li#m7 .selected,
#menu li#m7 a:hover{	
	background-position: -634px 0px;		
}
#menu li#m6 ul a{
   width:53px;
}





/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background:#000;
}
/* style the second level hover */
#menu ul ul a.drop:hover {
	background:#000;
}
#menu ul ul :hover > a.drop {
	background:#000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:70px;
	left:0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDE00;
	
}
/* another hack for IE5.5 */
* html #menu ul ul {

}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
#menu ul ul a{
	background-image:none !important;
	background:#231f20;
	color:#FFFFFF;
	height:auto;
	text-align:left;
	font-size:11px;
	padding:10px;
	filter:alpha(opacity=97);
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;
	text-transform: capitalize;
}

/* yet another hack for IE5.5 */
* html #menu ul ul a{
	width:220px;
	w\idth:220px;
}


#menu ul ul a:hover,
#menu ul ul a.selected {
	color:#FFDE00;
}

#menu :hover > a, #menu ul ul :hover > a {
}

#menu ul ul :hover > a {
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, 
#menu ul a:hover ul {
	visibility:visible;
}
