/* Standard HTML */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
background-color: #DDD;
text-align: center;
}

td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

/* Bullets */

ul { 
 list-style-type: square;
}

/* Heading Sizes */	
h1	 { font-size: 16px; font-weight: normal; color: #9C0; }
h2	 { font-size: 16px; font-weight: normal; color: #222; }
h4	 { font-size: 12px; color: #000066; }

/* Link formatting */			
a, a:link 			{ color: #7FBFFF; text-decoration: none; }
a:visited 			{ color: #666; }	
a:focus, a:hover 	{ color: #60F; text-decoration: underline; }
a:active 			{ color: #666; }

/* Header and Photos */

#headertable {
	height: 135px;
	width: 750px;
	text-align: right;
	background: url('../resource/home_bg.jpg') repeat-x 0 0;
}

#headerside {
	height: 135px;
	background: url('../resource/home_bg.jpg') repeat-x 0 0;
}

#headerright {
	height: 135px;
	background: url('../resource/home_bg2.jpg') repeat-x 0 0;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#photostrip {
	height: 250px;
	background-color: #CCC;
}

#titlephoto {
	height: 250px;
	width: 750px;
	background-color: #CCC;
}

#infostrip {
	height: 75px;
	background-color: #CCC;
}

#titleinfo {
	height: 75px;
	width: 750px;
	background-color: #CCC;
}

/* Top Navigation Containers */

#containertop {
	width: 750px;
	background-color: #06F;
	height: 28px;
	border-bottom: 1px solid #09F;
	text-align: right;
}

#containerside {
	background-color: #06F;
	height: 28px;
	border-bottom: 1px solid #09F;
}

/* Left Navigation */

#menu {
	padding: 20px 10px 20px 10px;
	font-size: 12px;
}

#menu a {
	color: #003;
	padding: 3px 0 3px 8px;
	border-left: 20px solid #003;
}

#menu a:hover {
	text-decoration: none;
	color: #606;
	border-left: 20px solid #606;
}

#menu a.active {
	color: #06F;
	font-weight: bold;
	border-left: 20px solid #06F;
}

#menu ul {
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 2em;
	text-align: left;
	list-style-type: none;
}

#menu ul ul {
	background-color: #FFC;
	padding: 5px 5px 5px 0;
	margin: 10px 0 10px 20px;
	text-align: left;
	list-style-type: none;
}

#menu ul ul a {
	color: #003;
	font-weight: normal;
	border-left: 20px solid #003;
}
#menu ul ul a.active {
	color: #06F;
	font-weight: bold;
	border-left: 20px solid #06F;
	}
	
#menu ul ul a:hover {
	color: #9C0;
	border-left: 20px solid #9C0;
	}

/* Text Specifics*/

.title{
	color: #06F;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-align: left;
}

.leader{
	color: #8599A8;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-align: justify;
}

.texthighlight {
	color: #9C0;
	font-weight: normal;
}

.datehighlight {
	color: #609;
	font-weight: bold;
}

.subheader{
	color: #222;
	font-weight: bold;
}

.biglink {
	font-size: 14px; 
	font-weight: normal; 
}

.category {
	color: #738F80;
	font-weight: normal;
}

/* Content */

#textcontent {
	padding: 10px 5px 10px 10px;
	text-align: left;
}

#mainleft {
	width: 200px;
	vertical-align:top;
	background-color: #FFF;
}

#mainleftcontent {
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 11px;
	color: #444;
}

#homeleftcontent {
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#mainbody {
	vertical-align: top;
	width: 549px;
	border-left: 1px dotted #CCC;
	background-color: #FFF;
}

#mainbodycontent {
	padding: 10px 20px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #444;
}

/* Homepage Specifics */

#homeleft {
	width: 300px;
	vertical-align:top;
	background-color: #FFF;
	text-align: left;
}

#homeright {
	width: 187px;
	vertical-align:top;
	background-color: #FFF;
}

/* News Scroller */

#homenews {
	width: 259px;
	vertical-align: top;
	text-align: left;
	background-color: #9C0;
}

/* Products Homepage Specific */

#productshomebody {
	width: 450px;
	vertical-align: top;
	text-align: left;
	background-color: #333;
}

#productshomeleft {
	width: 300px;
	vertical-align:top;
	background-color: #FFF;
	text-align: left;
}

#productshomecontent {
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #CCC;
}

/* Product Pages General */

#productsleft {
	width: 300px;
	vertical-align:top;
	background-color: #333;
	text-align: left;
}

#productsleftcontent {
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 11px;
	color: #CCC;
}

#productsleftcontent a {
	display: block;
	cursor: pointer;
	background-color: #333;
	padding: 5px 0 5px 0;
	color: #7FBFFF;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../resource/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#productsleftcontent a:hover {
	text-decoration: underline;
	color: #AAA;
	background-image: url(../resource/arrow_down2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#productsleftcontent ul {
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
	line-height: 18px;
	list-style-type: none;
}

#productsbody {
	width: 450px;
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
}

#productscontent {
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #444;
}

#productsbodycontent {
	padding: 10px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #444;
}

/* Pricing*/

#pricequantity {
	vertical-align: top;
	width: 90px;
	background-color: #222;
	text-align: center;
	font-size: 12px;
	color: #CCC;
}

#pricecolumn {
	vertical-align: top;
	width: 70px;
	background-color: #222;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #CCC;
}

#academicpricecolumn {
	vertical-align: top;
	width: 70px;
	background-color: #444;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #CCC;
}


/* Footer Specifics */

#footer {
	height: 82px;
	width: 750px;
	text-align: center;
	vertical-align: top;
	border-top: 1px dotted #CCC;
	background: url('../resource/footer_bg.jpg') no-repeat;
	background-color: #DDD;
}

#foot-text {
	font-size: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
}

#foot-text li {
	display: inline;
}
