@charset "utf-8";
@import url("/_css/corners.css");
@import url("/_css/reset.css");


/* CSS Document */

body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #666666 fixed;
	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: #FFF;
}
td{
	vertical-align:top;
}

#flashHolder{
	display:none;
}
#imgHolder{
	display:block;
}

.oneColElsCtr #container {
	width: 800px;
	height: auto;
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	//overflow-x: hidden;
	padding: 20px 30px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}

.oneColElsCtr #header_spacer{
	height:10px;
	width:100%;
	clear:both;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
}

.oneColElsCtr #header{
	width:100%;
}
#menu{
	width:250px; vertical-align:top;background: #5f1c16;
}
.rightColumn{
	width:480px; border-left:10px solid #333;
}
#slide_holder{
	margin-left:260px;
	width:480px;
	height:375px;
	background: #e6e6e6;
}
#subSlide{
	color:#333;
	height:30px;  
	margin:0;
	font-size:12px;
	padding:0px 20px;
}
#subSlide a{
	color:#333;
}
#contentMain{
	position:relative;
	padding-top:10px;
	height:100%;
	width:100%;
	clear:both;
}
#contentLeft{
	width:250px;
/*	float:left;
	background: #434343;*/
}
#contentRight{
	width:100%;
/*	background: #434343;*/
}
.clear{
	clear:both;
	height:0px;
	width:100%;
}

/* -----------------  Main text --------------------*/
.twoColFixLt #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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 */
	padding: 10px;
}
.twoColFixLt #sidebarRight { 
	margin: 0 0 0 245px; 
	padding: 10px;
} 


/*              ----- -Menu ---------------*/

.menuItem{
	background:url(/images/menu_border.gif) repeat-x top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	padding: 8px 20px 5px 10px;
	margin:0;
	border:none;
	display:block;
	text-decoration:none;
}
.menuItemHover{
	background:url(/images/menu_border.gif) repeat-x top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	display:block;
	padding: 8px 20px 5px 15px;
	background-color:#571a14;
	text-decoration:none;
}
.menuItem:hover{
	padding: 8px 20px 5px 15px;
	background:url(/images/menu_border.gif) repeat-x top;
	background-color:#571a14;
	text-decoration:none;
}
.menuEnd{
	background:url(/images/menu_border.gif) repeat-x top;
}



/* ----------- h1, text, etc.... -----------*/

h1{
	font: 22px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0;
	color:#FFFFFF;
}
h2{
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0;
	color:#FFFFFF;
}
h3{
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 20px;
	color:#FFFFFF;
}

p{
	padding: 0 0 5px 0;
}
	
/* ------------- lists -------------*/
.linkTo{
	padding:5px 10px;
	text-align:right;
	list-style-image:url(/images/list_bg.gif);
}	
a, .linkTo a, .footerfg a, .specialsList a{
	color:#FFFFFF;
}
.specialsList{
	padding:5px 0px;
	margin:0;
}
.specialsList li{
	margin:0;
	padding:0;
	list-style-image:url(/images/list_bg.gif);
}
.toMore li{
	margin:0;
	padding:0;
	float:right;
	list-style-image:url(/images/dots.gif);
}

address{
	font-style:normal;
}

/* ***************** forms ****************************** */

.StartAddress{
	border:0; background:#e6e6e6; width:200px; padding:3px; font-size:14px; color:#999999;
}

.submit { display: none; }

input.button{
	background:#e6e6e6;
	color:#333;
	padding:3px 5px 3px 5px;
	border:0px;
	cursor:pointer;
}
input.buttonred{
	background:red; 
	color:#FFFFFF;
	border:solid 1px red;
	cursor:pointer;
}
 
input.text {
	background:#e6e6e6;
	border:1px solid #333;
 	color:#000000;
	padding:2px;
	width:100%;
	}
input.checkbox {
	background: transparent;
	border:0px solid #333;
	color:#000000;
	}
select {
	background:#e6e6e6;
	border:0px solid  #333;
	color:#000000;
	}
textarea, textarea.mceEditor{
	font-family:Tahoma, "Century Gothic";
	font-size:small;
	background:#e6e6e6;
	border:1px solid #333;
	color:#000000;
	width:100%;
	}


.discLine{
 	color:#CCC;
	display:none; 
	overflow:hidden; 
	padding:2px 0 5px 0;
}