/* reset 1.1.0 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol,ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/* typography 1.1.0 */
body { font-size: 12px; line-height: 1.5em; }
p, li, code, pre, h5 { font-size: 1em; margin: 1.5em 0; }
h1 {font-size: 2em; line-height: 0.75em; margin: 0.75em 0;}
h2 {font-size: 1.75em; line-height: 0.857143em; margin: 0.375em 0;}
h3 {font-size: 1.5em; line-height: 1em; margin: 0.428571em 0;}
h4 {font-size: 1.3em; line-height: 1.2em; margin: 0.5em 0;}
h6 {font-size: 0.75em; line-height: 2em; margin: 0.9em 0;}
h1, h2, h3, h4, h5, h6 {clear: both;}

/* defaults 1.0.2 */
body { font-family: lucida sans, arial, helvetica, sans-serif; }
p { }
ul { margin-left: 10px; list-style: disc outside; }
ol { margin-left: 10px; }
li { margin-left: 10px; }
small {	font-size: 0.6em; }	
sup { vertical-align: top; }

/* structure */
img
{
	display: block;
}
div.container
{
	width: 980px;
	margin: 0 auto;
}

div#header, div#footer, div#subfooter, div#body
{
	width: 960px;
	margin: 0 10px;
	clear: both;
}

div.columnset div.column
{
	float: right;
}
div#content_container
{
	width: 705px;
}
div#totembar
{
	width: 255px;
}
div#rightbar
{
	width: 225px;
}
div#content
{
	width: 440px;
	margin-right: 10px;
}
/* bullets */
div#bullets
{
	color: #fff;
	background-color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 0.25em 20px;
}
/* imagetek image */
div#rightbar img
{
	margin-top: 1em;
}

/* menu */
div#menu
{
	height: 78px;
	background: url(images/menu_bar.jpg) top left no-repeat;
}
div#menu ul
{
	list-style: none;
	padding-top: 45px;
	text-transform: uppercase;
}
div#menu ul li
{
	display: inline;
	font-size: 1.2em;
	margin: 0 10px;
}
div#menu a
{
	color: #fff;
	text-decoration: none;
}

/* footer */
#footer
{
	width: 950px !important;
	background-color: #404141;
	color: #fff;
	font-size: 1.6em;
	padding: 0.25em 5px;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer .right
{
	float: right;
}
#subfooter
{
	width: 950px !important;
	padding: 0.3em 5px;
	background-color: #000;
	color: #fff;
	font-size: 1.2em;
}

/* specs table */
th, td
{
	border: 1px solid #000;
	text-align: left;
	padding: 0.25em 10px 0.25em 10px;
}
th
{
	background-color: #6fb5d6;
}
th.section
{
	background-color: #449ce6;
}
th.blank
{
	background-color: #fff;
	border: 0;
}