/***********************************************************************
*  MAIN.CSS
*
*  (C) 2007 - Brent Gustafson - vitaflo.com
***********************************************************************/ 


BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/bg.gif);
}

BODY, DIV, TABLE, TD, TH, P, INPUT, SELECT, TEXTAREA {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}

TABLE {
	border: 0px;
	padding: 0px;
}

TD {
	padding: 0px;
}

IMG {
	border: 0px;
}

A {
	color: #0063C8;
	text-decoration: none;
}

A:hover {
	border-bottom: 1px dotted #0063C8;
}

A.img:hover {
	border-bottom: 0px !important;
}


/* Site Structure */
TABLE.main {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

TD.grad {
	width: 25px;
}

/* Hack (HTML>BODY) to ignore from IE
cuz MS sucks and can't do PNG's */
HTML>BODY TD.grad_r {
	background-image: url(/images/grad_r.png);
	width: 25px;
	background-repeat: repeat-y;
}

HTML>BODY TD.grad_l {
	background-image: url(/images/grad_l.png);
	width: 25px;
	background-repeat: repeat-y;
	background-position: right;
}

TD.box {
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0px;
}

TABLE.content {
	width: 100%;
}

DIV.boxinner {
	position: relative;
	padding: 15px;
	padding-top: 20px;
}

DIV.line {
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}

DIV.footer {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

DIV.logo {
	padding: 20px;
	text-align: center;
}

DIV.logo A:hover {
	border-bottom: 0px;
}

.postinfo {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.bullet {
	width: 50px;
	text-align: center;
}

.flash {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index: 1;
}

.coverup {
	position: absolute;
	background-color: #FFFFFF;
	top: 593px;
	left:500px;
	width: 72px;
	height: 24px;
	z-index: 3;
}

/* Text Headings */
.header {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	line-height: 1em;
	text-align: center;
}

.header A {
	color: #000000;
	text-decoration: none;
}

.header A:hover {
	border-bottom: 1px dotted #000000;
}

.title {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
}

.title A {
	color: #111111;
}

.title A:hover {
	border-bottom: 0px;
}


/***********************************************************************
*  END OF LINE
***********************************************************************/
