/****** CORE SETUP *****/
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background: url(../images/background.jpg) repeat;
}

h1 {
	color:#371D80;
	font-size:18px;
	font-weight:normal;
	padding-left:20px;
}
h2 {
	color:#371D80;
	font-size:16px;
	font-weight:bold;
	background: url(../images/dot_w.gif) no-repeat;
	margin-left:20px;
	padding-left: 16px;
}
legend {
	color:#371D80;
	font-size:16px;
	font-weight:bold;
	padding:3px;
	border:1px solid #371D80;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#371D80;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#371D80;
}
a.orange {
	color:#e23721;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:10px auto;
}
a.purple {
	color:#371D80;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:10px auto;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 10px; padding-left:10px; }

img { border: 0 none; }

#tagline {
	color:#fff;
	font-weight:bold;
	width:800px;
	margin:0px auto;
	padding:5px;
}
#wrap {
	width:900px;
	margin:0px auto;
	padding:10px 0px;
}
#head_lt {
	width:20px;
	height:130px;
	float:left;
	background: url(../images/p_tl.gif) no-repeat bottom left;
}
#head_mid {
	width:638px;
	height:130px;
	float:left;
}
#head_mid_topl {
	width:10px;
	height:30px;
	float:left;
	background: url(../images/m_tl.gif) no-repeat top left;
}
#head_mid_top {
	width:628px;
	height:30px;
	float:left;
	background: url(../images/m_bg.gif) repeat;
}
#head_mid_top ul, #foot_mid_btm ul, #foot_mid_trt ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#head_mid_top li {
	float:left;
	padding-left:30px;
	padding-top:8px;
}
#foot_mid_btm li {
	float:left;
	padding-left:15px;
}
#foot_mid_trt li {
	float:right;
	padding-left:15px;
	padding-top:8px;
}
#head_mid_top li a, #foot_mid_btm li a, #foot_mid_trt li a {
	color:#fff;
}
#head_mid_btm {
	width:638px;
	height:100px;
	float:left;
}
#head_rt {
	width:222px;
	height:130px;
	float:left;
}
#head_rt_top {
	width:171px;  /* (212-41) */
	height:80px;
	padding-left:41px;
	float:left;
	background: url(../images/m_bg.gif) repeat;
}
#head_rt_topr {
	width:10px;
	height:80px;
	float:left;
	background: url(../images/m_tr.gif) no-repeat top right;
}
#head_rt_btm {
	width:222px;
	height:50px;
	background: url(../images/p_mid.gif) repeat-x;
}
#head_rt_r {
	width:20px;
	height:130px;
	float:left;
	background: url(../images/p_tr.gif) no-repeat bottom left;
}
#bar {
	width:900px;
	height:18px;
	clear:both;
	background: url(../images/lime.gif) repeat-x;
}

#foot_lt_top {
	width:20px;
	height:60px;
	float:left;
	background: url(../images/p_bl.gif) no-repeat top left;
}
#foot_lt_btm {
	width:10px;
	height:60px;
	float:left;
	background: url(../images/m_bl.gif) no-repeat top left;
}
#foot_mid {
	width:840px;
	height:30px;
	float:left;
}
#foot_mid_tlt {
	width:308px;
	height:30px;
	float:left;
	background:#371D80 url(../images/p_bmid.gif) no-repeat bottom left;
}
#foot_mid_trt {
	width:532px;
	height:30px;
	float:left;
	background-color:#371D80;
}
#foot_mid_btm {
	width:840px;
	height:22px;
	padding-top:8px;
	background: url(../images/m_bg.gif) repeat;
	color:#fff;
	text-align:center;
}
#foot_rt_btm {
	width:10px;
	height:60px;
	float:left;
	background: url(../images/m_br.gif) no-repeat top left;
}
#foot_rt_top {
	width:20px;
	height:60px;
	float:left;
	background: url(../images/p_br.gif) no-repeat top left;
}
#copy_lt {
	width:900px;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

#content {
	width:880px;
	padding:20px 10px;
	background-color:#fff;
}
div#col_left {
	width:200px;
	float:left;
}
div#col_mid {
	width:480px;
	float:left;
}
div#col_rt {
	width:200px;
	float:left;
}

div#menu {
	width:194px;
	padding:10px 3px 0px 3px;
	color:#fff;
	background:#371D80 url(../images/menu_top.gif) no-repeat top left;
}
div#menu_foot {
	width:200px;
	height:10px;
	margin-bottom:20px;
	background: url(../images/menu_btm.gif) no-repeat top left;
}
#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
#menu li {
	padding:5px 0px 5px 5px;
	margin-left:5px;
	background: url(../images/dot.gif) no-repeat;
	text-align:left;
	display:block;
}
#menu li a {
	color:#fff;
	padding-left:15px;
	text-align:left;
}

#main {
/*	margin:0px 10px; */
}

/***** COUNTDOWN *****/
#countdowncontainer { color:#371D80; font-size:16px; font-weight:bold; }
.countdown { color:#371D80; font-size:16px; font-weight:bold; }
#inauguration {
	background: url(../images/lincoln-countdown.jpg) no-repeat top left;
	width:200px;
	padding-top:254px;
}

.side_top {
	background: url(../images/menu_top.gif) no-repeat top left;
	width:200px;
	height:10px;
	margin:0;
	padding:0;
}
.side_lt {
	width:196px;
	display:block;
	text-align:center;
	border-left:2px solid #371D80;
	border-right:2px solid #371D80;
}
.side_btm {
	background: url(../images/sidesm_btm.gif) no-repeat top left;
	width:200px;
	height:10px;
	margin:0;
	padding:0;
}
.sidesm_top {
	background: url(../images/sidesm_top.gif) no-repeat top left;
	width:170px;
	height:10px;
}
.sidesm_lt {
	width:160px;
	display:block;
	padding-left:2px;
	padding-right:2px;
	padding-top:14px;
	text-align:center;
	border-left:3px solid #371D80;
	border-right:3px solid #371D80;
}
.side_lt a, .sidesm_lt a {
	color:#92007b;
	text-decoration:underline;
}
.side_rt {
	background: url(../images/rotate/border.jpg) no-repeat top left;
	width:215px;	/* 220-15 */
	height:213px;	/* 258-45 */
	margin:0 auto;
	padding-top:45px;
	padding-left:15px;
}

#special {
	width:200px;
	padding:0px 0px 15px 0px;
	margin:0 auto;
	color:#92007B;
	text-align:center;
	font-size:16px;
	line-height:1.2em;
	border:5px dashed #92007B;
/*	border-top:none; */
}
.special {
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:8px 0px;
	background-color:#92007B;
}
#special a {
	color:#92007B;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}
.address {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-left:40px;
	padding-top:8px;
	display:block;
	float:left;
}
.col_list {
	background:#e2c5d9;
	padding:15px;
}
.product_type {
	text-align:center;
	font-weight:bold;
	float:left;
	color:#371D80;
	margin-bottom:20px;
	vertical-align:text-bottom;
}
.product_type span {
	background-color:#b4d800;
	display:block;
	padding:3px 0px;
	margin:0px 10px;
}
.list {
	padding-left:10px;
	display:block;
}
.large {
	color:#92007B;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
}
.box {
	border:3px solid #371D80;
	margin:0px 10px 10px 10px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#371D80;
	line-height:1.2em;
}
#ticker {
	width:400px;
	height:20px;
	margin:0 auto;
	color:#EC870E;
	font-size:14px;
	font-weight:bold;
}
.blue { color:#1431A6; }
.green { color:#078401; }
.purple { color:#371D80; }
.magenta { color:#92007B; }
.red { 
	color:#CC0000; 
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:10px auto;
}
.orange {
	color:#e23721;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:10px auto;
}

.col1 {float:left; width:125px;}
.col2, .col3 {float:left; width:125px; padding-left:20px;}

.contact {padding-left:20px;}

.indent2 {padding-left:20px;}
.clear {clear:both; margin:0; padding:0; line-height:0; }
.pad {
	padding-left:20px;
}

