@charset "UTF-8";
/* --------------- */
/*				   */
/*   Dandy Don's   */
/*		  		   */
/* --------------- */

html { overflow-y: scroll; }

body {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:12px;
	color:#63626C;
	/* height:100%; */
	margin:0px;
	padding:0px;
}

td {
	font-size:12px;
}

/* ---- Background Images ---- */
.bg_home {
	background: url(http://www.dandydons.com/images/bground_home.jpg) no-repeat;
}
.bg_mast {
	background: url(http://www.dandydons.com/images/bground_mast.gif) repeat-x;
}
.bg_lcol {
	background: url(http://www.dandydons.com/images/bground_lc.gif) repeat-y;
}
.bg_lcol_top {
	background: url(http://www.dandydons.com/images/bground_lc_top.jpg) no-repeat;
}
.bg_rcol {
	background: url(http://www.dandydons.com/images/bground_rc.gif) repeat-y;
}
.bg_rcol_top {
	background: url(http://www.dandydons.com/images/bground_rc_top.jpg) no-repeat;
}

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #EF402E;
	text-decoration: none;
}
a:hover {
	color: #F67263;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #63626C;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}
/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size-00 { font-size: 2px; }
.size-08 { font-size: 8px; }
.size-09 { font-size: 9px; }
.size-10 { font-size: 10px; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-24 { font-size: 24px; }
.size-30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-white 	{ color:#FFFFFF; }
.c-red	 	{ color:#EF402E; }
.c-redLt	{ color:#F0624E; }
.c-gray 	{ color:#63626C; }

.c-purple  	{ color:#EC008C; }
.c-orangelt { color:#FF5806; }
.c-orange 	{ color:#D42F16; }
.c-yellow 	{ color:#FAF998; }
.c-blue 	{ color:#4482BD; }
.c-green 	{ color:#659451; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_main {
	color:#EF402E;
	font-size:18px;
	font-weight:bold;
	margin-bottom:24px;
}
.title_sub {
	color:#63626C;
	font-size:15px;
	font-weight:normal;
}
.title_small {
	color:#EF402E;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/* ---- Border Lines ---- */
.border-all    { border: 1px solid #EF402E; }
.border-left   { border-left: 1px solid #EF402E; }
.border-right  { border-right: 1px solid #EF402E; }
.border-top    { border-top: 1px solid #EF402E; }
.border-bottom { border-bottom: 1px solid #EF402E; }

.horiz_line	{ 
	margin: 10px 0;
	font-size: 2px;
	empty-cells: show;
	border-top: 1px solid #EF402E;
}
.horiz_3 {
	margin: 20px 0;
	font-size: 2px;
	empty-cells: show;
	height: 3px;
	background-color:#EF402E;
}


/* ---- Title Bar styles ---- */
.bar {
	background-color:#FF5806;
	padding:3px;
	margin:10px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* ---- Page Layout styles ---- */
#MastBox {
	position:relative;
	width:1000px;
	height:215px;
}
#LogoBox {
	position:absolute;
	left:60px;
	top:28px;
}
#TagBox {
	position:absolute;
	left:265px;
	top:0px;
	width: 735px;
	height:152px;
}
#CrumbBox {
	float: left;
	padding-left:240px;
	padding-top:195px;
	width:760px;
}
#MenuBox {
	position:absolute;
	left:255px;
	top:156px;
	width: 700px;
}
#LeftColumn {
	position:relative;
	padding: 0 20px 20px 20px;
}
#MainColumn {
	position:relative;
	padding: 0 20px 20px 40px;
}
#RightColumn {
	padding: 0 20px 20px 20px;
	overflow: visible;
}
#FooterBox {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-size: 9px;
}

/* ---- Main Content Area styles ---- */
.FullColumn {
	width: 540px;
	vertical-align:top;
}
.TwoColumn {
	width: 356px;
	vertical-align:top;
}
.OneColumn {
	width: 168px;
	vertical-align:top;
	font-size:10px;
}
.HalfColumn {
	width: 262px;
	vertical-align:top;
}

.QuarterColumn { /* used in the PINT page */
	width: 120px;
	vertical-align:top;
	font-size:10px;
	margin-bottom: 5px;
	border: 1px solid #D9D8ED;
}

/* ---- SideBar Content Area styles ---- */
.VideoClip {
	padding: 4px 0 4px 0;
	border-top: 1px solid #EF402E;
	border-bottom: 1px solid #EF402E;
}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	margin: 6px;  
	padding: 0;
	border: 1px solid #FF5806;  
}
fieldset div {  
padding: 2px 6px 2px 6px;  
}

legend {  
margin-left: 6px;  
padding: 0;  
font-weight: bold;
}
label { 
	font-size:10px;
	color:#4482BD;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
select, textarea {
	font-size: 11px;
	background-color: #FFE9D9;
	border:1px solid #D47E6F;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFE9D9;
	border:1px solid #D47E6F;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#EF402E;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn {
	margin-top:2px;
	border: 3px double #D42F16;
	border-top-color: #D47E6F;
	border-left-color: #D47E6F;
	padding: 0.25em;
	background-color: #FFE9D9;
	color: #D42F16;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #FFF4E4;
	border: 3px double #D47E6F;
	border-top-color: #D42F16;
	border-left-color: #D42F16;
}